Skip to content

基于PaddleOCR重构,并且脱离PaddlePaddle深度学习训练框架的OCR

License

Notifications You must be signed in to change notification settings

jingsongliujing/OnnxOCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onnxOCR

一.优势:

1.脱离深度学习训练框架,可直接用于部署的通用OCR。 2.在算力有限,精度不变的情况下使用paddleOCR转成ONNX模型,进行重新构建的一款可部署在arm架构和x86架构计算机上的OCR模型。 3.在同样性能的计算机上推理速度加速了4-5倍。

二.环境安装

python>=3.6

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt

由于rec模型超过了100M,github有限制,所以我上传到

百度网盘,提取码: 125c

下载后放到./models/ch_ppocr_server_v2.0/rec/rec.onnx下

三.一键运行

python test_ocr.py

效果展示

Alt text

Alt text

Alt text

Alt text

Alt text

Alt text

感谢PaddleOcr

https://github.com/PaddlePaddle/PaddleOCR

About

基于PaddleOCR重构,并且脱离PaddlePaddle深度学习训练框架的OCR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages