-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi! If I want to train and render an additional high-dimensional feature vector for each Gaussian, should I revise the following part in gaussian_render? Besides this part, what else should I do?
render = ms.alpha_blending(
uv, conic, opacity, high_dim_feature,
gaussian_ids_sorted, tile_range, bg_color[0].item(), width, height, ndc
)
I tried to render an already-trained Gaussian model with high-dim features, but the rendered features were not as expected.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels