neheller / kits21

The official repository of the 2021 Kidney and Kidney Tumor Segmentation Challenge
MIT License
173 stars 47 forks source link

get_imaging.py experience issue #48

Closed dannyhow12 closed 2 years ago

dannyhow12 commented 2 years ago

I seem to be unable to run the get_imaging.py script to load the images. Image

neheller commented 2 years ago

Interesting. It just freezes there? How long did you let it run? It may take quite a long time on slow internet connections. If you look at your resource monitor, does it show data being downloaded?

dannyhow12 commented 2 years ago

Yeah, it seem to freeze there. I left it like that for around 30 minutes, but it still came up to the same issue where it does not have anything extra. I then attempted to download the dataset from the Kits19 dataset, however the dimensions do not match As for your last question, no it does not show any data being downloaded at my monitor.

neheller commented 2 years ago

I created a new file called get_imaging_v2.py which might solve this issue. Please give it a try and let me know how it goes.

neheller commented 2 years ago