Skip to content

Commit 96b7fe2

Browse files
authored
update documentation for instant-ngp (#3406)
update documentation
1 parent a621492 commit 96b7fe2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nerfstudio/models/instant_ngp.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ class InstantNGPModelConfig(ModelConfig):
7272
use_appearance_embedding: bool = False
7373
"""Whether to use an appearance embedding."""
7474
background_color: Literal["random", "black", "white"] = "random"
75-
"""The color that is given to untrained areas."""
75+
"""
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+
"""
7679
disable_scene_contraction: bool = False
7780
"""Whether to disable scene contraction or not."""
7881

0 commit comments

Comments
 (0)