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

render smpl gif not the same as joints #25

Closed
ywdong opened this issue Apr 21, 2023 · 4 comments
Closed

render smpl gif not the same as joints #25

ywdong opened this issue Apr 21, 2023 · 4 comments

Comments

@ywdong
Copy link

ywdong commented Apr 21, 2023

Hi, I get the predit joints gif like:
A_person_is_walking_happily
But i use the scripit "render_final.py " to get smpl mesh, the results is:
A_person_is_walking_happily_pred
Any help or advice?

@Mael-zys
Copy link
Owner

The predicted joints are using xyz representation, which doesn't contain the orientation of each joints. Therefore, when we try to convert them into smpl file with rot6d representation, it may make some mistakes on the orientation of head or hands.

@ywdong
Copy link
Author

ywdong commented Apr 24, 2023

The predicted joints are using xyz representation, which doesn't contain the orientation of each joints. Therefore, when we try to convert them into smpl file with rot6d representation, it may make some mistakes on the orientation of head or hands.

Thx your reply. So that's no idea to fix it?

@Mael-zys
Copy link
Owner

You can try other inverse kinematics methods, maybe they can solve this problem.

@kimjaeyoonn
Copy link

I got a same proplem..
I want to know what inverse kinematics method is used in t2m gpt, and what other methods can I try?

Thank U:)

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

3 participants