-
I didn't find the process of enrolment and testing. How can I distinguish between these two parts? I want to separate the enrollment utterances from the testing utterances. What should I do?
-
你好,最近在写说话人识别的论文,学习了下你的代码,有2个疑问:(1)-我看了这篇论文好像是基于Resnet的CNN,最后是一个512维度的全连接层。我又对比了下您在model.py中的convolutional_model_simple和convolutional_model方法,发现您在简化的方法convolutional_model_simple注释掉了一个512个卷积核的卷积层,实际的GRU…
-
Hello, where does this code use i-vector? Is it gmm or gmm-ubm?
-
Hi,
I am trying to use the TrainWorld to generate a world model. What i've done is store the audio files in .wav format (16 bit PCM) in the same folder as the TrainWorld.exe and TrainWorld.cfg (fro…
-
Hi. I fitted full gmm with kaldi, then extracted covariance matrix and tried to call `size` method but failed. According to documentation this method should exist: (https://pykaldi.github.io/api/kaldi…
-
Hi,
I’m trying to run the ALIZE android library for speaker verification, i’ve downloaded the library and followed the steps in https://github.com/ALIZE-Speaker-Recognition/android-alize
howeve…
-
What does function 'get_all_data_fpaths()' in file speaker-recognition/tree/master/src/testbench/train-ubm.py is expected to read from 'test-data/mfcc-lpc-data/' (even directory doesn't exist)?
Is it…
-
Can you provide some feature which can be used to train the ubm and gmm ? Thanks!
-
hi, I'am trying to access weights of trained gmm model. With this code
```
from kaldi.gmm import FullGmm
gmm = FullGmm()
with xopen('final.ubm') as f:
gmm.read(f.stream(), f.binary)
gmm.we…
-
The problem is that:
in kaldi egs/lre07/v2,
The subdirectory v2 demonstrates the LID system using a time delay deep neural network based UBM which is used to replace the GMM-UBM of v1. Th…