Replies: 1 comment 3 replies
-
I would modify the ONNX model to add a transpose node. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have successfully inferences the yolov8 output from the onnx runtime. The size of the ort::value vector is 1X84X8400. I need to transpose this vector into 1X8400X84 to post-process the output. How can I do this?
Beta Was this translation helpful? Give feedback.
All reactions