LICENSE
MANIFEST.in
README.rst
buildout.cfg
develop.cfg
pyproject.toml
requirements.txt
setup.py
version.txt
bob/__init__.py
bob.bio.face.egg-info/PKG-INFO
bob.bio.face.egg-info/SOURCES.txt
bob.bio.face.egg-info/dependency_links.txt
bob.bio.face.egg-info/entry_points.txt
bob.bio.face.egg-info/not-zip-safe
bob.bio.face.egg-info/requires.txt
bob.bio.face.egg-info/top_level.txt
bob/bio/__init__.py
bob/bio/face/__init__.py
bob/bio/face/helpers.py
bob/bio/face/algorithm/GaborJet.py
bob/bio/face/algorithm/Histogram.py
bob/bio/face/algorithm/__init__.py
bob/bio/face/annotator/Base.py
bob/bio/face/annotator/__init__.py
bob/bio/face/annotator/bobipfacedetect.py
bob/bio/face/annotator/bobipflandmark.py
bob/bio/face/annotator/bobipmtcnn.py
bob/bio/face/config/__init__.py
bob/bio/face/config/annotator/__init__.py
bob/bio/face/config/annotator/facedetect.py
bob/bio/face/config/annotator/facedetect_eye_estimate.py
bob/bio/face/config/annotator/flandmark.py
bob/bio/face/config/annotator/mtcnn.py
bob/bio/face/config/baseline/__init__.py
bob/bio/face/config/baseline/arcface_insightface.py
bob/bio/face/config/baseline/dummy.py
bob/bio/face/config/baseline/facenet_sanderberg.py
bob/bio/face/config/baseline/gabor_graph.py
bob/bio/face/config/baseline/helpers.py
bob/bio/face/config/baseline/inception_resnetv1_casiawebface.py
bob/bio/face/config/baseline/inception_resnetv1_msceleb.py
bob/bio/face/config/baseline/inception_resnetv2_casiawebface.py
bob/bio/face/config/baseline/inception_resnetv2_msceleb.py
bob/bio/face/config/baseline/lda.py
bob/bio/face/config/baseline/lgbphs.py
bob/bio/face/config/baseline/mobilenetv2_msceleb_arcface_2021.py
bob/bio/face/config/baseline/resnet50_msceleb_arcface_2021.py
bob/bio/face/config/baseline/resnet50_vgg2_arcface_2021.py
bob/bio/face/config/baseline/tf2_inception_resnet.py
bob/bio/face/config/database/__init__.py
bob/bio/face/config/database/arface.py
bob/bio/face/config/database/atnt.py
bob/bio/face/config/database/casia_africa.py
bob/bio/face/config/database/cbsr_nir_vis_2.py
bob/bio/face/config/database/fargo.py
bob/bio/face/config/database/gbu.py
bob/bio/face/config/database/ijbc.py
bob/bio/face/config/database/lfw_restricted.py
bob/bio/face/config/database/lfw_unrestricted.py
bob/bio/face/config/database/meds.py
bob/bio/face/config/database/mobio_all.py
bob/bio/face/config/database/mobio_male.py
bob/bio/face/config/database/morph.py
bob/bio/face/config/database/multipie.py
bob/bio/face/config/database/multipie_pose.py
bob/bio/face/config/database/pola_thermal.py
bob/bio/face/config/database/replay_licit.py
bob/bio/face/config/database/replay_spoof.py
bob/bio/face/config/database/replaymobile_licit.py
bob/bio/face/config/database/replaymobile_spoof.py
bob/bio/face/database/__init__.py
bob/bio/face/database/arface.py
bob/bio/face/database/atnt.py
bob/bio/face/database/casia_africa.py
bob/bio/face/database/cbsr_nir_vis_2.py
bob/bio/face/database/database.py
bob/bio/face/database/fargo.py
bob/bio/face/database/gbu.py
bob/bio/face/database/ijbc.py
bob/bio/face/database/lfw.py
bob/bio/face/database/meds.py
bob/bio/face/database/mobio.py
bob/bio/face/database/morph.py
bob/bio/face/database/multipie.py
bob/bio/face/database/pola_thermal.py
bob/bio/face/database/replay.py
bob/bio/face/database/replaymobile.py
bob/bio/face/database/sample_loaders.py
bob/bio/face/embeddings/__init__.py
bob/bio/face/embeddings/mobilenet_v2.py
bob/bio/face/embeddings/mxnet_models.py
bob/bio/face/embeddings/resnet50.py
bob/bio/face/embeddings/tf2_inception_resnet.py
bob/bio/face/extractor/DCTBlocks.py
bob/bio/face/extractor/GridGraph.py
bob/bio/face/extractor/LGBPHS.py
bob/bio/face/extractor/__init__.py
bob/bio/face/preprocessor/Base.py
bob/bio/face/preprocessor/FaceCrop.py
bob/bio/face/preprocessor/HistogramEqualization.py
bob/bio/face/preprocessor/INormLBP.py
bob/bio/face/preprocessor/Scale.py
bob/bio/face/preprocessor/SelfQuotientImage.py
bob/bio/face/preprocessor/TanTriggs.py
bob/bio/face/preprocessor/__init__.py
bob/bio/face/preprocessor/utils.py
bob/bio/face/script/__init__.py
bob/bio/face/script/display_face_annotations.py
bob/bio/face/tensorflow/__init__.py
bob/bio/face/tensorflow/preprocessing.py
bob/bio/face/test/__init__.py
bob/bio/face/test/test_algorithms.py
bob/bio/face/test/test_annotators.py
bob/bio/face/test/test_baselines.py
bob/bio/face/test/test_databases.py
bob/bio/face/test/test_extractors.py
bob/bio/face/test/test_picklability.py
bob/bio/face/test/test_preprocessors.py
bob/bio/face/test/test_scripts.py
bob/bio/face/test/test_transformers.py
bob/bio/face/test/data/ada.png
bob/bio/face/test/data/cropped.hdf5
bob/bio/face/test/data/cropped_bbox.hdf5
bob/bio/face/test/data/dct_blocks.hdf5
bob/bio/face/test/data/detected.hdf5
bob/bio/face/test/data/eigenface_extractor.hdf5
bob/bio/face/test/data/eigenface_feature.hdf5
bob/bio/face/test/data/facenet_sandberg_20170512-110547.hdf5
bob/bio/face/test/data/flandmark.hdf5
bob/bio/face/test/data/graph_regular.hdf5
bob/bio/face/test/data/histogram_cropped.hdf5
bob/bio/face/test/data/inception_resnet_v1_casia_rgb.hdf5
bob/bio/face/test/data/inception_resnet_v1_msceleb_rgb.hdf5
bob/bio/face/test/data/inception_resnet_v2_casia_rgb.hdf5
bob/bio/face/test/data/inception_resnet_v2_msceleb_rgb.hdf5
bob/bio/face/test/data/inorm_lbp_cropped.hdf5
bob/bio/face/test/data/lgbphs_sparse.hdf5
bob/bio/face/test/data/lgbphs_with_phase.hdf5
bob/bio/face/test/data/self_quotient_cropped.hdf5
bob/bio/face/test/data/tan_triggs_cropped.hdf5
bob/bio/face/test/data/tan_triggs_none.hdf5
bob/bio/face/test/data/testimage.jpg
bob/bio/face/test/data/testimage.pos
bob/bio/face/test/data/testimage_bbox.pos
bob/bio/face/test/data/annotations/s1/1.json
doc/annotators.rst
doc/baselines.rst
doc/conf.py
doc/implemented.rst
doc/index.rst
doc/links.rst
doc/references.rst
doc/leaderboard/arface.rst
doc/leaderboard/banca.rst
doc/leaderboard/gbu.rst
doc/leaderboard/ijbc.rst
doc/leaderboard/leaderboard.rst
doc/leaderboard/lfw.rst
doc/leaderboard/meds.rst
doc/leaderboard/mobio.rst
doc/leaderboard/morph.rst
doc/leaderboard/multipie.rst
doc/leaderboard/uccs.rst
doc/leaderboard/xm2vts.rst
doc/leaderboard/script/multipie/pose_analysis.py