li-js / Face_age_gender_emotion

Training on multiple datasets with ''mixed batches'' strategy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Age, Gender and Emotion estimation for face images

Train a multi-task learning model to estimate age, gender and emotion of an input face. The trianing is done from multiple datasets, with a mixed-batch strategy. The code is written in Tensorflow.

A similar implementation in Keras is here: https://github.com/li-js/Train_with_mixed_batch_keras

The code for trunk residual network is borrowed from here.

About

Training on multiple datasets with ''mixed batches'' strategy


Languages

Language:Python 100.0%