CMU-MultimodalSDK
CMU-MultimodalSDK copied to clipboard
Looking for labels and raw audio
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 Of course. Here is the raw data which also includes the labels. http://immortal.multicomp.cs.cmu.edu/raw_datasets/CMU_MOSEI.zip
@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 ?
@kedarphatak did you find any solution?
See this code for accessing emotion label.
https://github.com/Strong-AI-Lab/emotion/blob/21c02f1e8ce96796cf3e9281e8aa0461fe3c7479/datasets/CMU-MOSEI/process.py#L41-L70