Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only one speaker is predicted. #41

Open
w4-hslee opened this issue Jun 13, 2017 · 1 comment
Open

Only one speaker is predicted. #41

w4-hslee opened this issue Jun 13, 2017 · 1 comment

Comments

@w4-hslee
Copy link

w4-hslee commented Jun 13, 2017

Hi, Yuxin Wu.
Thank you for publishing a cool library.

Unfortunately, I faced a problem while testing to use it.
The test environment is as follows.
Four voices were added to the learning set, and each voice consists of two to four files.
and Voices are registered through the command,
"speaker-recognition.py -t enroll -i "./voice/*" -m model.out"
enrollment was successfully completed.

Then, when prediction was performed with unused file from the test process,
the following results were obtained.

./voice/test/hoseok/hoseok.wav -> seonyoung [failed]
./voice/test/christi/christi.wav -> seonyoung [failed]
./voice/test/seongjun/seongjun.wav -> seonyoung [failed]
./voice/test/seonyoung/seonyoung.wav -> seonyoung
./voice/test/ziye/ziye.wav -> seonyoung [failed]

The results of all test sets appear to be the same.
One suspicious point is that seonyoung's learning data was the longest.
Do you have any idea what is the problem?

@richardm47
Copy link

richardm47 commented Sep 14, 2017

@w4-hslee , How accurate are the results for you ?
What is the length of samples used for training and length of sample for used for prediction ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants