File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- SSD300
2- ======
1+ SSD
2+ ===
33
44.. currentmodule :: torchvision.models.detection
55
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
77<https://arxiv.org/abs/1512.02325> `__ paper.
88
99
1010Model builders
1111--------------
1212
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
1414without pre-trained weights. All the model builders internally rely on the
1515``torchvision.models.detection.SSD `` base class. Please refer to the `source
1616code
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ weights:
5151 models/resnext
5252 models/shufflenetv2
5353 models/squeezenet
54- models/ssd300
5554 models/swin_transformer
5655 models/vgg
5756 models/vision_transformer
@@ -127,6 +126,7 @@ weights:
127126 models/faster_rcnn
128127 models/fcos
129128 models/retinanet
129+ models/ssd
130130 models/ssdlite
131131
132132Table of all available Object detection weights
You can’t perform that action at this time.
0 commit comments