LidarPointCloudDefaultsΒΆ
- class standard_e2e.dataset_utils.modality_defaults.LidarPointCloudDefaults[source]ΒΆ
Bases:
ModalityDefaultsSubstitute a missing
LIDAR_PCmodality with an emptyLidarPointCloud(xyz components, zero points). Lets datasets without lidar coexist with lidar-bearing ones in a singleUnifiedE2EDataset.- property allowed_modalities: list[Modality]ΒΆ
Return a list of allowed modalities for this defaults handler.
- normalize(raw_value, modality)ΒΆ
Normalize a raw modality payload using the subclass implementation.
- Parameters:
- Returns:
The normalized payload produced by
_normalize.- Return type:
- Raises:
ValueError β If
modalityis not aModalityenum member or is not allowed for this defaults handler.