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

different joint index for thetas(pose) and joints3d? #41

Open
meongeun opened this issue Sep 17, 2024 · 0 comments
Open

different joint index for thetas(pose) and joints3d? #41

meongeun opened this issue Sep 17, 2024 · 0 comments

Comments

@meongeun
Copy link

Why do you use different joint index for thetas(pose) and joints3d?
In the code you used different joint index and I am curious about it. Shouldn't it be the same?
Also I want to know that joints3d is global location, isn't it right?

for theta
joints_to_use = np.array([
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
11, 12, 13, 14, 15, 16, 17, 18, 19,
20, 21, 22, 37
]) # 23 joints + global_orient # 21 base joints + left_index1(22) + right_index1 (37)
for joints3d
action2motion_joints = [8, 1, 2, 3, 4, 5, 6, 7, 0, 9, 10, 11, 12, 13, 14, 21, 24, 38] # [18,]

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