未验证 提交 d10e6af4 编写于 作者: J JYChen 提交者: GitHub

fix doc error, test=document_fix (#6193)

上级 9181f4a1
...@@ -128,7 +128,7 @@ list below can be viewed by `--help` ...@@ -128,7 +128,7 @@ list below can be viewed by `--help`
--output_dir=infer_output/ \ --output_dir=infer_output/ \
--draw_threshold=0.5 \ --draw_threshold=0.5 \
-o weights=output/faster_rcnn_r50_fpn_1x_coco/model_final \ -o weights=output/faster_rcnn_r50_fpn_1x_coco/model_final \
--use_vdl=Ture --use_vdl=True
``` ```
`--draw_threshold` is an optional argument. Default is 0.5. `--draw_threshold` is an optional argument. Default is 0.5.
......
...@@ -161,7 +161,7 @@ python tools/eval.py -c configs/yolov3/yolov3_mobilenet_v1_roadsign.yml \ ...@@ -161,7 +161,7 @@ python tools/eval.py -c configs/yolov3/yolov3_mobilenet_v1_roadsign.yml \
--output_dir=infer_output/ \ --output_dir=infer_output/ \
--draw_threshold=0.5 \ --draw_threshold=0.5 \
-o weights=output/yolov3_mobilenet_v1_roadsign/model_final \ -o weights=output/yolov3_mobilenet_v1_roadsign/model_final \
--use_vdl=Ture --use_vdl=True
``` ```
`--draw_threshold` 是个可选参数. 根据 [NMS](https://ieeexplore.ieee.org/document/1699659) 的计算,不同阈值会产生不同的结果 `--draw_threshold` 是个可选参数. 根据 [NMS](https://ieeexplore.ieee.org/document/1699659) 的计算,不同阈值会产生不同的结果
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册