-
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 #3
Comments
Same question here. |
We need to implement a few off-the-shelf model to preprocess the data, as the method is a bit complicated. I plan to make a clean script later on. |
Same question here. |
Hi! Eric~ It is a great work! But it has been a long time~Any update for your scirpt for arbitrary face image inference? @theEricMa |
Hi @theEricMa, thank you for your work and code! I'm currently working on a paper and would like to use your method for comparison. Could you please tell where I can find a script for an arbitrary image (cross-identity case). |
wait for script for an arbitrary image |
The script for arbitrary images is similar to the inference code in inference_refine_1D_cam.py, but it will contain additional code for data parameters. This includes extracting the head pose and facial expression coefficients using tools from the OTAvatar_processing repository. |
@theEricMa if I want to make face animation with own image and drive videos, what I can do to make it?
The text was updated successfully, but these errors were encountered: