stefanknegt / Probabilistic-Unet-Pytorch

A Probabilistic U-Net for segmentation of ambiguous images implemented in PyTorch
Apache License 2.0
270 stars 67 forks source link

Would you mind share the data preprocessing code? #18

Closed wangsssky closed 3 years ago

wangsssky commented 3 years ago

Since I would like to get the diagnosis info of each slice, would you mind sharing the data preprocessing code? Thanks a lot!

stefanknegt commented 3 years ago

Sorry I am not able to share this code. Using the original paper you can write your own preprocessing function.