GokseninYuksel commited on
Commit
f0abbf7
·
verified ·
1 Parent(s): 5702940

Add files using upload-large-folder tool

Browse files
starss23-v1.0.0-full/labelvocabulary.csv ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ idx,label
2
+ 0,Female speech
3
+ 1,Male speech
4
+ 2,Clapping
5
+ 3,Telephone
6
+ 4,Laughter
7
+ 5,Domestic sounds
8
+ 6,Footsteps
9
+ 7,Door
10
+ 8,Music
11
+ 9,Musical instrument
12
+ 10,Water tap
13
+ 11,Bell
14
+ 12,Knock
starss23-v1.0.0-full/task_metadata.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_name": "starss23",
3
+ "version": "hear2021",
4
+ "embedding_type": "event",
5
+ "prediction_type": "accdoa",
6
+ "split_mode": "trainvaltest",
7
+ "sample_duration": null,
8
+ "source_dynamics": "dynamic",
9
+ "evaluation": [
10
+ "SELD"
11
+ ],
12
+ "evaluation_params": {
13
+ "doa_threshold": 20,
14
+ "average": "macro"
15
+ },
16
+ "download_urls": [
17
+ {
18
+ "split": "train",
19
+ "name": "dev",
20
+ "url": "https://archive.org/download/dcase2016_task2_train_dev/dcase2016_task2_train_dev.zip",
21
+ "md5": "4e1b5e8887159193e8624dec801eb9e7"
22
+ },
23
+ {
24
+ "split": "train",
25
+ "name": "eval",
26
+ "url": "https://archive.org/download/dcase2016_task2_test_public/dcase2016_task2_test_public.zip",
27
+ "md5": "ac98768b39a08fc0c6c2ddd15a981dd7"
28
+ }
29
+ ],
30
+ "default_mode": "full",
31
+ "max_task_duration_by_split": {
32
+ "train": null,
33
+ "valid": null,
34
+ "test": null
35
+ },
36
+ "tmp_dir": "_workdir",
37
+ "mode": "full",
38
+ "splits": [
39
+ "train",
40
+ "valid",
41
+ "test"
42
+ ],
43
+ "_nb_label_frames_1s": 100
44
+
45
+ }
tau2021-v1.0.0-full/labelvocabulary.csv ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ idx,label
2
+ 0,alarm
3
+ 1,crying baby
4
+ 2,crash
5
+ 3,barking dog
6
+ 4,female scream
7
+ 5,female speech
8
+ 6,footsteps
9
+ 7,knocking on door
10
+ 8,male scream
11
+ 9,male speech
12
+ 10,ringing phone
13
+ 11,piano
tau2021-v1.0.0-full/task_metadata.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_name": "tau2021",
3
+ "version": "hear2021",
4
+ "embedding_type": "event",
5
+ "prediction_type": "accdoa",
6
+ "split_mode": "trainvaltest",
7
+ "sample_duration": null,
8
+ "source_dynamics": "dynamic",
9
+ "evaluation": [
10
+ "SELD"
11
+ ],
12
+ "evaluation_params": {
13
+ "doa_threshold": 20,
14
+ "average": "macro"
15
+ },
16
+ "download_urls": [
17
+ {
18
+ "split": "train",
19
+ "name": "dev",
20
+ "url": "https://archive.org/download/dcase2016_task2_train_dev/dcase2016_task2_train_dev.zip",
21
+ "md5": "4e1b5e8887159193e8624dec801eb9e7"
22
+ },
23
+ {
24
+ "split": "train",
25
+ "name": "eval",
26
+ "url": "https://archive.org/download/dcase2016_task2_test_public/dcase2016_task2_test_public.zip",
27
+ "md5": "ac98768b39a08fc0c6c2ddd15a981dd7"
28
+ }
29
+ ],
30
+ "default_mode": "full",
31
+ "max_task_duration_by_split": {
32
+ "train": null,
33
+ "valid": null,
34
+ "test": null
35
+ },
36
+ "tmp_dir": "_workdir",
37
+ "mode": "full",
38
+ "splits": [
39
+ "train",
40
+ "valid",
41
+ "test"
42
+ ],
43
+ "_nb_label_frames_1s": 100
44
+ }