Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Object3D( data_or_path: Union['np.ndarray', str, 'TextIO', dict], **kwargs ) -> None
data_or_path
SUPPORTED_TYPES
file_type
[[x y z], ...] nx3 [[x y z c], ...] nx4 ここで c は[1, 14] の範囲内のカテゴリです [[x y z r g b], ...] nx6 ここで rgb は色です
from_file
@classmethod from_file( data_or_path: Union['TextIO', str], file_type: Optional['FileFormat3D'] = None ) -> "Object3D"
TextIO
from_numpy
@classmethod from_numpy( data: "np.ndarray" ) -> "Object3D"
[[x y z], ...] # nx3. [[x y z c], ...] # nx4 ここで c は [1, 14] の範囲内のカテゴリです。 [[x y z r g b], ...] # nx6 ここで rgb は色です。
from_point_cloud
@classmethod from_point_cloud( points: Sequence['Point'], boxes: Sequence['Box3D'], vectors: Optional[Sequence['Vector3D']] = None, point_cloud_type: "PointCloudType" = "lidar/beta" ) -> "Object3D"
SUPPORTED_POINT_CLOUD_TYPES
このページは役に立ちましたか?