You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening the Jupyter notebook (deepdrr_demo in project directory, main branch), it fails to load the test dataset and breaks by raising a BadZipFile: File is not a zip file exception.
The same thing happens when the notebook is opened and executed in Google Colab.
Apparently, the dataset downloaded by deepdrr.utils.test_utils.download_sampledata("CTPelvic1K_sample") does not exist anymore, hence the data cannot be loaded properly. In the source code, there
I suggest the following changes:
Update or remove reference to pelvic dataset in deepdrr.utils.test_utils
In the Jupyter notebook example and colab, use "CT-chest" data (which is hosted by 3D Slicer, and can be expected to remain on their servers)
In deepdrr.utils.test_utils.download_sampledata, make the error messages / exceptions more descriptive. If a file cannot be downloaded due to 404, it should be displayed as such and fail before attempting to unzip.
[Edit 1]: A PR was created for item 2. on the list (PR #95)
The text was updated successfully, but these errors were encountered:
When opening the Jupyter notebook (deepdrr_demo in project directory, main branch), it fails to load the test dataset and breaks by raising a
BadZipFile: File is not a zip file
exception.The same thing happens when the notebook is opened and executed in Google Colab.
Apparently, the dataset downloaded by
deepdrr.utils.test_utils.download_sampledata("CTPelvic1K_sample")
does not exist anymore, hence the data cannot be loaded properly. In the source code, thereI suggest the following changes:
[Edit 1]: A PR was created for item 2. on the list (PR #95)
The text was updated successfully, but these errors were encountered: