ssd.rst 678 Bytes
Newer Older
1
2
SSD
===
3
4
5

.. currentmodule:: torchvision.models.detection

6
The SSD model is based on the `SSD: Single Shot MultiBox Detector
7
8
<https://arxiv.org/abs/1512.02325>`__ paper.

9
10
.. betastatus:: detection module

11
12
13
14

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

15
The following model builders can be used to instantiate a SSD model, with or
16
17
18
19
20
21
22
23
24
25
26
without pre-trained weights. All the model builders internally rely on the
``torchvision.models.detection.SSD`` base class. Please refer to the `source
code
<https://github.com/pytorch/vision/blob/main/torchvision/models/detection/ssd.py>`_ for
more details about this class.

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

    ssd300_vgg16