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.29k stars 608 forks source link

Lack of imsave in random_samples.py #168

Closed pszajows closed 1 year ago

pszajows commented 2 years ago

The output of the SinGAN_generate function is not saved to a file in random_samples.py. It is necessary to add a single line with a call to imsave function from matplotlib.pyplot at the very end of the file.