dbolya / tide

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

My Coco files contain no segmentations - only bounding boxes. Why is this incompatible? #52

Open codingbutstillalive opened 1 year ago

libricardo commented 1 year ago

Hi, I got the same issue, and I figured it out by replacing https://github.com/dbolya/tide/blob/master/tidecv/datasets.py#L102 with

mask   = 'nhR35U=1O2N8H7I001E[OoCe0R<_OiCa0Y<71O2N1O00B>G02D\D^O`;2UENS<1O3N1N2NB`C5^<IlC1ikm4'

It will work :)