Skip to content

Commit 53916f9

Browse files
typo
1 parent 646aefb commit 53916f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gsplat/rendering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def _compute_view_dirs_packed(
6767
campos_flat = campos.view(B, C, 3)
6868

6969
if B * C == 1:
70-
# Single batch-camera pair, no indexed lookup for camposneeded
70+
# Single batch-camera pair. No indexed lookup for campos is needed.
7171
dirs = means_flat[0, gaussian_ids] - campos_flat[0, 0] # [nnz, 3]
7272
else:
7373
avg_means_per_camera = nnz / (B * C)

0 commit comments

Comments
 (0)