GoAMATEUR / Attention-Gate-Residual-UNet

Python implementation of U-Net in combination with attention gate (AG) for brain tumor segmentation
4 stars 2 forks source link

about the dataset #1

Open ASguoyue opened 2 years ago

ASguoyue commented 2 years ago

May i ask how to train the data,and which dataset to choose.

GoAMATEUR commented 2 years ago

I used a part of BraTS dataset and images are preprocessed with z-score (not included in this repository), and the images are labeled with 0-1 masks. You may adapt the dataloader to the structure of different dataset.

ASguoyue commented 2 years ago

I used a part of BraTS dataset and images are preprocessed with z-score (not included in this repository), and the images are labeled with 0-1 masks. You may adapt the dataloader to the structure of different dataset.

but I cannt find the images data, it is the .ngz formate, can you share the link about the data of brats with the formate of jpg or png and their masks.