You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to render the object mesh onto the image based on 3D object template, obj_pose data, and camera intrinsic. It seems that camera intrinsic is correct as I can render hand mesh correctly on the image. However, I am having trouble aligning the object mesh onto the image. May I ask how to do it?
For now, I am extracting obj pose / obj trans / obj scale with read_rtd function from readme and conduct rotation / translation / scale with below code.
I cannot see the image. Could you upload it again?
The "obj_scale" should not be used in the transformation. Transforming the object model to the world coordinate system can be done using:
I am trying to render the object mesh onto the image based on 3D object template, obj_pose data, and camera intrinsic. It seems that camera intrinsic is correct as I can render hand mesh correctly on the image. However, I am having trouble aligning the object mesh onto the image. May I ask how to do it?
For now, I am extracting obj pose / obj trans / obj scale with read_rtd function from readme and conduct rotation / translation / scale with below code.
The result from this code is as below.
The text was updated successfully, but these errors were encountered: