MMSA icon indicating copy to clipboard operation
MMSA copied to clipboard

MMSA is a unified framework for Multimodal Sentiment Analysis.

Results 68 MMSA issues
Sort by recently updated
recently updated
newest added

作者你好,感谢你在MMSA领域的贡献。我现在遇到了一个问题,就是在尝试readme.md里面的MMSA_run('lmf', 'mosi', seeds=[1111, 1112, 1113], gpu_ids=[0])代码时候,运行过后,会出现如图所示的错误, ![Image](https://github.com/user-attachments/assets/6b58c508-780a-47b7-938c-710cccfbf8da) 请问如何解决这个问题呢

请问作者大大新添加的模型需要做些什么操作才支持运行起来呢? ![Image](https://github.com/user-attachments/assets/94128eff-1576-4291-bdec-0a603cf70637)

在本地终端命令行运行,F:\Download\MMSA-master> python -m MMSA -d mosei -m tfn -t -tt 30 --config src/MMSA/config/config_tune.json --model-save-dir ./models --res-save-dir ./results Traceback (most recent call last): File "", line 88, in _run_code File "E:\anaconda3\Lib\site-packages\MMSA\__main__.py",...

作者你好,请问为为啥我在运行mtfn在sims数据集下,在计算V模态时,总是会出现这样的警告:C:\Users\18158\anaconda3\envs\myenv\lib\site-packages\numpy\lib\function_base.py:2897: RuntimeWarning: invalid value encountered in divide c /= stddev[:, None] C:\Users\18158\anaconda3\envs\myenv\lib\site-packages\numpy\lib\function_base.py:2898: RuntimeWarning: invalid value encountered in divide c /= stddev[None, :],影响结果。作者大大,可以指点一下吗?我真的怎么改也改不好,好无助/(ㄒoㄒ)/~~

Hello! Thank you for sharing the CH-SIMS dataset—it’s a valuable resource for multimodal sentiment analysis, and I'm excited to work with it! I’m looking for clarification regarding the order of...

There is still a big difference between the reappearance results on sims and simsv2. On simsv2 data set, most maes are above 38, but the author ran out of about...

作者您好,请问如果我想使用您的权重文件对一个视频进行情绪分析,该怎么做?

原本的pkl文件中,音频跟视频用的提取器是Librosa和OpenFace吗