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

Camera Coordinate System #23

Closed
luoxue-star opened this issue Dec 20, 2023 · 2 comments
Closed

Camera Coordinate System #23

luoxue-star opened this issue Dec 20, 2023 · 2 comments

Comments

@luoxue-star
Copy link

Is the definition of the camera coordinate system in train_meta.json the same as that in Blender?

@JonathonLuiten
Copy link
Owner

My code uses the OpenCV camera co-ordinate system (same as COLMAP).

This is different to the blender / standard NeRF camera coordinate system.

The conversion code between the two can be found here:
https://github.com/NVlabs/instant-ngp/blob/9f6ab886306ce1f9b359d3856e8a1907ce8b8c8b/scripts/colmap2nerf.py#L350

@tb2-sy
Copy link

tb2-sy commented Feb 3, 2024

My code uses the OpenCV camera co-ordinate system (same as COLMAP).

This is different to the blender / standard NeRF camera coordinate system.

The conversion code between the two can be found here: https://github.com/NVlabs/instant-ngp/blob/9f6ab886306ce1f9b359d3856e8a1907ce8b8c8b/scripts/colmap2nerf.py#L350

Hi, thanks for your nice work! As you said above, you are using COLMAPs Coordinate system. What I don't understand is what is the function of opengl_proj, why not use ProjectionMatrix same as the original 3D gaussian splatting?

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

3 participants