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
{{ message }}
This repository has been archived by the owner on May 22, 2024. It is now read-only.
The transform tform_cam2world[:, :3, 1:] *= -1 seem to also reverse the sign of the translation. Should only the 2nd, and 3rd axis of the camra orientation be changed, meaning form_cam2world[:, :3, 1:3] *= -1 is the right way?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/google-research/nerf-from-image/blob/fddf72a8bc7b64307fad146f9a7b39d8df56a915/lib/pose_utils.py#L60C8-L60C8
The transform tform_cam2world[:, :3, 1:] *= -1 seem to also reverse the sign of the translation. Should only the 2nd, and 3rd axis of the camra orientation be changed, meaning form_cam2world[:, :3, 1:3] *= -1 is the right way?
The text was updated successfully, but these errors were encountered: