LICENSE
MANIFEST.in
README.md
pyproject.toml
src/fast_face/__init__.py
src/fast_face/schema.py
src/fast_face/tools.py
src/fast_face/models/__init__.py
src/fast_face/models/adaface.py
src/fast_face/models/base.py
src/fast_face/models/base_recognition.py
src/fast_face/models/downloader.py
src/fast_face/models/factory.py
src/fast_face/models/retinaface.py
src/fast_face/models/session.py
src/fast_face/models/yunet.py
src/fast_face_python.egg-info/PKG-INFO
src/fast_face_python.egg-info/SOURCES.txt
src/fast_face_python.egg-info/dependency_links.txt
src/fast_face_python.egg-info/requires.txt
src/fast_face_python.egg-info/top_level.txt
tests/test_adaface.py
tests/test_import.py
tests/test_retinaface.py
tests/test_yunet.py