-
Notifications
You must be signed in to change notification settings - Fork 0
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
kevinroy007/Real-time-object-detection
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published