Description
Running python3 workflow/verse19/download.py results in a BadZipFile error due to an invalid ZIP file (dataset-verse20training.zip). The integrity check (check_hash failed) suggests the file is corrupted or empty (d41d8cd98f00b204e9800998ecf8427e). Additionally, the download fails with a Connection refused error when trying to access s3.bonescreen.de.
Steps to reproduce:
1.Clone the repo
2.Follow the steps to setup
3.run python3 workflow/verse19/download.py
Environment
OS: Window
Python Version: 3.8
Description
Running python3 workflow/verse19/download.py results in a BadZipFile error due to an invalid ZIP file (dataset-verse20training.zip). The integrity check (check_hash failed) suggests the file is corrupted or empty (d41d8cd98f00b204e9800998ecf8427e). Additionally, the download fails with a Connection refused error when trying to access s3.bonescreen.de.
Steps to reproduce:
1.Clone the repo
2.Follow the steps to setup
3.run python3 workflow/verse19/download.py
Environment