文件名称:VAANet:VAANet用于情感识别的正式实施(AAAI2020)
文件大小:63KB
文件格式:ZIP
更新时间:2024-05-24 13:07:07
Python
端到端视觉音频注意网络,用于用户生成的视频中的情感识别 这是论文的正式实施。 引文 如果您使用此代码,请引用以下内容: @inproceedings { Zhao2020AnEV , title = { An End-to-End Visual-Audio Attention Network for Emotion Recognition in User-Generated Videos } , author = { Sicheng Zhao and Yunsheng Ma and Yang Gu and Jufeng Yang and Tengfei Xing and Pengfei Xu and Runbo Hu and Hua Chai and Kurt Keutzer } , booktitle = { AAAI } , year = { 2020 } } 要求
【文件预览】:
VAANet-master
----validation.py(1KB)
----.gitignore(13B)
----core()
--------__init__.py(0B)
--------utils.py(3KB)
--------loss.py(2KB)
--------dataset.py(2KB)
--------optimizer.py(270B)
--------model.py(470B)
----requirements.txt(337B)
----datasets()
--------__init__.py(0B)
--------ve8.py(6KB)
----opts.py(4KB)
----models()
--------__init__.py(0B)
--------vaanet.py(5KB)
--------visual_stream.py(5KB)
--------resnet.py(6KB)
----tools()
--------video2jpg.py(2KB)
--------n_frames.py(1KB)
--------__init__.py(0B)
--------ve8_json.py(2KB)
--------video2mp3.py(1KB)
--------annotations()
----transforms()
--------target.py(89B)
--------__init__.py(0B)
--------temporal.py(2KB)
--------spatial.py(10KB)
----test.py(0B)
----readme.md(2KB)
----main.py(2KB)
----train.py(2KB)