chuanenlin / drone-net

https://towardsdatascience.com/tutorial-build-an-object-detection-system-using-yolo-9a930513643a
154 stars 66 forks source link

How is the labels directory accessed? #9

Open LightStrand opened 5 years ago

LightStrand commented 5 years ago

I don't see where it's referenced. How does darknet know to use that dir?

chuanenlin commented 5 years ago

Trying storing the images in a subfolder called “images” and the labels in a subfolder called “labels” - the subfolders should be in the same directory as well.