VGGVox icon indicating copy to clipboard operation
VGGVox copied to clipboard

VGGVox models for Speaker Identification and Verification trained on the VoxCeleb (1 & 2) datasets

Results 20 VGGVox issues
Sort by recently updated
recently updated
newest added

Hi, I want to compute Equal Error Rate as a measurement error, but i couldn't find it in your code. Could you tell me how to compute this measurement?

Hello I am curious as to which license enables you to use Youtube videos for creating a dataset. Motivated by your work, I am also interested in data from Youtube...

confused with pool_time layer. as said 'modify the payers to adapt to the spectrogram'. a input size of 512\*300 with 3s segment, the resnet50 output 9\* 8\*2048d, and followed with...

The paper doesn't mention removal of DC component. However, you seem to be doing it during preprocessing in the code? Is the removal of DC component necessary?

Hi, From 'mfccspec.m', it seems that you compute the Fourier transform (with Matlab's fft function) of 25ms-long windows, and keep the entire spectrum (which is Hermitian symmetric) to compute the...

Would you mind checking the following link? Thanks for open-sourcing the network! >Model trained for verification on VoxCeleb2 (this is a resnet based model) http://www.robots.ox.ac.uk/~vgg/data/voxceleb2/ver_net.mat

demo_vggvox_verif Downloading the VGGVox model for Verification ... this may take a while Warning: Directory already exists. > In demo_vggvox_verif (line 27) Undefined function or variable 'dagnn.ContrastiveLoss'. Error in dagnn.DagNN.loadobj...

Hi, I am working on DNN based speaker ID using voxCeleb. How do you define train, validation and test sets for both datasets. I can see identification file list for...

How do we get the true label i.e. Celebrity Name after getting a class from this line of code in demo_vggvox_identif.m file. `fprintf('Score:%d\nClass:%d\n',score, class);` This will get me the class...

Hello, thanks for sharing the trained model! I am a beginner. I have some problems in configuring the environment and executing the test code. Some of them I tried to...