Hi everyone,
I’m getting an error creating the yolo_eval function in the assignment.
In particolar, after defining:
boxes = scale_boxes(boxes, image_shape)
I get the following message:
InvalidArgumentError: Incompatible shapes: [1786,80] vs. [1,4] [Op:Mul]
Any help will be appreciate.
Thanks,
Davide