dbolya / tide

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

Fixed index error for plain object detection cases #31

Open kinnzo opened 3 years ago

kinnzo commented 3 years ago

This will fix issue #20. I was facing the same issue when using coco_dataset which had empty segmentation list. Post this fix, the error was resolved.