Skip to content

about retarget #11

@Dong09

Description

@Dong09

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions