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

Mismatch of the head movement (raw video vs. generated video) #175

Open
schxnhxlz opened this issue Apr 17, 2024 · 1 comment
Open

Mismatch of the head movement (raw video vs. generated video) #175

schxnhxlz opened this issue Apr 17, 2024 · 1 comment

Comments

@schxnhxlz
Copy link

Hey there,

first of all great project! Had a lot fun playing around with it. My next step is to put the generated video back on top of the raw video.

videoonraw

To remain the real eye and forehead movement i want to mask out just the nose mouth and jaw:

Screenshot 2024-04-17 at 07 09 31

Unfortunateley the movement of the raw head and the "new" head doesnt match 100%. There is still a little mismatch. It looks like the head is wobbling.

comp.mp4

I already set the hparams['infer_smooth_camera_path_kernel_size'] = 7 to 0 and isabled the smooth featues

 smo_euler = smooth_features_xd(batch['euler'])
 smo_trans = smooth_features_xd(batch['trans'])

setting drv_pose to static didnt help. Are there any other parameters I can try to edit to achieve a perfect match of the landmarks? Especially for the nose and eyes?

Thanks in advance!

@jryebread
Copy link

i have the same problem, hoping someone can answer this!

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