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>`_"""