Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 605 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 605 Bytes

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.