wandb.data_types.Object3D
Last updated
Was this helpful?
Last updated
Was this helpful?
Wandb class for 3D point clouds.
Arguments
data_or_path
(numpy array, string, io) Object3D can be initialized from a file or a numpy array. The file types supported are obj, gltf, babylon, stl. You can pass a path to a file or an io object and a file_type which must be one of 'obj', 'gltf', 'babylon', 'stl'
.
The shape of the numpy array must be one of either:
Class Variables
SUPPORTED_TYPES