Blame view

egs/voxceleb/README.txt 624 Bytes
8dcb6dfcb   Yannick Estève   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
   
   This is a Kaldi recipe for speaker verification using the VoxCeleb1 and
   VoxCeleb2 corpora.  See http://www.robots.ox.ac.uk/~vgg/data/voxceleb/ and 
   http://www.robots.ox.ac.uk/~vgg/data/voxceleb2/ for additional details and
   information on how to obtain them.
  
   Note: This recipe requires ffmpeg to be installed and its location included
   in $PATH
  
   The subdirectories "v1" and so on are different speaker recognition
   recipes. The recipe in v1 demonstrates a standard approach using a
   full-covariance GMM-UBM, iVectors, and a PLDA backend.  The example 
   in v2 demonstrates DNN speaker embeddings with a PLDA backend.