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
Do the f in [f, tx, ty] means the focal_length and the tx, ty in [f, tx, ty] means the principal_point ?
Because I want to use pytorch3D to perform mesh rendering, I am thinking which pytorch3D camera is suitable here. I guess pytorch3d.renderer.cameras.OrthographicCameras is suitable since DART only provide orthographic camera params and it requires focal length and principal_point.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi! Thanks for providing such a great work.
I have met some problems understanding the
fit_ortho_param
function:Do the
f
in[f, tx, ty]
means the focal_length and thetx
,ty
in[f, tx, ty]
means the principal_point ?Because I want to use pytorch3D to perform mesh rendering, I am thinking which pytorch3D camera is suitable here. I guess pytorch3d.renderer.cameras.OrthographicCameras is suitable since DART only provide orthographic camera params and it requires focal length and principal_point.
Thank you!
The text was updated successfully, but these errors were encountered: