We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646aefb commit 53916f9Copy full SHA for 53916f9
gsplat/rendering.py
@@ -67,7 +67,7 @@ def _compute_view_dirs_packed(
67
campos_flat = campos.view(B, C, 3)
68
69
if B * C == 1:
70
- # Single batch-camera pair, no indexed lookup for camposneeded
+ # Single batch-camera pair. No indexed lookup for campos is needed.
71
dirs = means_flat[0, gaussian_ids] - campos_flat[0, 0] # [nnz, 3]
72
else:
73
avg_means_per_camera = nnz / (B * C)
0 commit comments