LICENSE
README.md
pyproject.toml
tests/test_age_gender.py
tests/test_draw.py
tests/test_factory.py
tests/test_landmark.py
tests/test_parsing.py
tests/test_recognition.py
tests/test_retinaface.py
tests/test_scrfd.py
tests/test_types.py
tests/test_utils.py
uniface/__init__.py
uniface/analyzer.py
uniface/common.py
uniface/constants.py
uniface/draw.py
uniface/face_utils.py
uniface/log.py
uniface/model_store.py
uniface/onnx_utils.py
uniface/py.typed
uniface/types.py
uniface.egg-info/PKG-INFO
uniface.egg-info/SOURCES.txt
uniface.egg-info/dependency_links.txt
uniface.egg-info/requires.txt
uniface.egg-info/top_level.txt
uniface/attribute/__init__.py
uniface/attribute/age_gender.py
uniface/attribute/base.py
uniface/attribute/emotion.py
uniface/attribute/fairface.py
uniface/detection/__init__.py
uniface/detection/base.py
uniface/detection/retinaface.py
uniface/detection/scrfd.py
uniface/detection/yolov5.py
uniface/detection/yolov8.py
uniface/gaze/__init__.py
uniface/gaze/base.py
uniface/gaze/models.py
uniface/landmark/__init__.py
uniface/landmark/base.py
uniface/landmark/models.py
uniface/parsing/__init__.py
uniface/parsing/base.py
uniface/parsing/bisenet.py
uniface/parsing/xseg.py
uniface/privacy/__init__.py
uniface/privacy/blur.py
uniface/recognition/__init__.py
uniface/recognition/adaface.py
uniface/recognition/base.py
uniface/recognition/models.py
uniface/spoofing/__init__.py
uniface/spoofing/base.py
uniface/spoofing/minifasnet.py
uniface/tracking/__init__.py
uniface/tracking/bytetrack/__init__.py
uniface/tracking/bytetrack/basetrack.py
uniface/tracking/bytetrack/kalman.py
uniface/tracking/bytetrack/matching.py
uniface/tracking/bytetrack/tracker.py