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 Jul 23, 2024. It is now read-only.
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,
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.
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.
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,
nerf-factory/src/data/data_util/nerf_360_v2.py
Line 364 in ce06663
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.
The text was updated successfully, but these errors were encountered: