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
-
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