human_body_prior icon indicating copy to clipboard operation
human_body_prior copied to clipboard

I have now obtained the body model through direction and translation. How can I adjust the position of each joint in the body model?

Open Recialhot opened this issue 11 months ago • 0 comments

I have now obtained the body model through direction and translation. How can I adjust the position of each joint in the body model?

self.predicted_body = self.bm( **{'pose_body': predicted_angle[..., 3:66], 'root_orient': predicted_angle[..., :3], 'trans': t_root2world})

Recialhot avatar Mar 28 '24 14:03 Recialhot