Rakshith2597 / Lung-nodule-detection-LUNA-16

Lung nodule detection- LUNA 16
MIT License
23 stars 11 forks source link

General Working #1

Closed varunsmhatre closed 4 years ago

varunsmhatre commented 4 years ago

Hello there. Thanks for this great work. I just finished a course on Convolutional Neural Networks and want to do a good project to get a better understanding of CNN. So as a beginner, I have no idea about the project. So could you tell me the order in which I should run the files and the basic task the python file does? Thanks in Advance.

Rakshith2597 commented 4 years ago

This work was done a year ago, I don't clearly remember what exactly each one does. You can get started by executing in the following order.

  1. Download the dataset
  2. Execute the jupyter notebook- luna_mask.ipynb in data_prep folder
  3. Run the train script in train_codes folder.
  4. Execute luna_inference.py in Plots folder.
varunsmhatre commented 4 years ago

Thanks for the help!!!