LICENSE
MANIFEST.in
README.rst
buildout.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/color.py
bob/bio/face/utils.py
bob/bio/face/annotator/Base.py
bob/bio/face/annotator/__init__.py
bob/bio/face/annotator/faceX_106landmarks.py
bob/bio/face/annotator/mtcnn.py
bob/bio/face/annotator/tinyface.py
bob/bio/face/annotator/utils.py
bob/bio/face/config/__init__.py
bob/bio/face/config/annotator/__init__.py
bob/bio/face/config/annotator/mtcnn.py
bob/bio/face/config/annotator/tinyface.py
bob/bio/face/config/baseline/__init__.py
bob/bio/face/config/baseline/afffe.py
bob/bio/face/config/baseline/arcface_insightface.py
bob/bio/face/config/baseline/attention_net.py
bob/bio/face/config/baseline/dummy.py
bob/bio/face/config/baseline/efficient_net.py
bob/bio/face/config/baseline/facenet_sanderberg.py
bob/bio/face/config/baseline/ghost_net.py
bob/bio/face/config/baseline/hr_net.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/iresnet100.py
bob/bio/face/config/baseline/iresnet100_elastic.py
bob/bio/face/config/baseline/iresnet100_msceleb_arcface_20210623.py
bob/bio/face/config/baseline/iresnet34.py
bob/bio/face/config/baseline/iresnet50.py
bob/bio/face/config/baseline/iresnet50_msceleb_arcface_20210623.py
bob/bio/face/config/baseline/mobile_facenet.py
bob/bio/face/config/baseline/mobilenetv2_msceleb_arcface_2021.py
bob/bio/face/config/baseline/oxford_resnet50_ft_dag_vgg2.py
bob/bio/face/config/baseline/oxford_resnet50_scratch_dag_vgg2.py
bob/bio/face/config/baseline/oxford_senet50_ft_dag_vgg2.py
bob/bio/face/config/baseline/oxford_senet50_scratch_dag_vgg2.py
bob/bio/face/config/baseline/resne_st.py
bob/bio/face/config/baseline/resnet.py
bob/bio/face/config/baseline/resnet101_msceleb_arcface_20210521.py
bob/bio/face/config/baseline/resnet50_msceleb_arcface_2021.py
bob/bio/face/config/baseline/resnet50_msceleb_arcface_20210521.py
bob/bio/face/config/baseline/resnet50_vgg2_arcface_2021.py
bob/bio/face/config/baseline/rex_net.py
bob/bio/face/config/baseline/tf_nas.py
bob/bio/face/config/baseline/vgg16_oxford.py
bob/bio/face/config/database/__init__.py
bob/bio/face/config/database/arface_all.py
bob/bio/face/config/database/arface_expression.py
bob/bio/face/config/database/arface_illumination.py
bob/bio/face/config/database/arface_occlusion.py
bob/bio/face/config/database/arface_occlusion_and_illumination.py
bob/bio/face/config/database/casia_africa.py
bob/bio/face/config/database/caspeal_accessory.py
bob/bio/face/config/database/caspeal_aging.py
bob/bio/face/config/database/caspeal_background.py
bob/bio/face/config/database/caspeal_distance.py
bob/bio/face/config/database/caspeal_expression.py
bob/bio/face/config/database/caspeal_lighting.py
bob/bio/face/config/database/cbsr_nir_vis_2.py
bob/bio/face/config/database/frgc_experiment1.py
bob/bio/face/config/database/frgc_experiment2.py
bob/bio/face/config/database/frgc_experiment4.py
bob/bio/face/config/database/gbu_bad.py
bob/bio/face/config/database/gbu_good.py
bob/bio/face/config/database/gbu_ugly.py
bob/bio/face/config/database/ijbc_test1.py
bob/bio/face/config/database/ijbc_test2.py
bob/bio/face/config/database/ijbc_test4_g1.py
bob/bio/face/config/database/ijbc_test4_g2.py
bob/bio/face/config/database/lfw_o1.py
bob/bio/face/config/database/lfw_o2.py
bob/bio/face/config/database/lfw_o3.py
bob/bio/face/config/database/lfw_view2.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/replaymobile.py
bob/bio/face/config/database/rfw_idiap.py
bob/bio/face/config/database/rfw_original.py
bob/bio/face/config/database/scface_close.py
bob/bio/face/config/database/scface_combined.py
bob/bio/face/config/database/scface_far.py
bob/bio/face/config/database/scface_ir.py
bob/bio/face/config/database/scface_medium.py
bob/bio/face/config/database/vgg2_full.py
bob/bio/face/config/database/vgg2_full_with_eval.py
bob/bio/face/config/database/vgg2_short.py
bob/bio/face/config/database/vgg2_short_with_eval.py
bob/bio/face/data/mtcnn.pb
bob/bio/face/data/test_image_multi_face.png
bob/bio/face/data/testimage.jpg
bob/bio/face/data/testimage.json
bob/bio/face/database/__init__.py
bob/bio/face/database/arface.py
bob/bio/face/database/casia_africa.py
bob/bio/face/database/caspeal.py
bob/bio/face/database/cbsr_nir_vis_2.py
bob/bio/face/database/database.py
bob/bio/face/database/frgc.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/replaymobile.py
bob/bio/face/database/rfw.py
bob/bio/face/database/sample_loaders.py
bob/bio/face/database/scface.py
bob/bio/face/database/vgg2.py
bob/bio/face/embeddings/__init__.py
bob/bio/face/embeddings/mxnet.py
bob/bio/face/embeddings/opencv.py
bob/bio/face/embeddings/pytorch.py
bob/bio/face/embeddings/tensorflow.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/TanTriggs.py
bob/bio/face/preprocessor/__init__.py
bob/bio/face/preprocessor/croppers.py
bob/bio/face/preprocessor/utils.py
bob/bio/face/pytorch/__init__.py
bob/bio/face/pytorch/preprocessing.py
bob/bio/face/pytorch/backbones/__init__.py
bob/bio/face/pytorch/backbones/iresnet.py
bob/bio/face/pytorch/datasets/__init__.py
bob/bio/face/pytorch/datasets/demographics.py
bob/bio/face/pytorch/datasets/webface42m.py
bob/bio/face/pytorch/facexzoo/AttentionNets.py
bob/bio/face/pytorch/facexzoo/EfficientNets.py
bob/bio/face/pytorch/facexzoo/GhostNet.py
bob/bio/face/pytorch/facexzoo/HRNet.py
bob/bio/face/pytorch/facexzoo/MobileFaceNets.py
bob/bio/face/pytorch/facexzoo/ReXNets.py
bob/bio/face/pytorch/facexzoo/ResNets.py
bob/bio/face/pytorch/facexzoo/TF_NAS.py
bob/bio/face/pytorch/facexzoo/__init__.py
bob/bio/face/pytorch/facexzoo/backbone_conf.yaml
bob/bio/face/pytorch/facexzoo/backbone_def.py
bob/bio/face/pytorch/facexzoo/models.py
bob/bio/face/pytorch/facexzoo/resnest/__init__.py
bob/bio/face/pytorch/facexzoo/resnest/ablation.py
bob/bio/face/pytorch/facexzoo/resnest/resnest.py
bob/bio/face/pytorch/facexzoo/resnest/resnet.py
bob/bio/face/pytorch/facexzoo/resnest/splat.py
bob/bio/face/pytorch/head/__init__.py
bob/bio/face/pytorch/head/arcface.py
bob/bio/face/pytorch/head/regular.py
bob/bio/face/pytorch/lightning/__init__.py
bob/bio/face/pytorch/lightning/backbone_head.py
bob/bio/face/reports/__init__.py
bob/bio/face/reports/arface.py
bob/bio/face/reports/gbu.py
bob/bio/face/reports/ijbc.py
bob/bio/face/reports/mobio.py
bob/bio/face/reports/multipie.py
bob/bio/face/reports/scface.py
bob/bio/face/script/__init__.py
bob/bio/face/script/crop_face_106_landmarks.py
bob/bio/face/script/display_face_annotations.py
bob/bio/face/script/face.py
bob/bio/face/script/face_plots_commands.py
bob/bio/face/script/plots.py
bob/bio/face/tensorflow/__init__.py
bob/bio/face/tensorflow/preprocessing.py
bob/bio/face/test/__init__.py
bob/bio/face/test/test_annotator_utils.py
bob/bio/face/test/test_annotators.py
bob/bio/face/test/test_baselines.py
bob/bio/face/test/test_color.py
bob/bio/face/test/test_databases.py
bob/bio/face/test/test_lightning.py
bob/bio/face/test/test_preprocessors.py
bob/bio/face/test/test_pytorch_datasets.py
bob/bio/face/test/test_scripts.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/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.json
bob/bio/face/test/data/testimage_bbox.json
bob/bio/face/test/data/annotations/s1/1.json
doc/annotators.rst
doc/baselines.rst
doc/conf.py
doc/datasets.rst
doc/faq.rst
doc/implemented.rst
doc/index.rst
doc/links.rst
doc/references.rst
doc/faq/facecrop.py
doc/faq/.ipynb_checkpoints/facecrop-checkpoint.py
doc/leaderboard/arface.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/scface.rst
doc/leaderboard/uccs.rst
doc/leaderboard/script/multipie/pose_analysis.py
doc/plot/default_crops.py