1.下载数据集 下载好的数据集目录中有四个文件夹,acoustic,labels,language,visual,每个文件夹里是.csd文件,需要用h5py来读。 2.安装h5py 直接pip install h5py。 3.读取音频部分 h5pyacoustic_field='acoustic\CMU_MOSI_COVAREP.csd'lan=h5py.File(acoustic_field)print(lan.keys())print(lan['COVAREP'].k...