ISBI2012 Segmentation with U-Net using PyTorch
ISBI2012: http://brainiac2.mit.edu/isbi_challenge
U-Net: Convolutional Networks for Biomedical Image Segmentation \<arxiv link>
@misc{ronneberger2015unet,
title={U-Net: Convolutional Networks for Biomedical Image Segmentation},
author={Olaf Ronneberger and Philipp Fischer and Thomas Brox},
year={2015},
eprint={1505.04597},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
# ROOT Directory
ISBI2012
├── train-volume.tif
├── train-labels.tif
└── test-volume.tif --> (Not Necessary)
$ python train.py
$ python eval.py
Then, you can see result images from ./test_results