Commit 90f8a7c9 authored by chenxj's avatar chenxj
Browse files

add model.properties

parent da2d01b3
...@@ -73,7 +73,7 @@ python3 tools/infer/predict_system.py --image_dir="./doc/imgs/" --det_model_dir= ...@@ -73,7 +73,7 @@ python3 tools/infer/predict_system.py --image_dir="./doc/imgs/" --det_model_dir=
| Model | Acc | | Model | Acc |
| :------: | :------: | | :------: | :------: |
| rec | 0.6490 | | rec | 0.6490 |
## 历史版本 ## 源码仓库及问题反馈
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)
......
# 模型名称
modelName=PaddleOCR
# 模型描述
modelDescription=PaddleOCR是一个实现字符检测和识别的模型
# 应用场景
appScenario=推理,训练,OCR
# 框架类型
frameType=paddle
...@@ -13,3 +13,5 @@ lxml ...@@ -13,3 +13,5 @@ lxml
premailer premailer
openpyxl openpyxl
attrdict attrdict
onnx==1.12.0
protobuf==3.20.0
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