Commit 3319845c authored by sugon_cxj's avatar sugon_cxj
Browse files

update README

parent 37e37fff
...@@ -60,7 +60,7 @@ cls: ...@@ -60,7 +60,7 @@ cls:
[光源](https://www.sourcefind.cn/#/service-details)可拉取训练以及推理的docker镜像,在[光合开发者社区](https://cancon.hpccube.com:65024/4/main/)可下载paddle、onnxruntime安装包。PaddleOCR推荐的镜像如下: [光源](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 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 docker exec -it paddleocr-test bash
pip3 install -r requirements.txt pip3 install -r requirements.txt
pip3 install onnxruntime.whl pip3 install onnxruntime.whl
...@@ -105,7 +105,7 @@ python3 tools/infer/predict_system.py --image_dir="./doc/imgs/" --det_model_dir= ...@@ -105,7 +105,7 @@ python3 tools/infer/predict_system.py --image_dir="./doc/imgs/" --det_model_dir=
``` ```
## result ## result
![image](https://developer.hpccube.com/codes/modelzoo/paddleocr/-/raw/main/inference_results/08.jpg) ![image](https://developer.hpccube.com/codes/modelzoo/paddleocr/-/raw/main/inference_results/08.jpg)
### 性能和准确率数据 ### 精度
检测模型测试 检测模型测试
| Model | Precision | Recall | | Model | Precision | Recall |
...@@ -130,9 +130,9 @@ python3 tools/infer/predict_system.py --image_dir="./doc/imgs/" --det_model_dir= ...@@ -130,9 +130,9 @@ 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
## 参考 ## 参考资料
* [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR) * [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR)
# 模型唯一标识 # 模型唯一标识
modelCode = 205 modelCode = 205
# 模型名称 # 模型名称
modelName=PaddleOCR modelName=paddleocr
# 模型描述 # 模型描述
modelDescription=PaddleOCR是一个实现字符检测和识别的模型 modelDescription=paddleocr是一个实现字符检测和识别的模型
# 应用场景 # 应用场景
appScenario=推理,训练,OCR,工业制造,金融,交通,教育,医疗 appScenario=推理,训练,OCR,工业制造,金融,交通,教育,医疗
# 框架类型 # 框架类型
......
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