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

Is there a function to get relationship between pixel and the gaussians it is impacted by? #12

Open
ChaosAdmStudent opened this issue Aug 27, 2024 · 1 comment

Comments

@ChaosAdmStudent
Copy link

ChaosAdmStudent commented Aug 27, 2024

Is there a function that can help me access the relationship between a pixel and gaussian splats such that I can get the set of gaussian ids that impact a particular pixel id?

The original gsplat codebase had a gs_ids, pixel_ids, camera_ids = rasterize_to_indices_in_range() in the torch implementation which could give this kind of information I think.

Also, do all the gaussians that overlap a given pixel contribute equally to that pixel since GaussianImage doesnt do alpha-blending but instead render ALL the gaussians?

@Xinjie-Q
Copy link
Owner

Xinjie-Q commented Sep 6, 2024

I'm sorry that the current code does not support this feature. I will implement gaussianimage in the latest gsplat version to support this feature.

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