jleuschn / dival

Deep Inversion Validation Library
MIT License
74 stars 13 forks source link

Fix zenodo_download.py #42

Closed julianbopp closed 11 months ago

julianbopp commented 11 months ago

Hello @jleuschn ,

It looks like the url header key names for the lodopab-ct dataset have changed. I updated zenodo_download.py to be able to download the lodopab-ct dataset again.

This should fix #41.

Best, Julian

jleuschn commented 11 months ago

Hello @julianbopp,

thanks a lot for checking and fixing! Issue #41 required an additional fix: The download function was not able to deal with chunked transfer encoding, which zenodo seems to use for plain text files. Now everything should download fine, will merge.

Best regards, Johannes