Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions gsplat/rendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,9 @@ def reshape_view(C: int, world_view: torch.Tensor, N_world: list) -> torch.Tenso
output_splits=collected_splits,
)

# image_ids must be updated after sparse_all_to_all, which is used in isect_tiles()
image_ids = camera_ids

# Silently change C from global #Cameras to local #Cameras.
C = C_world[world_rank]

Expand Down