From e575f128d7ea05def3a5ed41e3165878b28ed0a1 Mon Sep 17 00:00:00 2001 From: JamesPerlman Date: Mon, 16 Jan 2023 12:42:22 -0800 Subject: [PATCH] Update incorrect comment (#1226) --- nerfstudio/models/instant_ngp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nerfstudio/models/instant_ngp.py b/nerfstudio/models/instant_ngp.py index 0e9a6392d2..736cd08704 100644 --- a/nerfstudio/models/instant_ngp.py +++ b/nerfstudio/models/instant_ngp.py @@ -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