.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.rst
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/python-publish.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.rst
docs/index.md
docs/license.rst
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
example/emotion.ipynb
example/data/powermap_angry.png
example/data/powermap_disgusted.png
example/data/powermap_fearful.png
example/data/powermap_happy.png
example/data/powermap_neutral.png
example/data/powermap_sad.png
example/data/powermap_surprised.png
example/data/stable_diffusion_angry.png
example/data/stable_diffusion_disgusted.png
example/data/stable_diffusion_fearful.png
example/data/stable_diffusion_happy.png
example/data/stable_diffusion_neutral.png
example/data/stable_diffusion_sad.png
example/data/stable_diffusion_surprised.png
files/teaser.jpg
src/face_projection/__init__.py
src/face_projection/core.py
src/face_projection/emotion_landmarks.h5
src/face_projection/face_model.h5
src/face_projection.egg-info/PKG-INFO
src/face_projection.egg-info/SOURCES.txt
src/face_projection.egg-info/dependency_links.txt
src/face_projection.egg-info/not-zip-safe
src/face_projection.egg-info/requires.txt
src/face_projection.egg-info/top_level.txt
tests/conftest.py