Skip to content

Does ONNXRuntime support YOLOv11 .onnx files? #22298

Answered by vadimax
vadimax asked this question in General
Discussion options

You must be logged in to vote

Holy crap! Now I understand what is going on. You need to transpose the output matrix to get human readable format:

{ x, y, w, h, confidence[80] }

YOLO v5, v7, v10 use human readable output format;
YOLO v8, v11 -- its transposition.

WHY?!

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@vadimax
Comment options

@Neakita
Comment options

Comment options

You must be logged in to vote
1 reply
@Neakita
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by vadimax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants