taki0112 / UGATIT

Official Tensorflow implementation of U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation (ICLR 2020)
MIT License
6.17k stars 1.05k forks source link

img_size 128 ngf = 32 #99

Open zhaoyk1986 opened 3 years ago

zhaoyk1986 commented 3 years ago

hai,thanks for share this project. demo run well. course of gpu memory limit, change image_size from 256 to 128, ngf from 64 to 32. next picture generated after 200,000 iterations. A2B_0191000

there are three questions I want to ask.

  1. How many iterations will it take to get the results on the paper?
  2. When change image_size, how to adjust ngf, n_blocks, how to understand?
  3. Have you tried to add face landmark or face segmentation, will it help to preserve face edge , hair edge? Class Activation Map, face landmark which will be better? how to understand?