├── .gitignore ├── README.md ├── Tumor Segmentation.ipynb └── weights.h5 /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietz/brats-segmentation/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietz/brats-segmentation/HEAD/README.md -------------------------------------------------------------------------------- /Tumor Segmentation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietz/brats-segmentation/HEAD/Tumor Segmentation.ipynb -------------------------------------------------------------------------------- /weights.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietz/brats-segmentation/HEAD/weights.h5 --------------------------------------------------------------------------------