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
3319845c
Commit
3319845c
authored
Oct 25, 2023
by
sugon_cxj
Browse files
update README
parent
37e37fff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+4
-4
model.properties
model.properties
+2
-2
No files found.
README.md
View file @
3319845c
...
...
@@ -60,7 +60,7 @@ cls:
在
[
光源
](
https://www.sourcefind.cn/#/service-details
)
可拉取训练以及推理的docker镜像,在
[
光合开发者社区
](
https://cancon.hpccube.com:65024/4/main/
)
可下载paddle、onnxruntime安装包。PaddleOCR推荐的镜像如下:
```
docker pull image.sourcefind.cn:5000/dcu/admin/base/paddlepaddle:2.4.2-centos7.6-dtk-23.04.1-py37-latest
docker run -d -t --privileged --device=/dev/kfd --device=/dev/dri/ --network=host --group-add video --name paddleocr-test image.sourcefind.cn:5000/dcu/admin/base/paddlepaddle:2.3.2-centos7.6-dtk-22.10.1-py37-latest
docker run -d -t --privileged --device=/dev/kfd --device=/dev/dri/
--shm-size 64g
--network=host --group-add video --name paddleocr-test image.sourcefind.cn:5000/dcu/admin/base/paddlepaddle:2.3.2-centos7.6-dtk-22.10.1-py37-latest
docker exec -it paddleocr-test bash
pip3 install -r requirements.txt
pip3 install onnxruntime.whl
...
...
@@ -105,7 +105,7 @@ python3 tools/infer/predict_system.py --image_dir="./doc/imgs/" --det_model_dir=
```
## result

###
性能和准确率数据
###
精度
检测模型测试
| Model | Precision | Recall |
...
...
@@ -130,9 +130,9 @@ python3 tools/infer/predict_system.py --image_dir="./doc/imgs/" --det_model_dir=
### 算法类别
ocr
### 热点应用行业
工业制造
、
金融
、
交通
、
教育
、
医疗
工业制造
,
金融
,
交通
,
教育
,
医疗
## 源码仓库及问题反馈
https://developer.hpccube.com/codes/modelzoo/paddleocr
## 参考
## 参考
资料
*
[
PaddleOCR
](
https://github.com/PaddlePaddle/PaddleOCR
)
model.properties
View file @
3319845c
# 模型唯一标识
modelCode
=
205
# 模型名称
modelName
=
P
addle
OCR
modelName
=
p
addle
ocr
# 模型描述
modelDescription
=
P
addle
OCR
是一个实现字符检测和识别的模型
modelDescription
=
p
addle
ocr
是一个实现字符检测和识别的模型
# 应用场景
appScenario
=
推理,训练,OCR,工业制造,金融,交通,教育,医疗
# 框架类型
...
...
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