.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/howto.rst
docs/source/index.rst
docs/source/intro.rst
docs/source/_static/github-logo.svg
docs/source/howtos/1 Validating Annotation Files.rst
docs/source/howtos/2 Loading Annotation Files.rst
docs/source/howtos/3 Saving Annotation Files.rst
docs/source/howtos/4 Filtering Scenes.rst
raillabel/__init__.py
raillabel/exceptions.py
raillabel/filter.py
raillabel/load.py
raillabel/save.py
raillabel/validate.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_classes/__init__.py
raillabel/_filter_classes/_filter_abc.py
raillabel/_filter_classes/_filter_annotation_ids.py
raillabel/_filter_classes/_filter_annotation_types.py
raillabel/_filter_classes/_filter_attributes.py
raillabel/_filter_classes/_filter_end.py
raillabel/_filter_classes/_filter_frames.py
raillabel/_filter_classes/_filter_object_ids.py
raillabel/_filter_classes/_filter_object_types.py
raillabel/_filter_classes/_filter_sensors.py
raillabel/_filter_classes/_filter_start.py
raillabel/_understand_ai_t4_format/__init__.py
raillabel/_understand_ai_t4_format/_annotation.py
raillabel/_understand_ai_t4_format/_translation.py
raillabel/_understand_ai_t4_format/bounding_box_2d.py
raillabel/_understand_ai_t4_format/bounding_box_3d.py
raillabel/_understand_ai_t4_format/coordinate_system.py
raillabel/_understand_ai_t4_format/frame.py
raillabel/_understand_ai_t4_format/metadata.py
raillabel/_understand_ai_t4_format/point_3d.py
raillabel/_understand_ai_t4_format/polygon_2d.py
raillabel/_understand_ai_t4_format/polyline_2d.py
raillabel/_understand_ai_t4_format/quaternion.py
raillabel/_understand_ai_t4_format/scene.py
raillabel/_understand_ai_t4_format/segmentation_3d.py
raillabel/_understand_ai_t4_format/sensor_reference.py
raillabel/_understand_ai_t4_format/size_3d.py
raillabel/_util/__init__.py
raillabel/_util/_warning.py
raillabel/format/__init__.py
raillabel/format/_annotation.py
raillabel/format/bbox.py
raillabel/format/cuboid.py
raillabel/format/frame.py
raillabel/format/frame_interval.py
raillabel/format/intrinsics_pinhole.py
raillabel/format/intrinsics_radar.py
raillabel/format/metadata.py
raillabel/format/num.py
raillabel/format/object.py
raillabel/format/object_data.py
raillabel/format/point2d.py
raillabel/format/point3d.py
raillabel/format/poly2d.py
raillabel/format/poly3d.py
raillabel/format/quaternion.py
raillabel/format/scene.py
raillabel/format/seg3d.py
raillabel/format/sensor.py
raillabel/format/sensor_reference.py
raillabel/format/size2d.py
raillabel/format/size3d.py
raillabel/format/transform.py
raillabel/format_loaders/__init__.py
raillabel/format_loaders/_loader_abc.py
raillabel/format_loaders/loader_raillabel_v2.py
raillabel/format_loaders/loader_understand_ai_t4.py
raillabel/format_loaders/translation.json
raillabel/format_loaders/translation.json.license
raillabel/schemas/raillabel_v2_schema.json
raillabel/schemas/raillabel_v2_schema.json.license
raillabel/schemas/understand_ai_t4_schema.json
raillabel/schemas/understand_ai_t4_schema.json.license
tests/conftest.py
tests/master_test.py
tests/test_raillabel/test_filter.py
tests/test_raillabel/test_load.py
tests/test_raillabel/test_save.py
tests/test_raillabel/test_validate.py
tests/test_raillabel/__test_assets__/metaschema.json
tests/test_raillabel/__test_assets__/metaschema.json.license
tests/test_raillabel/__test_assets__/openlabel_v1_schema.json
tests/test_raillabel/__test_assets__/openlabel_v1_schema.json.license
tests/test_raillabel/__test_assets__/openlabel_v1_short.json5
tests/test_raillabel/__test_assets__/openlabel_v1_short.json5.license
tests/test_raillabel/__test_assets__/openlabel_v1_vcd_incompatible.json
tests/test_raillabel/__test_assets__/openlabel_v1_vcd_incompatible.json.license
tests/test_raillabel/__test_assets__/understand_ai_real_life.json
tests/test_raillabel/__test_assets__/understand_ai_real_life.json.license
tests/test_raillabel/__test_assets__/understand_ai_t4_short.json
tests/test_raillabel/__test_assets__/understand_ai_t4_short.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/bounding_box_2d.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/bounding_box_2d.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/bounding_box_2d_raillabel.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/bounding_box_2d_raillabel.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/bounding_box_3d.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/bounding_box_3d.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/bounding_box_3d_raillabel.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/bounding_box_3d_raillabel.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/coordinate_system_camera.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/coordinate_system_camera.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/coordinate_system_camera_cs_raillabel.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/coordinate_system_camera_cs_raillabel.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/coordinate_system_camera_stream_raillabel.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/coordinate_system_camera_stream_raillabel.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/coordinate_system_lidar.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/coordinate_system_lidar.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/coordinate_system_lidar_stream_raillabel.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/coordinate_system_lidar_stream_raillabel.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/coordinate_system_radar.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/coordinate_system_radar.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/coordinate_system_radar_stream_raillabel.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/coordinate_system_radar_stream_raillabel.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/frame.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/frame.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/frame_raillabel.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/frame_raillabel.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/metadata.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/metadata.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/metadata_raillabel.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/metadata_raillabel.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/polygon_2d.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/polygon_2d.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/polygon_2d_raillabel.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/polygon_2d_raillabel.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/polyline_2d.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/polyline_2d.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/polyline_2d_raillabel.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/polyline_2d_raillabel.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/segmentation_3d.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/segmentation_3d.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/segmentation_3d_raillabel.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/segmentation_3d_raillabel.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/sensor_reference_camera.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/sensor_reference_camera.json.license
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/sensor_reference_lidar.json
tests/test_raillabel/__test_assets__/_understand_ai_t4_format/sensor_reference_lidar.json.license
tests/test_raillabel/_understand_ai_t4_format/test_bounding_box_2d.py
tests/test_raillabel/_understand_ai_t4_format/test_bounding_box_3d.py
tests/test_raillabel/_understand_ai_t4_format/test_coordinate_system.py
tests/test_raillabel/_understand_ai_t4_format/test_frame.py
tests/test_raillabel/_understand_ai_t4_format/test_metadata.py
tests/test_raillabel/_understand_ai_t4_format/test_point_3d.py
tests/test_raillabel/_understand_ai_t4_format/test_polygon_2d.py
tests/test_raillabel/_understand_ai_t4_format/test_polyline_2d.py
tests/test_raillabel/_understand_ai_t4_format/test_quaternion.py
tests/test_raillabel/_understand_ai_t4_format/test_scene.py
tests/test_raillabel/_understand_ai_t4_format/test_segmentation_3d.py
tests/test_raillabel/_understand_ai_t4_format/test_sensor_reference.py
tests/test_raillabel/_understand_ai_t4_format/test_size_3d.py
tests/test_raillabel/format/test_annotation.py
tests/test_raillabel/format_loaders/test_loader_raillabel_v2.py
tests/test_raillabel/format_loaders/test_loader_understand_ai_t4.py
tests/test_raillabel/schemas/test_raillabel_v2_schema.py
tests/test_raillabel/schemas/test_understand_ai_t4_schema.py