Hervé BREDIN

Results 270 comments of Hervé BREDIN

What version of `pyannote.audio` are you using? This issue should be fixed in latest release (3.0.1).

What does this print? ```python from pyannote.audio import __version__ print(__version__) ```

Can you please share the file and pipeline parameters that causes this issue?

> Thank you for your question. The speaker label is only local to each file, which means 001-M of session 1 is not the same person as 001-M in session...

Short answer: those things you propose are on my TODO list. Long answer: I opened [a discussion](https://github.com/pyannote/pyannote-audio/discussions/858) on pyannote repo if you are interested in trying before I do :)

My two cents :-) One [can actually](https://x.com/hbredin/status/1729394482506784871?s=20) use `pyannote` pretrained models without Huggingface authentication. As soon as the model has been downloaded and cached once (yes, this needs a HF...

If you look closely at the trace, it seems to be an issue with speechbrain library. Also, pyannote does not (yet) officially support Windows (because I don't have a Windows...

I am afraid I do not fully understand the question. May I suggest you start by looking at [this blog post](https://herve.niderb.fr/fastpages/2022/10/23/One-speaker-segmentation-model-to-rule-them-all) and in particular the section dedicated to [speaker change...

The model has only ever seen 10s chunks during training, so I would not recommend using it with other durations (it might work but it might actually also behave in...

You could actually try to stitch segmentation windows together by finding the optimal permutation between two consecutive (and overlapping) windows?