linhdvu14 / vggvox-speaker-identification

Speaker identification with VGGVox network
82 stars 34 forks source link

code poorly classificating #10

Open Bdp1 opened 5 years ago

Bdp1 commented 5 years ago

Hello, I am trying the model with some IDs retrieved from the voxCeleb1 database http://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1.html and I am getting aroun 10% of correct classification. Do you know why is it happening? I have only changed the function "librosa.load" in signalprocess file for "sr,audio = wavfile.read(filename)" because I couldnt download avconv file needed for it

Thank you