Skip to content

devbruce/Segmentation-UNet-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISBI2012 Segmentation with PyTorch


Basic Info

Dataset

ISBI2012: http://brainiac2.mit.edu/isbi_challenge/



Backbone Network

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}
}



Data Preprocessing

# ROOT Directory

ISBI2012
├── train-volume.tif
├── train-labels.tif
└── test-volume.tif --> (Not Necessary)

Train

$ python train.py

Test

$ python eval.py

Then, you can see result images from ./test_results



Reference

About

ISBI2012 Segmentation with U-Net using PyTorch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published