Watch on YouTube: Train Yolo V8 object detector on your custom data | Step by step guide !
If you want to train yolov8 with the same dataset I use in the video, this is what you should do:
-
Download the downloader.py file.
-
Download the object detection dataset; train, validation and test.
-
Go to prepare_data directory.
-
Execute create_image_list_file.py.
-
Execute downloader.py.
python downloader.py $IMAGE_LIST_FILE --download_folder=$DOWNLOAD_FOLDER
-
Execute create_dataset_yolo_format.py, changing DATA_ALL_DIR by $DOWNLOAD_FOLDER.