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

Joints to ignore for Humans 3.6m dataset using the 3D coordinates #20

Open
keltouny opened this issue Mar 10, 2022 · 0 comments
Open

Joints to ignore for Humans 3.6m dataset using the 3D coordinates #20

keltouny opened this issue Mar 10, 2022 · 0 comments

Comments

@keltouny
Copy link

Hello,

I am looking into the joints that were ignored for the Humans 3.6m skeletons when dealing with 3D coordinates instead of angles. It is mentioned in the source code (utils/data_utils.py), line 773 that you choose to ignore the constant joints and joints at the same position with other joints:

# ignore constant joints and joints at same position with other joints joint_to_ignore = np.array([0, 1, 6, 11, 16, 20, 23, 24, 28, 31])

I can understand the reason for removing most of these joints, but what I don't get is removing all hip joints (joints 0, 1, 6, and 11). The middle hip joint is repeated (0 and 11) but both nodes were removed. Could you please elaborate what was the reason behind this decision?

I have made a sketch of what I understand of the joints numbering and their location in the skeleton. I have greyed out possible joint duplicates (in close proximity to other joints). The joints that are removed in your code using 3D coordinates are (adding 1):
[1, 2, 7, 12, 17, 21, 24, 25, 29, 32].

image

Thank you,
Kareem.

@keltouny keltouny changed the title Joints to ignore for Humans 3.6m dataset using the 3D coordinates (not angles) Joints to ignore for Humans 3.6m dataset using the 3D coordinates Mar 10, 2022
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