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

super-resulotion gray picture #66

Open Remy-Ai opened 4 years ago

Remy-Ai commented 4 years ago

Now i have a 2048X2048 gray picture to use your super-resulotion(SR.py) function. How should i set the parameter?

Thanks!

tamarott commented 4 years ago

You should change --nc_im to 1 instead of 3. Pay attention that you will need to have large GPU memory in order to train on 2048x2048 image.