Skip to content

Commit

Permalink
fix merge break
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNeRF committed Sep 28, 2024
1 parent 28fb583 commit de35ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gsplat/rendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ def view_to_visible_anchors(
sh_degree: Optional[int] = None,
packed: bool = True,
rasterize_mode: Literal["classic", "antialiased"] = "classic",
ortho: bool = False,
camera_model: Literal["pinhole", "ortho", "fisheye"] = "pinhole",
covars: Optional[Tensor] = None,
) -> Tuple[Tensor, Tensor, Dict]:
"""Rasterize a set of 3D Gaussians (N) to a batch of image planes (C).
Expand Down Expand Up @@ -773,7 +773,7 @@ def view_to_visible_anchors(
radius_clip=radius_clip,
sparse_grad=False,
calc_compensations=(rasterize_mode == "antialiased"),
ortho=ortho,
camera_model=camera_model,
)

if packed:
Expand Down

0 comments on commit de35ba3

Please sign in to comment.