qqwweee / keras-yolo3

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

train.txt format #745

Open maidna opened 3 years ago

maidna commented 3 years ago

hi. I've searched but didn't quite understand how I should create train.txt file. i have voc annotation files, in xml, and image's path, but i don't know how to combine them to reach the correct format. i checked the voc annotation convert file, and in the code i didn't understand what the role of "year" is. i just have a training set that i want to create a train file out of it. thank you