"git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "07d681ac00a89b0cc7486322c1afc7ac9f8fbe17"
Unverified Commit 5335006b authored by Xiaolin Wang's avatar Xiaolin Wang Committed by GitHub
Browse files

fix docs (#5124)

parent 65676b4b
...@@ -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],
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment