-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
As I know provided smpl dataset is defined wih camera-coordinate.
but i'd like to see smpl mesh in world coordinate.
so i converted
root_rotation = smpl_pose_parameter[:3]
root_rotation = inverse(extrinsic parameter)@root_rotation
smpl_pose_parameter[:3] = root_rotation
smpl_mesh, smpl_joint = smpl.layer['female'](smpl_pose_parameter,smpl_shape_parameter)
projected_2d_vertices = projection_matrix @ smpl_mesh
but rotation was different with original rgb image.
how do i convert root rotation?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
