This is PGNET's onnxruntime inference implementation of PaddleOCR.
This is PGNET's hailo inference implementation of hailort.
git clone https://github.com/mjq2020/pgnet_ocr.git
cd pgnet_ocr
pip install -r requirements.txt# onnx inference
python inference_pgnet.py https://github.com/mjq2020/pgnet_ocr/releases/download/v0.1/pgnet.onnx images/test.png
# hailo inference
python inference_pgnet.py https://github.com/mjq2020/pgnet_ocr/releases/download/v0.1/pgnet_640.hef images/test.png| Original | Result |
|---|---|
![]() |
![]() |

