8000 point cloud comparison map visualization · Issue #2 · USMizuki/NexusGS · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

point cloud comparison map visualization #2

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

Open
chenkangjie1123 opened this issue Apr 8, 2025 · 4 comments
Open

point cloud comparison map visualization #2

chenkangjie1123 opened this issue Apr 8, 2025 · 4 comments

Comments

@chenkangjie1123
Copy link

Hello, your work is so great! I would like to know how you achieved the point cloud comparison map visualization in your paper. I look forward to receiving your reply!

like this~

Image

@chenkangjie1123
Copy link
Author

Then, I would like to know why depth is multiplied by alpha when visualizing depth in render.py code~~~ What is the purpose of this operation? I feel that there is not much difference between adding and not adding visualization.

@USMizuki
Copy link
Owner
USMizuki commented Apr 8, 2025

Thank you!

When rendering point clouds, you can multiply the scale by a really small number. Based on experiments, once it gets small enough, making it even smaller doesn’t really change how it looks.

rendered_image, radii, depth, alpha = rasterizer(
        means3D = means3D,
        means2D = means2D,
        shs = shs,
        colors_precomp = colors_precomp,
        opacities = opacity,
        scales = scales * 0.00000001,
        rotations = rotations,
        cov3D_precomp = cov3D_precomp)

The depth map visualization code is from an early version of DNGaussian, and it should have been fixed in the latest version. I’ll make the changes later.

Thanks for pointing that out!

@USMizuki
Copy link
Owner
USMizuki commented Apr 8, 2025

替我跟双姐问好😊

@chenkangjie1123
Copy link
Author

OKK hhh

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
0