Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question about mipnerf360 pose #37

Open
yuemingPAN opened this issue Apr 26, 2023 · 0 comments
Open

question about mipnerf360 pose #37

yuemingPAN opened this issue Apr 26, 2023 · 0 comments

Comments

@yuemingPAN
Copy link

Thank you for your excellent work about the NeRF factory! The code is functioning well, and I have some questions regarding the pose processing in Mip-NeRF 360. I was hoping you could help me better understand it. Thank you very much!
I would like to inquire about the purpose of this line of code,

poses = np.concatenate([poses[:, 1:2, :], -poses[:, 0:1, :], poses[:, 2:, :]], 1)

which appears to reverse the first column of the pose matrix and swap its order with the second column, but I am not sure the purpose of this transformation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant