Skip to content

pablovin/AffectiveMemoryFramework

Repository files navigation

This repository holds some of the models and solutions developed by Pablo Barros based on affective recognition and learning.

##Individual Projects

Pre-requisites

tensorflow, keras, matplotlib, h5py, opencv-python, librosa, pillow, imgaug, python_speech_features, hyperas, dlib

If you want to run on a GPU, install tensorflow-gpu instead of tensorflow

Instructions

Each of the examples here run within the KEF framework. Also, each example needs a specific dataset which is not available here. All the demos and examples here run on Python 2.7.

Hand gesture recognition

  • NCD_VisionNetwork_SobelXY.py: Multichannel Convolution Neural Network for hand posture recognition using the NCD dataset (Barros et al., 2014)

Auditory emotion recognition

  • OMG_Emotion_Audio_MelSpectrum.py: Audio Channel for the OMG-Emotion dataset (Barros et al., 2018)
  • RAVDESS_Audio_MelSpectrum_Channel.py: Audio Channel for the RAVDESS dataset (Barros et al., 2018)

Visual emotion recognition

  • OMG_Emotion_Face.py: Face Channel for the OMG-Emotion dataset (Barros et al., 2018)
  • FERPlus_Vision_FaceChannel.py: Face Channel for the FERPlus dataset (Barros et al., 2018)

Crossmodal emotion recognition

  • OMG_Emotion_Crossmodal.py: Cross Channel for the OMG-Emotion dataset (Barros et al., 2018)
  • RAVDESS_CrossNetwork_MelSpectrum_Channel.py: Cross Channel for the RAVDESS dataset (Barros et al., 2018)

Trained Models

Each of the examples has a pre-trained model associated with it. Please refer to the TrainedModels folder.

Ready-to-Run Demos

##Associated Projects

Besides the individual projects described here, I also developed other projects related to affective perceptiona and understanding:

##Datasets

Follows the links for different corpora that I developed or was involved on the development. Most of the examples here make use of these corpora:

Important references

License

All the examples in this repository are distributed under the Creative Commons CC BY-NC-SA 3.0 DE license. If you use this corpus, you have to agree with the following itens:

  • To cite our associated references in any of your publication that make any use of these examples.
  • To use the corpus for research purpose only.
  • To not provide the corpus to any second parties.

Contact

Pablo Barros - pablo.alvesdebarros@iit.it

About

An artificial neural network framework for emotion expression recognition which self-regulates the interplay between generalized and personalized emotion perception

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages