Skip to content

Commit e6266e9

Browse files
kazhangfacebook-github-bot
authored andcommitted
[fbsync] fix docs (#5124)
Reviewed By: prabhat00155 Differential Revision: D33351106 fbshipit-source-id: e062010693a84f2f1c4f5f04a57d30bbce31ad29
1 parent c22f79a commit e6266e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/models/detection/ssdlite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def ssdlite320_mobilenet_v3_large(
252252
"detections_per_img": 300,
253253
"topk_candidates": 300,
254254
# Rescale the input in a way compatible to the backbone:
255-
# The following mean/std rescale the data from [0, 1] to [-1, -1]
255+
# The following mean/std rescale the data from [0, 1] to [-1, 1]
256256
"image_mean": [0.5, 0.5, 0.5],
257257
"image_std": [0.5, 0.5, 0.5],
258258
}

0 commit comments

Comments
 (0)