-
-
Notifications
You must be signed in to change notification settings - Fork 599
Description
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.