-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdatabase.yml
More file actions
35 lines (33 loc) · 1014 Bytes
/
database.yml
File metadata and controls
35 lines (33 loc) · 1014 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Databases:
VoxConverse:
- wavs/dev/{uri}.wav
- wavs/test/{uri}.wav
Protocols:
VoxConverse:
SpeakerDiarization:
# Original subsets as defined by VoxConverse (only dev and test)
Original:
scope: file
development:
uri: uris/dev.txt
annotation: rttm/dev/{uri}.rttm
annotated: uem/dev/{uri}.uem
test:
uri: uris/test.txt
annotation: rttm/test/{uri}.rttm
annotated: uem/test/{uri}.uem
# Custom protocol with train=18h, val=2h (splitted from original dev=20h)
Custom1:
scope: file
train:
uri: uris/custom1/dev_train.txt
annotation: rttm/dev/{uri}.rttm
annotated: uem/dev/{uri}.uem
development:
uri: uris/custom1/dev_val.txt
annotation: rttm/dev/{uri}.rttm
annotated: uem/dev/{uri}.uem
test:
uri: uris/test.txt
annotation: rttm/test/{uri}.rttm
annotated: uem/test/{uri}.uem