dbolya / tide

A General Toolbox for Identifying Object Detection Errors
https://dbolya.github.io/tide
MIT License
702 stars 115 forks source link

Getting bbox AP @ 50: 0.00 #42

Closed meet-minimalist closed 2 years ago

meet-minimalist commented 2 years ago

I have trained a model, the predictions looks correct when plotted on an image. Still I am getting 0 AP from this tool. Can you explain the root cause for this?

meet-minimalist commented 2 years ago

Closing this issue as the coco ground truth json was in x1,y1,w,h format and prediction json was in xc,yc,w,h format. This can be prevented by providing better documentation on how to create json and what format it should have.