Unsupervised-Attention-guided-Image-to-Image-Translation icon indicating copy to clipboard operation
Unsupervised-Attention-guided-Image-to-Image-Translation copied to clipboard

Unsupervised Attention-Guided Image to Image Translation

Results 21 Unsupervised-Attention-guided-Image-to-Image-Translation issues
Sort by recently updated
recently updated
newest added

Tensorflow gives several warnings about the deprecation of the currently used methods and training always fails on latest tensorflow 1.x version with ```fifoqueue '_2_batch/fifo_queue' is closed and has insufficient elements...

Thanks for your work and i have read your paper. I have a question about the attention network. In unsupervised setup, the losses are adversarial loss and cycle-consistency loss during...

Hi, Thank you for this task. If I want to make attention in the background that I need to change rather than the object. For example, in domain A and...

Excuse me, I want to know what is the order of the images after the test? Is it random input and output?

Hi, could you please release the datasets of the lion2tiger? Many thanks!

I find that you change fid to kid ,Could you public the source code of kid?Thank you.

![QQ图片20190730155042](https://user-images.githubusercontent.com/46343805/62110860-ec19a480-b2e1-11e9-980e-ada338f97158.png) the Xs should be Xt on the right picture.

I think there exist a mistake in Figure 2 (right) in the paper which is also the same figure in this repository README. I think that XT instead of XS...

I tried to run the code in Tensorflow 1.12.0 cuda9 cudnn7.5 (GTX 1080Ti), but an error happened. "tensorflow/core/grappler/optimizers/dependency_optimizer.cc:666] Iteration = 0, topological sort failed with message: The graph couldn't be...

I like the idea of this paper and I have published a pytorch implementation of this project: https://github.com/yhlleo/uaggan .