Shortcuts

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

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

from .meta_rcnn import MetaRCNN


[docs]@DETECTORS.register_module() class FSDetView(MetaRCNN): """Implementation of `FSDetView <https://arxiv.org/abs/2007.12107>`_."""
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.