li-js / Train_with_mixed_batch_keras

Train a multi-task learning model to estimate age, gender and emotion of an input face

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Train_with_mixed_batch_keras

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 Keras with Tensorflow as the backend.

The labels for age is from LAP dataset. The labels for gender and emotion is from MTFL dataset.

A similar implementation in Tensorflow is here: https://github.com/li-js/Face_age_gender_emotion

About

Train a multi-task learning model to estimate age, gender and emotion of an input face


Languages

Language:Python 100.0%