Folders and files Name Name Last commit message
Last commit date
parent directory
View all files
Real-Time Face Detection Using OpenCV
face_detection_ssd_parallel.py script is used for performing real-time face detection on input stream from webcam connected to a laptop or desktop
Pre-trained deep learning model for face detection from OpenCV is used Link
Imutils library is used for reading frames from webcam in a multi-threaded approach for achieving higher FPS Link
Model architecture is a Single Shot Detector (SSD) framework with a ResNet backbone
Model files are in caffe format
deploy.prototxt.txt - defines model architecture
res10_300x300_ssd_iter_140000.caffemodel - contains trained model weights
Model files can also be directly downloaded from OpenCV repository. Useful links: Link1 Link2 Link3
Programming language and libraries used
Python programming language
OpenCV library
Imutils library (install using -> pip install imutils)
Other Python libraries including Numpy library
You can’t perform that action at this time.