ymli39 / DeepSEED-3D-ConvNets-for-Pulmonary-Nodule-Detection

DeepSEED: 3D Squeeze-and-Excitation Encoder-Decoder ConvNets for Pulmonary Nodule Detection
MIT License
106 stars 32 forks source link

Reference to missing numpy array #1

Closed bartmch closed 5 years ago

bartmch commented 5 years ago

There's a file missing. On line 94 in train_detector_se.py you're referencing some file on your local computer: luna_data = np.load('/home/LungNodule_DL/detector/luna_folds/luna_fold6.npy')

Would it be possible to share this file or clarify what this file should be?

Thanks

ymli39 commented 5 years ago

Thanks for pointing that out, I have uploaded and file and changed the code.

MjdMahasneh commented 3 years ago

@bartmch

The paper mentions 10-folds validation (which I presume, also means there is 10-fold training), my question is :

1-how is the 10-fold training done using the training script? 2-are these files (luna_train.npy and luna_test.npy) related to the 10-fold training? 3-how are these files generated?

Looking forward to hearing back from you.