voxsrc_2019
voxsrc_2019 copied to clipboard
VoxSRC Challenge
VoxSRC Challenge
This repository contains the script to compute Equal Error Rates (EER)
- Download the list of validation pairs.
sh download_list.sh
- The output should be formatted as below. See
data/veri_test_output.txtfor examples.
SCORE FILE1 FILE2
- Run
evaluate.pyto compute the EER.
python evaluate.py --ground_truth=data/veri_test.txt --prediction=data/veri_test_output.txt --positive=0
Follow this link for more information about the challenge.