Skip to content

This project utilizes YOLO (You Only Look Once), a real-time object detection system. YOLO efficiently predicts bounding boxes and class probabilities for each grid cell, renowned for its speed and accuracy.

Notifications You must be signed in to change notification settings

PraveenLiyanage/Object_Detection_YOLO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Detection with YOLO

pexels-alexander-nadrilyanski-3684122

Overview

This project implements Object Detection using YOLO (You Only Look Once), a real-time object detection system. YOLO divides an image into a grid and predicts bounding boxes and class probabilities for each grid cell. It's known for its speed and accuracy.

Features

  • YOLOv8 implementation for object detection.
  • Pre-trained weights for quick setup and testing.
  • Supports multiple object classes.
  • Easy-to-use and well-documented code.

Installation

  1. Clone the repository:

    git clone https://github.com/praveenliyanage/Object_Detection_YOLO.git

Navigate to the project directory:

   cd Object_Detection_YOLO

Download YOLOv8 :

Ultralytics

About

This project utilizes YOLO (You Only Look Once), a real-time object detection system. YOLO efficiently predicts bounding boxes and class probabilities for each grid cell, renowned for its speed and accuracy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published