IndustryZoe

Results 10 comments of IndustryZoe

您好,出现“SENA_run is not loaded due to missing dependencies. This is ok if you are not using M-SENA.”怎么解决? 还出现了“RuntimeError: view size is not compatible with input tensor's size and stride (at...

> > “SENA_run is not loaded due to missing dependencies. This is ok if you are not using M-SENA.” > > 这个不影响正常使用。后续会改进提示方式。 > > 第二个问题需要详细信息。 您好,请问一下,我把MMSA中的一个模型单独拎出来,然后使用ch-sims数据集训练该模型,使用的也是MMSA中的data_loader.py中的代码得到MMDataSets,最后跑出来的有些结果中corr会变成nan,导致最后的TEST的corr也是nan,比如:“TEST-(LF-DNN) >> Mult_acc_2: 0.6937 Mult_acc_3:...

> 作者你好,非常感谢你们的集成式工作。现在我有MMSA-FET工具生成的单个视频对应的特征以及已经用SIMS训练好的模型,请问是否有可以调用模型进行单个视频测试输出的脚本? 这个您调好了吗?我现在也是想调用模型进行单个视频测试输出

您好,请问一下,我运行的时候,出现了如下错误:“(MySQLdb._exceptions.ProgrammingError) (1146, "Table 'sena.result' doesn't exist") [SQL: SELECT `Result`.result_id AS `Result_result_id`, `Result`.dataset_name AS `Result_dataset_name`, `Result`.model_name AS `Result_model_name`, `Result`.is_tune AS `Result_is_tune`, `Result`.custom_feature AS `Result_custom_feature`, `Result`.created_at AS `Result_created_at`, `Result`.args AS `Result_args`, `Result`.save_model_path...

> 我也是遇到相同情况,但是我是在jupyter上运行的。然后在pycharm上运行就没问题了。 已解决,主要是exts中的OpenFace里的文件不全,我把官网上下载的OpenFace配置后的文件夹放到exts中,运行成功

是的win10,请问一下,我后今天使用时,报错,出现SyntaxError: invalid syntax,我找了一下这个文件,没错啊。这是什么原因? File "D:\Anaconda3\envs\pytorch-gpu\lib\site-packages\MSA_FET\ma in.py", line 64 elif osp.isfile(name := osp.join(osp.dirname(__file__), 'examp le_configs', config + '.json')): ^ SyntaxError: invalid syntax

> > File "D:\Anaconda3\envs\pytorch-gpu\lib\site-packages\MSA_FET\ma > > in.py", line 64 > > elif osp.isfile(name := osp.join(osp.dirname(file), 'examp > > le_configs', config + '.json')): > > ^ > > SyntaxError: invalid syntax...

> > > 我也是遇到相同情况,但是我是在jupyter上运行的。然后在pycharm上运行就没问题了。 > > > > > > 已解决,主要是exts中的OpenFace里的文件不全,我把官网上下载的OpenFace配置后的文件夹放到exts中,运行成功 > > 您好,我也是遇到了同样的错误,我是从这个网址:https://github.com/TadasBaltrusaitis/OpenFace/wiki/Windows-Installation 下面下载的openface配置文件,可是仍然报相同的错误,请问您是用的哪个链接下载的官方openface配置文件,望您回复,谢谢 您好,我也是您这个网址,进行配置的,windows系统,您先看安装官方的配置后,然后对OpenFace进行安装测试是否成功。可以参考这个博主的:https://blog.csdn.net/tt_ss/article/details/109362636

好的,谢谢,明白了。还有一个问题,当使用了“fet = FeatureExtractionTool("openface")”,提取视频特征,dict_keys(['audio', 'video'],即得到的feature既包含了audio也包含了video? ------------------ 原始邮件 ------------------ 发件人: "thuiar/MMSA-FET" ***@***.***>; 发送时间: 2022年8月25日(星期四) 上午10:26 ***@***.***>; ***@***.******@***.***>; 主题: Re: [thuiar/MMSA-FET] 测试用例问题 (Issue #11) 训练和测试模型时必须使用相同的特征,所以抽取新的特征后需要重新训练模型。在训练时需要修改配置,指定新抽取特征的路径和维度等参数。 MMSA-FET工具所提供的样例配置文件仅作为参考,您可以查看调用的抽取工具(如:librosa,openface等)的官方文档来了解该工具支持抽取的特征。 如要使用MMSA-FET来复现CH-SIMS的特征抽取,请参考这里 — Reply to this email directly, view it on GitHub,...

> 您好,我在执行feature = fet.run_dataset(dataset_dir="F:/数据库/CH-SIMS/SIMS", out_file="D:/python program/CH-IMS/output/feature.pkl")时报错: File "", line 1, in File "D:\zhoubm\anaconda\envs\python38\lib\multiprocessing\spawn.py", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File "D:\zhoubm\anaconda\envs\python38\lib\multiprocessing\spawn.py", line 126, in _main self = reduction.pickle.load(from_parent)...