Other Items for Tables
Following classes are sub items composed of each schema tables.
SampleData
FileFormat
An enum to represent file formats.
Attributes:
-
JPG
–JPG format for image data.
-
PNG
–PNG format for image data.
-
PCD
–PCD format for pointcloud data.
-
BIN
–BIN format.
-
PCDBIN
–PCD.BIN format for pointcloud data.
is_member
staticmethod
values
staticmethod
SensorModality
VisibilityLevel
An enum to represent visibility levels.
Attributes:
-
FULL
–No occlusion for the object.
-
MOST
–Object is occluded, but by less than 50%.
-
PARTIAL
–Object is occluded, but by more than 50%.
-
NONE
–Object is 90-100% occluded and no points/pixels are visible in the label.
-
UNAVAILABLE
–Visibility level is not specified.
RLEMask
Indicators
A dataclass to represent state of each indicator.
Attributes:
-
left
(IndicatorState
) –State of the left indicator.
-
right
(IndicatorState
) –State of the right indicator.
-
hazard
(IndicatorState
) –State of the hazard lights.
AdditionalInfo
A dataclass to represent additional state information of the ego vehicle.
Attributes:
-
speed
(float | None
) –Speed of the ego vehicle.
Sensor
ObjectAnn
/SurfaceAnn
Visibility
VisibilityLevel
An enum to represent visibility levels.
Attributes:
-
FULL
–No occlusion for the object.
-
MOST
–Object is occluded, but by less than 50%.
-
PARTIAL
–Object is occluded, but by more than 50%.
-
NONE
–Object is 90-100% occluded and no points/pixels are visible in the label.
-
UNAVAILABLE
–Visibility level is not specified.
VehicleState
Indicators
A dataclass to represent state of each indicator.
Attributes:
-
left
(IndicatorState
) –State of the left indicator.
-
right
(IndicatorState
) –State of the right indicator.
-
hazard
(IndicatorState
) –State of the hazard lights.
AdditionalInfo
A dataclass to represent additional state information of the ego vehicle.
Attributes:
-
speed
(float | None
) –Speed of the ego vehicle.