Data ScienceAIcomputer-visionpythonobject-detection
Object Detection — Images and Video
By Alaa El-Maria

- Published on
- Repository
- https://github.com/Alaatahaelmaria/Object-Detection
- Tech
- Python, OpenCV

Sharing
A hands-on object detection project demonstrating dataset handling, model execution, and overlay of detections. Includes examples for both still images and video streams.
Highlights
- Pluggable model runners and simple configuration.
- Video pipeline with frame skipping and FPS overlays.
- Export of annotated frames and summary metrics.
Getting started
python detect.py --image input.jpg
# or
python detect.py --video input.mp4
Hi there! Want to support my work?