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

Different slerp implementation than reference #34

Closed
Cuky88 opened this issue Aug 8, 2018 · 1 comment
Closed

Different slerp implementation than reference #34

Cuky88 opened this issue Aug 8, 2018 · 1 comment

Comments

@Cuky88
Copy link

Cuky88 commented Aug 8, 2018

I'm trying to do some interpolations and latent space exploration. The slerp code from the progressive GAN repo is slightly different than your implementation.

You are not setting the low value to the previous high value in the loop. Is there a certain reason why you changed the code?

I'm not really deep into this topic, so I appreciate your answer.

@xunhuang1995
Copy link
Contributor

Both implementations are fine. The original one generates a single smoothly-changing video, while this one generates several short videos that interpolates between two points.

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