DELIVERY_SUMMARY.md
FEATURES_V2.md
IMPROVEMENTS.md
INSTALL_INTEGRATION.md
LICENSE
MANIFEST.in
PACKAGE_FEATURES.md
PUBLISHING.md
QUICK_REFERENCE.md
README.md
SECURITY.md
TRACKER_GUIDE.md
USAGE.md
pyproject.toml
requirements.txt
setup.py
eye/__init__.py
eye/config.py
eye/filters.py
eye/py.typed
eye/quick.py
eye/web.py
eye/annotators/__init__.py
eye/annotators/base.py
eye/annotators/core.py
eye/annotators/line.py
eye/annotators/modern.py
eye/annotators/trace.py
eye/annotators/utils.py
eye/assets/__init__.py
eye/assets/downloader.py
eye/assets/list.py
eye/classification/__init__.py
eye/classification/core.py
eye/core/__init__.py
eye/core/tracking.py
eye/core/trackers/__init__.py
eye/core/trackers/botsort_tracker.py
eye/core/trackers/bytetrack_tracker.py
eye/core/trackers/sort_tracker.py
eye/dataset/__init__.py
eye/dataset/core.py
eye/dataset/utils.py
eye/dataset/formats/__init__.py
eye/dataset/formats/coco.py
eye/dataset/formats/pascal_voc.py
eye/dataset/formats/yolo.py
eye/detection/__init__.py
eye/detection/auto_convert.py
eye/detection/core.py
eye/detection/line_zone.py
eye/detection/lmm.py
eye/detection/overlap_filter.py
eye/detection/utils.py
eye/detection/tools/__init__.py
eye/detection/tools/csv_sink.py
eye/detection/tools/inference_slicer.py
eye/detection/tools/json_sink.py
eye/detection/tools/polygon_zone.py
eye/detection/tools/smoother.py
eye/detection/tools/smoothing.py
eye/detection/tools/smoothing_config.py
eye/detection/tools/transformers.py
eye/draw/__init__.py
eye/draw/color.py
eye/draw/utils.py
eye/geometry/__init__.py
eye/geometry/core.py
eye/geometry/utils.py
eye/keypoint/__init__.py
eye/keypoint/annotators.py
eye/keypoint/core.py
eye/keypoint/skeletons.py
eye/metrics/__init__.py
eye/metrics/core.py
eye/metrics/detection.py
eye/metrics/f1_score.py
eye/metrics/mean_average_precision.py
eye/metrics/mean_average_recall.py
eye/metrics/precision.py
eye/metrics/recall.py
eye/metrics/utils/__init__.py
eye/metrics/utils/object_size.py
eye/metrics/utils/utils.py
eye/tracker/__init__.py
eye/tracker/byte_tracker/__init__.py
eye/tracker/byte_tracker/core.py
eye/tracker/byte_tracker/kalman_filter.py
eye/tracker/byte_tracker/matching.py
eye/tracker/byte_tracker/single_object_track.py
eye/tracker/byte_tracker/utils.py
eye/utils/__init__.py
eye/utils/conversion.py
eye/utils/file.py
eye/utils/image.py
eye/utils/internal.py
eye/utils/iterables.py
eye/utils/notebook.py
eye/utils/video.py
eye/validators/__init__.py
eye_cv.egg-info/PKG-INFO
eye_cv.egg-info/SOURCES.txt
eye_cv.egg-info/dependency_links.txt
eye_cv.egg-info/requires.txt
eye_cv.egg-info/top_level.txt
tests/test_v2.py