Blame view

egs/sitw/README.txt 721 Bytes
8dcb6dfcb   Yannick Estève   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
   
   This directory (sitw) contains example scripts for the Speakers in the
   Wild (SITW) Speaker Recognition Challenge.  The SITW corpus is required,
   and can be obtained by following the directions at the url
   http://www.speech.sri.com/projects/sitw/
  
   Additional data sources (e.g., VoxCeleb and MUSAN) are required to train
   the systems in the subdirectories.  See the corresponding README.txt files
   in the subdirectories for more details. 
  
   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 is a traditional i-vector system while the v2
   recipe uses DNN embeddings called x-vectors.