[facereclib.database]
gmobio-male = xbob.gender.bimodal.configurations.databases.mobio:database_male
glfw-fold1-female = xbob.gender.bimodal.configurations.databases.lfw_fold1:database_female
glfw-fold4 = xbob.gender.bimodal.configurations.databases.lfw_fold4:database
glfw-fold2 = xbob.gender.bimodal.configurations.databases.lfw_fold2:database
glfw-fold3 = xbob.gender.bimodal.configurations.databases.lfw_fold3:database
glfw-fold0 = xbob.gender.bimodal.configurations.databases.lfw_fold0:database
gnistsre = xbob.gender.bimodal.configurations.databases.nistsre:database
glfw-fold4-male = xbob.gender.bimodal.configurations.databases.lfw_fold4:database_male
glfw-fold2-female = xbob.gender.bimodal.configurations.databases.lfw_fold2:database_female
glfw-fold4-female = xbob.gender.bimodal.configurations.databases.lfw_fold4:database_female
gnistsre-female = xbob.gender.bimodal.configurations.databases.nistsre:database_female
glfw-fold1 = xbob.gender.bimodal.configurations.databases.lfw_fold1:database
glfw-fold3-male = xbob.gender.bimodal.configurations.databases.lfw_fold3:database_male
gmobio-female = xbob.gender.bimodal.configurations.databases.mobio:database_female
gnistsre-male = xbob.gender.bimodal.configurations.databases.nistsre:database_male
gferet = xbob.gender.bimodal.configurations.databases.feret:database
glfw-fold1-male = xbob.gender.bimodal.configurations.databases.lfw_fold1:database_male
gferet-female = xbob.gender.bimodal.configurations.databases.feret:database_female
glfw-fold2-male = xbob.gender.bimodal.configurations.databases.lfw_fold2:database_male
glfw-fold0-female = xbob.gender.bimodal.configurations.databases.lfw_fold0:database_female
gmobio = xbob.gender.bimodal.configurations.databases.mobio:database
gferet-male = xbob.gender.bimodal.configurations.databases.feret:database_male
glfw-fold3-female = xbob.gender.bimodal.configurations.databases.lfw_fold3:database_female
glfw-fold0-male = xbob.gender.bimodal.configurations.databases.lfw_fold0:database_male

[facereclib.tool]
myivector200 = xbob.gender.bimodal.configurations.tools.ivector200:tool
cosine = xbob.gender.bimodal.configurations.tools.cosine:tool
myivector = xbob.gender.bimodal.configurations.tools.ivector:tool
myisv = xbob.gender.bimodal.configurations.tools.isv:tool
mygmm = xbob.gender.bimodal.configurations.tools.gmm:tool

[facereclib.preprocessor]
face-crop-64 = xbob.gender.bimodal.configurations.preprocessing.face_crop_64:preprocessor
face-crop-16 = xbob.gender.bimodal.configurations.preprocessing.face_crop_16:preprocessor
face-crop-48 = xbob.gender.bimodal.configurations.preprocessing.face_crop_48:preprocessor
face-crop-80 = xbob.gender.bimodal.configurations.preprocessing.face_crop_80:preprocessor
face-crop-32 = xbob.gender.bimodal.configurations.preprocessing.face_crop_32:preprocessor
face-crop-24 = xbob.gender.bimodal.configurations.preprocessing.face_crop_24:preprocessor

[console_scripts]
isv_training.py = xbob.gender.bimodal.script.isv_training:main
gmm_scoring.py = xbob.gender.bimodal.script.gmm_scoring:main
cosine_distance.py = xbob.gender.bimodal.script.cosine_distance:main
gmm_training.py = xbob.gender.bimodal.script.gmm_training:main
para_ivector.py = xbob.gender.bimodal.script.para_ivector:main
plot_nistsre.py = xbob.gender.bimodal.script.plot_nistsre:main
svm.py = xbob.gender.bimodal.script.svm:main
para_gmm_training.py = xbob.gender.bimodal.script.para_gmm_training:main
plot_mobio.py = xbob.gender.bimodal.script.plot_mobio:main
plot_feret.py = xbob.gender.bimodal.script.plot_feret:main
plot_lfw.py = xbob.gender.bimodal.script.plot_lfw:main
fusion_mobio.py = xbob.gender.bimodal.script.fusion_mobio:main
mfcc_vad_energy.py = xbob.gender.bimodal.script.mfcc_vad_energy:main
svm_linear.py = xbob.gender.bimodal.script.svm_linear:main
isv_scoring.py = xbob.gender.bimodal.script.isv_scoring:main
ivector.py = xbob.gender.bimodal.script.ivector:main

[facereclib.feature_extractor]
hog-16 = xbob.gender.bimodal.configurations.features.hog_16:feature_extractor
hog-48 = xbob.gender.bimodal.configurations.features.hog_48:feature_extractor
hog-32 = xbob.gender.bimodal.configurations.features.hog_32:feature_extractor
hog-24 = xbob.gender.bimodal.configurations.features.hog_24:feature_extractor
hog-64 = xbob.gender.bimodal.configurations.features.hog_64:feature_extractor
lbphs = xbob.gender.bimodal.configurations.features.lbphs:feature_extractor
hog-80 = xbob.gender.bimodal.configurations.features.hog_80:feature_extractor

