Skip to content
Discussion options

You must be logged in to vote

Hi @alyasltd,

I agree, the error message is not very clear in this case. Let me explain why your code isn't working and provide a way to make it functional.

  • First, the predictor model must output only the bounding box (bbox) coordinates in the specific format $[x1, y1, x2, y2]$, where $(x1, y1)$ represents the top-left corner and $(x2, y2)$ represents the bottom-right corner of the predicted bounding box. However, YOLO typically outputs additional information, including an objectness score and class probabilities. Therefore, you need to process YOLO's outputs to extract only the bbox coordinates in the required format.

  • Second, for each image in the calibration set, YOLO may predict mu…

Replies: 1 comment 2 replies

Comment options

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

@M-Mouhcine
Comment options

Answer selected by alyasltd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants