Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/talkuhulk/emotion_classification

emotion classification using fer2013 datasets with a Tensorflow CNN model.
https://github.com/talkuhulk/emotion_classification

classification cnn fer2013 resnet vgg

Last synced: about 1 month ago
JSON representation

emotion classification using fer2013 datasets with a Tensorflow CNN model.

Awesome Lists containing this project

README

        

# emotion_classification
This is my personal exercises that use fer2013 datasets with Tensorflow to classify face emotion.
I used vgg and resnet respectively,but all perform poor.In the test datasets,two model achieve accuracy of 54% and 48%.

Except the reasons I do incorrectly, there are several problems with this datasets:

1. Pixel is too low
2. Have a front face, side face, cartoon face and so on. Some kinds of faces that I can't tell what.
3. Data is not a face.

The pre-trained model be put into `model/` folder.

# Below picture shows the training-process on tensorboard:
Vgg:




Loss





Accuracy

Resnet:




Loss





Accuracy

# camera/video demo: