We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65676b4 commit 5335006Copy full SHA for 5335006
torchvision/models/detection/ssdlite.py
@@ -252,7 +252,7 @@ def ssdlite320_mobilenet_v3_large(
252
"detections_per_img": 300,
253
"topk_candidates": 300,
254
# Rescale the input in a way compatible to the backbone:
255
- # 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]
256
"image_mean": [0.5, 0.5, 0.5],
257
"image_std": [0.5, 0.5, 0.5],
258
}
0 commit comments