LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
pybboxes/__init__.py
pybboxes/_typing.py
pybboxes/functional.py
pybboxes/utils.py
pybboxes.egg-info/PKG-INFO
pybboxes.egg-info/SOURCES.txt
pybboxes.egg-info/dependency_links.txt
pybboxes.egg-info/requires.txt
pybboxes.egg-info/top_level.txt
pybboxes/annotations/__init__.py
pybboxes/annotations/base.py
pybboxes/boxes/__init__.py
pybboxes/boxes/albumentations_bounding_box.py
pybboxes/boxes/base.py
pybboxes/boxes/bbox.py
pybboxes/boxes/coco_bounding_box.py
pybboxes/boxes/fiftyone_bounding_box.py
pybboxes/boxes/voc_bounding_box.py
pybboxes/boxes/yolo_bounding_box.py
pybboxes/types/__init__.py
pybboxes/types/box_2d.py
pybboxes/utils/__init__.py
pybboxes/utils/io.py
tests/pybboxes/__init__.py
tests/pybboxes/conftest.py
tests/pybboxes/test_functional.py
tests/pybboxes/boxes/__init__.py
tests/pybboxes/boxes/test_albumentations_bounding_box.py
tests/pybboxes/boxes/test_coco_bounding_box.py
tests/pybboxes/boxes/test_fiftyone_bounding_box.py
tests/pybboxes/boxes/test_voc_bounding_box.py
tests/pybboxes/boxes/test_yolo_bounding_box.py