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
Hi @hbb1, thanks for making this work open-sourced! I wonder whether we can directly use the kernel to render extra channels to implement more applications like feature/semantic rendering. Could we just add the extra channels to the colors_precomp at rasterize_gaussians? And, how can we decode them from the render outputs? Thanks!
The text was updated successfully, but these errors were encountered:
The simplest way is to use colors_precomp for rendering something like feature/semantic fields. However, it only accepts 3 channels. If you want to use N-d features, gsplat can be helpful.
Hi @hbb1, thanks for making this work open-sourced! I wonder whether we can directly use the kernel to render extra channels to implement more applications like feature/semantic rendering. Could we just add the extra channels to the
colors_precomp
at rasterize_gaussians? And, how can we decode them from the render outputs? Thanks!The text was updated successfully, but these errors were encountered: