https://github.com/mcaimi/camera-detection
A realtime object detection example using YOLO
https://github.com/mcaimi/camera-detection
object-detection opencv torch yolov11
Last synced: 6 months ago
JSON representation
A realtime object detection example using YOLO
- Host: GitHub
- URL: https://github.com/mcaimi/camera-detection
- Owner: mcaimi
- License: gpl-3.0
- Created: 2025-03-27T15:27:33.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T15:30:26.000Z (6 months ago)
- Last Synced: 2025-03-27T16:36:12.487Z (6 months ago)
- Topics: object-detection, opencv, torch, yolov11
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Object Detection with OpenCV & YOLO
A toy work-in-progress example on how to run object detection on a live streaming feed from a webcam, using YOLO for realtime detection.
### TODO
- Clean code, as it is mostly a toy implementation
- Finetune YOLO to recognize specific objects