Data and config files needed to train YOLO with Duckie images. You will need to modify all paths in train.txt
and dataset_images_203.txt
(simple find and replace) in the txt files according to your working directory.
Created the train.txt
file with: cat dataset_images_201.txt dataset_images_202.txt > train.txt
. Using dataset_images_203.txt
as the test set.
It is meant to be executed as ./darknet detector train cfg/duckie.data ../duckiestuff/cfg/yolov3-duckie.cfg darknet53.conv.74
For this to work, we need to copy the file duckie.data
to the cfg
directory inside the directory darknet
after modifying the paths. Also, we need to copy the file duckie.names
to the data
directory inside the directory darknet
.
We also need to create a directory named duckie_backup
inside the directory darknet
.