Skip to content

Commit

Permalink
bugfix in rasterization2d_inria (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
Golbstein authored Nov 23, 2024
1 parent dd66cbd commit 0f42139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple_trainer_2dgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def rasterize_splats(
**kwargs,
)
elif self.model_type == "2dgs-inria":
render_colors, render_alphas, info = rasterization_2dgs_inria_wrapper(
renders, info = rasterization_2dgs_inria_wrapper(
means=means,
quats=quats,
scales=scales,
Expand Down

0 comments on commit 0f42139

Please sign in to comment.