This project aims to do real-time object detection through a laptop camera or webcam using OpenCV and MobileNetSSD. The idea is to loop over each frame of the video stream, detect objects like person, ...
This repository contains a Python script for real-time object detection using the webcam feed as input. The script uses the OpenCV library (Open Source Computer Vision Library) and a pre-trained model ...