Replies: 1 comment
-
You can try renaming the model file to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have custom .onnx model for text recognition.
I'd like to just put the path to it into my PP-StructureV3.yaml config and get markdown at the end. Like this:

Unfortunately model_dir expects to have a directory with paddle format model, not an .onnx model.
I also attempted to convert .onnx model into paddle formatted model with X2Paddle, but got errors during the conversion so it did not work.
Question:
What are my options to implement custom .onnx text rec model into the existing StructureV3 pipeline?
Beta Was this translation helpful? Give feedback.
All reactions