MrGiovanni / UNetPlusPlus

[IEEE TMI] Official Implementation for UNet++
Other
2.26k stars 538 forks source link

How to get "Data/BRATS/*.npy" #12

Closed ImageWQ closed 5 years ago

ImageWQ commented 5 years ago

I don't know how to get “BRATS2013_Syn_Flair_Train_X.npy” and “BRATS2013_Syn_Flair_Train_S.npy”. Please give me a brief explanation when you are free. Thank you!

mahfuzmohammad commented 5 years ago

We generated those 2 files ourselves from BRATS 2013 dataset. We use synthetic flair images particularly and saved them with there ground truth masks in numpy files. “BRATS2013_Syn_Flair_Train_X.npy” contains input images and “BRATS2013_Syn_Flair_Train_S.npy” contains segmentation masks only.

lichen14 commented 5 years ago

We generated those 2 files ourselves from BRATS 2013 dataset. We use synthetic flair images particularly and saved them with there ground truth masks in numpy files. “BRATS2013_Syn_Flair_Train_X.npy” contains input images and “BRATS2013_Syn_Flair_Train_S.npy” contains segmentation masks only.

could you please explain more detail? thx, i get this trouble now