GokseninYuksel commited on
Commit
16f3643
·
verified ·
1 Parent(s): c9aae6d

Create task_metadata.json

Browse files
tau2018-ov3-v1.0.0-split8/task_metadata.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_name": "tau2018_ov3_split8",
3
+ "version": "hear2021",
4
+ "embedding_type": "event",
5
+ "prediction_type": "accdoa",
6
+ "source_dynamics": "static",
7
+ "split_mode": "trainvaltest",
8
+ "sample_duration": null,
9
+ "evaluation": [
10
+ "OldSELD"
11
+ ],
12
+ "scoring_params": {
13
+ "azimuth_limits": [
14
+ -180,
15
+ 180
16
+ ],
17
+ "elevation_limits": [
18
+ -40,
19
+ 40
20
+ ],
21
+ "doa_resolution": 10
22
+ },
23
+ "download_urls": [
24
+ {
25
+ "split": "train",
26
+ "name": "dev",
27
+ "url": "https://archive.org/download/dcase2016_task2_train_dev/dcase2016_task2_train_dev.zip",
28
+ "md5": "4e1b5e8887159193e8624dec801eb9e7"
29
+ },
30
+ {
31
+ "split": "train",
32
+ "name": "eval",
33
+ "url": "https://archive.org/download/dcase2016_task2_test_public/dcase2016_task2_test_public.zip",
34
+ "md5": "ac98768b39a08fc0c6c2ddd15a981dd7"
35
+ }
36
+ ],
37
+ "default_mode": "full",
38
+ "max_task_duration_by_split": {
39
+ "train": null,
40
+ "valid": null,
41
+ "test": null
42
+ },
43
+ "tmp_dir": "_workdir",
44
+ "mode": "full",
45
+ "splits": [
46
+ "train",
47
+ "valid",
48
+ "test"
49
+ ]
50
+ }