Face recognition
With dlib
With dnn library (deep neurak network)
- Deep Learning with OpenCV
Image Classification with GoogLeNet - Face detection with OpenCV and deep learning
Deep learning face detector is based on the Single Shot Detector (SSD) framework with a ResNet base network. - OpenCV Face Recognition
- Detect faces
- Compute 128-d face embeddings to quantify a face
- Train a Support Vector Machine (SVM) on top of the embeddings
- Recognize faces in images and video streams