dbolya / tide

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

How to handle images with no ground truth box #43

Open MagdalenaBaumgaertl opened 2 years ago

MagdalenaBaumgaertl commented 2 years ago

Hey @dbolya, I used my own dataset according to #9. However, I got slightly better results compared to pycocotools because gt images with no objects are ignored. How can I include these empty images in score calculation? Thank you!