-
-
Notifications
You must be signed in to change notification settings - Fork 802
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 reidentification #1383
Comments
Thanks. This is definitely a recurrent request and would make a nice addition to Related ongoing PR by @flyingleafe would make a good starting point. diarization, embedding = pipeline("audio.wav", return_embedding=True) You could maybe start by having a look at this PR and the three of us (@flyingleafe, @Vermeille, and I) can continue the discussion there. |
To backup my "recurrent request" claim, here is a poll that I recently posted on Twitter (where speaker tracking ~= speaker reidentification) |
@hbredin By the way, I think that I have applied all your comments to the mentioned PR a long time ago. If you do not have further comments, maybe we can merge it, so that people can start using this apparently desired feature? |
@Vermeille in the meanwhile, yes, you can use the PR branch and simply compare the embeddings returned by the pipeline with the known embeddings by cosine distance, then relabel the annotation accordingly. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hello,
The project I am currently working on needs to identify speakers. Having the audio segments labeled "Speaker 0" to Speaker N" is cool, but labels "Yann LeCun", "Yoshua Bengio" etc are much better.
I am willing to contribute the feature and was thinking of implementing it the following way:
speakers/Yann_LeCun.wav
,speakers/Yoshua_Bengio.wav
, etc)What do you think?
Related to: #1310 . Could be an implementation starting point and have two birds with one stone.
The text was updated successfully, but these errors were encountered: