Shortcuts

Source code for 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


[docs]@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.