"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "867c179e2da462300d96500492381299b45ab69e"
Unverified Commit d9af6f5c authored by dyning's avatar dyning Committed by GitHub
Browse files

Update customize.md

parent 18575afe
...@@ -8,7 +8,7 @@ PaddleOCR提供了EAST、DB两种文本检测算法,均支持MobileNetV3、Res ...@@ -8,7 +8,7 @@ PaddleOCR提供了EAST、DB两种文本检测算法,均支持MobileNetV3、Res
``` ```
python3 tools/train.py -c configs/det/det_mv3_db.yml python3 tools/train.py -c configs/det/det_mv3_db.yml
``` ```
更详细的数据准备和训练教程参考文档教程中[文本检测模型训练/评估/预测](./doc/detection.md) 更详细的数据准备和训练教程参考文档教程中[文本检测模型训练/评估/预测](./detection.md)
## step2:训练文本检测模型 ## step2:训练文本检测模型
...@@ -16,7 +16,7 @@ PaddleOCR提供了CRNN、Rosetta、STAR-Net、RARE四种文本识别算法,均 ...@@ -16,7 +16,7 @@ PaddleOCR提供了CRNN、Rosetta、STAR-Net、RARE四种文本识别算法,均
``` ```
python3 tools/train.py -c configs/rec/rec_chinese_lite_train.yml python3 tools/train.py -c configs/rec/rec_chinese_lite_train.yml
``` ```
更详细的数据准备和训练教程参考文档教程中[文本识别模型训练/评估/预测](./doc/recognition.md) 更详细的数据准备和训练教程参考文档教程中[文本识别模型训练/评估/预测](./recognition.md)
## step3:模型串联预测 ## step3:模型串联预测
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment