class Object3D
3D 포인트 클라우드를 위한 W&B 클래스입니다.
메서드 Object3D.__init__
data_or_path: Object3D는 파일 또는 numpy 배열로 초기화할 수 있습니다.caption: 객체를 표시할 때 함께 표시되는 캡션입니다.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Help us improve these docs. Take our quick survey.
Object3DObject3D.__init____init__(
data_or_path: 'np.ndarray | str | pathlib.Path | TextIO | dict',
caption: 'str | None' = None,
**kwargs: 'str | FileFormat3D | None'
) → None
data_or_path: Object3D는 파일 또는 numpy 배열로 초기화할 수 있습니다.caption: 객체를 표시할 때 함께 표시되는 캡션입니다.[[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