pyannote gives wrong results #1290
amitli1
started this conversation in
Development
Replies: 1 comment 2 replies
-
have you tried helping the pipeline with num_speakers parameter?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use
pyannote
forspeaker diarization
and I'm getting wrong number of speakers.
Any example I tried I got wrong results.
For example:
I used this youtube file:
https://www.youtube.com/watch?v=b2_ZZ2UpSzI
I convert it to wav file with sample rate of 16000.
I run the following code:
And I got the following diarization:
How can I tweak
pyannote
and get better results ?Beta Was this translation helpful? Give feedback.
All reactions