An open API service indexing awesome lists of open source software.

https://github.com/rapidai/paddleocr2ncnn


https://github.com/rapidai/paddleocr2ncnn

Last synced: 3 months ago
JSON representation

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