fix det eval doc

This commit is contained in:
LDOUBLEV 2020-05-18 17:42:13 +08:00
parent 49aa7698af
commit 6f954d2791
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ PaddleOCR计算三个OCR检测相关的指标分别是Precision、Recall
运行如下代码根据配置文件det_db_mv3.yml中save_res_path指定的测试集检测结果文件计算评估指标。
```
python3 tools/eval.py -c configs/det/det_mv3_db.yml -o Gloabl.checkpoints="./output/best_accuracy"
python3 tools/eval.py -c configs/det/det_mv3_db.yml -o Global.checkpoints="./output/best_accuracy"
```
## 测试检测效果