Update ECAPA-TDNN readme to add diarization link
#8
by
nauman
- opened
README.md
CHANGED
@@ -101,6 +101,15 @@ python train_speaker_embeddings.py hparams/train_ecapa_tdnn.yaml --data_folder=y
|
|
101 |
|
102 |
You can find our training results (models, logs, etc) [here](https://drive.google.com/drive/folders/1-ahC1xeyPinAHp2oAohL-02smNWO41Cc?usp=sharing).
|
103 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
### Limitations
|
105 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
106 |
|
@@ -122,6 +131,18 @@ The SpeechBrain team does not provide any warranty on the performance achieved b
|
|
122 |
}
|
123 |
```
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
# **Citing SpeechBrain**
|
126 |
Please, cite SpeechBrain if you use it for your research or business.
|
127 |
|
|
|
101 |
|
102 |
You can find our training results (models, logs, etc) [here](https://drive.google.com/drive/folders/1-ahC1xeyPinAHp2oAohL-02smNWO41Cc?usp=sharing).
|
103 |
|
104 |
+
# Speaker Diarization with ECAPA-TDNN Embeddings
|
105 |
+
Note that, this trained ECAPA-TDNN model is used for speaker diarization task. A full diarization pipeline including boudary preparation using RTTM files, speaker embedding extraction, and backend spectral clustering for [AMI dataset](https://groups.inf.ed.ac.uk/ami/corpus/) can be found [here](https://github.com/speechbrain/speechbrain/tree/develop/recipes/AMI/Diarization).
|
106 |
+
|
107 |
+
1. Run Inference for Diarization:
|
108 |
+
```
|
109 |
+
cd recipes/AMI/Diarization
|
110 |
+
python experiment.py hparams/ecapa_tdnn.yaml
|
111 |
+
```
|
112 |
+
|
113 |
### Limitations
|
114 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
115 |
|
|
|
131 |
}
|
132 |
```
|
133 |
|
134 |
+
#### Referencing Speaker Diarization with ECAPA-TDNN
|
135 |
+
```
|
136 |
+
@inproceedings{dawalatabad21_interspeech,
|
137 |
+
author={Nauman Dawalatabad and Mirco Ravanelli and François Grondin and Jenthe Thienpondt and Brecht Desplanques and Hwidong Na},
|
138 |
+
title={{ECAPA-TDNN Embeddings for Speaker Diarization}},
|
139 |
+
year=2021,
|
140 |
+
booktitle={Proc. Interspeech 2021},
|
141 |
+
pages={3560--3564},
|
142 |
+
doi={10.21437/Interspeech.2021-941}
|
143 |
+
}
|
144 |
+
```
|
145 |
+
|
146 |
# **Citing SpeechBrain**
|
147 |
Please, cite SpeechBrain if you use it for your research or business.
|
148 |
|