progressive-growing-of-gans.pytorch icon indicating copy to clipboard operation
progressive-growing-of-gans.pytorch copied to clipboard

interpolation

Open YoelShoshan opened this issue 7 years ago • 1 comments

Thanks a lot for sharing! Didn't try it yet, but will soon :)

Notice that what you refer to as "latent space interpolation" (and the animated gif) are not really interpolations. You are generating random samples, but not interpolating between them. To get the "morphing" effect, like in their movie, you need to interpolate (in the latent z space) between the random samples, and generate for each an image.

YoelShoshan avatar Mar 19 '18 14:03 YoelShoshan

Thanks for the correction. Would really appreciate any PRs 😄

RahulBhalley avatar Apr 03 '18 18:04 RahulBhalley