Skip to content

David-Mk/Emotion_Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emotion Recognition

The project scope is emotion detection, training on recorded data and recognition. All files and back-up copies of recorded data are preserved
Files work in the following way:

1. Capture.py: Capture facial data and corresponding facial coordinates
2. Train.py: Training over recorded data
3. Detect.py: Loading trained model and recognition process

If you want to add your own facial landmarks and/or change used model - you need to go though all steps.
If you want to use already pretrained model and recorded facial data - just run detect.py and enjoy ;)

Additionally, there are 3 .csv files - coords, coords_base and coords_orig. Coords_base is just a set of x, y, z coordinates in case you want to start recording a new - may save you some works. Coords is currently working file and Coords_orig is a back-up.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages