Giter Club home page Giter Club logo

emotion-detetcion-vggnet-architecture-fer2013's Introduction

This project contains the VGGnet architecture of Deep-learning in fer2013 dataset

The Fer2013: The Kaggle Emotion and Facial Expression Recognition challenge training dataset consists of 28,709 images, each of which are 48×48 grayscale images (Figure 10.1). The faces have been automatically aligned such that they are approximately the same size in each image. Given theseimages, our goal is to categorize the emotion expressed on each face into seven distinct classes: angry, disgust, fear, happy, sad, surprise, and neutral.

This facial expression dataset is called the FER13 dataset and can be found at the official Kaggle competition page and downloading the fer2013.tar.gz file: http://pyimg.co/a2soy

The .tar.gz archive of the dataset is ≈ 92MB, so make sure you have a decent internet connection before downloading it. After downloading the dataset, you’ll find a file named fer2013.csv with with three columns: • emotion: The class label. • pixels: A flattened list of 48×48 = 2;304 grayscale pixels representing the face itself. • usage: Whether the image is for Training, PrivateTest (validation), or PublicTest (testing). Our goal is to now take this .csv file and convert it to HDF5 format so we can more easily train a Convolutional Neural Network on top of it.

To run this program:

python emotion_detector.py --cascade haarcascade_frontalface_default.xml --model checkpoints/epoch_75.hdf5 --video prabhu.mp4

emotion-detetcion-vggnet-architecture-fer2013's People

Contributors

prabhuiitdhn avatar

Watchers

 avatar

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.