chrise96 / image-to-coco-json-converter

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

AttributeError: 'MultiPolygon' object has no attribute 'exterior' #12

Open MingNarongthat opened 2 years ago

MingNarongthat commented 2 years ago

I try to run the script, if the annotations more than 300, it will error with 'AttributeError: 'MultiPolygon' object has no attribute 'exterior''. How I can solve this problem?