jahongir7174 / PaddleOCR-onnx

Text Detection and Recognition using ONNX
10 stars 3 forks source link

How to convert to ONNX? #2

Open xddun opened 1 month ago

xddun commented 1 month ago

How to convert to ONNX? I want to convert PaddleOCR v4 server to ONNX myself, but after using the built-in PaddleOCR to convert to ONNX, the decoding of /ocr/PaddleOCR/ppocr/utils/ppocr_keys_v1.txt results in garbled text.

xddun commented 1 month ago

image

Using the official inference does not result in garbled text.