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

coordinate frame #160

Open
bmmi7 opened this issue Apr 5, 2024 · 2 comments
Open

coordinate frame #160

bmmi7 opened this issue Apr 5, 2024 · 2 comments

Comments

@bmmi7
Copy link

bmmi7 commented Apr 5, 2024

Hi, I saw this line about coord frame conversion in splatfacto https://github.com/nerfstudio-project/nerfstudio/blob/fba4aa990342b019bb854da88cde3081b33a7f58/nerfstudio/models/splatfacto.py#L680

this seems the conversion btw opencv and opengl, but why it is applied there? and what is gsplat convention in the comment above this line.

thanks!

@brentyi
Copy link
Collaborator

brentyi commented Apr 5, 2024

This is because nerfstudio uses the Blender / OpenGL convention, but gsplat uses OpenCV!

@bmmi7
Copy link
Author

bmmi7 commented Apr 6, 2024

okay convert back again...

if I use colmap dataparser in nerfstudio for splatfacto, I should set assume_colmap_world_coordinate_convention=False and orientation_method=none?

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

2 participants