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

not able to see the .npy arrays as images #8

Open chiranjeev1111 opened 6 years ago

chiranjeev1111 commented 6 years ago

I am not able to see the mask and ROI generated as images.. What is the code to do so? Help required

bundelesneha05 commented 5 years ago

@chiranjeev1111 you should run the scripts in Data process folder. So when you execute second script properly you will get numpy array for the corresponding training and testing images and mask.

winthely commented 5 years ago

@chiranjeev1111 you should run the scripts in Data process folder. So when you execute second script properly you will get numpy array for the corresponding training and testing images and mask.

excuse me, do you konw what saved in data.npz? here is the error message : FileNotFoundError: [Errno 2] No such file or directory: 'data.npz'