-
Notifications
You must be signed in to change notification settings - Fork 39
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 makes face animation with specified image #17
Comments
how to compute the condition param |
Hello, and thank you for your interest! To animate from a single image, you'll need to follow several steps:
Once these steps are completed, you can proceed with the animation. |
The computation of the condition parameter is associated with both extrinsic and intrinsic factors. The extrinsic factors are tied to the six degrees of freedom (6DoF), while the intrinsic factors are experimental hyperparameters that we've found to be practical through our testing. You can find the part of it in our released code. The rest of it is in the preprocessing script. We anticipate it to be release in August. Sorry for the late release! |
Looking forward to the condition parameter code! |
@theEricMa @87003697 great job,but how to make animate from a single image
The text was updated successfully, but these errors were encountered: