Skip to content

Commit be37bcd

Browse files
authored
Remove an outdated comment in RayGenerator class (#2606)
clean up comment
1 parent b8736f7 commit be37bcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nerfstudio/model_components/ray_generators.py

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class RayGenerator(nn.Module):
2828
2929
Args:
3030
cameras: Camera objects containing camera info.
31-
pose_optimizer: pose optimization module, for optimizing noisy camera intrinsics/extrinsics.
3231
"""
3332

3433
image_coords: Tensor

0 commit comments

Comments
 (0)