Single ONNX for complete pipeline #127
Closed
gautamHCSCV
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
As I know, multi onnx files can't be merged into one. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes multi onnx files can't be merged but we can merge multiple paddle files. I am not sure about this, but can we create a wrapper function which combines the entire pipeline into a single onnx model. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can you please write a wrapper function which includes the entire flow from detection to recognition, into a single onnx model. This would also reduce the inference time and accuracy of the model.
Please provide me with code using which I can create a single onnx model which takes image as an input and provide text as output.
Beta Was this translation helpful? Give feedback.
All reactions