Skip to content

How to create custom COCO data set for instance segmentation

License

Notifications You must be signed in to change notification settings

Tony607/labelme2coco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick start

Then you can run the labelme2coco.py script to generate a COCO data formatted JSON file for you.

python labelme2coco.py images

Then you can run the following Jupyter notebook to visualize the coco annotations. COCO_Image_Viewer.ipynb

Further instruction on how to create your own datasets, read the tutorial.