EvgenyKashin / stylegan2-distillation

https://arxiv.org/abs/2003.03581
Other
1.01k stars 105 forks source link

What does the Fitting transform and pix2pixHD do? #32

Closed delebash closed 2 years ago

delebash commented 2 years ago

So if I create a smile images what is pix2pixHD doing? When creating the pix2pixHD do I have to train first or is it pretrained for the stylegan2directions. TY

EvgenyKashin commented 2 years ago

It just has to be trained from scratch on such images. A main point in training pix2pix, that after training it's possible to add a smile to an image in one forward pass(fast), without using StyleGAN

delebash commented 2 years ago

Thanks!