From 46ee4bcca4b3cdfcf3d2c2ff7d4c1fc3e5722f12 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Wed, 9 Jul 2025 13:53:30 +0100 Subject: [PATCH] Update README.md embedding section updated with pca example --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 86e6677..41a48c1 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,10 @@ Embeddings can be [plotted](https://sefiks.com/2020/05/01/a-gentle-introduction-

+In summary, the distance between vector embeddings of the same person should be smaller than that between embeddings of different people. When reduced to two-dimensional space, the clusters become clearly distinguishable. + +

+ **Face recognition models** - [`Demo`](https://youtu.be/eKOZawGR3y0) DeepFace is a **hybrid** face recognition package. It currently wraps many **state-of-the-art** face recognition models: [`VGG-Face`](https://sefiks.com/2018/08/06/deep-face-recognition-with-keras/) , [`FaceNet`](https://sefiks.com/2018/09/03/face-recognition-with-facenet-in-keras/), [`OpenFace`](https://sefiks.com/2019/07/21/face-recognition-with-openface-in-keras/), [`DeepFace`](https://sefiks.com/2020/02/17/face-recognition-with-facebook-deepface-in-keras/), [`DeepID`](https://sefiks.com/2020/06/16/face-recognition-with-deepid-in-keras/), [`ArcFace`](https://sefiks.com/2020/12/14/deep-face-recognition-with-arcface-in-keras-and-python/), [`Dlib`](https://sefiks.com/2020/07/11/face-recognition-with-dlib-in-python/), `SFace`, `GhostFaceNet` and `Buffalo_L`. The default configuration uses VGG-Face model.