Skip to content

Python script for real-time object detection using a pre-trained model like YOLO (You Only Look Once) with OpenCV. This script will use your webcam to capture video and perform object detection in real-time.

License

Notifications You must be signed in to change notification settings

kevinroy007/Real-time-object-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python script for real-time object detection using a pre-trained model like YOLO (You Only Look Once) with OpenCV. This script will use your webcam to capture video and perform object detection in real-time.

Ensure you have the necessary files and dependencies:

YOLOv3 Weights: Download from the official YOLO website.
YOLOv3 Configuration File: Usually comes with the weights.
COCO Names File: Contains the names of the objects that YOLO can detect.
OpenCV: Install it via pip (pip install opencv-python).

About

Python script for real-time object detection using a pre-trained model like YOLO (You Only Look Once) with OpenCV. This script will use your webcam to capture video and perform object detection in real-time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages