• Stars
    star
    217
  • Rank 182,446 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This repository implements pytorch version of the modifed 3D U-Net from Fabian Isensee et al. participating in BraTS2017

Modified-3D-UNet-Pytorch

This repository implements the modified 3D UNet architecture in pytorch from Brain Tumor Segmentation and Radiomics Survival Prediction: Contribution to the BRATS 2017 Challenge Fabian Isensee et al. participating in BraTS2017.

You are able to find the PyTorch version of the modified 3D UNet in model.py

The model works but you have to work on data loading part and training part.

Please refer to our BraTS2018-tumor-segmentation repo if you would like to use this model on brain tumor segmentation.

More Repositories