tamarott / SinGAN

Official pytorch implementation of the paper: "SinGAN: Learning a Generative Model from a Single Natural Image"
https://tamarott.github.io/SinGAN.htm
Other
3.31k stars 611 forks source link

Question about how to generate picture with condition data according to the training picture #81

Closed ZhouChuanyou closed 3 months ago

ZhouChuanyou commented 4 years ago

Good job! I have a question to ask for help. I have succeeded running the program inputing a training picture. And it generate the result successfully. What I want to realize is that adding some condition data to the generating picture on some fixed position, so the result will be more similar to what I want. Looking forward to the help!

tamarott commented 4 years ago

Hi, Thanks! I'm not sure I fully understand the question: Do you want the generated images to be similar to the training image at some fixed position? You can maybe try to combine the random z with z reconstruction.