Giter VIP home page Giter VIP logo

facial_expression_recognition_using_gcn's Introduction

Facial_Expression_Recognition_GCN

PyTorch code for 'Fast and Efficient Facial Expression Recognition Using a Gabor Convolutional Network' (IEEE Signal Processing Letters, Vol. 27:1954-1958, 2020)

Highlights:

(1) This model is very light, only 4 convolutional layers and 2 FC layers (including the FC for softmax loss).

(2) Recognition accuracy (pretrained on AffectNet database): 73.36 at FER2013 (test set), 88.91 at FERPlus (test set), 88.92 at RAF-DB.

(3) Very speed (9.0 s per epoch for training on RAF-DB) and lowest resoure requirments.

Note that:

Requires setup the package for Gabor Convolutional networks https://github.com/jxgu1016/Gabor_CNN_PyTorch

'main_train_test.py' provides training and testing. Hyperparams using the default values.

'test_demo.py' is testing file with trained models (weights) in the directory 'trained_weights'

The directory 'test_demo_without_installing_GCN' is a tesing demo without instaling GCN package

The RAF-DB can be found at http://www.whdeng.cn/RAF/model1.html#dataset

FER2013 and FERPlus can be found at Link:https://pan.baidu.com/s/1265rT59qoUW7AQkaV9DobQ password:1111

Please revise path for database

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.