declare-lab / MELD

MELD: A Multimodal Multi-Party Dataset for Emotion Recognition in Conversation
GNU General Public License v3.0
788 stars 200 forks source link

missing training data #5

Closed ChenJiaDong9219 closed 5 years ago

ChenJiaDong9219 commented 5 years ago

Hi there, I've downloaded MELD.Raw.tar.gz, the dev and test data is ok, but the training data is missing. when I untar train.tar.gz, it always shows the following issue: gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now and after that, I got 'split' directory which contains 4648 files. So I believe the training data is definitely missing. I tried many times, always the same results. I wish I can get some help with that.

soujanyaporia commented 5 years ago

Hi,

When did you download the training data?

ChenJiaDong9219 commented 5 years ago

yesterday and a few days ago, I downloaded twice.

soujanyaporia commented 5 years ago

Here is an alternate link to download the data - https://drive.google.com/uc?id=1LgBQDIUPmx0SiMOGKxM4v33ig9CSO_Ps&export=download

Please do this to download

wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1LgBQDIUPmx0SiMOGKxM4v33ig9CSO_Ps' -O- | sed -rn 's/.confirm=([0-9A-Za-z_]+)./\1\n/p')&id=1LgBQDIUPmx0SiMOGKxM4v33ig9CSO_Ps" -O train.tar.gz && rm -rf /tmp/cookies.txt

soujanyaporia commented 5 years ago

Please use the alternate link above.

ChenJiaDong9219 commented 5 years ago

thank you, I'm trying that now, I'll tell you the result asap the result comes out.

ChenJiaDong9219 commented 5 years ago

thanks a lot, the training data is complete now!