LICENSE
README.md
pyproject.toml
src/yolo_frigate/__init__.py
src/yolo_frigate/__main__.py
src/yolo_frigate/app.py
src/yolo_frigate/confidence_evaluator.py
src/yolo_frigate/config.py
src/yolo_frigate/detector_backend.py
src/yolo_frigate/detector_factory.py
src/yolo_frigate/label.py
src/yolo_frigate/main.py
src/yolo_frigate/model_artifact.py
src/yolo_frigate/prediction.py
src/yolo_frigate/prediction_saver.py
src/yolo_frigate/runtime_profile.py
src/yolo_frigate/ultralytics_detector.py
src/yolo_frigate/ultralytics_support.py
src/yolo_frigate.egg-info/PKG-INFO
src/yolo_frigate.egg-info/SOURCES.txt
src/yolo_frigate.egg-info/dependency_links.txt
src/yolo_frigate.egg-info/entry_points.txt
src/yolo_frigate.egg-info/requires.txt
src/yolo_frigate.egg-info/top_level.txt
tests/test_app.py
tests/test_confidence_evaluator.py
tests/test_detector_factory.py
tests/test_model_artifact.py
tests/test_onnx_detector.py
tests/test_parse_labels.py