Skip to content

yoshidan/pytorch-facial-expression-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytorch-facial-expression-recognition

Lightweight facial emotion recognition.

Trained Model

Trained by FER2013 dataset.

  • Private Data : 66%
  • Public Data : 64%

Here is the result of sample image.
Emotion | Probability | Guided Backprop | Grad-Cam | Guided Grad-Cam

Retrain

  1. see here to prepare dataset.

  2. execute train.py

cd src
python train.py
python check.py  #check.py supports cpu only

Reference

Releases

No releases published

Packages

No packages published

Languages