Class wandb.Object3D
W&B class for 3D point clouds.Args
np.ndarray | str | pathlib.Path | TextIO | dict
Object3D can be initialized from a file or a numpy array.
str | None
Caption associated with the object for display.
str | FileFormat3D | None
No description provided.
Methods
method Object3D.from_file()
Arguments
TextIO | str
A path to a file or a
TextIO stream.method Object3D.from_numpy()
method Object3D.from_point_cloud()
Arguments
Sequence[Point]
The points in the point cloud.
Sequence[Box3D]
3D bounding boxes for labeling the point cloud. Boxes are displayed in point cloud visualizations.
Sequence[Vector3D] | None
Each vector is displayed in the point cloud visualization. Can be used to indicate directionality of bounding boxes. Defaults to None.