serengil / deepface_models

Pre-trained models for deepface python library
MIT License
109 stars 41 forks source link

Which pretrained model were used for Facenet512? #6

Closed AnthraX1 closed 1 year ago

AnthraX1 commented 1 year ago

Hi,

https://github.com/davidsandberg/facenet/blob/master/README.md listed two pretrained models:

Pre-trained models

Model name LFW accuracy Training dataset Architecture
20180408-102900 0.9905 CASIA-WebFace Inception ResNet v1
20180402-114759 0.9965 VGGFace2 Inception ResNet v1

Obviously the 20180402-114759 has a higher LFW accuracy. I would like to know which model was facenet512_weights.h5 converted from?

serengil commented 1 year ago

Facenet512 is the one with 99.6 score.