DostalJ / FacialEmotion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facial Emotion Recognition

Because, who understand women?

Data

We are using data from public Kaggle challenge. They contain about 200 MB of raw picture data in 48x48 pixel format. All images are labeled with one of the 7 labels:

Label 0 1 2 3 4 5 6
Emotion Anger Disgust Fear Happy Sad Surprise Neutral

Because there is only few pictures of emotion 'disgust', we've merged this emotion with 'anger'. Similarly to this project.

Label 0 1 2 3 4 5
Emotion Anger Fear Happy Sad Surprise Neutral

About


Languages

Language:Python 96.6%Language:TeX 3.4%