메인 콘텐츠로 건너뛰기
GitHub 소스 코드

class Object3D

3D 포인트 클라우드용 W&B 클래스입니다.

method Object3D.__init__

__init__(
    data_or_path: Union[ForwardRef('np.ndarray'), str, pathlib.Path, ForwardRef('TextIO'), dict],
    caption: Optional[str] = None,
    **kwargs: Optional[str, ForwardRef('FileFormat3D')]
) → None
W&B Object3D 객체를 생성합니다. Args:
  • data_or_path: 파일 또는 NumPy 배열에서 Object3D를 초기화할 수 있습니다.
  • caption: 화면에 표시할 객체와 연관된 캡션입니다.
Examples: NumPy 배열의 shape은 다음 둘 중 하나여야 합니다.
[[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