Weakly Supervised Video Emotion Detection and Prediction via Cross-Modal Temporal Erasing Network [CVPR2023]
Zhicheng Zhang, Lijuan Wang, and Jufeng Yang
This is the official implementation of our CVPR 2023 paper.
- Adding comments
- reconstruct code
Weakly Supervised Video Emotion Detection and Prediction via Cross-Modal Temporal Erasing Network
IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) 2023.
[Paper] [PDF] [Video] [Demo]
You can easily train and evaluate the model by running the script below.
You can adjust more details such as epoch, batch size, etc. Please refer to opts.py
.
$ bash run.sh
The used datasets are provided in Ekman-6, VideoEmotion-8, and CAER.
We referenced the repo of VAANet for the code.
If you find this repo useful in your project or research, please consider citing the relevant publication.
Bibtex Citation
@InProceedings{Zhang_2023_CVPR,
author = {Zhang, Zhicheng and Wang, Lijuan and Yang, Jufeng},
title = {Weakly Supervised Video Emotion Detection and Prediction via Cross-Modal Temporal Erasing Network},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2023},
pages = {18888-18897}
}