LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
doc/annotators.rst
doc/biometrics_intro.rst
doc/conf.py
doc/database_interface.rst
doc/index.rst
doc/legacy.rst
doc/links.rst
doc/pipeline_score_norm.rst
doc/pipeline_simple_features.rst
doc/pipeline_simple_intro.rst
doc/py_api.rst
doc/vulnerability_analysis.rst
doc/code_samples/pipeline_example.py
src/bob/__init__.py
src/bob.bio.base.egg-info/PKG-INFO
src/bob.bio.base.egg-info/SOURCES.txt
src/bob.bio.base.egg-info/dependency_links.txt
src/bob.bio.base.egg-info/entry_points.txt
src/bob.bio.base.egg-info/not-zip-safe
src/bob.bio.base.egg-info/requires.txt
src/bob.bio.base.egg-info/top_level.txt
src/bob/bio/__init__.py
src/bob/bio/base/__init__.py
src/bob/bio/base/wrappers.py
src/bob/bio/base/algorithm/__init__.py
src/bob/bio/base/algorithm/distance.py
src/bob/bio/base/algorithm/gmm.py
src/bob/bio/base/algorithm/isv.py
src/bob/bio/base/algorithm/jfa.py
src/bob/bio/base/annotator/Annotator.py
src/bob/bio/base/annotator/Callable.py
src/bob/bio/base/annotator/FailSafe.py
src/bob/bio/base/annotator/__init__.py
src/bob/bio/base/config/__init__.py
src/bob/bio/base/config/database/__init__.py
src/bob/bio/base/config/database/atnt.py
src/bob/bio/base/config/dummy/__init__.py
src/bob/bio/base/config/dummy/annotator.py
src/bob/bio/base/config/dummy/config.py
src/bob/bio/base/config/dummy/config2.py
src/bob/bio/base/config/dummy/database.py
src/bob/bio/base/config/dummy/extractor.py
src/bob/bio/base/config/dummy/pipeline.py
src/bob/bio/base/config/dummy/preprocessor.py
src/bob/bio/base/config/dummy/samples_list.py
src/bob/bio/base/database/__init__.py
src/bob/bio/base/database/atnt.py
src/bob/bio/base/database/csv_database.py
src/bob/bio/base/database/database.py
src/bob/bio/base/database/file.py
src/bob/bio/base/database/legacy.py
src/bob/bio/base/database/utils.py
src/bob/bio/base/database/filelist/__init__.py
src/bob/bio/base/database/filelist/models.py
src/bob/bio/base/database/filelist/query.py
src/bob/bio/base/extractor/Extractor.py
src/bob/bio/base/extractor/__init__.py
src/bob/bio/base/pipelines/__init__.py
src/bob/bio/base/pipelines/abstract_classes.py
src/bob/bio/base/pipelines/entry_points.py
src/bob/bio/base/pipelines/pipelines.py
src/bob/bio/base/pipelines/score_post_processor.py
src/bob/bio/base/pipelines/score_writers.py
src/bob/bio/base/pipelines/wrappers.py
src/bob/bio/base/preprocessor/Preprocessor.py
src/bob/bio/base/preprocessor/__init__.py
src/bob/bio/base/score/__init__.py
src/bob/bio/base/score/load.py
src/bob/bio/base/script/__init__.py
src/bob/bio/base/script/annotate.py
src/bob/bio/base/script/bio.py
src/bob/bio/base/script/commands.py
src/bob/bio/base/script/compare_samples.py
src/bob/bio/base/script/error_utils.py
src/bob/bio/base/script/figure.py
src/bob/bio/base/script/gen.py
src/bob/bio/base/script/pipeline.py
src/bob/bio/base/script/pipeline_score_norm.py
src/bob/bio/base/script/pipeline_simple.py
src/bob/bio/base/script/pipeline_train.py
src/bob/bio/base/script/pipeline_transform.py
src/bob/bio/base/script/resources.py
src/bob/bio/base/script/sort.py
src/bob/bio/base/script/vuln_commands.py
src/bob/bio/base/script/vuln_figure.py
src/bob/bio/base/script/vulnerability.py
src/bob/bio/base/transformers/__init__.py
src/bob/bio/base/transformers/extractor.py
src/bob/bio/base/transformers/preprocessing.py
src/bob/bio/base/transformers/preprocessor.py
src/bob/bio/base/utils/__init__.py
src/bob/bio/base/utils/annotations.py
src/bob/bio/base/utils/io.py
src/bob/bio/base/utils/resources.py
tests/test_algorithms.py
tests/test_annotators.py
tests/test_commands.py
tests/test_database_implementations.py
tests/test_filelist.py
tests/test_gen.py
tests/test_io.py
tests/test_pipeline_post_process_score.py
tests/test_pipeline_simple.py
tests/test_pipeline_train.py
tests/test_transformers.py
tests/test_utils.py