Skip to content

teymour-aldridge/unet-pytorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple implementation of Unet, following the paper:

https://arxiv.org/abs/1505.04597

basic unet model is built

instead of crop and concatenate, here same size is maintained for both side of skip connection, so that simple concatenate could be handled

training script for isbi 2012 neural cell image segmentation task is implemented

About

pytorch implementation of basic unet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%