Skip to content

Facial-Expression-Recognition in TensorFlow. Detecting faces in video and recognize the expression(emotion).

License

Notifications You must be signed in to change notification settings

wangyanckxx/Facial-Expression-Recognition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amazing

Opensource deep learning framework TensorFlow is used in Facial Expression Recognition(FER). The trained models achieved 65% accuracy in fer2013. If you like this, please give me a star.

Dependencies

FER requires:

Only tested in Ubuntu and macOS Sierra. Other platforms are not sure work well. When problems meet, open an issue, I'll do my best to solve that.

Usage

demo

To run the demo, just type:

python3 main.py

Then the program will creat a window to display the scene capture by webcamera. You need press SPACE key to capture face in current frame and recognize the facial expression.

If you just want to run this demo instead of training the model from scaratch, the following content can be skipped.

train models

If you want to train a model from scaratch by yourself, download the fer2013 datasets in kaggle(91.97MB). Then extract the data to data/fer2013 folder.

It's is import that modifying the MODE(in main.py) from demo to train before you start training. Then type:

python3 main.py

Issues & Suggestions

If any issues and suggestions to me, you can create an issue.

About

Facial-Expression-Recognition in TensorFlow. Detecting faces in video and recognize the expression(emotion).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%