new version and stock photo for model portfolio updated

This commit is contained in:
Sefik Ilkin Serengil 2024-03-16 10:09:45 +00:00
parent 167a8ca392
commit e1aebe5e2e
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"
}