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
bfd32b88
Commit
bfd32b88
authored
May 08, 2025
by
chenzk
Browse files
Update sf.md
parent
92887a43
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+6
-6
No files found.
README.md
View file @
bfd32b88
...
@@ -16,17 +16,17 @@ https://arxiv.org/pdf/1905.02244.pdf
...
@@ -16,17 +16,17 @@ https://arxiv.org/pdf/1905.02244.pdf
## 模型结构
## 模型结构
det:
det:


rec:
rec:


cls:
cls:


## 算法原理
## 算法原理


## 环境配置
## 环境配置
在
[
光源
](
https://sourcefind.cn/#/main-page
)
可拉取训练以及推理的docker镜像,在
[
光合开发者社区
](
https://cancon.hpccube.com:65024/4/main/
)
可下载paddle、onnxruntime安装包。PaddleOCR推荐的镜像如下:
在
[
光源
](
https://sourcefind.cn/#/main-page
)
可拉取训练以及推理的docker镜像,在
[
光合开发者社区
](
https://cancon.hpccube.com:65024/4/main/
)
可下载paddle、onnxruntime安装包。PaddleOCR推荐的镜像如下:
```
```
...
@@ -107,7 +107,7 @@ python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/eval.py -c configs/
...
@@ -107,7 +107,7 @@ python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/eval.py -c configs/
python3 tools/infer/predict_system.py --image_dir="./doc/imgs/" --det_model_dir="./ch_PP-OCRv3_det_infer/ch_PP-OCRv3_det.onnx" --cls_model_dir="./ch_ppocr_mobile_v2.0_cls_infer/ch_ppocr_mobile_v2.0_cls_infer.onnx" --rec_model_dir="./ch_PP-OCRv3_rec_infer/ch_PP-OCRv3_rec.onnx" --use_onnx=true --use_angle_cls=true --rec_image_shape=3,48,320 --warmup=1
python3 tools/infer/predict_system.py --image_dir="./doc/imgs/" --det_model_dir="./ch_PP-OCRv3_det_infer/ch_PP-OCRv3_det.onnx" --cls_model_dir="./ch_ppocr_mobile_v2.0_cls_infer/ch_ppocr_mobile_v2.0_cls_infer.onnx" --rec_model_dir="./ch_PP-OCRv3_rec_infer/ch_PP-OCRv3_rec.onnx" --use_onnx=true --use_angle_cls=true --rec_image_shape=3,48,320 --warmup=1
```
```
## result
## result


### 精度
### 精度
检测模型测试
检测模型测试
...
@@ -135,7 +135,7 @@ ocr
...
@@ -135,7 +135,7 @@ ocr
### 热点应用行业
### 热点应用行业
制造,金融,交通,教育,医疗
制造,金融,交通,教育,医疗
## 源码仓库及问题反馈
## 源码仓库及问题反馈
https://developer.
hpccube.com
/codes/modelzoo/paddleocr
https://developer.
sourcefind.cn
/codes/modelzoo/paddleocr
## 参考资料
## 参考资料
*
[
PaddleOCR
](
https://github.com/PaddlePaddle/PaddleOCR
)
*
[
PaddleOCR
](
https://github.com/PaddlePaddle/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