-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem Downloading the data #22
Comments
Hello @marcomiglionico94,
I hope this will be helpful for you. |
You can also use a browser plugin such as Downthemall to download all the data after you get the email with links. |
I save the email as an HTML file and run sh download.sh. But this is the result: Can you help me? |
If cannot download through .html, you can directly download the model compressed package to /data/public_100/zips and run unzip_all.sh to decompress it. |
pip install lxml After that download the email as an html file, name it 'email.html' |
I followed the instructions on the README but when i run the script to download the file, it find the first path
dataset%2Fpublic%2Fzip%2F0Kajc_nnyZ6K0cRGCQJW56.zip
but then give me this error:urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)> unzip: cannot find or open zips/*.zip, zips/*.zip.zip or zips/*.zip.ZIP. No zipfiles found.
The text was updated successfully, but these errors were encountered: