Skip to content

linhdvu14/vggvox-speaker-identification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?]

About

Speaker identification with VGGVox network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages