Update config.yaml
Browse files- config.yaml +14 -25
config.yaml
CHANGED
|
@@ -1,30 +1,19 @@
|
|
|
|
|
| 1 |
|
| 2 |
pipeline:
|
| 3 |
name: pyannote.audio.pipelines.SpeakerDiarization
|
| 4 |
params:
|
| 5 |
-
|
| 6 |
-
embedding: pyannote/
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
warm_up: [0.0, 0.0]
|
| 17 |
-
weigh_by_cardinality: false
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
preprocessor:
|
| 21 |
-
mono: true
|
| 22 |
-
normalize: true
|
| 23 |
-
frame_shift: 0.01
|
| 24 |
-
|
| 25 |
-
protocol:
|
| 26 |
-
name: MyDataset.SpeakerDiarization.MyProtocol
|
| 27 |
-
task: SpeakerDiarization
|
| 28 |
-
|
| 29 |
-
logging:
|
| 30 |
-
wandb: false
|
|
|
|
| 1 |
+
version: 3.1.0
|
| 2 |
|
| 3 |
pipeline:
|
| 4 |
name: pyannote.audio.pipelines.SpeakerDiarization
|
| 5 |
params:
|
| 6 |
+
clustering: AgglomerativeClustering
|
| 7 |
+
embedding: pyannote/wespeaker-voxceleb-resnet34-LM
|
| 8 |
+
embedding_batch_size: 32
|
| 9 |
+
embedding_exclude_overlap: true
|
| 10 |
+
segmentation: pyannote/segmentation-3.0
|
| 11 |
+
segmentation_batch_size: 32
|
| 12 |
|
| 13 |
+
params:
|
| 14 |
+
clustering:
|
| 15 |
+
method: centroid
|
| 16 |
+
min_cluster_size: 12
|
| 17 |
+
threshold: 0.7045654963945799
|
| 18 |
+
segmentation:
|
| 19 |
+
min_duration_off: 0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|