A simple, lightweight pipeline to detect cars using YOLOv5u on Google Colab. This repo contains code for training, evaluating, and testing YOLO models on a custom dataset.
- π Real-time object detection (car detection)
- π§ Finetuned YOLOv5u on custom dataset
- βοΈ Runs fully on Google Colab (no local setup needed)
- π Easy evaluation and result visualization
.
βββ data/
β βββ car.yaml # Dataset configuration
βββ images/
β βββ training_images/ # Training images
β βββ testing_images/ # Test images
βββ labels/
β βββ training_images/ # YOLO-format .txt labels
β βββ testing_images/ # YOLO-format .txt labels (optional)
βββ runs/
β βββ car_detect/ # Output model weights and logs
βββ car_detection.ipynb # Google Colab Notebook