pyannote / pyannote-metrics

A toolkit for reproducible evaluation, diagnostic, and error analysis of speaker diarization systems
http://pyannote.github.io/pyannote-metrics
MIT License
186 stars 33 forks source link

DER computation on bunch of files #30

Closed bchinnari closed 4 years ago

bchinnari commented 5 years ago

Hi All, I installed the tool. I want to compute the overall diarization error rate. I have bunch of reference files and hypothesis files in rttm format. How do I compute DER using this tool. Kindly let me know.

Thanks PS:I went through the documentation once. I could not figure out how.

hbredin commented 5 years ago

http://pyannote.github.io/pyannote-metrics/tutorial.html should give you a hint.

All that's missing from the tutorial is the part where you parse the RTTM file into the reference and hypothesis objects.

hbredin commented 4 years ago

Closing stalled issues. Please reopen if needed.