FunASR icon indicating copy to clipboard operation
FunASR copied to clipboard

How to verify speaker according to the result of the model?

Open anonymous530 opened this issue 1 year ago • 0 comments

Settings

model: damo/speech_xvector_sv-zh-cn-cnceleb-16k-spk3465-pytorch sv_threshold: 0.6

Scene

  1. Same person audio_in: ( 'https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/test_audio/sv_example_enroll.wav', 'https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/test_audio/sv_example_same.wav' )

model_scores: [0.9804788827896118, 0.019521117210388184]

  1. Different person audio_in=( 'https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/test_audio/sv_example_enroll.wav', 'https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/test_audio/sv_example_different.wav') )

model_scores: [0.7429116070270538, 0.25708839297294617]

Question

How to verify speaker according to the result of the model?

anonymous530 avatar Oct 31 '23 11:10 anonymous530