MoleImg / Attention_UNet

Raw implementation of attention gated U-Net by Keras
144 stars 43 forks source link

I have not seen the raw implement of attention Unet #2

Open Eason270 opened 4 years ago

Eason270 commented 4 years ago

And I also have some problem when I try to run the code,such as in the AttResUNet,there is no AttentionSEResUNet.And I was confused about import UNetConfig as uc in the AttSEResUNet.py.Could you solve my confusion,thank you !

MoleImg commented 4 years ago

Hi. The raw implementation of each attention u-net is in the corresponding .py file. I don't know what are you exactly confused about. Could you please describe your problem in details? Thanks.

Eason270 commented 4 years ago

I see the AttentionResUNet and AttentionSEResUNet,but I haven't seen the raw attention unet.And I meet three problems res in the following pic attention uc

MoleImg commented 4 years ago

What do you mean by the raw attention unet? There are two kinds of attention unet in this repo.