LICENSE
MANIFEST.in
README.rst
buildout.cfg
develop.cfg
pyproject.toml
requirements.txt
setup.py
test-requirements.txt
version.txt
bob/__init__.py
bob.bio.base.egg-info/PKG-INFO
bob.bio.base.egg-info/SOURCES.txt
bob.bio.base.egg-info/dependency_links.txt
bob.bio.base.egg-info/entry_points.txt
bob.bio.base.egg-info/not-zip-safe
bob.bio.base.egg-info/requires.txt
bob.bio.base.egg-info/top_level.txt
bob/bio/__init__.py
bob/bio/base/__init__.py
bob/bio/base/wrappers.py
bob/bio/base/algorithm/Algorithm.py
bob/bio/base/algorithm/Distance.py
bob/bio/base/algorithm/LDA.py
bob/bio/base/algorithm/PCA.py
bob/bio/base/algorithm/PLDA.py
bob/bio/base/algorithm/__init__.py
bob/bio/base/annotator/Annotator.py
bob/bio/base/annotator/Callable.py
bob/bio/base/annotator/FailSafe.py
bob/bio/base/annotator/__init__.py
bob/bio/base/config/__init__.py
bob/bio/base/config/algorithm/__init__.py
bob/bio/base/config/algorithm/bic.py
bob/bio/base/config/algorithm/distance_cosine.py
bob/bio/base/config/algorithm/distance_euclidean.py
bob/bio/base/config/algorithm/distance_hamming.py
bob/bio/base/config/algorithm/lda.py
bob/bio/base/config/algorithm/pca.py
bob/bio/base/config/algorithm/pca_lda.py
bob/bio/base/config/algorithm/pca_plda.py
bob/bio/base/config/algorithm/plda.py
bob/bio/base/config/extractor/__init__.py
bob/bio/base/config/extractor/linearize.py
bob/bio/base/config/preprocessor/__init__.py
bob/bio/base/config/preprocessor/filename.py
bob/bio/base/database/__init__.py
bob/bio/base/database/csv_dataset.py
bob/bio/base/database/database.py
bob/bio/base/database/file.py
bob/bio/base/database/filelist/__init__.py
bob/bio/base/database/filelist/driver.py
bob/bio/base/database/filelist/models.py
bob/bio/base/database/filelist/query.py
bob/bio/base/extractor/Extractor.py
bob/bio/base/extractor/Linearize.py
bob/bio/base/extractor/__init__.py
bob/bio/base/pipelines/__init__.py
bob/bio/base/pipelines/vanilla_biometrics/__init__.py
bob/bio/base/pipelines/vanilla_biometrics/abstract_classes.py
bob/bio/base/pipelines/vanilla_biometrics/biometric_algorithms.py
bob/bio/base/pipelines/vanilla_biometrics/legacy.py
bob/bio/base/pipelines/vanilla_biometrics/pipelines.py
bob/bio/base/pipelines/vanilla_biometrics/score_writers.py
bob/bio/base/pipelines/vanilla_biometrics/vanilla_biometrics.py
bob/bio/base/pipelines/vanilla_biometrics/wrappers.py
bob/bio/base/pipelines/vanilla_biometrics/zt_norm.py
bob/bio/base/preprocessor/Filename.py
bob/bio/base/preprocessor/Preprocessor.py
bob/bio/base/preprocessor/__init__.py
bob/bio/base/score/__init__.py
bob/bio/base/score/load.py
bob/bio/base/script/__init__.py
bob/bio/base/script/annotate.py
bob/bio/base/script/bio.py
bob/bio/base/script/commands.py
bob/bio/base/script/compare_samples.py
bob/bio/base/script/error_utils.py
bob/bio/base/script/figure.py
bob/bio/base/script/gen.py
bob/bio/base/script/pipelines.py
bob/bio/base/script/resources.py
bob/bio/base/script/sort.py
bob/bio/base/script/vanilla_biometrics.py
bob/bio/base/script/vanilla_biometrics_ztnorm.py
bob/bio/base/script/vuln_commands.py
bob/bio/base/script/vuln_figure.py
bob/bio/base/script/vulnerability.py
bob/bio/base/test/__init__.py
bob/bio/base/test/test_algorithms.py
bob/bio/base/test/test_annotators.py
bob/bio/base/test/test_commands.py
bob/bio/base/test/test_database_implementations.py
bob/bio/base/test/test_extractor.py
bob/bio/base/test/test_filelist.py
bob/bio/base/test/test_gen.py
bob/bio/base/test/test_io.py
bob/bio/base/test/test_preprocessor.py
bob/bio/base/test/test_transformers.py
bob/bio/base/test/test_utils.py
bob/bio/base/test/test_vanilla_biometrics.py
bob/bio/base/test/test_vanilla_biometrics_score_norm.py
bob/bio/base/test/utils.py
bob/bio/base/test/data/bic_enroller.hdf5
bob/bio/base/test/data/bic_model.hdf5
bob/bio/base/test/data/dev-4col.tar.gz
bob/bio/base/test/data/dev-4col.txt
bob/bio/base/test/data/dev-5col.tar.gz
bob/bio/base/test/data/dev-5col.txt
bob/bio/base/test/data/example_csv_filelist.tar.gz
bob/bio/base/test/data/iec_enroller.hdf5
bob/bio/base/test/data/lda_model.hdf5
bob/bio/base/test/data/lda_projected.hdf5
bob/bio/base/test/data/lda_projector.hdf5
bob/bio/base/test/data/pca_model.hdf5
bob/bio/base/test/data/pca_projected.hdf5
bob/bio/base/test/data/pca_projector.hdf5
bob/bio/base/test/data/plda_enroller.hdf5
bob/bio/base/test/data/plda_model.hdf5
bob/bio/base/test/data/plda_nopca_enroller.hdf5
bob/bio/base/test/data/plda_nopca_model.hdf5
bob/bio/base/test/data/scores-cmc-4col-open-set-one-error.txt
bob/bio/base/test/data/scores-cmc-4col-open-set-two-errors.txt
bob/bio/base/test/data/scores-cmc-4col-open-set.txt
bob/bio/base/test/data/scores-cmc-4col.txt
bob/bio/base/test/data/scores-cmc-5col.txt
bob/bio/base/test/data/scores-nonorm-calibrated-dev
bob/bio/base/test/data/scores-nonorm-dev
bob/bio/base/test/data/scores-nonorm-fileset-dev
bob/bio/base/test/data/scores-nonorm-fivecol-dev
bob/bio/base/test/data/scores-nonorm-openset-dev
bob/bio/base/test/data/scores-ztnorm-calibrated-dev
bob/bio/base/test/data/scores-ztnorm-dev
bob/bio/base/test/data/scores-ztnorm-fileset-dev
bob/bio/base/test/data/scores-ztnorm-fivecol-dev
bob/bio/base/test/data/scores.mask
bob/bio/base/test/data/scores.mtx
bob/bio/base/test/data/search.mask
bob/bio/base/test/data/search.mtx
bob/bio/base/test/data/test-4col.txt
bob/bio/base/test/data/test-5col.txt
bob/bio/base/test/data/atnt/cross_validation/metadata.csv
bob/bio/base/test/data/atnt/idiap_protocol/dev/for_models.csv
bob/bio/base/test/data/atnt/idiap_protocol/dev/for_probes.csv
bob/bio/base/test/data/atnt/idiap_protocol/norm/train_world.csv
bob/bio/base/test/data/example_csv_filelist/annotations/data/model11_session1_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model11_session1_sample2.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model11_session1_sample3.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model11_session2_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model12_session1_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model12_session1_sample2.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model12_session1_sample3.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model12_session2_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model300_session1_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model300_session1_sample2.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model300_session1_sample3.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model300_session2_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model30_session1_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model30_session1_sample2.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model30_session1_sample3.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model30_session2_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model30_session3_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model30_session3_sample2.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model30_session3_sample3.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model30_session4_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model3_session1_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model3_session1_sample2.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model3_session1_sample3.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model3_session2_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model3_session3_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model3_session3_sample2.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model3_session3_sample3.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model3_session4_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model400_session1_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model400_session1_sample2.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model400_session1_sample3.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model400_session2_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model40_session1_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model40_session1_sample2.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model40_session1_sample3.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model40_session2_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model40_session3_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model40_session3_sample2.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model40_session3_sample3.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model40_session4_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model4_session1_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model4_session1_sample2.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model4_session1_sample3.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model4_session2_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model4_session2_sample2.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model4_session2_sample3.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model4_session2_sample4.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model4_session2_sample5.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model4_session2_sample6.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model4_session3_sample1.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model4_session3_sample2.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model4_session3_sample3.pos
bob/bio/base/test/data/example_csv_filelist/annotations/data/model4_session4_sample1.pos
bob/bio/base/test/data/example_csv_filelist/protocol_dev_eval/dev/for_models.csv
bob/bio/base/test/data/example_csv_filelist/protocol_dev_eval/dev/for_probes.csv
bob/bio/base/test/data/example_csv_filelist/protocol_dev_eval/eval/for_models.csv
bob/bio/base/test/data/example_csv_filelist/protocol_dev_eval/eval/for_probes.csv
bob/bio/base/test/data/example_csv_filelist/protocol_dev_eval/norm/for_tnorm.csv
bob/bio/base/test/data/example_csv_filelist/protocol_dev_eval/norm/for_znorm.csv
bob/bio/base/test/data/example_csv_filelist/protocol_dev_eval/norm/train_world.csv
bob/bio/base/test/data/example_csv_filelist/protocol_dev_eval_sparse/dev/for_models.csv
bob/bio/base/test/data/example_csv_filelist/protocol_dev_eval_sparse/dev/for_probes.csv
bob/bio/base/test/data/example_csv_filelist/protocol_dev_eval_sparse/eval/for_models.csv
bob/bio/base/test/data/example_csv_filelist/protocol_dev_eval_sparse/eval/for_probes.csv
bob/bio/base/test/data/example_csv_filelist/protocol_dev_eval_sparse/norm/train_world.csv
bob/bio/base/test/data/example_csv_filelist/protocol_only_dev/dev/for_models.csv
bob/bio/base/test/data/example_csv_filelist/protocol_only_dev/dev/for_probes.csv
bob/bio/base/test/data/example_csv_filelist/protocol_only_dev/norm/train_world.csv
bob/bio/base/test/data/example_csv_filelist/protocol_only_dev_metadata/dev/for_models.csv
bob/bio/base/test/data/example_csv_filelist/protocol_only_dev_metadata/dev/for_probes.csv
bob/bio/base/test/data/example_csv_filelist/protocol_only_dev_metadata/norm/train_world.csv
bob/bio/base/test/data/example_filelist/example_csv_filelist.tar.gz
bob/bio/base/test/data/example_filelist/data/model4_session1_sample2.pos
bob/bio/base/test/data/example_filelist/dev/for_models.lst
bob/bio/base/test/data/example_filelist/dev/for_probes.lst
bob/bio/base/test/data/example_filelist/dev/for_scores.lst
bob/bio/base/test/data/example_filelist/dev/for_tnorm.lst
bob/bio/base/test/data/example_filelist/dev/for_znorm.lst
bob/bio/base/test/data/example_filelist/eval/for_models.lst
bob/bio/base/test/data/example_filelist/eval/for_probes.lst
bob/bio/base/test/data/example_filelist/eval/for_scores.lst
bob/bio/base/test/data/example_filelist/eval/for_tnorm.lst
bob/bio/base/test/data/example_filelist/eval/for_znorm.lst
bob/bio/base/test/data/example_filelist/norm/train_optional_world_1.lst
bob/bio/base/test/data/example_filelist/norm/train_optional_world_2.lst
bob/bio/base/test/data/example_filelist/norm/train_world.lst
bob/bio/base/test/data/example_filelist2/dev/for_models.lst
bob/bio/base/test/data/example_filelist2/dev/for_scores.lst
bob/bio/base/test/data/vuln/scores-dev-med.csv
bob/bio/base/test/data/vuln/scores-dev.csv
bob/bio/base/test/data/vuln/scores-eval-med.csv
bob/bio/base/test/data/vuln/scores-eval.csv
bob/bio/base/test/dummy/__init__.py
bob/bio/base/test/dummy/algorithm.py
bob/bio/base/test/dummy/algorithm_noprojection.py
bob/bio/base/test/dummy/annotator.py
bob/bio/base/test/dummy/config.py
bob/bio/base/test/dummy/config2.py
bob/bio/base/test/dummy/database.py
bob/bio/base/test/dummy/extractor.py
bob/bio/base/test/dummy/filelist.py
bob/bio/base/test/dummy/fileset.py
bob/bio/base/test/dummy/grid_search.py
bob/bio/base/test/dummy/preprocessor.py
bob/bio/base/test/dummy/samples_list.py
bob/bio/base/transformers/__init__.py
bob/bio/base/transformers/algorithm.py
bob/bio/base/transformers/extractor.py
bob/bio/base/transformers/preprocessor.py
bob/bio/base/utils/__init__.py
bob/bio/base/utils/io.py
bob/bio/base/utils/resources.py
doc/annotators.rst
doc/biometrics_intro.rst
doc/conf.py
doc/index.rst
doc/legacy.rst
doc/links.rst
doc/py_api.rst
doc/vanilla_biometrics_features.rst
doc/vanilla_biometrics_intro.rst
doc/vanilla_biometrics_score_normalization.rst
doc/vulnerability_analysis.rst
doc/code_samples/pipeline_example.py