raillabel.format.seg3d module¶
- class raillabel.format.seg3d.Seg3d(point_ids: list[int], object_id: UUID, sensor_id: str, attributes: dict[str, float | bool | str | list])¶
Bases:
object
The 3D segmentation of a lidar pointcloud.
- attributes: dict[str, float | bool | str | list]¶
Additional information associated with the annotation.
- classmethod from_json(json: JSONVec, object_id: UUID) Seg3d ¶
Construct an instant of this class from RailLabel JSON data.