CMU-MultimodalSDK icon indicating copy to clipboard operation
CMU-MultimodalSDK copied to clipboard

Looking for labels and raw audio

Open kedarphatak opened this issue 4 years ago • 4 comments

I am simply looking for audio and emotion labels for CMU_MOSEI dataset for train, dev and test split. How can I get that?

kedarphatak avatar Mar 23 '21 18:03 kedarphatak

@kedarphatak Of course. Here is the raw data which also includes the labels. http://immortal.multicomp.cs.cmu.edu/raw_datasets/CMU_MOSEI.zip

A2Zadeh avatar Mar 23 '21 20:03 A2Zadeh

@A2Zadeh thanks for response. I am able to download this zip file. Which contains Labels and Metadata directory. What files, columns in the files I should use to get emotion labels for an audio segment. Also, the video files seems to be segmented but not the Audio files. Can you please clarify on that ?

kedarphatak4 avatar Apr 07 '21 15:04 kedarphatak4

@kedarphatak did you find any solution?

pakoromilas avatar Sep 06 '21 16:09 pakoromilas

See this code for accessing emotion label.

https://github.com/Strong-AI-Lab/emotion/blob/21c02f1e8ce96796cf3e9281e8aa0461fe3c7479/datasets/CMU-MOSEI/process.py#L41-L70

bagustris avatar Dec 20 '21 05:12 bagustris