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

regarding some error #2

Closed bundelesneha05 closed 6 years ago

bundelesneha05 commented 6 years ago

results = np.load('data.npz') the line is from result_plot.py. In previous preprocess code data .npz file is not created. Is it generated or shoud download ?? because it throws an error.

shreyaspadhy commented 6 years ago

By default, the code for UNET doesn't generate the results.npyz file, but it should be a simple matter of calling the trained model, running the test data through it, and saving the outputs.

You could also check out a Pytorch implementation for this UNet model if that's more up your alley - UNet-Zoo