chrise96 / image-to-coco-json-converter

Convert segmentation RGB mask images to COCO JSON format
199 stars 57 forks source link

double annotations #1

Closed kimalaacer closed 3 years ago

kimalaacer commented 3 years ago

I was trying your code, and it seems i am getting 13 segmentations, including one for the entire image. my mask has only 6 annotations, all same category id. I have commented the multipolygon, since I do not need it and changed some codes since I have only 1 catgeory.

Any ideas?