Merge pull request #1112 from serengil/feat-task-1603-version-0087

new version and stock photo for model portfolio updated
This commit is contained in:
Sefik Ilkin Serengil 2024-03-16 10:24:11 +00:00 committed by GitHub
commit a13f37c7c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 3 deletions

View File

@ -134,7 +134,7 @@ embedding_objs = DeepFace.represent(img_path = "img.jpg",
)
```
<p align="center"><img src="https://raw.githubusercontent.com/serengil/deepface/master/icon/model-portfolio-v8.jpg" width="95%" height="95%"></p>
<p align="center"><img src="https://raw.githubusercontent.com/serengil/deepface/master/icon/model-portfolio-20240316.jpg" width="95%" height="95%"></p>
FaceNet, VGG-Face, ArcFace and Dlib are [overperforming](https://youtu.be/i_MOwvhbLdI) ones based on experiments. You can find out the scores of those models below on [Labeled Faces in the Wild](https://sefiks.com/2020/08/27/labeled-faces-in-the-wild-for-face-recognition/) set declared by its creators.

View File

@ -1 +1 @@
__version__ = "0.0.86"
__version__ = "0.0.87"

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 KiB

View File

@ -1,3 +1,3 @@
{
"version": "0.0.86"
"version": "0.0.87"
}