Skip to main content

Class wandb.Object3D

method Object3D.from_file()

Initializes Object3D from a file or stream.
Arguments
TextIO | str
A path to a file or a TextIO stream.

method Object3D.from_numpy()

Initializes Object3D from a numpy array.

method Object3D.from_point_cloud()

Initializes Object3D from a python object.
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.