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

Expression transfer #37

Closed
heiha324 opened this issue Dec 25, 2023 · 1 comment
Closed

Expression transfer #37

heiha324 opened this issue Dec 25, 2023 · 1 comment

Comments

@heiha324
Copy link

Do you know how to use one person's facial expressions to drive another person's model?

@Zielon Zielon changed the title ask for help Expression transfer Dec 29, 2023
@Zielon
Copy link
Owner

Zielon commented Dec 29, 2023

Yes, you need to use relative expression transfer. In the other case, the radiance field will contain a lot of artifacts since absolute expression transfer will change the face shape as well.

Steps:

  1. Select a neutral face from the source and target. (the expressions and shapes are not disentangled)
  2. Calculate delta expression (selected neutral expression - expressions).
  3. Transfer deltas to the neutral face in the target

You can take a look here NeRFace to see how it is done.

@Zielon Zielon closed this as completed Dec 29, 2023
@Zielon Zielon mentioned this issue Dec 29, 2023
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