메인 콘텐츠로 건너뛰기

View the source code

3D 포인트 클라우드를 위한 Wandb 클래스입니다.
numpy array의 모양은 다음 중 하나여야 합니다.

Methods

from_file

View source
파일 또는 스트림에서 Object3D를 초기화합니다.

from_numpy

View source
numpy array에서 Object3D를 초기화합니다. numpy array의 모양은 다음 중 하나여야 합니다.

from_point_cloud

View source
python 오브젝트에서 Object3D를 초기화합니다.