voxsrc_2019 icon indicating copy to clipboard operation
voxsrc_2019 copied to clipboard

VoxSRC Challenge

VoxSRC Challenge

This repository contains the script to compute Equal Error Rates (EER)

  1. Download the list of validation pairs.
sh download_list.sh
  1. The output should be formatted as below. See data/veri_test_output.txt for examples.
SCORE FILE1 FILE2
  1. Run evaluate.py to 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.