Skip to content

Compatibility with Pytorch3d renderer #326

@cfernandezlab

Description

@cfernandezlab

Hi Patrik, thanks for your excellent work!

I was wondering if you have any experience using the output of your tracker with the pytorch3d renderer.

If I understood correctly, the modelview matrix gives us the conversion from object/model coordinates to camera coordinates, whereas the projection matrix can be used to project the 3D points to 2D. However, I was following a simple example and I don't find the correct way to pass R and T to the renderer to visualize the mesh with the predicted head pose (It shows only a white canvas).

I tried passing R and T directly from the modelview matrix, also combining it with the projection matrix and even applying the transformations to the mesh and simply passing R=Identity and T=[0,0,0].

Any suggestions?

Thank you very much in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions