linhdvu14 / vggvox-speaker-identification

Speaker identification with VGGVox network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%