taylorlu / Speaker-Diarization

speaker diarization by uis-rnn and speaker embedding by vgg-speaker-recognition
Apache License 2.0
455 stars 124 forks source link

How to caculate DER, EER ? #25

Closed tranquangchung closed 4 years ago

tranquangchung commented 4 years ago

Hello!

Thank you @taylorlu for all your work here. I am researching on speaker diarization. I have done all tutorial from you, but i don't know how to evaluation EER, DER. Can you support me to create ground trust and code to evaluation ? Thank you

taylorlu commented 4 years ago

You mean Diarization Error Rate(DER) and Equal Error Rate(EER)? You can refer to SimpleDER and VGG-Speaker-Recognition for more details.

tranquangchung commented 4 years ago

thank you, 2 projects you refer very useful for me