mAP
mAP copied to clipboard
<confidence> <left> <top> <right> <bottom>
how can i find from predicted box's
Hello, you need to run an object detector over the images, the detector will give you 1 bounding box per object.
Which detector are you using?
I have the groundtruths and detections in the form of x_min,y_min,x_max,y_max. Can I use the order x_min,y_max,x_max,y_min to match the corresponding order of <left> <top> <right> <bottom> mentioned in the txt file or should I change it something else?