PracNeyman / attention_guided_img_trans

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Pytorch-Attention-Guided-CycleGAN Attempt at Pytorch implementation of Unsupervised Attention-guided Image-to-Image Translation. ![Image](images/arch.png) This architecture uses an attention module to identify the foreground or salient parts of the images onto which image translation is to be done. Some of the results shown in the paper - ![Image](images/examples.png) # How to run Download dataset ```bash bash datasets/download_datasets.sh ``` Train ```bash train.py ``` optional arguments ```shell --resume --dataroot --LRgen --LRdis --LRattn ``` # attention_guided_img_trans # attention_guided_img_trans # attention_guided_img_trans

About


Languages

Language:Python 95.1%Language:Shell 4.9%