Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianbo Ye committed Aug 28, 2024
1 parent 7c7c104 commit a73d5ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nerfstudio/scripts/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,8 @@ class ExportGaussianSplat(Exporter):
obb_scale: Optional[Tuple[float, float, float]] = None
"""Scale of the oriented bounding box along each axis."""
ply_color_mode: Literal["sh_coeffs", "rgb"] = "sh_coeffs"
"""If True, outputs for rendering in renderers that support SH0 rendering."""
"""If "rgb", export colors as red/green/blue fields. Otherwise, export colors as
spherical harmonics coefficients."""

@staticmethod
def write_ply(
Expand Down

0 comments on commit a73d5ff

Please sign in to comment.