Skip to content

joonson/voxsrc_2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

VoxSRC Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published