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

Can 3DGS render depth maps? #983

Open
Lizhinwafu opened this issue Sep 10, 2024 · 6 comments
Open

Can 3DGS render depth maps? #983

Lizhinwafu opened this issue Sep 10, 2024 · 6 comments

Comments

@Lizhinwafu
Copy link

Can 3DGS render depth maps?

@jaco001
Copy link

jaco001 commented Sep 10, 2024

@MultiTrickFox
Copy link

Yes it can do depth calculations in this repo's own render function

@Lizhinwafu
Copy link
Author

Thanks.

@Lizhinwafu
Copy link
Author

I have another question, are the RGB and depth maps rendered at the same view aligned?
Will the 3D points generated by the RGB and depth maps rendered at any view find corresponding points in the 3DGS model?

@MultiTrickFox
Copy link

Yes the renderer takes in a view direction, outputs the produced image as well as depth from that view.
It can be any view, in case of trainer its a training view, but it can be anything.
look at here: https://github.com/graphdeco-inria/gaussian-splatting/blob/c643c864416c5258c76cd9f0eed55203834cbf83/train.py
line 94 and 106.

@Lizhinwafu
Copy link
Author

Thank you for your answer. Since the depth map and RGB map can be rendered, why can't I get a point cloud with uniform density?

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