matterport / Mask_RCNN

Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
Other
24.42k stars 11.67k forks source link

How to label a single category with labelme and instance segmentation? #2358

Open goldwater668 opened 3 years ago

goldwater668 commented 3 years ago

How to label a single category with labelme and instance segmentation? There are cat, cat, cat, Cat0, CAT1, cat2 or cat-0, cat-1, cat-2, etc. which annotation method is used?thank you!

I use cat-0, cat-1, cat-2 for annotation, and use labelme2coco to convert annotations.json, where the annotation is [], what's the matter?

littlebig-balala commented 1 month ago

I'm also having this problem, have you solved the problem yet?