vggvox-speaker-identification icon indicating copy to clipboard operation
vggvox-speaker-identification copied to clipboard

Speaker identification with VGGVox network

Results 12 vggvox-speaker-identification issues
Sort by recently updated
recently updated
newest added

Hello, thanks for your code! I'm in a voice recognition project. I've read your code and a little bit confused about the method "build_buckets" in scoring.py. What is the method...

File "", line 1, in runfile('/home/batuhan/Desktop/Python/Staj/SpeakerRecognition/vggvox-speaker-identification/model.py', wdir='/home/batuhan/Desktop/Python/Staj/SpeakerRecognition/vggvox-speaker-identification') File "/home/batuhan/anaconda3/lib/python3.7/site-packages/spyder_kernels/customize/spydercustomize.py", line 827, in runfile execfile(filename, namespace) File "/home/batuhan/anaconda3/lib/python3.7/site-packages/spyder_kernels/customize/spydercustomize.py", line 110, in execfile exec(compile(f.read(), filename, 'exec'), namespace) File "/home/batuhan/Desktop/Python/Staj/SpeakerRecognition/vggvox-speaker-identification/model.py", line 79, in...

Hi all, I'm following @linhdvu14's steps and triyng to export VGGVox 2 to Keras/TensorFlow, but apparently things get much more complicated. I've tried some options like the one explained here...

I am getting this error while running scoring.py file. I am using NVIDIA GPU on windows 10. I have also tried multiple solutions avaliable on [stackoverflow](https://stackoverflow.com/questions/57507832/unable-to-allocate-array-with-shape-and-data-type) _________________________________________________________________ Processing enroll samples.......

Hello, I would like to see the csv output ("result.csv" in "res" folder) you have obtained because I don't see the last 2 fields of each audio file. I mean...

tensorflow.python.framework.errors_impl.InvalidArgumentError: input:0 is both fed and fetched. I ran the code on Windows and it worked and then I downloaded it on Linux and it showed this error. The versions...

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...

dear linhdvu14 you vggox model is excellently ,do you have the model by vggvox on resnet50 thanks

There is a bug when a wav file is shorted than frame_step*sample_rate*list(buckets.keys())[0] since rsize is empty. A possible workaround is to zero pad to min length