MrGiovanni / UNetPlusPlus

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

From BRATS 2013 dataset to BRATS2013_Syn_Flair_Train_X.npy and “BRATS2013_Syn_Flair_Train_S.npy #56

Open chenwang1701 opened 3 years ago

chenwang1701 commented 3 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.

Originally posted by @mahfuzmohammad in https://github.com/MrGiovanni/UNetPlusPlus/issues/12#issuecomment-485226086

So could you provide the preprocess code? from BRATS 2013 dataset to the images and labels?