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 a621492 commit 96b7fe2Copy full SHA for 96b7fe2
nerfstudio/models/instant_ngp.py
@@ -72,7 +72,10 @@ class InstantNGPModelConfig(ModelConfig):
72
use_appearance_embedding: bool = False
73
"""Whether to use an appearance embedding."""
74
background_color: Literal["random", "black", "white"] = "random"
75
- """The color that is given to untrained areas."""
+ """
76
+ The color that is given to masked areas.
77
+ These areas are used to force the density in those regions to be zero.
78
79
disable_scene_contraction: bool = False
80
"""Whether to disable scene contraction or not."""
81
0 commit comments