Object Detection & Recognition DataSet annotation Convert Yolo Darknet
All convert code need some directory hierarchy
just make folder like this
[some your project root directory]
|
| - [JPEG] : For images folder
|
| - [label] : For annotaion folder
|
| - [results] : For results of convert2Yolo
you should make class file
follow this format
reference voc.names file in repository
aeroplane
bicycle
bird
boat
bottle
bus
car
cat
chair
cow
diningtable
dog
horse
motorbike
person
pottedplant
sheep
sofa
train
tvmonitor
pip3 install -r pip_install_required.txt
Here is VOC Pascal DataSet example
python voc.py test.names example/voc/JPEG/ example/voc/label/ example/voc/results/
- Support VOC Pascal Format
- Support Udacity Format
- Write how to using VOC Pascal Format in ReadMe
- Write how to using Udacity Format in ReadMe
- Code Refactoring