Skip to content
Snippets Groups Projects

Added support voicePA and moved extractors to bob.bio.spear

Merged Pavel KORSHUNOV requested to merge add-voicepa-move-features into master
28 files
+ 121
541
Compare changes
  • Side-by-side
  • Inline
Files
28
#!/usr/bin/env python
import bob.bio.gmm
algorithm = bob.bio.gmm.algorithm.GMMRegular(
number_of_gaussians = 512,
kmeans_training_iterations = 10, # Maximum number of iterations for K-Means
gmm_training_iterations = 10, # Maximum number of iterations for ML GMM Training
)
Loading