wandb.data_types.Object3D
Last updated
Last updated
Wandb class for 3D point clouds.
Arguments | |
| (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 |
The shape of the numpy array must be one of either:
Class Variables | |
SUPPORTED_TYPES |