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 2323de5 commit 91b9cf9Copy full SHA for 91b9cf9
gsplat/utils.py
@@ -11,7 +11,7 @@
11
def save_ply(splats: torch.nn.ParameterDict, dir: str, colors: torch.Tensor = None):
12
warnings.warn(
13
"save_ply() is deprecated and may be removed in a future release. "
14
- "Please use the new export_gaussian_splats() function instead.",
+ "Please use the new export_splats() function instead.",
15
DeprecationWarning,
16
stacklevel=2,
17
)
0 commit comments