AlamiMejjati / Unsupervised-Attention-guided-Image-to-Image-Translation

Unsupervised Attention-Guided Image to Image Translation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About attention model

nile649 opened this issue · comments

Hi, could you explain your attention model more in detail?

Hi Nilesh, please refer to our paper https://arxiv.org/pdf/1806.02311.pdf for detailed explanations.

Hi, I did read the paper, but I wish to just train the attention network. I tried to implement the attention network only, and it seems not giving better segmentation.

Our attention network is an autoencoder formed by a series of convolutions followed by a residual block then a series of upsampling+convolutions are performed to obtain a continuous mask.