BobLiu20 / YOLOv3_PyTorch

Full implementation of YOLOv3 in PyTorch
624 stars 191 forks source link

Data folder structure for fine-tuning #30

Open kazenokizi opened 6 years ago

kazenokizi commented 6 years ago

Hi, thank you for this work. I wonder how I shall organize the images and annotations in the 'data' folder for fine-tuning on my own dataset? Cheers.