You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,19 +73,19 @@ Having several dataset of images per person is not possible for some use cases o
73
73
74
74
libfaceid library supports several models for each step of the Face Recognition pipeline. Some models are faster while some models are more accurate. You can mix and match the models for your specific use-case, hardware platform and system requirements.
75
75
76
-
#### Face Detector models for detecting face locations
76
+
#### Face Detection models for detecting face locations
77
77
-[Haar Cascade Classifier via OpenCV](https://github.com/opencv/opencv/blob/master/samples/python/facedetect.py)
78
78
-[Histogram of Oriented Gradients (HOG) via DLIB](http://dlib.net/face_detector.py.html)
79
79
-[Deep Neural Network via DLIB](http://dlib.net/cnn_face_detector.py.html)
80
80
-[Single Shot Detector with ResNet-10 via OpenCV](https://github.com/opencv/opencv/blob/3.4.0/samples/dnn/resnet_ssd_face_python.py)
81
81
-[Multi-task Cascaded CNN (MTCNN) via Tensorflow](https://github.com/ipazc/mtcnn/blob/master/tests/test_mtcnn.py)
82
82
83
-
#### Face Encoder models for generating face embeddings on detected faces
83
+
#### Face Encoding models for generating face embeddings on detected faces
84
84
-[Local Binary Patterns Histograms (LBPH) via OpenCV](https://www.python36.com/face-recognition-using-opencv-part-3/)
85
85
-[OpenFace via OpenCV](https://www.pyimagesearch.com/2018/09/24/opencv-face-recognition/)
86
86
-[ResNet via DLIB](http://dlib.net/face_recognition.py.html)
87
87
88
-
#### Classifier algorithms for face embedding classification to identify the face
88
+
#### Classification algorithms for Face Identification using face embeddings
0 commit comments