Correctly reorganized the input for the PLDA
Merged
requested to merge 56-it-is-not-possible-to-use-plda-in-the-current-execution-chain into master
Closes #56 (closed)
I'll give 24h for objections before merge this one :-P
Merge request reports
Activity
I see. The problem seems to be that PLDA is not tested without PCA projection. During PCA projection, the features are
vstack
'ed, but they are not without PCA.Now that you have the original features per client in one
ndarray
, it should be possible to re-implement https://gitlab.idiap.ch/bob/bob.bio.base/blob/master/bob/bio/base/algorithm/PLDA.py#L95 using a simple matrix multiplication, instead of iterating over the rows of the client. Can you do that?Added 1 commit:
- 824b0b6c - Correctly reorganized the input for the PLDA
Mentioned in commit 3a5d5b89
Please register or sign in to reply