项目作者: pykao

项目描述 :
This repository implements pytorch version of the modifed 3D U-Net from Fabian Isensee et al. participating in BraTS2017
高级语言: Python
项目地址: git://github.com/pykao/Modified-3D-UNet-Pytorch.git
创建时间: 2018-04-12T01:28:04Z
项目社区:https://github.com/pykao/Modified-3D-UNet-Pytorch

开源协议:MIT License

下载


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.