bryandlee/FreezeG

A few questions

icoric4 opened this issue · 3 comments

Hello and great work!

I have a few questions regarding a gif you posted https://github.com/bryandlee/FreezeG/blob/master/imgs/face2art/2.gif and I hope you can help me with it.

I would like to do the same transfer of real face to art on my own images. Am I right to assume that you are using 2 stylegan2 models trained on FFHQ and Metfaces. Then you generated latent vectors using ffhq model and then generate the art image using this latent vectors and the model trained on Metfaces?

Also, at the end of the gif there is a constant image (of a boy) and the style changes. May I know which eigenvector (vectors) are you using for this?

Thanks!

Hi,

That's correct, and the eigenvectors are from the closed-form factorization method(SeFa).

Thanks! Great.

Do you maybe remember which eigenvectors (which id from 0-511) did you use for generating images below?

Screen Shot 2021-01-25 at 16 17 31

Screen Shot 2021-01-25 at 16 17 30

Screen Shot 2021-01-25 at 16 17 29

Screen Shot 2021-01-25 at 16 17 32

The directions are randomly chosen from the first 20 eigenvectors for the gifs. I don't remember the exact vectors for each frame tho. Hope it helps!