Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to interpolate faces #10

Open
loboere opened this issue Jul 8, 2022 · 2 comments
Open

how to interpolate faces #10

loboere opened this issue Jul 8, 2022 · 2 comments

Comments

@loboere
Copy link

loboere commented Jul 8, 2022

can you tell me where to find the code to interpolate faces, or show me how to do it, according to the page I use weighted sum
but I'm not very good at math and I don't know what to add here.

@phizaz
Copy link
Owner

phizaz commented Jul 13, 2022

You are right. I may add it later.
By the way, the interpolation is simply a convex combination: interpolate = alpha * latent_code1 + (1-alpha) * latent_code2 for the semantic codes.
In the paper, we also do the noise interpolation albeit slightly differently with spherical interpolation (described in the paper).

@phizaz
Copy link
Owner

phizaz commented Jul 15, 2022

Added in 0c3f99c. See interpolate.ipynb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants