Skip to content

This Repo consist code for transfer learning for facial emotion detection via valence and arousal levels. We used pretrained weights from VGG-16 net and apply on that features deep neural network and lstm model in pytorch. We tested our model on Aff-wild net dataset.

sid230798/Facial-emotion-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Facial-emotion-Recognition

Aff-Wild data consists of Videos. SO

framesExtraction.py will extract all frames and save location of it in csv file.

Extract features from this frames using pretrained VGG16 model it's done in save_features_vgg16.py. Features are saved in data/bottleneck_

Then train this features usinf lstm and neural network mode in train.py

About

This Repo consist code for transfer learning for facial emotion detection via valence and arousal levels. We used pretrained weights from VGG-16 net and apply on that features deep neural network and lstm model in pytorch. We tested our model on Aff-wild net dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages