lfz/DSB2017

Kaggle stage data is not available. Please update the repo.

nishat-sayyed opened this issue · 6 comments

Hello, as you might know, that Kaggle is no longer providing the stage 1 data for this competition. So this repo proves to be of no use. Please update the repo to use only LUNA16 dataset.
Or alternatively give some instructions on how to run this code without Kaggle stage 1 dataset.

Thank you.

just comment out full_preprocessing() in prepare.py and you should be good to go

@Ricardo-Zhang Thank you so much for your help. I am really grateful. You saved my day. I just want to know one more thing. As I was researching in this topic, I wanted to know how to run this whole repo? I mean I am going through the code, but I don't understand, which file to run first and so on.
Can you please let me know what's the sequence of running this repo? And how does the output actually look like?

And thanks again. I appreciate it.

checkout run_training.sh

@Ricardo-Zhang so run_training.sh is the starting point?
We don't need to run any other files after that?

Thank you.

That's the only thing you need to run for training the entire model

@Ricardo-Zhang Thank you for the help.
run_training.sh is used for training the whole model. And what about testing? How does the result look like? Have you tried running this repo?