Skip to content

sfczekalski/attention_unet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attention U-Net

PyTorch implementation of "Attention U-Net: Learning Where to Look for the Pancreas." by Oktay et al applied for DRIVE blood vessels dataset. The model's implementation borrows from Hong Jing tutorial on Towards Data Science, available at: https://towardsdatascience.com/biomedical-image-segmentation-attention-u-net-29b6f0827405

The notebook describes the whole project process step by step, starting from describing the theoretical ideas that I've build my project upon, followed by implementing PyTorch Dataset class, the training loop and some visualizations.

The paper describing the architecture is available at: https://arxiv.org/pdf/1804.03999.pdf

About

Neural Network for semantic segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published