zsdonghao / u-net-brain-tumor

U-Net Brain Tumor Segmentation
https://github.com/zsdonghao/tensorlayer
495 stars 181 forks source link

Save all slices #27

Open shaniceC opened 6 years ago

shaniceC commented 6 years ago

How can I modify the code to save every slice of the segmented tumors?

PoonamZ commented 6 years ago

@shaniceC If you have done with this code can you please share me the checkpoints for the edema, necrotic and enhanced.

Thank you

PoonamZ commented 6 years ago

@shaniceC append all the predicted masks in single array and then display them.

nabsabraham commented 6 years ago

Did you guys split up the training masks to one hit encode them? I have a memory error so I'm wondering what everyone else is doing for it