victorywys / RAVEN

61 stars 22 forks source link

data #2

Open songxujing opened 5 years ago

songxujing commented 5 years ago

truth_path = dataset_path + 'Meta_data/boundaries_sentimentint_avg.csv'

openface_path = dataset_path + "Features/Visual/OPEN_FACE/Segmented/"

openface_path = dataset_path + "Features/Visual/OpenfaceRaw/" facet_path = dataset_path + "Features/Visual/FACET_GIOTA/" covarep_path = dataset_path + "Features/Audio/raw/" transcript_path = dataset_path + 'Transcript/SEGMENT_ALIGNED/' word2ix_path = data_path + 'glove_word_embedding/word2ix_300_mosi.pkl' word_embedding_path = data_path + "glove_word_embedding/glove_300_mosi.pkl"

Where can I download these data files? @victorywys

victorywys commented 5 years ago

Hello! Since CMU Multilmodal SDK is updated (see https://github.com/A2Zadeh/CMU-MultimodalSDK), the dataloader part is under maintenance to be compatible with new SDK. Thank your for your patiences in advance!