Skip to content

jibsamGarcia/COCO-annotations-darknet-format

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

COCO-annotations_convert

COCO just provide json file annotations. If you want to train COCO on darknet,thie program can help you turn json file into txt file that darknet need.

you should download COCO dataset and annotations from http://mscoco.org/dataset/.

tips you should know about COCO dataset:

  1. COCO have three types of annotations including captions,keypoints and instances. we just use instances annotations to have bounding boxes in the image.

  2. The annotations file including image_info_test2014/2015.json,image_info_test-dev2015.json,instances_train2014/val2014.json. and we just use instances_train2014/val2014.json,the other three annotation files just have image paths and don't have bounding boxes.

  3. Information about instances_train2014/val2014.json,you should look at the COCO website.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%