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

Some questions about the synthesized animation #7

Closed
hemath1001 opened this issue Jul 6, 2022 · 2 comments
Closed

Some questions about the synthesized animation #7

hemath1001 opened this issue Jul 6, 2022 · 2 comments

Comments

@hemath1001
Copy link

Hi there!
Thanks for your excellent work!
When I use the pretrained model to get synthesized Salsa-Dancing-6, and import synthesized bvh to blender, I find something a little weird and I would be grateful if you could tell me they are correct or bugs?

  1. The last joints of hands and feet seem tilted outward.
  2. Fingers are missing.
  3. One joint of head is missing.

image

Here is gif. The left one is the original one, ane the middle is the synthesized result without contact fixed, the right one is the synthesized result with contact fixed.
初始与结果对比Salsa-Dancing-6

And I'm confused about gt_ and rec_ bvh file in results, they stand for...?

Thanks again for your reply! Wish you all the best :-D

@PeizhuoLi
Copy link
Owner

Hi, thanks for your question. For your first question, this is because the End Site section in bvh files is discarded by our bvh parser. It does not affect the animation after skinning.

For the missing joints, it's because in our demo we use only the corps joints in Mixamo skeletons, specified here. Since our code is designed to be flexible with skeletal structure, feel free to add the finger joints to the list if you need them.

The gt_* and rec_* stand for ground-truth (the training sequence) and the reconstructed result in different temporal resolution.

Hope this is helpful.

@hemath1001
Copy link
Author

Hi, thanks for your question. For your first question, this is because the End Site section in bvh files is discarded by our bvh parser. It does not affect the animation after skinning.

For the missing joints, it's because in our demo we use only the corps joints in Mixamo skeletons, specified here. Since our code is designed to be flexible with skeletal structure, feel free to add the finger joints to the list if you need them.

The gt_* and rec_* stand for ground-truth (the training sequence) and the reconstructed result in different temporal resolution.

Hope this is helpful.

I get it. Thanks a million! <3

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