Skip to content

SahilSatyam/Object_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

AI Project

Real-time-object-detection-with-deep-learning-and-OpenCV

This project is the implementation of Real-time Object detection in video with deep learning and OpenCV.

--prototxt : The path to the Caffe prototxt file.
--model : The path to the pre-trained model.
--confidence : The minimum probability threshold to filter weak detections. The default is 20%.

To build our deep learning-based real-time object detector with OpenCV we’ll need to

  1. access our webcam/video stream in an efficient manner and
  2. apply object detection to each frame.

The command to run the program:
python real_time_object_detection.py --prototxt MobileNetSSD_deploy.prototxt.txt --model MobileNetSSD_deploy.caffemodel

Screenshot (691)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published