Commit 8f1bcca0 authored by dcuai's avatar dcuai
Browse files

Update README.md

parent bfa06222
# paddleocr_paddle_onnxruntime
# paddleocr_paddle
## 论文
PaddleOCR通过det、rec、cls三个模型分别实现字符检测、字符识别和字符方向分类的应用
......@@ -77,7 +77,7 @@ python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/train.py -c configs
```
python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/train.py -c configs/rec/PP-OCRv3/en_PP-OCRv3_rec.yml -o Global.pretrained_model=./pretrain_models/en_PP-OCRv3_rec_train/best_accuracy
```
## 测试
### 测试
### 测试(paddle)
检测模型
```
......@@ -132,7 +132,7 @@ python3 tools/infer/predict_system.py --image_dir="./doc/imgs/" --det_model_dir=
### 算法类别
ocr
### 热点应用行业
工业制造,金融,交通,教育,医疗
制造,金融,交通,教育,医疗
## 源码仓库及问题反馈
https://developer.hpccube.com/codes/modelzoo/paddleocr
## 参考资料
......
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