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

Converting joint in canonical view to camera view? #23

Closed
wangzheallen opened this issue Apr 30, 2020 · 2 comments
Closed

Converting joint in canonical view to camera view? #23

wangzheallen opened this issue Apr 30, 2020 · 2 comments

Comments

@wangzheallen
Copy link

Is the function converting joint in canonical view to camera view?
'

def batch_rigid_transform(rot_mats, joints, parents, dtype=torch.float32):
'

which means converting 'joints_3d' to 'transform_chain'?

as in the blog: https://ikvision.github.io/

and how to convert joints_3d to transform_chain step by step?

@vchoutas
Copy link
Owner

vchoutas commented May 3, 2020

This function just computes the absolute joint rotations using the relative rotations and the kinematic chain. The inputs are the parent-relative rotation matrices, the joints at rest pose and the kinematic chain.

@vchoutas
Copy link
Owner

Closing this issue since there are no updates.

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