LICENSE
README.md
pyproject.toml
facestack/__init__.py
facestack/config.py
facestack/pipeline.py
facestack.egg-info/PKG-INFO
facestack.egg-info/SOURCES.txt
facestack.egg-info/dependency_links.txt
facestack.egg-info/entry_points.txt
facestack.egg-info/requires.txt
facestack.egg-info/top_level.txt
facestack/alignment/__init__.py
facestack/alignment/base.py
facestack/alignment/five_point.py
facestack/alignment/insightface_align.py
facestack/alignment/mediapipe_mesh.py
facestack/antispoof/__init__.py
facestack/antispoof/challenge_response.py
facestack/antispoof/deepface_spoof.py
facestack/antispoof/depth_estimation.py
facestack/antispoof/texture_analysis.py
facestack/cloud/__init__.py
facestack/cloud/aws_rekognition.py
facestack/cloud/azure_face.py
facestack/cloud/base.py
facestack/cloud/cost_calculator.py
facestack/cloud/facepp.py
facestack/cloud/google_vision.py
facestack/database/__init__.py
facestack/database/attendance.py
facestack/database/enrollment.py
facestack/database/export.py
facestack/database/models.py
facestack/database/search.py
facestack/deploy/__init__.py
facestack/deploy/jetson_nano.py
facestack/deploy/laptop.py
facestack/deploy/raspberry_pi.py
facestack/detection/__init__.py
facestack/detection/_onnx_face_det.py
facestack/detection/base.py
facestack/detection/mediapipe_det.py
facestack/detection/registry.py
facestack/detection/scrfd.py
facestack/detection/yunet.py
facestack/recognition/__init__.py
facestack/recognition/_onnx_helpers.py
facestack/recognition/adaface.py
facestack/recognition/arcface.py
facestack/recognition/base.py
facestack/recognition/registry.py
facestack/recognition/sface.py
facestack/tracking/__init__.py
facestack/tracking/cooldown.py
facestack/tracking/entry_exit.py
facestack/tracking/multi_camera.py
facestack/tracking/tracker.py
facestack/utils/__init__.py
facestack/utils/benchmark.py
facestack/utils/drawing.py
facestack/utils/image.py
facestack/utils/onnx_utils.py
facestack/utils/tensorrt_utils.py
facestack/utils/video.py
tests/test_alignment_base.py
tests/test_alignment_five_point.py
tests/test_alignment_insightface.py
tests/test_alignment_mediapipe.py
tests/test_antispoof.py
tests/test_cloud.py
tests/test_config.py
tests/test_dashboard.py
tests/test_database.py
tests/test_deploy.py
tests/test_detection_base.py
tests/test_detection_mediapipe.py
tests/test_detection_registry.py
tests/test_detection_scrfd.py
tests/test_detection_yunet.py
tests/test_pipeline.py
tests/test_recognition_adaface.py
tests/test_recognition_arcface.py
tests/test_recognition_base.py
tests/test_recognition_onnx_helpers.py
tests/test_recognition_registry.py
tests/test_recognition_sface.py
tests/test_tracking.py
tests/test_utils.py