未验证 提交 d9af6f5c 编写于 作者: D dyning 提交者: GitHub

Update customize.md

上级 18575afe
......@@ -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:模型串联预测
......@@ -27,4 +27,4 @@ PaddleOCR提供了检测和识别模型的串联工具,可以将训练好的
```
python3 tools/infer/predict_system.py --image_dir="./doc/imgs/11.jpg" --det_model_dir="./inference/det/" --rec_model_dir="./inference/rec/"
```
更多的文本检测、识别串联推理使用方式请参考文档教程中的[基于预测引擎推理](./doc/inference.md)
\ No newline at end of file
更多的文本检测、识别串联推理使用方式请参考文档教程中的[基于预测引擎推理](./doc/inference.md)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册