You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: