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

i have trouble with Result_plots.py #9

Open dyther opened 5 years ago

dyther commented 5 years ago

weight = cp.load(open('filters.pkl'))

What's the filters.pkl?

bundelesneha05 commented 5 years ago

Have you done with training part with theano?

dyther commented 5 years ago
      Have you done with training part with theano?

Yes. But I did some little change to run it

dyther commented 5 years ago

figure_1 and ,this is my result when I trained on subset0

bundelesneha05 commented 5 years ago

@dyther can I know what changes you did? Apart from that you can save the model and use model.predict() from keras. Use keras as frontend and tensorflow as backend it will work. About results you can create the numpy array for corresponding test images check with its corresponding marked annotations.