sid230798 / Facial-emotion-RecognitionLinks
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.
☆20Updated 5 years ago
Alternatives and similar repositories for Facial-emotion-Recognition
Users that are interested in Facial-emotion-Recognition are comparing it to the libraries listed below
Sorting:
- Predict valence and arousal from video data. Separate training of CNN and RNN. Feed RNN with simple feature vectors extracted from frames…