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

Depth unit #1043

Open
muriatec opened this issue Nov 1, 2024 · 1 comment
Open

Depth unit #1043

muriatec opened this issue Nov 1, 2024 · 1 comment

Comments

@muriatec
Copy link

muriatec commented Nov 1, 2024

Hello, thanks for adding the new feature of depth rendering! I'm trying to render depth from Gaussian splats and create point cloud from depth images, and I found the rendered depths are in pixel values (0~255), therefore I'd like to know how to convert from pixel values to real-world units (e.g. meters) given camera intrinsic?

@AsherJingkongChen
Copy link

AsherJingkongChen commented Nov 1, 2024

We don't have real-world scales in COLMAP, right?

Because the camera poses are estimated from pixels, we can not know the real-world scales of Gaussians easily. (2D images lose their z-axis)

I think you could try to parse LiDAR data instead.

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