LICENSE
README.md
pyproject.toml
tests/test_age_gender.py
tests/test_factory.py
tests/test_landmark.py
tests/test_recognition.py
tests/test_retinaface.py
tests/test_scrfd.py
tests/test_utils.py
uniface/__init__.py
uniface/analyzer.py
uniface/common.py
uniface/constants.py
uniface/face.py
uniface/face_utils.py
uniface/log.py
uniface/model_store.py
uniface/onnx_utils.py
uniface/py.typed
uniface/visualization.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/detection/__init__.py
uniface/detection/base.py
uniface/detection/retinaface.py
uniface/detection/scrfd.py
uniface/detection/yolov5.py
uniface/landmark/__init__.py
uniface/landmark/base.py
uniface/landmark/models.py
uniface/recognition/__init__.py
uniface/recognition/base.py
uniface/recognition/models.py