-
Language id performance
I used the following script to test the performance of the released language model, and got the correct rate of 82.29%, which could not reach 85% (In https://huggingface.co/sp…
-
I tried to train by following your scripts and I got these errors.
ERROR: Unexpected bus error encountered in worker. This might be caused by insufficient shared memory (shm).
Traceback (most rece…
-
Is there a simple way to run the pretrained model to generate an output sequence corresponding to a driving video and a single source frame? The dataset I am working with is Voxceleb itself.
-
How can I perform Speaker Verification with Pyannote?
I've an audio segment of the user and I want to compare new instances to this segment to verify the user.
-
This is not currently supported:
```python
from pyannote.audio.core.io import Audio
from pyannote.core import Segment
audio = Audio()
with open('file.wav', 'rb') as f:
waveform, sample_rat…
-
Hi @jymsuper ,
Thanks for sharing this excellent codes.
I have go through the identification.py and verification.py files for calculate the perfermanes after the enroll process.
Could you give …
-
Hi, is there a tutorial on how to use x-vectors for speaker recognition?
Congrats on your first release by the way :)
-
I was trying to extract ivector from pre-trained librispeech model and running the script to extract ivectors, I am getting this error. Does anyone have any idea as to why it is happening? Just to men…
-
Hi:
I want to ask if there any way to specify distributed GPU numbers
I used the following command ```CUDA_VISIBLE_DEVICES=1,2,3
python train_speaker_embeddings.py hparams/train_ecapa_tdnn.yaml…
-
I used another independent models to train embedding. Now I added the network to pyannote. The final file structure is set to be the same as the file structure obtained by pyannote training(The spe…