labelme2coco icon indicating copy to clipboard operation
labelme2coco copied to clipboard

How to create custom COCO data set for instance segmentation

Results 8 labelme2coco issues
Sort by recently updated
recently updated
newest added

First of all, thans for your work! The latest labelme add 'goup' keyword to indicate seperated parts for the same instance. But as I annotate the images and convert the...

use width/height from the .json file if no image binhex data exists

I used the python notebook in your repository. It showed me different colors on a same label. Will this affect my ML model training? ![qeq](https://user-images.githubusercontent.com/25561994/90106119-676cbd80-dd60-11ea-8c7a-90548e0a1e57.PNG) As you can see in...

Line 35 of the labelme2coco.py file has this line: `label = shapes["label"].split("_")` Is there any restriction in COCO format for using '_' in a category?. What about if I have...

为什么关键点的转换不能实现