Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 973 Bytes

README.md

File metadata and controls

34 lines (31 loc) · 973 Bytes
# 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