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
5335006b
Unverified
Commit
5335006b
authored
Dec 24, 2021
by
Xiaolin Wang
Committed by
GitHub
Dec 24, 2021
Browse files
fix docs (#5124)
parent
65676b4b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchvision/models/detection/ssdlite.py
torchvision/models/detection/ssdlite.py
+1
-1
No files found.
torchvision/models/detection/ssdlite.py
View file @
5335006b
...
@@ -252,7 +252,7 @@ def ssdlite320_mobilenet_v3_large(
...
@@ -252,7 +252,7 @@ def ssdlite320_mobilenet_v3_large(
"detections_per_img"
:
300
,
"detections_per_img"
:
300
,
"topk_candidates"
:
300
,
"topk_candidates"
:
300
,
# Rescale the input in a way compatible to the backbone:
# Rescale the input in a way compatible to the backbone:
# The following mean/std rescale the data from [0, 1] to [-1,
-
1]
# The following mean/std rescale the data from [0, 1] to [-1, 1]
"image_mean"
:
[
0.5
,
0.5
,
0.5
],
"image_mean"
:
[
0.5
,
0.5
,
0.5
],
"image_std"
:
[
0.5
,
0.5
,
0.5
],
"image_std"
:
[
0.5
,
0.5
,
0.5
],
}
}
...
...
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