experiencor / keras-yolo2

Easy training on custom dataset. Various backends (MobileNet and SqueezeNet) supported. A YOLO demo to detect raccoon run entirely in brower is accessible at https://git.io/vF7vI (not on Windows).
MIT License
1.73k stars 787 forks source link

Annotation type when using coco dataset #389

Closed ChiHangChen closed 5 years ago

ChiHangChen commented 5 years ago

I am trying Yolo Step-by-Step.ipynb file, and I download the coco dataset from coco official website, but I not sure which annotation format that this notebook file is using... I use the annotaion file the downloaded from website captions_val2014.json and instances_val2014.json and person_keypoints_val2014.json, but it seems not valid format for this notebook file.

ChiHangChen commented 5 years ago

I miss the step to convert coco format to VOC format, sorry for interupt.