Shortcuts

Source code for mmfewshot.detection.models.detectors.fsce

# 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 FSCE(TwoStageDetector): """Implementation of `FSCE <https://arxiv.org/abs/2103.05950>`_"""
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.