bknyaz / emotiw

code for Emotion Recognition in the Wild (EmotiW) challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EmotiW - emotion recognition from video

Angry Fear Happy Neutral Sad Surprise

Code for Emotion Recognition in the Wild (EmotiW) challenge.

For EmotiW 2017 code please see folder 2017.

Description

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).

Requirements

  • Python3 (necessary to load features saved in python3)

Test environment

  • Ubuntu 14.04 LTS

References

Challenge website

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}
}

About

code for Emotion Recognition in the Wild (EmotiW) challenge


Languages

Language:Python 100.0%