Path: blob/main/Custom Object Detection using YOLOv8/README.md
578 views
Custom Object Detection Tutorial using YOLOv8
Complete Video Tutorial: https://youtu.be/XJ0s3gvCZmg
Dataset Download Link: https://www.kaggle.com/datasets/sshikamaru/car-object-detection/data
Project Information
This tutorial will guide you through the process of training a custom object detection model using YOLOv8 to detect cars in images. YOLOv8, provided by the Ultralytics package, is a state-of-the-art object detection model that offers high performance and accuracy.
Libraries
ultralytics
os
matplotlib
opencv
Model Architecture
YOLOv8