MoleImg / Attention_UNet

Raw implementation of attention gated U-Net by Keras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attention_UNet

Raw implementation of attention gated U-Net using Keras. Including:

AttentionResUNet:

U-Net model with residual block, using the spatial-level attention gate.

AttentionSEResUNet:

U-Net model with residual block, using both the spatial-level and channel-level attention gate (similar to SENet).

About

Raw implementation of attention gated U-Net by Keras


Languages

Language:Python 100.0%