File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- SSD300
2
- ======
1
+ SSD
2
+ ===
3
3
4
4
.. currentmodule :: torchvision.models.detection
5
5
6
- The SSD300 model is based on the `SSD: Single Shot MultiBox Detector
6
+ The SSD model is based on the `SSD: Single Shot MultiBox Detector
7
7
<https://arxiv.org/abs/1512.02325> `__ paper.
8
8
9
9
10
10
Model builders
11
11
--------------
12
12
13
- The following model builders can be used to instanciate a SSD300 model, with or
13
+ The following model builders can be used to instanciate a SSD model, with or
14
14
without pre-trained weights. All the model builders internally rely on the
15
15
``torchvision.models.detection.SSD `` base class. Please refer to the `source
16
16
code
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ weights:
51
51
models/resnext
52
52
models/shufflenetv2
53
53
models/squeezenet
54
- models/ssd300
55
54
models/swin_transformer
56
55
models/vgg
57
56
models/vision_transformer
@@ -127,6 +126,7 @@ weights:
127
126
models/faster_rcnn
128
127
models/fcos
129
128
models/retinanet
129
+ models/ssd
130
130
models/ssdlite
131
131
132
132
Table of all available Object detection weights
You can’t perform that action at this time.
0 commit comments