victorywys / RAVEN

61 stars 22 forks source link

file missing #3

Open jiaolifengmi opened 5 years ago

jiaolifengmi commented 5 years ago
dataset = "iemocap" data_path = None raw_path = None if dataset == "MOSI": data_path = "/home/data/wangyansen/cmumosi/" elif dataset == "iemocap": data_path = "/media/bighdd7/yansen/code/tools/iemocap/" raw_path = "/media/bighdd4/Paul/mosi2/experiments/iemocap/" def get_data(): print("fetching labels...") labels = pickle.load(open("%s/labels_old.p" % raw_path,"rb")) e_labels = pickle.load(open("%s/e_labels_old.p" % raw_path,"rb")) Because I have this IEMOCAP dataset, I want to refer to your data processing code, but I have not found this part of the code file.Can you give a description of these file paths? Express my gratitude to you here.Looking forward to your reply
victorywys commented 5 years ago

Thank you for your interest in our work. I have seen this a few days ago and it took me some time to look for the data processing codes. However, the processing codes are only available for the old IEMOCAP dataset, and because we're using new CMU-MultimodalSDK(csd file), the codes are out of date now. We're trying to apply new data loader in support of IEMOCAP data in csd format and it will be published soon. Thanks for your patience!

jiaolifengmi commented 5 years ago

Thank you for your response. Look forward to your code update, and thanks again for learning something exciting from your article

------------------ 原始邮件 ------------------ 发件人: "victorywys"notifications@github.com; 发送时间: 2019年5月30日(星期四) 下午3:39 收件人: "victorywys/RAVEN"RAVEN@noreply.github.com; 抄送: "栗子"1225199960@qq.com;"Author"author@noreply.github.com; 主题: Re: [victorywys/RAVEN] file missing (#3)

Thank you for your interest in our work. I have seen this a few days ago and it took me some time to look for the data processing codes. However, the processing codes are only available for the old IEMOCAP dataset, and because we're using new CMU-MultimodalSDK(csd file), the codes are out of date now. We're trying to apply new data loader in support of IEMOCAP data in csd format and it will be published soon. Thanks for your patience!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

jiaolifengmi commented 4 years ago

I don't know if I have a chance to exchange, my email is 1225199960@qq.com