constantinpape/torch-em

MitoEM rat volume download doesn't work

Closed this issue · 2 comments

https://github.com/constantinpape/torch-em/blob/main/torch_em/data/datasets/mitoem.py#L17 (installation for the rat volume doesn't work)

from the data loader:

requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://www.dropbox.com/s/dl/kobmxbrabdfkx7y/EM30-R-im.zip    

from wget:

(base) glogin9:/scratch/usr/nimanwai $ wget https://www.dropbox.com/s/dl/kobmxbrabdfkx7y/EM30-R-im.zip                                           
--2024-01-19 17:36:35--  https://www.dropbox.com/s/dl/kobmxbrabdfkx7y/EM30-R-im.zip                                                              
Resolving www.dropbox.com (www.dropbox.com)... 162.125.66.18
Connecting to www.dropbox.com (www.dropbox.com)|162.125.66.18|:443... connected.                                                                 
HTTP request sent, awaiting response... 404 Not Found
2024-01-19 17:36:35 ERROR 404: Not Found.

Hmm, looks like they moved the dataset to HuggingFace's server.

This is now fixed for the inputs and paired labels download. I'll go ahead and close this!