-
Notifications
You must be signed in to change notification settings - Fork 473
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
max speakers for speaker embedding manager #1096
Comments
That sounds reasonable. Could you follow
to add a TopK to return the name and scores for the topK match?
|
I assume we just need to sort the scores, then iterate through them, collect, and return. Could you share any specific IntelliSense and formatting settings used in the repository so I can feel more comfortable working in VSCode? |
We are using
I don't use VSCode. Maybe you can find a way to integrate clang-format with it. You don't need to care about the style issues. We can reformat the file later. |
It would be useful if I there was an option in embedding manager to find the closest one from existing speakers.
This way, I can handle myself the case where I know how many speakers there are, and there's already enough speakers detected.
The text was updated successfully, but these errors were encountered: