.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/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/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/translation.json
raillabel/format_loaders/translation.json.license
raillabel/schemas/raillabel_v2_schema.json
raillabel/schemas/raillabel_v2_schema.json.license
tests/conftest.py
tests/master_test.py
tests/test_raillabel/test_filter.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/format/test_annotation.py
tests/test_raillabel/format_loaders/test_loader_raillabel_v2.py
tests/test_raillabel/schemas/test_raillabel_v2_schema.py