-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdefault_experiment.json
58 lines (50 loc) · 1.25 KB
/
default_experiment.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"Name": "measurements",
"manifest": "mongo.pp",
"type": "mongo",
"modules": ""
},
{
"Name": "sessions",
"manifest": "redis.pp",
"type": "redis",
"modules": "ami-api"
},
{
"Name": "queues",
"manifest": "kestrel.pp",
"type": "kestrel",
"modules": ""
},
{
"Name": "crunch_01",
"manifest": "crunch_01.pp",
"type": "crunch",
"modules": "ami-router,ami-mongo-writer,ami-room-position,ami-dashboard"
},
{
"Name": "crunch_02",
"manifest": "crunch_01.pp",
"type": "crunch",
"modules": "ami-head-crop"
},
{
"Name": "crunch_03",
"manifest": "crunch_01.pp",
"type": "crunch",
"modules": "ami-face-recognition"
},
{
"Name": "crunch_04",
"manifest": "crunch_01.pp",
"type": "crunch",
"modules": "ami-upgrade_face_samples,ami-room,ami-ip-power"
},
{
"Name": "crunch_05",
"manifest": "crunch_01.pp",
"type": "crunch",
"modules": "ami-recorder,ami-session_processor"
}
]