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/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/reader/default.yaml
conf/analyzer/unifier/img_244.yaml
conf/analyzer/unifier/img_260.yaml
conf/analyzer/unifier/img_380.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
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
tests/conftest.py
tests/test_analyzer.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_transforms.py
tests/test_unifier.py