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 .
2 Likes