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

about retarget #11

Open
Dong09 opened this issue Jun 27, 2024 · 0 comments
Open

about retarget #11

Dong09 opened this issue Jun 27, 2024 · 0 comments

Comments

@Dong09
Copy link

Dong09 commented Jun 27, 2024

Hello, thank you very much for your open source project.
I tried to put my smpl joints points, shape is (191,22,3), missing two clavicle points and one spine_4 point but with two more hand points compared to TOPOLOGY, so I rewrote AMASS_JOINT_NAMES,

AMASS_JOINT_NAMES = [
		"pelvis",
		"left_hip",
		"right_hip",
		"spine_1",
		"left_knee",
		"right_knee",
		"spine_2",
		"left_ankle",
		"right_ankle",
		"spine_3",
		"left_foot",
		"right_foot",
		"neck",
		"left_shoulder",
		"right_shoulder",
		"head",
		"left_elbow",
		"right_elbow",
		"left_wrist",
		"right_wrist",
		"leftHand",
		"rightHand",
	]

I then save the resulting {'angles': angles, 'skeleton': skeleton, 'trajectory': trajectory} as .pt
Finally footskate_cleanup on this .pt , unfortunately with this result
image
I suspect that the error occurred during the retarget, as the action is completely different from the actual one. How should I modify it?

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