Skip to content
forked from Tony607/voc2coco

How to create custom COCO data set for object detection

License

Notifications You must be signed in to change notification settings

Testbild/voc2coco

 
 

Repository files navigation

Quick start

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

python voc2coco.py ./data/VOC/Annotations ./data/coco/output.json
python voc2coco_rotate.py ./data/VOC/Annotations ./data/coco/output.json

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.

About

How to create custom COCO data set for object detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 83.3%
  • Python 16.7%