Skip to content
/ U-Net Public

My version of the U-Net CNN in 2D and 3D in tensorflow-keras.

Notifications You must be signed in to change notification settings

mdciri/U-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

U-Net

This is my version of the U-Net for image segmentation in 2D and 3D.

Using such code you can create a U-Net as deep as you like, at least until the feature filters shape allow a division by a factor 2.

The only differences from the Olaf Ronneberger one is that the down and up-sampling are done by a 2D (or 3D) convolution and 2D (or 3D) transopose convolution with stride 2, and evey convolution layer considers same padding.

About

My version of the U-Net CNN in 2D and 3D in tensorflow-keras.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages