.editorconfig
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
MANIFEST.in.license
README.md
git-conventional-commits.json
git-conventional-commits.json.license
pyproject.toml
LICENSES/.license_header.txt
LICENSES/Apache-2.0.txt
LICENSES/CC0-1.0.txt
raillabel/__init__.py
raillabel.egg-info/PKG-INFO
raillabel.egg-info/SOURCES.txt
raillabel.egg-info/dependency_links.txt
raillabel.egg-info/not-zip-safe
raillabel.egg-info/requires.txt
raillabel.egg-info/top_level.txt
raillabel/filter/__init__.py
raillabel/filter/_filter_abc.py
raillabel/filter/end_time_filter.py
raillabel/filter/exclude_annotation_id_filter.py
raillabel/filter/exclude_annotation_type_filter.py
raillabel/filter/exclude_attributes_filter.py
raillabel/filter/exclude_frame_id_filter.py
raillabel/filter/exclude_object_id_filter.py
raillabel/filter/exclude_object_type_filter.py
raillabel/filter/exclude_sensor_id_filter.py
raillabel/filter/exclude_sensor_type_filter.py
raillabel/filter/include_annotation_id_filter.py
raillabel/filter/include_annotation_type_filter.py
raillabel/filter/include_attributes_filter.py
raillabel/filter/include_frame_id_filter.py
raillabel/filter/include_object_id_filter.py
raillabel/filter/include_object_type_filter.py
raillabel/filter/include_sensor_id_filter.py
raillabel/filter/include_sensor_type_filter.py
raillabel/filter/start_time_filter.py
raillabel/format/__init__.py
raillabel/format/_attributes.py
raillabel/format/_sensor_without_intrinsics.py
raillabel/format/_util.py
raillabel/format/bbox.py
raillabel/format/camera.py
raillabel/format/cuboid.py
raillabel/format/frame.py
raillabel/format/frame_interval.py
raillabel/format/gps_imu.py
raillabel/format/intrinsics_pinhole.py
raillabel/format/intrinsics_radar.py
raillabel/format/lidar.py
raillabel/format/metadata.py
raillabel/format/num.py
raillabel/format/object.py
raillabel/format/other_sensor.py
raillabel/format/point2d.py
raillabel/format/point3d.py
raillabel/format/poly2d.py
raillabel/format/poly3d.py
raillabel/format/quaternion.py
raillabel/format/radar.py
raillabel/format/scene.py
raillabel/format/seg3d.py
raillabel/format/sensor_reference.py
raillabel/format/size2d.py
raillabel/format/size3d.py
raillabel/format/transform.py
raillabel/json_format/__init__.py
raillabel/json_format/_json_format_base.py
raillabel/json_format/attributes.py
raillabel/json_format/bbox.py
raillabel/json_format/boolean_attribute.py
raillabel/json_format/coordinate_system.py
raillabel/json_format/cuboid.py
raillabel/json_format/element_data_pointer.py
raillabel/json_format/frame.py
raillabel/json_format/frame_interval.py
raillabel/json_format/metadata.py
raillabel/json_format/num.py
raillabel/json_format/num_attribute.py
raillabel/json_format/object.py
raillabel/json_format/object_data.py
raillabel/json_format/poly2d.py
raillabel/json_format/poly3d.py
raillabel/json_format/scene.py
raillabel/json_format/stream_camera.py
raillabel/json_format/stream_other.py
raillabel/json_format/stream_radar.py
raillabel/json_format/stream_sync.py
raillabel/json_format/text_attribute.py
raillabel/json_format/transform_data.py
raillabel/json_format/vec.py
raillabel/json_format/vec_attribute.py
raillabel/load/load.py
raillabel/save/save.py
raillabel/scene_builder/__init__.py
raillabel/scene_builder/scene_builder.py