-
Notifications
You must be signed in to change notification settings - Fork 100
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
Code for sampling new synthetic data #3
Comments
I will soon write a doc on this. But this is what you need: This is called if you run and you can use the keys |
Fixed in 643b234 |
Hi @anuragranj Also, in the display, after decoding the latent vector and getting the reconstructed mesh. How are you getting the connectivity list for showing the final 3D face? Thank you so much for your help |
The demo shows how you can sample around a particular face. So, pressing those keys will sample a face that is near the original face. To see the difference, you need to press the keys multiple times to navigate far way from the original face. You can modify, For displaying reconstructions, we use |
Can you please provide the code to show an example of how to sample new synthetic data by sampling from the latent space?
Thanks in Advance.
The text was updated successfully, but these errors were encountered: