Passer au contenu principal

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

class Object3D

Classe W&B pour les nuages de points 3D.

méthode Object3D.__init__

__init__(
    data_or_path: 'np.ndarray | str | pathlib.Path | TextIO | dict',
    caption: 'str | None' = None,
    **kwargs: 'str | FileFormat3D | None'
) → None
Crée un objet W&B Object3D. Arguments :
  • data_or_path : Object3D peut être initialisé à partir d’un fichier ou d’un tableau NumPy.
  • caption : Légende associée à l’objet pour l’affichage.
Exemples : La forme du tableau NumPy doit être l’une des suivantes
[[x y z],       ...] nx3
[[x y z c],     ...] nx4 where c is a category with supported range [1, 14]
[[x y z r g b], ...] nx6 where is rgb is color