It is not possible to set the algorithm 'ivector'
Created by: tiagofrepereira2012
Since the bob.bio.gmm > 2.0.1 the bob.bio.algorithm
resource called ivector
doesn't exists anymore.
Now there are 3 variants called ivector-cosine
, ivector-plda
, and ivector-lda-wccn-plda
.
An update is necessary in the baseline.py script in order to reflect in theses modifications. Basically is necesary to update this line https://github.com/bioidiap/bob.bio.face/blob/master/bob/bio/face/script/baselines.py#L33