fcos.rst 687 Bytes
Newer Older
Hu Ye's avatar
Hu Ye committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
FCOS
=========

.. currentmodule:: torchvision.models.detection

The RetinaNet model is based on the `FCOS: Fully Convolutional One-Stage Object Detection
<https://arxiv.org/abs/1904.01355>`__ paper.

Model builders
--------------

The following model builders can be used to instantiate a FCOS model, with or
without pre-trained weights. All the model buidlers internally rely on the
``torchvision.models.detection.fcos.FCOS`` base class. Please refer to the `source code
<https://github.com/pytorch/vision/blob/main/torchvision/models/detection/fcos.py>`_ for
more details about this class.

.. autosummary::
    :toctree: generated/
    :template: function.rst

    fcos_resnet50_fpn