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

A bug in slam_helpers.py #135

Open
scpoppin1207 opened this issue Oct 6, 2024 · 0 comments
Open

A bug in slam_helpers.py #135

scpoppin1207 opened this issue Oct 6, 2024 · 0 comments

Comments

@scpoppin1207
Copy link

scpoppin1207 commented Oct 6, 2024

In function transformed_params2depthplussilhouette(params, w2c, transformed_gaussians) , the rendevar["colors_precomp"]uses get_depth_and_silhouette(pts_3D, w2c) which processes the first parameter as gaussians's 3D coordinates in the world coordinates.

However, in transformed_params2depthplussilhouette, it uses get_depth_and_silhouette(transformed_gaussians['means3D'], w2c) , indicating that the coordinates are transferred to world coordinates twice.

I don't whether it's a mistake.

Thanks for your reply! ☺️

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

1 participant