Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 776 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 776 Bytes

vggvox

Instructions

  • Install python3 and the required packages
  • Modify cfg/enroll_list.csv and cfg/test_list.csv to point to your local enroll/test wav files
  • To run evaluation: python3 scoring.py
  • Results will be stored in res/results.csv. Each line has format: [path to test wav], [correct speaker], [distance to enroll speaker 1],...[distance to enroll speaker N], [predicted speaker], [correct?]