GeWu-Lab / MMCosine_ICASSP23

The code repo for ICASSP 2023 Paper "MMCosine: Multi-Modal Cosine Loss Towards Balanced Audio-Visual Fine-Grained Learning"
18 stars 1 forks source link

soundfile.LibsndfileError: <exception str() failed> #4

Open easonchan2023 opened 1 year ago

easonchan2023 commented 1 year ago

全部按照您的步骤处理数据以及更换路径,出现了这样的问题,请问您有遇到过吗,是怎么解决的呢?

easonchan2023 commented 1 year ago

并且,根据OGM的处理方法我的得到了一个:image-01-fps的文件,里面有许多文件夹,请问我还需要怎么处理这些文件夹呢?因为我对您代码里的/image文件夹是由什么构成的非常困惑,这和我的处理结果好像不太一样,期待回答!!!

Rick-Xu315 commented 1 year ago

Sorry for the late reply. It seems to be an inconsistent path issue. You can replace the visual path in our data loader by: visual_path = os.path.join(self.visual_feature_path, 'Image-01-FPS', item[0]) after processing following OGM. Otherwise, you can directly try to use the CREMAD dataset in the OGM repo. If that still does not work, please kindly let me know.