A VGG13 classifier on the FER+ emotion dataset
A detailed Colab notebook is available here to help prepare the dataset
To train a model,
python trainer.py
To inferencer using a trained model on a dataset
python inferece.py
-
Confustion matrix on FERTest2013 (8 emotions and weighted CE loss)
-
Confustion matrix on FERTest2013 (5 emotions and down-sampling) dataset with weighted CE loss
[1] E. Barsoum, C. Zhang, C. C. Ferrer, and Z. Zhang, “FER+ : Training Deep Networks for Facial Expression Recognition with Crowd-Sourced Label Distribution.”
[2]