JustinShenk / fer

Facial Expression Recognition with a deep neural network as a PyPI package
MIT License
350 stars 80 forks source link

Accuracy about the model #6

Closed bruce0715 closed 5 years ago

bruce0715 commented 5 years ago

Hi justin,

Great work! I wonder do you have the accuracy result when you train the data? thanks.

bruce0715 commented 5 years ago

And could you also provide the architecture of the network using for the emotion recognition model.

JustinShenk commented 5 years ago

I think the test accuracy for FER2013 is 66% and the bundled architecture is defined here: https://github.com/oarriaga/face_classification/blob/master/src/models/cnn.py.

JustinShenk commented 5 years ago

Closing issue.