Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 702 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 702 Bytes

Face-Detection

Project Description:

face detector based on OpenCV and deep learning using opencv's Caffe model. This face detector is based on (SSD) the Single Shot Detector framework with a backbone of ResNet base network.

Prototxt and Caffemodel files usage

  • The .prototxt file that defines the model architecture.
  • The .caffemodel file that contains the weights for the actual layers.

***An image with my friends in a friend's wedding***

References:

https://opencv.org/ https://github.com/opencv/opencv/tree/master/samples/dnn/face_detector