-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Diarize: Everything assigned to Speaker 01 #592
Comments
I also noticed that in pyannote.diarazation 3.1 all speakers go to one person. So edit diarize.py and set model_name="pyannote/speaker-diarization-3.0" instead of model_name="pyannote/speaker-diarization-3.1" |
Thanks. That resolved the issues |
Perhaps it is related to it |
I am also running into that error. Unfortunately changing the model_name="pyannote/speaker-diarization-3.1" to model_name="pyannote/speaker-diarization-3.0" in diarize.py did not help. do you know how I can solve this? |
Hi, I think you also need to update to pyannote v3.1.1 to fix the problem |
…o include num_speakers; to fix Issue m-bain#592
…o include num_speakers; to fix Issue m-bain#592
I am currently transcribing and diarizing a set of 1-on-1 interviews. In the diarized transcripts everything is assigned to Speaker_01.
whisperx p3_audio.aac --model large-v2 --diarize --min_speakers 2 --max_speakers 2 --batch_size 4 --hf_token TOKEN --language en
The text was updated successfully, but these errors were encountered: