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

Loading TUM RGBD #1084

Closed
leblond14u opened this issue Nov 26, 2024 · 0 comments
Closed

Loading TUM RGBD #1084

leblond14u opened this issue Nov 26, 2024 · 0 comments

Comments

@leblond14u
Copy link

leblond14u commented Nov 26, 2024

Hi GS community,

I'm having trouble loading the TUM RGBD sequences.
I successfully converted other datasets but when converting this one the GS camera path (as seen in the viewer and training result) is wrong.

To my understanding the TUM poses are C2W poses with a COLMAP camera coordinate system (Z forward, X right and Y down). So in order to format it to a COLMAP sequence I just need to invert the poses with :

R_w2c = R_c2w.T
t_w2c = -R_w2c @ t_c2w

And get the pose in my images.txt file as quaternion and translations.
However this procedure is leading me to a wrong camera path during GS training... The camera end up under my initial gaussian representation.
It might be the same issue as in #595 but there's not much detail on the topic in this one.

Can anybody point me the thing I missed in my approach ?

Best regards,
Have a nice day,

Hugo

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