Closed sanjayshreedharan closed 7 years ago
The problems seem to be in fast-gmm. @zxytim may have a better idea on what's happening. Meanwhile, you may choose not to compile the gmm code, then GMM from sklearn will be used instead.
I figured that out and used the gmm sklearn. Is there a way to do continuous speaker recognition in command line ? And not GUI?
Unfortunately there isn't.
This doesn't seem to be resolved yet. I ran into the same probelm on macOS. I'm currently falling back to the GMM implementation in sklearn. But it's nice to have the C implementation if that's faster.
nr_instance : 1030 nr_dim : 28 nr_mixture : 32 min_covar : 0.001000 threshold : 0.010000 nr_iteration : 200 init_with_kmeans: 0 concurrency : 4 verbosity : 0 Segmentation fault (core dumped) I have also same problem ? can anyone help me for resolve it?
Is there any installation problem ??
Running the following command
python speaker-recognition.py -t enroll -i "./ ./sanjay" -m model.out
gives the following output.The program closes saying Segmentation fault : 11. Can you please help me with it?