https://github.com/rapidai/paddleocr2ncnn
https://github.com/rapidai/paddleocr2ncnn
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rapidai/paddleocr2ncnn
- Owner: RapidAI
- Created: 2022-06-24T23:20:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T06:33:51.000Z (over 2 years ago)
- Last Synced: 2025-04-09T03:41:30.163Z (about 1 year ago)
- Language: Batchfile
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# paddleocr2ncnn
Some scripts for converting onnx models of paddleocr to ncnn format.
steps:
1. convert paddleocr to onnx format.
https://github.com/RapidAI/PaddleOCRModelConverter
2. convert paddleocr models of onnx format to ncnn format
## It needs a special version of ONNXSIM (0.3.8) to simplify the onnx model of RapidOCR.
Get it from this repo.
after installed it, run the script in the repo.
please modify it to match your need.
## 3. Do not, do not, do not optimize the converted models with ncnnoptimizer.
## only support paddleocrV2
## for other version of PPOCR, please refer to https://blog.csdn.net/best2012power/article/details/124155888