Help figuring out why all my other functions are good but then getting an incompatible shape error in YOLO W3A1

Hello, I am not sure what I am missing from my code chunk below to move forward in the assignment. All my previous code chunks passed the test. Can you provide a hint or help debugging my code for the yolo_eval function?

Please don’t share your code on the forum. If a mentor needs to see your code, we’ll contact you with instructions.

Hint:
In this line of code, check the order of the parameters you’re passing to the function.
scores,boxes,classes = yolo_filter_boxes(...)

1 Like

Thank you, I edited out the code. I see it fixed the bug :slight_smile:.

2 Likes