-
Notifications
You must be signed in to change notification settings - Fork 15
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
run grad_fit_h1_shape.py get "'left_ankle_link' is not in list" error #3
Comments
h1_joint_names = ['pelvis', 'left_wrist_pitch_link','left_wrist_yaw_link','right_shoulder_pitch_link', 'right_wrist_pitch_link','right_wrist_yaw_link'] |
We’ll be updating the retargeting code with a cleaner, improved version soon. Please stay tuned, and in the meantime, use the provided retargeted .pkl file for temporary debugging with our code. |
I encountered the same problem. |
Me too |
I've encountered the same problem, please update the retargeting files. |
2024-10-04 17:43:57,027 - INFO - logger - logger initialized
Traceback (most recent call last):
File "scripts/data_process/grad_fit_h1_shape.py", line 65, in
h1_joint_pick_idx = [ h1_joint_names_augment.index(j) for j in h1_joint_pick]
File "scripts/data_process/grad_fit_h1_shape.py", line 65, in
h1_joint_pick_idx = [ h1_joint_names_augment.index(j) for j in h1_joint_pick]
ValueError: 'left_ankle_link' is not in list
The text was updated successfully, but these errors were encountered: