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

Absent speaker embedding in speaker_embed.py #2

Closed
wxing232 opened this issue Sep 26, 2021 · 2 comments
Closed

Absent speaker embedding in speaker_embed.py #2

wxing232 opened this issue Sep 26, 2021 · 2 comments

Comments

@wxing232
Copy link

Hello:
in speaker_embed.py, used 'hbredin/SpeakerEmbedding-XVectorMFCC-VoxCeleb' ,but 'hbredin/SpeakerEmbedding-XVectorMFCC-VoxCeleb' have been deleted. https://huggingface.co/hbredin/ . So what should i do .
thank you for your reply

@SolomidHero
Copy link
Owner

SolomidHero commented Sep 26, 2021

Hi, that's why tests weren't passed a while :)
Either you can to solve this by:

  1. find how to load other model from https://github.com/pyannote/pyannote-audio/ which is used here
  2. or use another package for speaker embedding extraction. There are plenty of models which were trained on speaker classification task. For example, you can use pre-trained model from https://github.com/resemble-ai/Resemblyzer/ as it is easy to use

@wxing232
Copy link
Author

OK,thank you so much

@SolomidHero SolomidHero changed the title about speaker_embed.py Absent speaker embedding in speaker_embed.py Oct 18, 2021
@SolomidHero SolomidHero pinned this issue Oct 18, 2021
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