Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
PaddleOCR_paddle_onnxruntime
Commits
8f1bcca0
Commit
8f1bcca0
authored
Nov 17, 2023
by
dcuai
Browse files
Update README.md
parent
bfa06222
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
8f1bcca0
# paddleocr_paddle
_onnxruntime
# paddleocr_paddle
## 论文
## 论文
PaddleOCR通过det、rec、cls三个模型分别实现字符检测、字符识别和字符方向分类的应用
PaddleOCR通过det、rec、cls三个模型分别实现字符检测、字符识别和字符方向分类的应用
...
@@ -77,7 +77,7 @@ python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/train.py -c configs
...
@@ -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
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)
### 测试(paddle)
检测模型
检测模型
```
```
...
@@ -132,7 +132,7 @@ python3 tools/infer/predict_system.py --image_dir="./doc/imgs/" --det_model_dir=
...
@@ -132,7 +132,7 @@ python3 tools/infer/predict_system.py --image_dir="./doc/imgs/" --det_model_dir=
### 算法类别
### 算法类别
ocr
ocr
### 热点应用行业
### 热点应用行业
工业
制造,金融,交通,教育,医疗
制造,金融,交通,教育,医疗
## 源码仓库及问题反馈
## 源码仓库及问题反馈
https://developer.hpccube.com/codes/modelzoo/paddleocr
https://developer.hpccube.com/codes/modelzoo/paddleocr
## 参考资料
## 参考资料
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment