Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 894 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 894 Bytes

Unofficial implementation of paper: Estimation of continuous valence and arousal levels from faces in naturalistic conditions

Code is partly forked/copied from the official code of emonet

Training and evaluation

step1:

python train.py --nclassses 5

step2:

python train.py --nclassses 5 --kd --kd_w 0.3 --path step1_model_path

pretrained model

https://github.com/jingyang2017/emonet_test/tree/master/ibug/emotion_recognition/emonet/weights

References

[1] Toisoul, Antoine, Jean Kossaifi, Adrian Bulat, Georgios Tzimiropoulos, and Maja Pantic. "Estimation of continuous valence and arousal levels from faces in naturalistic conditions." Nature Machine Intelligence 3, no. 1 (2021): 42-50.

extention

Apply emonet_train to facial action unit detection: https://github.com/jingyang2017/aunet_train