Skip to content

Commit 2e55f97

Browse files
authored
Update README.md
1 parent 817a49c commit 2e55f97

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,19 @@ Having several dataset of images per person is not possible for some use cases o
7373

7474
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.
7575

76-
#### Face Detector models for detecting face locations
76+
#### Face Detection models for detecting face locations
7777
- [Haar Cascade Classifier via OpenCV](https://github.com/opencv/opencv/blob/master/samples/python/facedetect.py)
7878
- [Histogram of Oriented Gradients (HOG) via DLIB](http://dlib.net/face_detector.py.html)
7979
- [Deep Neural Network via DLIB](http://dlib.net/cnn_face_detector.py.html)
8080
- [Single Shot Detector with ResNet-10 via OpenCV](https://github.com/opencv/opencv/blob/3.4.0/samples/dnn/resnet_ssd_face_python.py)
8181
- [Multi-task Cascaded CNN (MTCNN) via Tensorflow](https://github.com/ipazc/mtcnn/blob/master/tests/test_mtcnn.py)
8282

83-
#### Face Encoder models for generating face embeddings on detected faces
83+
#### Face Encoding models for generating face embeddings on detected faces
8484
- [Local Binary Patterns Histograms (LBPH) via OpenCV](https://www.python36.com/face-recognition-using-opencv-part-3/)
8585
- [OpenFace via OpenCV](https://www.pyimagesearch.com/2018/09/24/opencv-face-recognition/)
8686
- [ResNet via DLIB](http://dlib.net/face_recognition.py.html)
8787

88-
#### Classifier algorithms for face embedding classification to identify the face
88+
#### Classification algorithms for Face Identification using face embeddings
8989
- [Naïve Bayes](https://www.analyticsvidhya.com/blog/2017/09/naive-bayes-explained/)
9090
- Linear SVM
9191
- RVF SVM

0 commit comments

Comments
 (0)