computervisioneng / train-yolov8-custom-dataset-step-by-step-guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

train-yolov8-custom-dataset-step-by-step-guide

Watch the video
Watch on YouTube: Train Yolo V8 object detector on your custom data | Step by step guide !

dataset

If you want to train yolov8 with the same dataset I use in the video, this is what you should do:

  1. Download the downloader.py file.

  2. Download the object detection dataset; train, validation and test.

  3. Go to prepare_data directory.

  4. Execute create_image_list_file.py.

  5. Execute downloader.py.

    python downloader.py $IMAGE_LIST_FILE --download_folder=$DOWNLOAD_FOLDER
    
  6. Execute create_dataset_yolo_format.py, changing DATA_ALL_DIR by $DOWNLOAD_FOLDER.

About

License:GNU Affero General Public License v3.0


Languages

Language:Python 63.9%Language:Jupyter Notebook 36.1%