Jeff-sjtu / HybrIK

Official code of "HybrIK: A Hybrid Analytical-Neural Inverse Kinematics Solution for 3D Human Pose and Shape Estimation", CVPR 2021
MIT License
1.16k stars 142 forks source link

Side view of the mesh #162

Open miguelvarandas22 opened 1 year ago

miguelvarandas22 commented 1 year ago

Thanks for your excellent work! I have a question: I'm trying to study the spine curvature using the mesh obtained by the SMPL and HybrIK model and would like to have a side view from that mesh regardless of its pose in the image. Could you give me some advice for that?

Thanks! :)

xyIsHere commented 1 year ago

I also want to check the side view results and have no idea on how to implement this. Hope somebody can help. Thanks~

biansy000 commented 10 months ago

As shown here, vertices is the predicted human mesh vertices. You can rotate it by multiplying it by a rotation matrix on the left.