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
But when we change the basis vectors, we need to multiply permutation matrix on both sides of the rotation matrix right?
I mean, a rotation matrix in colmap coordinates
Can you please explain why you do not exchange rows of the rotation matrix? (Also, when we change the coordinate systems, even translation vector has to be appropriately modified, right? But your code doesn't modify that either. )
The text was updated successfully, but these errors were encountered:
Hi,
From the explanations in README and Issue-10, I understand that the coordinate system of colmap is different from yours. So, you convert the pose matrix estimated by colmap into your coordinate system in https://github.com/Fyusion/LLFF/blob/master/llff/poses/pose_utils.py#L51, right?
But when we change the basis vectors, we need to multiply permutation matrix on both sides of the rotation matrix right?
I mean, a rotation matrix in colmap coordinates
when converted to your coordinates should become
Instead your code only switches columns to get
Can you please explain why you do not exchange rows of the rotation matrix? (Also, when we change the coordinate systems, even translation vector has to be appropriately modified, right? But your code doesn't modify that either. )
The text was updated successfully, but these errors were encountered: