sr6033
face-detection-with-OpenCV-and-DNN
Python

Detecting faces using OpenCV's Deep Neural Network

Last updated May 13, 2026
71
Stars
35
Forks
1
Issues
0
Stars/day
Attention Score
12
Language breakdown
No language data available.
โ–ธ Files click to expand
README

Face detection using OpenCV and Deep Neural Network

Detected faces

How to run?

To use in an image:

$ python detect_faces.py --image group.jpg --prototxt deploy.prototxt.txt --model \ res10300x300ssditer140000.caffemodel

To use in webcam:

$ python detectfacesvideo.py --prototxt deploy.prototxt.txt --model \ res10300x300ssditer140000.caffemodel

ยฉ 2026 GitRepoTrend ยท sr6033/face-detection-with-OpenCV-and-DNN ยท Updated daily from GitHub