Object Detection with OpenCV
In this project, I developed an object detection application using the OpenCV library, showcasing my skills in computer vision and software development. The primary goal of the application is to identify and draw bounding boxes around objects of interest in real-time video streams.
Key Features:
- Real-Time Object Detection:
- Dynamic Bounding Boxes:
- Class Labeling:
Technologies Utilized:
- OpenCV: Open Source Computer Vision Library .
- SSD (Single Shot MultiBox Detector):
- MobileNetV3 Architecture: The MobileNetV3 architecture is employed for its efficiency in terms of both computation and memory while maintaining strong object detection capabilities.
- Python: The entire application is written in Python