File size: 535 Bytes
b1e73d6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Custom Diarization Dataset Configuration for pyannote.audio
# pyannote.database version 4.x compatible

Databases:
  CustomData: /kaggle/working/

Protocols:
  CustomData:
    SpeakerDiarization:
      train:
        train:
          uri: lst/train.lst
          annotation: rttm/{uri}.rttm
          annotated: uem/{uri}.uem
        development:
          uri: lst/development.lst
          annotation: rttm/{uri}.rttm
          annotated: uem/{uri}.uem
        test:
          uri: lst/test.lst
          annotated: uem/{uri}.uem