rinongal / StyleGAN-nada

http://stylegan-nada.github.io/
MIT License
1.15k stars 146 forks source link

Cross-domain image interpolation #64

Open Dancingmader opened 1 year ago

Dancingmader commented 1 year ago

Hi, thanks for your great work! I'm trying to re-implement the result illustrated in Figure 19 in the supplementary materials. I tried generate_videos.py but the results are not what I want. Could you please tell me how to generate smooth interpolations between models of different domains? Thanks!

rinongal commented 1 year ago

Hi,

It's been a while since I touched this code, but I think you should be able to get this done by modifying generate_videos.py to load multiple generators and pass them to the generate_frames function. Have a look at the code in our HuggingFace Space for an example.

Dancingmader commented 1 year ago

OK, I'll have a try, thanks!

Dancingmader commented 1 year ago

OK, I'll have a try, thanks!