Skip to content

itzmesarvesh04/Object-Detection-with-OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

YOLOv8 Object Detection with OpenCV 🎯

A beginner-friendly project to detect and count people and other objects in a video using [YOLOv8] (nano model) and OpenCV.

πŸ’‘ Features

  • Detects and counts people in real-time 🧍
  • Works with video file input
  • Maintains the original video resolution
  • Saves output video with bounding boxes and object labels

βœ… Required Python Packages Ultralytics (YOLOv8) This includes the YOLOv8 model and utilities.

pip install ultralytics

pip install opencv-python

python -m venv yolov8-env source yolov8-env/bin/activate
pip install ultralytics opencv-python

image

About

A beginner-friendly project to detect and count people and other objects in a video using YOLOv8 and OpenCV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages