From 4250ad5b88310ca1771971d8bcb4a9873e8df1b7 Mon Sep 17 00:00:00 2001 From: dengkaipeng Date: Mon, 22 Apr 2019 06:20:31 +0000 Subject: [PATCH] fix format. --- PaddleCV/yolov3/README.md | 4 ++-- PaddleCV/yolov3/README_cn.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PaddleCV/yolov3/README.md b/PaddleCV/yolov3/README.md index 679eeb0c..14b05f3b 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 583594a9..e7411381 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) | | :------: | :------: | :------: | :------: | -- GitLab