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

[vec]add speaker verification score method #1646

Merged
merged 5 commits into from
Apr 8, 2022

Conversation

LeoMax-Xiong
Copy link
Contributor

PR types

PR changes

Describe

add speaker verification method

@LeoMax-Xiong LeoMax-Xiong added the Vector SID/LID/etc. label Apr 4, 2022
@LeoMax-Xiong LeoMax-Xiong added this to the r1.0.0a milestone Apr 4, 2022
@LeoMax-Xiong LeoMax-Xiong self-assigned this Apr 4, 2022
@mergify mergify bot added the CLI label Apr 4, 2022
@LeoMax-Xiong LeoMax-Xiong linked an issue Apr 4, 2022 that may be closed by this pull request
@LeoMax-Xiong LeoMax-Xiong changed the title [vec]add speaker verification method [vec]add speaker verification score method Apr 4, 2022
audio_file='./123456789.wav',
device=paddle.get_device())
print('Test embedding Result: \n{}'.format(test_emb))
score = vector_executor.get_embeddings_score(audio_emb, test_emb)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

添加向量长度规整,以及分数区间说明

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好的

@mergify mergify bot added the Example label Apr 7, 2022
@mergify
Copy link

mergify bot commented Apr 7, 2022

This pull request is now in conflict :(

@mergify mergify bot added the conflicts label Apr 7, 2022
@mergify mergify bot removed the conflicts label Apr 7, 2022
@LeoMax-Xiong LeoMax-Xiong marked this pull request as ready for review April 8, 2022 07:07
@LeoMax-Xiong LeoMax-Xiong merged commit f500fa8 into PaddlePaddle:develop Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[vec]add speaker verification score function
2 participants