williamyang1991 / DualStyleGAN

[CVPR 2022] Pastiche Master: Exemplar-Based High-Resolution Portrait Style Transfer
Other
1.61k stars 249 forks source link

How to change weights for getting better results of style transformation ? #68

Closed kasarampavan closed 1 year ago

kasarampavan commented 1 year ago

some styles are coming fully different face, some times style only replacing with original image, how to change weights to get style transform similar to original image face

origninal StyleTransformImage resultImage

williamyang1991 commented 1 year ago

Here are the supported options:

Our trained pSp encoder on Z+/W+ space cannot perfectly encode the content image. If the style transfer result more consistent with the content image is desired, one may use latent optimization to better fit the content image or using other StyleGAN encoders (as discussed in https://github.com/williamyang1991/DualStyleGAN/issues/11 and https://github.com/williamyang1991/DualStyleGAN/issues/29).

kasarampavan commented 1 year ago

Thank you for fast reply...