Replies: 1 comment
-
|
Hello, there are currently no plans to support UVDoc in |
Beta Was this translation helpful? Give feedback.
-
|
Hello, there are currently no plans to support UVDoc in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I converted my
UVDoc.pdiparamsmodel to ONNX format usingpaddle2onnx, which gave meuvdoc.onnx.However when I read throughI
tools/infer/predict_system.py, I noticed there’s no existing code path to useuvdoc.onnxmodel. Currently I am usingpredict_system.pyto run inference with onnx weight like this:This works fine for detection and recognition, but I also want to enable document unwarping (UVDoc) in the same ONNX inference pipeline.
I know that using the Python API (
paddleocr.PaddleOCR) allows document unwarping easily with::But there’s no equivalent option in
predict_system.pyto load or use a UVDoc ONNX model.So my questions are:
uvdoc.onnx) insidetools/infer/predict_system.py, similar to how detection, recognition, and classification ONNX models are integrated?uvdoc.onnxtogether with other ONNX models?Beta Was this translation helpful? Give feedback.
All reactions