LICENSE
MANIFEST.in
README.md
environment.yml
setup.py
version
conf/config.yaml
conf/tests.config.1.yaml
conf/tests.config.2.yaml
conf/tests.config.3.yaml
conf/tests.config.4.yaml
conf/analyzer/default.yaml
conf/analyzer/detector/retinaface.yaml
conf/analyzer/logger/json_format.yaml
conf/analyzer/predictor/align/synergy_mobilenet_v2.yaml
conf/analyzer/predictor/au/open_graph_swin_base.yaml
conf/analyzer/predictor/deepfake/efficientnet_b7.yaml
conf/analyzer/predictor/embed/r50_vggface_1m.yaml
conf/analyzer/predictor/fer/efficientnet_b0_7.yaml
conf/analyzer/predictor/fer/efficientnet_b2_8.yaml
conf/analyzer/predictor/verify/adaface_ir101_webface12m.yaml
conf/analyzer/predictor/verify/r100_magface_unpg.yaml
conf/analyzer/reader/default.yaml
conf/analyzer/unifier/img_244.yaml
conf/analyzer/unifier/img_260.yaml
conf/analyzer/unifier/img_380.yaml
conf/analyzer/utilizer/align/lmk3d_mesh_pose.yaml
conf/analyzer/utilizer/draw_boxes/torchvision_boxes.yaml
conf/analyzer/utilizer/draw_landmarks/torchvision_keypoints.yaml
conf/analyzer/utilizer/save/image_saver.yaml
conf/merged/gpu.merged.config.yaml
conf/merged/merged.config.yaml
data/facetorch-logo-42.png
data/facetorch-logo-64.png
data/input/test.jpg
data/input/test2.jpg
data/input/test3.jpg
data/input/test4.jpg
data/input/test5.jpg
docs/doc-search.html
docs/index.html
docs/index.js
docs/facetorch/base.html
docs/facetorch/datastruct.html
docs/facetorch/downloader.html
docs/facetorch/index.html
docs/facetorch/logger.html
docs/facetorch/transforms.html
docs/facetorch/utils.html
docs/facetorch/analyzer/core.html
docs/facetorch/analyzer/index.html
docs/facetorch/analyzer/detector/core.html
docs/facetorch/analyzer/detector/index.html
docs/facetorch/analyzer/detector/post.html
docs/facetorch/analyzer/detector/pre.html
docs/facetorch/analyzer/predictor/core.html
docs/facetorch/analyzer/predictor/index.html
docs/facetorch/analyzer/predictor/post.html
docs/facetorch/analyzer/predictor/pre.html
docs/facetorch/analyzer/reader/core.html
docs/facetorch/analyzer/reader/index.html
docs/facetorch/analyzer/unifier/core.html
docs/facetorch/analyzer/unifier/index.html
docs/facetorch/analyzer/utilizer/align.html
docs/facetorch/analyzer/utilizer/draw.html
docs/facetorch/analyzer/utilizer/index.html
docs/facetorch/analyzer/utilizer/save.html
facetorch/__init__.py
facetorch/base.py
facetorch/datastruct.py
facetorch/downloader.py
facetorch/logger.py
facetorch/transforms.py
facetorch/utils.py
facetorch.egg-info/PKG-INFO
facetorch.egg-info/SOURCES.txt
facetorch.egg-info/dependency_links.txt
facetorch.egg-info/not-zip-safe
facetorch.egg-info/requires.txt
facetorch.egg-info/top_level.txt
facetorch/analyzer/__init__.py
facetorch/analyzer/core.py
facetorch/analyzer/detector/__init__.py
facetorch/analyzer/detector/core.py
facetorch/analyzer/detector/post.py
facetorch/analyzer/detector/pre.py
facetorch/analyzer/predictor/__init__.py
facetorch/analyzer/predictor/core.py
facetorch/analyzer/predictor/post.py
facetorch/analyzer/predictor/pre.py
facetorch/analyzer/reader/__init__.py
facetorch/analyzer/reader/core.py
facetorch/analyzer/unifier/__init__.py
facetorch/analyzer/unifier/core.py
facetorch/analyzer/utilizer/__init__.py
facetorch/analyzer/utilizer/align.py
facetorch/analyzer/utilizer/draw.py
facetorch/analyzer/utilizer/save.py
tests/conftest.py
tests/test_align.py
tests/test_au.py
tests/test_deepfake.py
tests/test_detector.py
tests/test_embed.py
tests/test_fer.py
tests/test_predictors.py
tests/test_reader.py
tests/test_response.py
tests/test_save.py
tests/test_transforms.py
tests/test_unifier.py
tests/test_utilizers.py
tests/test_verify.py