You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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.
The text was updated successfully, but these errors were encountered: