younver / model_weights

model weights in the domain of selfie image data including age, gender, race, mood and sign prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pre-Trained Models for DeepFace

Pre-trained weights in deepface were stored in Google Drive source but it has a daily download limit. Users can get "Too many users have viewed or downloaded this file recently. Please try accessing the file again later" often. That's why, pre-trained weights are going to be stored in this repo as a release.

The repo itself is licensed under MIT - see LICENSE. However, the library wraps some face recognition models: VGG-Face, Facenet, OpenFace, DeepID, ArcFace. Pre-trained weights of those models converted from original source to Keras by the author, and they are going to be stored in this repo. So, licence types will be inherited if you are going to use those models.

Besides, age, gender, emotion and race prediction models were trained by the author on the VGG-Face structure. License type of VGG-Face inherited to those models as well.

About

model weights in the domain of selfie image data including age, gender, race, mood and sign prediction

License:MIT License