qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.44k forks source link

Creating your own annotated dataset? #513

Open moondra2017 opened 5 years ago

moondra2017 commented 5 years ago

Any software you guys are using to create your own dataset?

Thanks.

tangyeqiu commented 5 years ago

I am using VOCdevkit to create the data set in the format of VOC2007. And the LabelImage is used as labeling tool. So far so good.

sirius0503 commented 5 years ago

Try using Labelimg