zengxianyu / co-mod-gan-pytorch

pytorch implementation of the paper ``Large Scale Image Completion via Co-Modulated Generative Adversarial Networks"
54 stars 10 forks source link

Diversity of generated images #14

Open UdonDa opened 2 years ago

UdonDa commented 2 years ago

Hi @zengxianyu !! Thank you for sharing your nice work! I’d like to ask you about how much generated images have diversity.

I think your architecture depends on StyleGAN so that the generated images have several structures or appearance. However, without truncation trick, the generated images look similar among all batchs.

Is it correct output? Input image 0_input

Output images 0

zengxianyu commented 1 year ago

did you use the same noise for all batches?