codedecde / Luna2016-Lung-Nodule-Detection

Course Project for Bio Medical Imaging: Detecting Lung Nodules from CT Scans
MIT License
48 stars 29 forks source link

confusion in use of visualizeFilters.py, Results_Plot.py and model.predict() #12

Open PostGrad opened 5 years ago

PostGrad commented 5 years ago

I am noob in deep learning and doing lung nodule detection just for learning using this code base.

I have trained model by making smaller changes in LUNA_unet.py

model.predict() gives me numpy array of (3, 1, 512, 512), but I don't know what it is.

Can anybody tell me how to test the images?

And also how to use visualizeFilters.py and Results_Plot.py files. I am not getting it.

Thank you.

winthely commented 5 years ago

excuse me, Do you know what's in data.npz?