Overview of the VoxConverse v1 recipe
masterThe VoxConverse v1 recipe is designed for speaker diarization tasks using the Voxconverse2020 dataset (dev set: 216 utts).
Key Components:
- Speaker Model: ResNet34 model (pretrained by WeSpeaker). You can find the pretrained model at:
https://wespeaker-1256283475.cos.ap-shanghai.myqcloud.com/models/voxceleb/voxceleb_resnet34_LM.onnx. - Speaker Activity Detection (SAD): Supports both
oracle SAD(ground truth) andsystem SAD(usingsilero-vad). - Clustering: Uses
spectral clustering. - Metric: Performance is measured using
DER(Diarization Error Rate), which is the sum ofMISS,FALSE ALARM, andSPEAKER CONFUSIONpercentages.
Requirements:
- A machine with GPU availability.
onnxruntime-gpusupport.