Skip to content

Commit

Permalink
Update incorrect comment (nerfstudio-project#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPerlman authored Jan 16, 2023
1 parent 373b971 commit 1aeb44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nerfstudio/models/instant_ngp.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class InstantNGPModelConfig(ModelConfig):
grid_resolution: int = 128
"""Resolution of the grid used for the field."""
contraction_type: ContractionType = ContractionType.UN_BOUNDED_SPHERE
"""Resolution of the grid used for the field."""
"""Contraction type used for spatial deformation of the field."""
cone_angle: float = 0.004
"""Should be set to 0.0 for blender scenes but 1./256 for real scenes."""
render_step_size: float = 0.01
Expand Down

0 comments on commit 1aeb44f

Please sign in to comment.