sucv

Results 6 comments of sucv

One by one I checked the wav files in the development set, found some of them have no one speaking. Will remove those wavs and try again.

Thx for the prompt response. I downloaded the latest version and called diarization-3.0 pipeline. On Sat, Oct 14, 2023 at 17:58 Hervé BREDIN ***@***.***> wrote: > What version of pyannote.audio...

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

I wonder why `if np.nanmax(count.data) == 0.0:` was passed and cause all `-2` at `hard_clusters[inactive_speakers] = -2` in `speaker_diarization.py`. I set a breakpoint on `hard_clusters[inactive_speakers] = -2` and find that...

I packaged the minimum code and data. To setup the environment, firstly, change the huggingface token in `main.py`, then do the following. (Note that the chance to incur the bug...

Hi, I am just a passerby. The issue is caused by the IDE, which is PyCharm. In jupyter notebook, the plot will be shown. But in PyCharm, you need extra...