Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
akristoffersen committed Jan 27, 2025
1 parent abff91c commit 2d95d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nerfstudio/models/splatfacto.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +569,8 @@ def get_outputs(self, cameras: Cameras) -> Dict[str, Union[torch.Tensor, List]]:
scales=torch.exp(scales_crop),
opacities=torch.sigmoid(opacities_crop).squeeze(-1),
colors=colors_crop,
viewmats=viewmats, # [1, 4, 4]
Ks=Ks, # [1, 3, 3]
viewmats=viewmats, # [B, 4, 4]
Ks=Ks, # [B, 3, 3]
width=W,
height=H,
packed=False,
Expand Down

0 comments on commit 2d95d1e

Please sign in to comment.