frankkramer-lab / covid19.MIScnn

Robust Chest CT Image Segmentation of COVID-19 Lung Infection based on limited data
GNU General Public License v3.0
88 stars 31 forks source link

About running errors #13

Closed 10TREE-YEAR closed 3 years ago

10TREE-YEAR commented 3 years ago

Hello, I'm sorry to disturb you, but I encountered some problems while running the program you wrote. I hope you can answer. In the process of running run_miscnn.py, it always shows that there is no imaging.nii.gz file. I have copied it from other sources. If it exists, it still reports this error. So I want to ask, did you pass other files? We have processed the data and look forward to your reply. Greatful.

muellerdo commented 3 years ago

Hey @10TREE-YEAR,

thanks for your interest in this study.

Can you elaborate a little bit more on:

I have copied it from other sources.

Exceptions with missing 'imaging.nii.gz' indicating that the dataset file structure is either incorrect or the dataset was not correctly downloaded.

So I want to ask, did you pass other files?

There was no additional files used for this study. In order to obtain all required imaging data to reproduce this study, it is only required to run the 'scripts/download_data.py' script. It will automatically download the dataset from Ma Jun et al. and parse it into the correct file structure for MIScnn.

If it exists, it still reports this error. ... We have processed the data

What exactly do you mean with "processed"? If you are seeing that the dataset is prepared into the correct file structure, I would take a wild guess that it has something todo with user rights e.g. that the process has no reading rights on the imaging files, maybe.

Hope that I was able to help.

Cheers, Dominik

10TREE-YEAR commented 3 years ago

Thank you for your reply. After reading your reply, I think it may be that I have changed the data set and the previous processing is not appropriate, so the code cannot be operated during the data processing. After I re-downloaded the data set and re-imported predictions.zip, it was able to proceed successfully.