Skip to content

nfds89/U-NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

U-NET Convolutional Network for Medical Image Segmentation

The model is implemented according to the architecture present in the paper, as following:

alt text

The datased used was downloaded from the ISBI Challenge website, which includes 30 images for the training set as their respective masks. The test set comprises 30 new images.

The images and masks are pre-processed in order to be ready for feeding the implemented model. Since the dataset is of a small amount, data augmentation is used to implement a more accurate and reliable model.

The model is trained for 5 epochs, with 100 steps per epoch.

About

Implementation of U-Net: Convolutional Networks for Medical Image Segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors