LICENSE.md
README.md
setup.py
supervision/__init__.py
supervision.egg-info/PKG-INFO
supervision.egg-info/SOURCES.txt
supervision.egg-info/dependency_links.txt
supervision.egg-info/requires.txt
supervision.egg-info/top_level.txt
supervision/classification/__init__.py
supervision/classification/core.py
supervision/dataset/__init__.py
supervision/dataset/core.py
supervision/dataset/ultils.py
supervision/dataset/formats/__init__.py
supervision/dataset/formats/pascal_voc.py
supervision/dataset/formats/yolo.py
supervision/detection/__init__.py
supervision/detection/annotate.py
supervision/detection/core.py
supervision/detection/line_counter.py
supervision/detection/utils.py
supervision/detection/tools/__init__.py
supervision/detection/tools/polygon_zone.py
supervision/draw/__init__.py
supervision/draw/color.py
supervision/draw/utils.py
supervision/geometry/__init__.py
supervision/geometry/core.py
supervision/geometry/utils.py
supervision/utils/__init__.py
supervision/utils/file.py
supervision/utils/image.py
supervision/utils/internal.py
supervision/utils/notebook.py
supervision/utils/video.py
test/__init__.py
test/classification/__init__.py
test/classification/test_core.py
test/dataset/__init__.py
test/dataset/test_utils.py
test/dataset/formats/__init__.py
test/dataset/formats/test_yolo.py
test/detection/__init__.py
test/detection/test_core.py
test/detection/test_utils.py
test/draw/__init__.py
test/draw/test_color.py
test/geometry/__init__.py
test/geometry/test_dataclasses.py