Skip to content

Commit

Permalink
Fix inconsistency in the comments (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangWenPL authored Nov 9, 2024
1 parent e6d5318 commit dd66cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/simple_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def main(local_rank: int, world_rank, world_size: int, args):
quats, # [N, 4]
scales, # [N, 3]
opacities, # [N]
colors, # [N, 3]
colors, # [N, S, 3]
viewmats, # [C, 4, 4]
Ks, # [C, 3, 3]
width,
Expand Down Expand Up @@ -181,7 +181,7 @@ def viewer_render_fn(camera_state: nerfview.CameraState, img_wh: Tuple[int, int]
quats, # [N, 4]
scales, # [N, 3]
opacities, # [N]
colors, # [N, 3]
colors, # [N, S, 3]
viewmat[None], # [1, 4, 4]
K[None], # [1, 3, 3]
width,
Expand Down

0 comments on commit dd66cbd

Please sign in to comment.