You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding the test sample ,unfortunately the answer is no. The reason why is that the original dataset comes from YT videos and there are various copyright issues that may arise (also, the original VoxCeleb team should be, imo, the one to provide the raw tracks and devise appropriate sharing rules in their licence).
We have, however, provided the list of recordings we used for train and test, therefore it should be possible to replicate it by following all the steps described in the paper and in the various notebooks
Thank you for your immediate response. I experienced some errors using ASVtorch so I used Kaldi. The original Kaldi for vector was num-ceps=24 https://github.com/kaldi-asr/kaldi/blob/master/egs/voxceleb/v1/conf/mfcc.conf
I will update the value of num-ceps. Yes, Vox data can be requested. I think it is okay if you put several computed features for testing. In this case, somebody would like to replicate your code who only use a simple test example.
Hello!
ASVTorch generates 24 MFCCs, so the MFCCS are (n, 24) shape. Your input is (200, 30). Where is the 30 from? Can you please provide some test samples?
The text was updated successfully, but these errors were encountered: