Skip to content

lakhmanisahil/object_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Real time object detection system with YOLOv8

This repository provides a Python-based, GPU-accelerated real-time object detection pipeline using Ultralytics’ YOLOv8 and OpenCV.
It captures webcam input, detects objects in each frame, draws bounding boxes with confidence scores, and displays the real-time annotated video feed.

Steps to follow:

  1. Clone this repo and go to the project:
git clone https://github.com/lakhmanisahil/object_detection.git
cd object_detection
  1. Install dependencies:
pip install --upgrade pip
pip install -r requirements.txt
  1. Running this script:
  • Ensure your webcam is plugged in and recognized (check ls /dev/video* on Linux or Device Manager on Windows).
  • Run: python main.py
  1. A window titled “Real-Time Detection” will open. Bounding boxes with [class_name] [confidence] will appear on each detected object. Press q to quit cleanly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages