-
Notifications
You must be signed in to change notification settings - Fork 30
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
Why DEX_YCB .json annotations are different from the original dataset's .npz file #10
Comments
The pose_m parameter in original dataset's annotation file is PCA coefficients. I changed it to axis angle representation. |
Could you provide the script for changing PCA coefficiets to axis angle representation? |
Here are core lines we used.
|
Hi, |
For the original dataset, set flat_hand_mean=True in here HandOccNet/common/utils/mano.py Line 37 in 65c00af
|
Thanks for the quick reply. |
Just for convenience. I think the performance will not much different since the average hand pose is constant offset. The average hand pose is not for original dataset(HO3D). It is saved in MANO_RIGHT.pkl file. |
Do you know how to generate HO3D.json files? |
I'm working on the two datasets. I found that
mano_param
:pose
parameters in json file are different from the original dataset's pose parameters. So I wonder what makes them different? And how did you generate the pose parameters in the annotation json file?The text was updated successfully, but these errors were encountered: