Replies: 1 comment 2 replies
-
I don't know how do you get the intrinsic matrix. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to render 3d hand image using verts, faces tensors from MANO hand model.
So, I can get hand 3d model image through FovPerspectiveCameras like this
Here is the result.
And, I have camera intrinsic parameters Ks
So, I put this intrinsic matrix to camera.
I got this image. even I adjust the dist of look_at_view_transform I only can get this image or white background image
How can I apply camera intrinsic matrix to renderer camera?
Beta Was this translation helpful? Give feedback.
All reactions