

-
Pytorch implementation of MultAtt module for Multimodal Sentiment Analysis and Context-aware Emotion Recognition
-
Available datasets
-
Multimodal Sentiment Analysis: CMU-MOSI
-
Context-aware Emotion Recognition: CAER-S
-
- CMU-MOSI: https://drive.google.com/file/d/16XtyD9kNwJlyimVSWJdDNTPpyQn_amOV/view?usp=sharing
- CAER-S: https://caer-dataset.github.io/
Already pre-trained features
- Audio: COVAREP
- Video: Facet
- Text: BERT
Face cropping and masking by autocrop (https://github.com/leblancfg/autocrop/blob/master/LICENSE)
- Autocrop by runinng
./CAER/autocrop/main.py
- Manually crop by running
./CAER/autocrop/manual_crop.py
for the failed images
run ./CMU-MOSI/train_transformer.py
run ./CAER/train.py