HybrIK
HybrIK copied to clipboard
Render pipeline to project the 3d mesh onto the input image.
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.
@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