SinGAN: Learning a Generative Model from a Single Natural Image: Difference between revisions

Line 27: Line 27:
==Architecture==
==Architecture==
They build <math>N</math> GANs, N usually 7-8<br>
They build <math>N</math> GANs, N usually 7-8<br>
Each GAN <math>G_n</math> adds details to patches of the image produced by GAN <math>G_{n+1}</math> below it.<br>
Each GAN <math>G_n</math> adds details to the image produced by GAN <math>G_{n+1}</math> below it.<br>
The final GAN <math>G_0</math> adds only fine details.
The final GAN <math>G_0</math> adds only fine details.
===Generator===
===Generator===