Giter VIP home page Giter VIP logo

fer2013-facial-emotion-recognition-'s Introduction

FER2013-Facial-Emotion-Recognition-

Simple CNN model for FER2013 dataset with 64.78 accuracy on test data. The FER2013[1], was a challenge proposed on Kaggle which was won by the team reaching the test accuracy of 75.2%. The data set consists various 48x48 images partitioned into training, validation and testing data. The images are labelled for emotions and the labels are as follows:

  • Angry
  • Disgust
  • Fear
  • Happy
  • Sad
  • Surprise
  • Neutral

Human accuracy on the dataset is 65.5%[2] and a simple CNN model can be trained to achieve that accuracy.

Model

Model

References

  1. I. J. Goodfellow, D. Erhan, P. L. Carrier, A. Courville, M. Mirza, B. Hamner, W. Cukierski, Y. Tang, D. Thaler, D.-H. Lee, Y. Zhou, C. Ramaiah, F. Feng, R. Li, X. Wang, D. Athanasakis, J. Shawe-Taylor, M. Milakov, J. Park, R. Ionescu, M. Popescu, C. Grozea, J. Bergstra, J. Xie, L. Romaszko, B. Xu, Z. Chuang, and Y. Bengio. Challenges in representation learning: A report on three machine learning contests. Neural Networks, 64:59--63, 2015. Special Issue on "Deep Learning of Representations"
  2. Christopher Pramerdorfer, Martin Kampel, Facial Expression Recognition using Convolutional Neural Networks: State of the Art, https://arxiv.org/pdf/1612.02903.pdf

fer2013-facial-emotion-recognition-'s People

Contributors

pranjalrai-iitd avatar

Stargazers

Murat Kuk avatar Narasimman avatar Rongxin Liu avatar Prithivida avatar senapahlevi avatar

Watchers

 avatar paper2code - bot avatar

fer2013-facial-emotion-recognition-'s Issues

List Index Out of Range

Hello: Inorder to learn, I tried to execute your code.
But I found few errors like below

groups = [g for _, g in data.groupby('Usage')]
train = groups[2]
val = groups[1]
test = groups[0]
It says

----> 2 train = groups[2]
3 val = groups[1]
4 test = groups[0]

IndexError: list index out of range

Can you solve and revert me. I am learning from you and want to acquire knowledge in Computer Vision domain. Kindly help me..
Thanking you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.