This repository contains Jupyter notebooks and scripts for exploring and training different versions of the YOLO (You Only Look Once) object detection model.
notebooks/
: Contains Google Colab notebooks for YOLOv1, YOLOv2, and YOLOv3.datasets/
: Descriptions and links to the datasets used.models/
: Directories for storing trained models.scripts/
: Training scripts and utility functions.
- YOLOv1 Colab Notebook
- YOLOv2 Colab Notebook
- YOLOv3 Colab Notebook
- YOLOv4 Colab Notebook
- YOLOv5_Colab_Notebook
- YOLOV6_Colab_Notebook
- YOLOV7_Colab_Notebook
- YOLOV8_Colab_Notebook
- YOLOV9_Colab_Notebook
For testing the commands in most of the cases will be tried to only using the Colab Notebook. This will be done in order to make it without any installation. If so is hard, some specific and aditional rules will be given.