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.3k stars 612 forks source link

How to use SinGAN to perform image translation just as CycleGAN. #166

Open sushant097 opened 2 years ago

sushant097 commented 2 years ago

I am wondering about the application of image translation by SinGAN as discussed by @tamarott in: https://www.youtube.com/watch?v=j9id4UpN9BI&t=571s SinGAN

How to modify code and achieve that similar output. Any help would be great! Thanks.