Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
ddb342dd
Unverified
Commit
ddb342dd
authored
May 12, 2022
by
Vasilis Vryniotis
Committed by
GitHub
May 12, 2022
Browse files
Fix SSD documentation (#6002)
parent
e722e9c7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
docs/source/models/ssd.rst
docs/source/models/ssd.rst
+4
-4
docs/source/models_new.rst
docs/source/models_new.rst
+1
-1
No files found.
docs/source/models/ssd
300
.rst
→
docs/source/models/ssd.rst
View file @
ddb342dd
SSD
300
===
===
SSD
===
.. currentmodule:: torchvision.models.detection
The SSD
300
model is based on the `SSD: Single Shot MultiBox Detector
The SSD model is based on the `SSD: Single Shot MultiBox Detector
<https://arxiv.org/abs/1512.02325>`__ paper.
Model builders
--------------
The following model builders can be used to instanciate a SSD
300
model, with or
The following model builders can be used to instanciate a SSD model, with or
without pre-trained weights. All the model builders internally rely on the
``torchvision.models.detection.SSD`` base class. Please refer to the `source
code
...
...
docs/source/models_new.rst
View file @
ddb342dd
...
...
@@ -51,7 +51,6 @@ weights:
models/resnext
models/shufflenetv2
models/squeezenet
models/ssd300
models/swin_transformer
models/vgg
models/vision_transformer
...
...
@@ -127,6 +126,7 @@ weights:
models/faster_rcnn
models/fcos
models/retinanet
models/ssd
models/ssdlite
Table of all available Object detection weights
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment