COPYING
MANIFEST.in
README.rst
bootstrap.py
buildout.cfg
setup.py
docs/bimodal_experiments.rst
docs/conf.py
docs/face_experiments.rst
docs/index.rst
docs/installation.rst
docs/miris.rst
docs/speaker_experiments.rst
xbob/__init__.py
xbob.thesis.elshafey2014.egg-info/PKG-INFO
xbob.thesis.elshafey2014.egg-info/SOURCES.txt
xbob.thesis.elshafey2014.egg-info/dependency_links.txt
xbob.thesis.elshafey2014.egg-info/entry_points.txt
xbob.thesis.elshafey2014.egg-info/namespace_packages.txt
xbob.thesis.elshafey2014.egg-info/not-zip-safe
xbob.thesis.elshafey2014.egg-info/requires.txt
xbob.thesis.elshafey2014.egg-info/top_level.txt
xbob/thesis/__init__.py
xbob/thesis/elshafey2014/__init__.py
xbob/thesis/elshafey2014/configurations/__init__.py
xbob/thesis/elshafey2014/configurations/default.py
xbob/thesis/elshafey2014/configurations/gmm1024.py
xbob/thesis/elshafey2014/configurations/grid/__init__.py
xbob/thesis/elshafey2014/configurations/grid/grid_16G.py
xbob/thesis/elshafey2014/configurations/grid/grid_24G.py
xbob/thesis/elshafey2014/configurations/grid/grid_score.py
xbob/thesis/elshafey2014/configurations/grid/grid_w16G.py
xbob/thesis/elshafey2014/configurations/grid/grid_w24G.py
xbob/thesis/elshafey2014/configurations/grid/grid_w32G.py
xbob/thesis/elshafey2014/configurations/grid/para_grid.py
xbob/thesis/elshafey2014/configurations/grid/para_grid_dct.py
xbob/thesis/elshafey2014/configurations/grid/para_grid_gmm1024.py
xbob/thesis/elshafey2014/configurations/grid/para_grid_ivector.py
xbob/thesis/elshafey2014/databases/DatabaseXBobZT_TNorm.py
xbob/thesis/elshafey2014/databases/__init__.py
xbob/thesis/elshafey2014/databases/arface.py
xbob/thesis/elshafey2014/databases/banca.py
xbob/thesis/elshafey2014/databases/caspeal.py
xbob/thesis/elshafey2014/databases/frgc.py
xbob/thesis/elshafey2014/databases/gbu.py
xbob/thesis/elshafey2014/databases/lfw.py
xbob/thesis/elshafey2014/databases/lfwidentification.py
xbob/thesis/elshafey2014/databases/mobio_female.py
xbob/thesis/elshafey2014/databases/mobio_male.py
xbob/thesis/elshafey2014/databases/multipie.py
xbob/thesis/elshafey2014/databases/nist_sre12_female.py
xbob/thesis/elshafey2014/databases/nist_sre12_gd_female.py
xbob/thesis/elshafey2014/databases/nist_sre12_gd_male.py
xbob/thesis/elshafey2014/databases/nist_sre12_male.py
xbob/thesis/elshafey2014/scripts/__init__.py
xbob/thesis/elshafey2014/scripts/cosine_distance.py
xbob/thesis/elshafey2014/scripts/dct.py
xbob/thesis/elshafey2014/scripts/full_eval.py
xbob/thesis/elshafey2014/scripts/gmm.py
xbob/thesis/elshafey2014/scripts/isv.py
xbob/thesis/elshafey2014/scripts/ivector.py
xbob/thesis/elshafey2014/scripts/jfa.py
xbob/thesis/elshafey2014/scripts/ldair.py
xbob/thesis/elshafey2014/scripts/lrpca.py
xbob/thesis/elshafey2014/scripts/mfcc_vad_energy.py
xbob/thesis/elshafey2014/scripts/mfcc_vad_mod4hz.py
xbob/thesis/elshafey2014/scripts/mobio_common_errors.py
xbob/thesis/elshafey2014/scripts/mobio_fusion.py
xbob/thesis/elshafey2014/scripts/mobio_hter.py
xbob/thesis/elshafey2014/scripts/nist_sre12_postprocess.py
xbob/thesis/elshafey2014/scripts/para_gmm.py
xbob/thesis/elshafey2014/scripts/para_isv.py
xbob/thesis/elshafey2014/scripts/para_ivector.py
xbob/thesis/elshafey2014/scripts/para_jfa.py
xbob/thesis/elshafey2014/scripts/pca.py
xbob/thesis/elshafey2014/scripts/plda.py
xbob/thesis/elshafey2014/scripts/plot_arface.py
xbob/thesis/elshafey2014/scripts/plot_banca.py
xbob/thesis/elshafey2014/scripts/plot_caspeal.py
xbob/thesis/elshafey2014/scripts/plot_example.py
xbob/thesis/elshafey2014/scripts/plot_frgc.py
xbob/thesis/elshafey2014/scripts/plot_gbu.py
xbob/thesis/elshafey2014/scripts/plot_lfw.py
xbob/thesis/elshafey2014/scripts/plot_lfwidentification.py
xbob/thesis/elshafey2014/scripts/plot_miris.py
xbob/thesis/elshafey2014/scripts/plot_mobio_det.py
xbob/thesis/elshafey2014/scripts/plot_mobio_hter.py
xbob/thesis/elshafey2014/scripts/plot_mobio_hter_by_duration.py
xbob/thesis/elshafey2014/scripts/plot_mobio_scatters.py
xbob/thesis/elshafey2014/scripts/plot_multipie.py
xbob/thesis/elshafey2014/scripts/plot_nist_sre12.py
xbob/thesis/elshafey2014/scripts/plot_speech_duration.py
xbob/thesis/elshafey2014/scripts/sift.py
xbob/thesis/elshafey2014/scripts/tell_error.py
xbob/thesis/elshafey2014/toolchain/FileSelectorIVector.py
xbob/thesis/elshafey2014/toolchain/ToolChainIVector.py
xbob/thesis/elshafey2014/toolchain/__init__.py
xbob/thesis/elshafey2014/tools/Distance.py
xbob/thesis/elshafey2014/tools/IVector.py
xbob/thesis/elshafey2014/tools/JFA.py
xbob/thesis/elshafey2014/tools/MyPLDA.py
xbob/thesis/elshafey2014/tools/ParaUBMGMM.py
xbob/thesis/elshafey2014/tools/__init__.py
xbob/thesis/elshafey2014/utils/__init__.py
xbob/thesis/elshafey2014/utils/calibration.py
xbob/thesis/elshafey2014/utils/grid.py
xbob/thesis/elshafey2014/utils/measure.py
xbob/thesis/elshafey2014/utils/miris.py