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

Speaker Verification Predict #52

Open
Kailegh opened this issue Aug 27, 2019 · 0 comments
Open

Speaker Verification Predict #52

Kailegh opened this issue Aug 27, 2019 · 0 comments

Comments

@Kailegh
Copy link

Kailegh commented Aug 27, 2019

Hi, first of all, thank you for your awesome work. I intend to use this for speaker verification, I know a speaker and I need to know if another audio belongs to him or not. I have some questions regarding your repo:

  • I had thought of saving the speaker embeddings, that is equivalent to the part of the code where you calculate the centroid right? I could calculate the centroid of all my known speakers and just load it later.

  • As I said my intention is to give the network and audio and test it against a known speaker, but I am a bit lost on how could I do that with your code, could you point me in the right direction? I get lost after you calculate the sim_matrix and the FAR FRR and thresh parameters.

  • I think that my main question is how do I fix that threshold parameter and how do I get a binary output meaning if two inputs correspond to the same person or not.

Once more thank you for your work!

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

1 participant