You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Applying a pretrained model](tutorials/applying_a_model.ipynb)
@@ -69,6 +73,9 @@ pip install pyannote.audio
69
73
-[Adding a new task](tutorials/add_your_own_task.ipynb)
70
74
- Adding a new pipeline
71
75
- Sharing pretrained models and pipelines
76
+
- Blog
77
+
- 2022-10-23 > ["One speaker segmentation model to rule them all"](https://herve.niderb.fr/fastpages/2022/10/23/One-speaker-segmentation-model-to-rule-them-all)
78
+
- 2021-08-05 > ["Streaming voice activity detection with pyannote.audio"](https://herve.niderb.fr/fastpages/2021/08/05/Streaming-voice-activity-detection-with-pyannote.html)
72
79
- Miscellaneous
73
80
-[Training with `pyannote-audio-train` command line tool](tutorials/training_with_cli.md)
74
81
-[Annotating your own data with Prodigy](tutorials/prodigy.md)
@@ -94,15 +101,19 @@ pip install pyannote.audio
94
101
95
102
## Benchmark
96
103
97
-
Out of the box, `pyannote.audio` default speaker diarization pipeline is expected to be much better (and faster) in v2.0 than in v1.1.:
98
-
99
-
| Dataset | DER% with v1.1 | DER% with v2.0 | Relative improvement |
A more detailed benchmark is available [here](https://hf.co/pyannote/speaker-diarization).
104
+
Out of the box, `pyannote.audio` default speaker diarization [pipeline](https://hf.co/pyannote/speaker-diarization) is expected to be much better (and faster) in v2.x than in v1.1. Those numbers are diarization error rates (in %)
0 commit comments