Angry | Fear | Happy | Neutral | Sad | Surprise |
Code for Emotion Recognition in the Wild (EmotiW) challenge.
For EmotiW 2017 code please see folder 2017.
cd to folder 2017, then run the code as: python3 submission5.py
The code will download all necessary features precomputed using our models, train emotion classification models and predict emotions on the test set.
Test accuracy is 60.03% (second place).
- Python3 (necessary to load features saved in python3)
- Ubuntu 14.04 LTS
Paper:
Convolutional neural networks pretrained on large face recognition datasets for emotion classification from video
accepted to the 1st Workshop on Large-scale Emotion
Recognition and Analysis. IEEE International Conference on Automatic Face and Gesture
Recognition 2018, Xi'an, China
If you use our code or features in your work, please cite our paper as following:
@inproceedings{knyazev2018leveraging,
title={Leveraging large face recognition data for emotion classification},
author={Knyazev, Boris and Shvetsov, Roman and Efremova, Natalia and Kuharenko, Artem},
booktitle={Automatic Face \& Gesture Recognition (FG 2018), 2018 13th IEEE International Conference on},
pages={692--696},
year={2018},
organization={IEEE}
}