.editorconfig
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
git-conventional-commits.json
git-conventional-commits.json.license
pyproject.toml
.github/workflows/build-test-publish.yml
.github/workflows/docs.yml
.github/workflows/lint.yml
LICENSES/.license_header.txt
LICENSES/Apache-2.0.txt
LICENSES/CC0-1.0.txt
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/intro.rst
docs/source/_static/github-logo.svg
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
tests/conftest.py
tests/master_test.py
tests/__test_assets__/openlabel_v1_schema.json
tests/__test_assets__/openlabel_v1_schema.json.license
tests/__test_assets__/openlabel_v1_short.json5
tests/__test_assets__/openlabel_v1_short.json5.license
tests/filter/test_filter.py
tests/format/__init__.py
tests/format/test_attributes.py
tests/format/test_bbox.py
tests/format/test_camera.py
tests/format/test_cuboid.py
tests/format/test_frame.py
tests/format/test_frame_interval.py
tests/format/test_gps_imu.py
tests/format/test_intrinsics_pinhole.py
tests/format/test_intrinsics_radar.py
tests/format/test_lidar.py
tests/format/test_metadata.py
tests/format/test_num.py
tests/format/test_object.py
tests/format/test_other_sensor.py
tests/format/test_point2d.py
tests/format/test_point3d.py
tests/format/test_poly2d.py
tests/format/test_poly3d.py
tests/format/test_quaternion.py
tests/format/test_radar.py
tests/format/test_scene.py
tests/format/test_seg3d.py
tests/format/test_sensor_reference.py
tests/format/test_size2d.py
tests/format/test_size3d.py
tests/format/test_transform.py
tests/json_format/test_scene.py
tests/load/test_load.py
tests/save/test_save.py
tests/scene_builder/test_scene_builder.py