This project is the implementation of Real-time Object detection in video with deep learning and OpenCV.
To build our deep learning-based real-time object detector with OpenCV we’ll need to
- access our webcam/video stream in an efficient manner and
- apply object detection to each frame.
The real-time deep-learning based object detector in action,