Update customize.md

This commit is contained in:
dyning 2020-05-29 11:00:13 +08:00 committed by GitHub
parent 18575afea2
commit d9af6f5c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ PaddleOCR提供了EAST、DB两种文本检测算法均支持MobileNetV3、Res
```
python3 tools/train.py -c configs/det/det_mv3_db.yml
```
更详细的数据准备和训练教程参考文档教程中[文本检测模型训练/评估/预测](./doc/detection.md)。
更详细的数据准备和训练教程参考文档教程中[文本检测模型训练/评估/预测](./detection.md)。
## step2训练文本检测模型
@ -16,7 +16,7 @@ PaddleOCR提供了CRNN、Rosetta、STAR-Net、RARE四种文本识别算法
```
python3 tools/train.py -c configs/rec/rec_chinese_lite_train.yml
```
更详细的数据准备和训练教程参考文档教程中[文本识别模型训练/评估/预测](./doc/recognition.md)。
更详细的数据准备和训练教程参考文档教程中[文本识别模型训练/评估/预测](./recognition.md)。
## step3模型串联预测