ranchlai / speaker-verification

Speaker verification using ResnetSE (EER=0.0093) and ECAPA-TDNN
88 stars 21 forks source link

data path problem #2

Open dimuthuanuraj opened 3 years ago

dimuthuanuraj commented 3 years ago

@ranchlai Could you please tell me how to create the,

  1. spk_scp: ../../data/voxceleb1and2_list.txt
  2. speaker_set: ../../data/speaker_set.txt

I have a doubt that spk_scp means the list you created by the following command? findpwd/ --type f > vox_files.txt

ranchlai commented 3 years ago

find pwd/ --type f > vox_files.txt

note the `` here

dimuthuanuraj commented 3 years ago

Thank you. @ranchlai. also, @ranchlai spk_scp means vox_files.txt file right?