Skip to content
/ unetus Public

PyTorch Implementation 3D U-Net architecture

License

Notifications You must be signed in to change notification settings

beifa/unetus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unetus

The 3D version was described in 3D U-Net: Learning Dense Volumetric Segmentation from Sparse Annotation <https://arxiv.org/abs/1606.06650>.

Installation

ToDO:

  • ci&cd
  • tox
  • mypy
  • pypi
  • residual block
  • dropout
  • ConvTranspose
  • crop connection
  • add doc
  • add description