GithubHelp home page GithubHelp logo

jinsung4069 / emotion_classification Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jaayeon/emotion_classification

0.0 0.0 0.0 9.55 MB

Real-Time Facial Expression Recognition Using Webcam (detection + classification)

License: MIT License

Python 100.00%

emotion_classification's Introduction

Emotion Recognition

reference github : https://github.com/XiaoYee/emotion_classification

the purpose of this repository is to explore Degree Of Understanding(DoU) with deep learning in real time

Environment:

    python 3.7.4
    pytorch 1.2.0

Detection Models

  1. Haar_cascade
  2. Blazeface
  3. DNN
  4. HOG
  5. MMOD
  6. MTCNN

Classification Models

  1. VGG
  2. VGG_GRU
  3. RESNET_GRU

Models Detail:

...

Dataset:


reclassify FER2013, JAFFE, KDEF

DATASET
│  
└───Not Understand(4,327)
│   
└───Neutral (2,176)
│   
└───Understand(3,378)

Performance:

all the performance train and test on FER2013, JAFFE, KDEF train and validation partition. speed [sec/4frame]

Model VGG VGG+GRU Resnet+GRU
precision 49.8% 82.7% 94.3%

test with private video

Model Detection speed Classification speed sum
blazeface 0.089 0.281 0.370
dnn(opencv) 0.209 0.278 0.487
mmod(dlib) 13.181 0.316 13.50
haar(opencv) 0.244 0.265 0.509
mtcnn 0.648 0.283 0.931
hog(dlib) 0.149 0.301 0.450

emotion_classification's People

Contributors

jaayeon avatar jsh0212 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.