Shortcuts

mmfewshot.detection.models.detectors.tfa 源代码

# Copyright (c) OpenMMLab. All rights reserved.
from mmdet.models.builder import DETECTORS
from mmdet.models.detectors.two_stage import TwoStageDetector


[文档]@DETECTORS.register_module() class TFA(TwoStageDetector): """Implementation of `TFA <https://arxiv.org/abs/2003.06957>`_"""
Read the Docs v: latest
Versions
latest
stable
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.