kaolin.io.gaussians¶
API¶
- kaolin.io.gaussians.import_gaussiancloud(filename: str)¶
Automatically selects appropriate reader and reads 3D Gaussian Splat Cloud from file. Supported formats: USD and ply input. For more fine-grained control refer to
import_gaussiancloud(),import_gaussiancloud().- Parameters
filename (str) – path to the filename
- Returns
A single gaussian cloud instance, or
Noneif no gaussian clouds are found (USD only).- Return type