-
Notifications
You must be signed in to change notification settings - Fork 9
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
Questions about making datasets #15
Comments
Same question |
I found out how to get the points' names. You can check here https://github.com/vchoutas/expose/blob/master/expose/data/targets/keypoints.py to get the meaning of each point in expose and here https://github.com/alvinliu0/HA2G/blob/main/scripts/utils/data_utils_expressive.py to figure out the index. The point indices for skeleton3d should be: [9, 12, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59] |
Thanks, Darius. Can you tell me how you get the point indices for skeleton3d, in the https://github.com/alvinliu0/HA2G/blob/main/scripts/utils/data_utils_expressive.py And I am curious about why use 23 in here by default |
Hello, thank you very much for your contribution, I have a doubt that I hope you can answer. When making the data set, I found that the key point you used is (23,3), but the bone key point dimension in your data set is (43,3), which seems a little inconsistent
The text was updated successfully, but these errors were encountered: