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

Orientation of the model #21

Open
linkinSimon opened this issue Dec 17, 2021 · 0 comments
Open

Orientation of the model #21

linkinSimon opened this issue Dec 17, 2021 · 0 comments

Comments

@linkinSimon
Copy link

linkinSimon commented Dec 17, 2021

Hi, @hassony2 , thanks for sharing the repo.

How can I change the orientation of the hand around the origin without changing the translation?
Because every time I change the first three params (rotation vector) in random_pose in examples/manopth_mindemo.py,
it not only rotate around the origin but it also has some translation.
Is transformation matrix coupled with hand pose in some way ?

EX : examples/manopth_mindemo.py
1.
random_pose = torch.rand(batch_size, ncomps + 3) *0
random_pose[0,0] = 0
random_pose[0,1] = 0
random_pose[0,2] = 0
Screenshot from 2021-12-17 17-00-06

random_pose = torch.rand(batch_size, ncomps + 3) *0
random_pose[0,0] = 0.5
random_pose[0,1] = 0.5
random_pose[0,2] = 0.5
Screenshot from 2021-12-17 17-00-48

Thank you!
Best

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

1 participant