LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
sahi/__init__.py
sahi/annotation.py
sahi/auto_model.py
sahi/cli.py
sahi/predict.py
sahi/prediction.py
sahi/slicing.py
sahi.egg-info/PKG-INFO
sahi.egg-info/SOURCES.txt
sahi.egg-info/dependency_links.txt
sahi.egg-info/entry_points.txt
sahi.egg-info/requires.txt
sahi.egg-info/top_level.txt
sahi/models/__init__.py
sahi/models/base.py
sahi/models/detectron2.py
sahi/models/huggingface.py
sahi/models/mmdet.py
sahi/models/torchvision.py
sahi/models/yolov5.py
sahi/postprocess/__init__.py
sahi/postprocess/combine.py
sahi/postprocess/utils.py
sahi/postprocess/legacy/__init__.py
sahi/postprocess/legacy/combine.py
sahi/scripts/__init__.py
sahi/scripts/coco2fiftyone.py
sahi/scripts/coco2yolov5.py
sahi/scripts/coco_error_analysis.py
sahi/scripts/coco_evaluation.py
sahi/scripts/predict.py
sahi/scripts/predict_fiftyone.py
sahi/scripts/slice_coco.py
sahi/utils/__init__.py
sahi/utils/coco.py
sahi/utils/compatibility.py
sahi/utils/cv.py
sahi/utils/detectron2.py
sahi/utils/fiftyone.py
sahi/utils/file.py
sahi/utils/huggingface.py
sahi/utils/import_utils.py
sahi/utils/mmdet.py
sahi/utils/shapely.py
sahi/utils/torch.py
sahi/utils/torchvision.py
sahi/utils/versions.py
sahi/utils/yolov5.py