Export detect to ONNX #11915
VictorBarbosa
started this conversation in
General
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.
-
I created an object detection model where I had 3 possible objects to be detected: hand closed (Rock), hand opened (paper), and hand closed with two fingers open (scissors). It works perfectly, but when I export it to ONNX or TensorFlow, the output I get is in the format (1,7,1029), and I'm unsure how to retrieve the bounding boxes. Could someone help me?
Beta Was this translation helpful? Give feedback.
All reactions