Skip to content

Emonet unofficial Implemented "Estimation of continuous valence and arousal levels from faces in naturalistic conditions" published in Nature Machine Intelligence 2021

License

Notifications You must be signed in to change notification settings

ibug-group/emonet_train

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Emonet unofficial Implemented "Estimation of continuous valence and arousal levels from faces in naturalistic conditions" published in Nature Machine Intelligence 2021

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%