Thanks for your contribution to the challenge. As an organizer I disagree with your prepare date section in the README. Please correct it so as to remove the password and redirect the users to the agreement. Moreover please to not distribute the surprise dataset as an external link to google drive, this is explicitly forbidden by the agreement (but for private use it is OK).
The section can become something like:
Download the ZeroSpeech dataset.
The English dataset:
wget https://download.zerospeech.com/2019/english.tgz
tar xvfz english.tgz -C data
rm -f english.tgz
The Surprise dataset:
wget https://download.zerospeech.com/2019/surprise.zip
# Go to https://download.zerospeech.com and accept the licence agreement
# to get the password protecting the archive
unzip surprise.zip -d data
rm -f surprise.zip
Hi,
Thanks for your contribution to the challenge. As an organizer I disagree with your prepare date section in the README. Please correct it so as to remove the password and redirect the users to the agreement. Moreover please to not distribute the surprise dataset as an external link to google drive, this is explicitly forbidden by the agreement (but for private use it is OK).
The section can become something like:
Download the ZeroSpeech dataset.
The English dataset:
The Surprise dataset:
Thank you, Mathieu, for the ZeroSpeech team