Cpp method/code to infer on onnx model #16064
Unanswered
itzananthakrishnan
asked this question in
Q&A
Replies: 0 comments
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.
-
Converted the exprted paddleocr model to onnx using
`
paddlex
--paddle2onnx \ # Use the paddle2onnx feature
--paddle_model_dir /your/paddle_model/dir \ # Specify the directory containing the Paddle model
--onnx_model_dir /your/onnx_model/output/dir \ # Specify the output directory for the converted ONNX model
--opset_version 7 # Specify the ONNX opset version to use
`
Can anyone help with how we can infer using the onnx model on cpp . or provide code/proper steps
Beta Was this translation helpful? Give feedback.
All reactions