Skip to content

The U-Net architecture achieves very good performance on very different biomedical segmentation applications. This repository is a tutorial to how implement U-Net

Notifications You must be signed in to change notification settings

brain-facens/u-net-segmentation-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

U-Net Architecture

U-Net Architecture

The U-Net architecture achieves very good performance on very different biomedical segmentation applications. U-net architecture (example for 32x32 pixels in the lowest resolution) as presented in Figure 1. Each blue box corresponds to a multi-channel feature map. The number of channels is denoted on top of the box. The x-y-size is provided at the lower left edge of the box. White boxes represent copied feature maps. The arrows denote the different operations. This work is based on Ronneberger et al.

HOW TO INSTALL

conda create -n torch python==3.9
conda activate torch

git clone https://github.com/brain-facens/u-net-template.git
cd u-net-template
pip install -r requirement.txt

You can find the notebook in ./notebooks/UNet_seg.ipynb.

๐Ÿค Collaborators

We would like to thank the following people who contributed to this project:

Foto do Natanael Vitorino no GitHub
Natanael Vitorino

๐Ÿ“ License

This project is under license. See the file LICENSE for more details.


About

The U-Net architecture achieves very good performance on very different biomedical segmentation applications. This repository is a tutorial to how implement U-Net

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •