├── LICENSE ├── README.md ├── conf └── mfcc.conf ├── data ├── voxceleb1.csv └── voxceleb1.verification.test.csv ├── local └── make_voxceleb1_sv.pl ├── run.result └── run.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swshon/voxceleb-ivector/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swshon/voxceleb-ivector/HEAD/README.md -------------------------------------------------------------------------------- /conf/mfcc.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swshon/voxceleb-ivector/HEAD/conf/mfcc.conf -------------------------------------------------------------------------------- /data/voxceleb1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swshon/voxceleb-ivector/HEAD/data/voxceleb1.csv -------------------------------------------------------------------------------- /data/voxceleb1.verification.test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swshon/voxceleb-ivector/HEAD/data/voxceleb1.verification.test.csv -------------------------------------------------------------------------------- /local/make_voxceleb1_sv.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swshon/voxceleb-ivector/HEAD/local/make_voxceleb1_sv.pl -------------------------------------------------------------------------------- /run.result: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swshon/voxceleb-ivector/HEAD/run.result -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swshon/voxceleb-ivector/HEAD/run.sh --------------------------------------------------------------------------------