├── LICENSE ├── README.md ├── matlab ├── compute_eer.m ├── gplda_demo.m ├── gplda_em.m ├── length_norm.m ├── moplda_demo.m ├── moplda_em_update_sigma.m ├── score_gplda_trials.m ├── score_moplda_trials.m └── sre14_test.result └── python └── sre14_preprocess.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanphiee/MOT-sGPLDA-SRE14/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanphiee/MOT-sGPLDA-SRE14/HEAD/README.md -------------------------------------------------------------------------------- /matlab/compute_eer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanphiee/MOT-sGPLDA-SRE14/HEAD/matlab/compute_eer.m -------------------------------------------------------------------------------- /matlab/gplda_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanphiee/MOT-sGPLDA-SRE14/HEAD/matlab/gplda_demo.m -------------------------------------------------------------------------------- /matlab/gplda_em.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanphiee/MOT-sGPLDA-SRE14/HEAD/matlab/gplda_em.m -------------------------------------------------------------------------------- /matlab/length_norm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanphiee/MOT-sGPLDA-SRE14/HEAD/matlab/length_norm.m -------------------------------------------------------------------------------- /matlab/moplda_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanphiee/MOT-sGPLDA-SRE14/HEAD/matlab/moplda_demo.m -------------------------------------------------------------------------------- /matlab/moplda_em_update_sigma.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanphiee/MOT-sGPLDA-SRE14/HEAD/matlab/moplda_em_update_sigma.m -------------------------------------------------------------------------------- /matlab/score_gplda_trials.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanphiee/MOT-sGPLDA-SRE14/HEAD/matlab/score_gplda_trials.m -------------------------------------------------------------------------------- /matlab/score_moplda_trials.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanphiee/MOT-sGPLDA-SRE14/HEAD/matlab/score_moplda_trials.m -------------------------------------------------------------------------------- /matlab/sre14_test.result: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanphiee/MOT-sGPLDA-SRE14/HEAD/matlab/sre14_test.result -------------------------------------------------------------------------------- /python/sre14_preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanphiee/MOT-sGPLDA-SRE14/HEAD/python/sre14_preprocess.py --------------------------------------------------------------------------------