Tony607 / voc2coco

How to create custom COCO data set for object detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to create custom COCO data set for object detection | DLology blog

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

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

License:Other


Languages

Language:Jupyter Notebook 91.0%Language:Python 9.0%