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

Render pipeline to project the 3d mesh onto the input image. #168

Open YuktiADY opened 1 year ago

YuktiADY commented 1 year ago

Hello,

Hope you are doing good.

I liked your work. I am working on my master thesis. Since I have got 3d mesh from the input. In your repo hybrik has a render pipeline to project this 3d mesh onto the input image. Where in the code i can find this rendering pipeline where this is done so that I can extract the 2d Keypoints from the projected mesh??

Awaiting for your response.

elia-orsini commented 1 year ago

@YuktiADY I believe the function that renders the 3D image that is then overlayed on the input image is the render_mesh() function in hybrik/utils/render_pytorch3d.py