serengil / deepface

A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python
https://bit.ly/deepface-py
MIT License
14.89k stars 2.25k forks source link

What is the training/validation dataset used for the model? #751

Closed LionLion888 closed 1 year ago

LionLion888 commented 1 year ago

Hello~

Thanks for sharing the code, It is a good tool to do the face recognition.

Now I am trying to reproduce the result. Wounding what is the training and validation dataset used for the following models?

Models: "VGG-Face", "Facenet", "Facenet512", "OpenFace", "DeepFace", "DeepID", "ArcFace", "Dlib", "SFace"

Thanks.

serengil commented 1 year ago

you can follow the links in license section, this will redirect you to the original studies. you can find this information in there.

LionLion888 commented 1 year ago

Hi Serengil,

Got it! I'll take a look.

Thanks.