From d10e6af4925c4529db199310f08145baa66291f3 Mon Sep 17 00:00:00 2001 From: JYChen Date: Tue, 14 Jun 2022 16:10:34 +0800 Subject: [PATCH] fix doc error, test=document_fix (#6193) --- docs/tutorials/GETTING_STARTED.md | 2 +- docs/tutorials/GETTING_STARTED_cn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/GETTING_STARTED.md b/docs/tutorials/GETTING_STARTED.md index 85279488a..266844084 100644 --- a/docs/tutorials/GETTING_STARTED.md +++ b/docs/tutorials/GETTING_STARTED.md @@ -128,7 +128,7 @@ list below can be viewed by `--help` --output_dir=infer_output/ \ --draw_threshold=0.5 \ -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. diff --git a/docs/tutorials/GETTING_STARTED_cn.md b/docs/tutorials/GETTING_STARTED_cn.md index 18cff560f..930dfe905 100644 --- a/docs/tutorials/GETTING_STARTED_cn.md +++ b/docs/tutorials/GETTING_STARTED_cn.md @@ -161,7 +161,7 @@ python tools/eval.py -c configs/yolov3/yolov3_mobilenet_v1_roadsign.yml \ --output_dir=infer_output/ \ --draw_threshold=0.5 \ -o weights=output/yolov3_mobilenet_v1_roadsign/model_final \ - --use_vdl=Ture + --use_vdl=True ``` `--draw_threshold` 是个可选参数. 根据 [NMS](https://ieeexplore.ieee.org/document/1699659) 的计算,不同阈值会产生不同的结果 -- GitLab