harskish / ganspace

Discovering Interpretable GAN Controls [NeurIPS 2020]
Apache License 2.0
1.78k stars 265 forks source link

How do I reproduce Figure S8? #19

Closed raven38 closed 3 years ago

raven38 commented 3 years ago

I want to reproduce the results of Figure S8 in your paper.

Could you share the code snippets or some details?

harskish commented 3 years ago

S8 was created by a collaborator, and the code is unfortunately not included in this repo.

You might want to take a look at the functions project_ortho and get_batch in notebooks/figure_style_content_sep.ipynb. Instead of transferring coordinates from a second image, you can set them to zero, which is what is done in S8.

Hope this helps.