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

how to generate larger gifs #130

Open LJT610 opened 3 years ago

LJT610 commented 3 years ago

Can I change the size of gif by animation.py ?

tamarott commented 3 years ago

Since generation is done with random walk around z_opt, which has the same spacial dimensions as the training image, you can't change the spacial dimension.

yuhao910716 commented 2 years ago

你可以用超分辨率试试可以的。