diff --git a/PaddleCV/yolov3/README.md b/PaddleCV/yolov3/README.md index 679eeb0ccc37e2e997b9afd68e40528ab781aed9..14b05f3b9adaf86d210daef97a56c283918e8d10 100644 --- a/PaddleCV/yolov3/README.md +++ b/PaddleCV/yolov3/README.md @@ -134,7 +134,7 @@ Evaluation is to evaluate the performance of a trained model. This sample provid - Set ```export CUDA_VISIBLE_DEVICES=0``` to specifiy one GPU to eval. -If train with '--syncbn=False', Evalutaion result is shown as below: +If train with `--syncbn=False`, Evalutaion result is shown as below: | input size | mAP(IoU=0.50:0.95) | mAP(IoU=0.50) | mAP(IoU=0.75) | | :------: | :------: | :------: | :------: | @@ -142,7 +142,7 @@ If train with '--syncbn=False', Evalutaion result is shown as below: | 416x416 | 36.5 | 58.2 | 39.1 | | 320x320 | 34.1 | 55.4 | 36.3 | -If train with '--syncbn=True', Evalutaion result is shown as below: +If train with `--syncbn=True`, Evalutaion result is shown as below: | input size | mAP(IoU=0.50:0.95) | mAP(IoU=0.50) | mAP(IoU=0.75) | | :------: | :------: | :------: | :------: | diff --git a/PaddleCV/yolov3/README_cn.md b/PaddleCV/yolov3/README_cn.md index 583594a997175b4a331748754f1e9f7d5c6363c5..e7411381543c67cc2425fd1129bb60f0d36c5935 100644 --- a/PaddleCV/yolov3/README_cn.md +++ b/PaddleCV/yolov3/README_cn.md @@ -134,7 +134,7 @@ Train Loss - 通过设置export CUDA\_VISIBLE\_DEVICES=0指定单卡GPU评估。 -若训练时指定'--syncbn=False', 模型评估精度如下: +若训练时指定`--syncbn=False`, 模型评估精度如下: | input size | mAP(IoU=0.50:0.95) | mAP(IoU=0.50) | mAP(IoU=0.75) | | :------: | :------: | :------: | :------: | @@ -142,7 +142,7 @@ Train Loss | 416x416 | 36.5 | 58.2 | 39.1 | | 320x320 | 34.1 | 55.4 | 36.3 | -若训练时指定'--syncbn=True', 模型评估精度如下: +若训练时指定`--syncbn=True`, 模型评估精度如下: | input size | mAP(IoU=0.50:0.95) | mAP(IoU=0.50) | mAP(IoU=0.75) | | :------: | :------: | :------: | :------: |