Find Details in the line given below:
https://www.pyimagesearch.com/2018/02/26/face-detection-with-opencv-and-deep-learning/
Perform fast, accurate face detection with OpenCV using a pre-trained deep learning face detector model shipped with the library.
Usage Example:python detect_faces.py -p models/deploy.prototxt.txt -m models/res10_300x300_ssd_iter_140000.caffemodel -i images/boys.jpg
Usage Example:python detect_faces_video.py -p models/deploy.prototxt.txt -m models/res10_300x300_ssd_iter_140000.caffemodel
Usage Example:python detect_faces_video.py -p models/deploy.prototxt.txt -m models/res10_300x300_ssd_iter_140000.caffemodel -v some_video.mp4