-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
74 lines (74 loc) · 2.07 KB
/
config.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"regions": [
{
"name": "r6-8",
"top_left": [1, 45],
"bottom_right": [17, 50],
"aps": ["a"],
"object": ["Refrigerator", "Computer", "Desk", "Chair"]
},
{
"name": "r6-7",
"top_left": [1, 52],
"bottom_right": [17, 57],
"aps": ["b"],
"object": ["Desk", "Chair"]
},
{
"name": "work3",
"top_left": [1, 59],
"bottom_right": [17, 89],
"aps": ["c", "d"],
"object": ["Computer", "Desk", "Chair", "Filing Cabinet"]
},
{
"name": "r6-6",
"top_left": [1, 91],
"bottom_right": [17, 98],
"aps": ["e"],
"object": ["Chair", "Desk"]
},
{
"name": "corridor2",
"top_left": [19, 58],
"bottom_right": [26, 98],
"aps": ["g"],
"object": ["Bench", "Plant"]
},
{
"name": "corridor1",
"top_left": [27, 48],
"bottom_right": [71, 57],
"aps": ["h"],
"object": ["Bench", "Plant", "Display Screen"]
},
{
"name": "work2",
"top_left": [28, 59],
"bottom_right": [34, 77],
"aps": ["i", "j"],
"object": ["Computer", "Desk", "Chair", "Bookshelf"]
},
{
"name": "tea_room",
"top_left": [36, 79],
"bottom_right": [40, 90],
"aps": ["l"],
"object": ["Table", "Chair", "Coffee Machine", "Microwave"]
},
{
"name": "work4",
"top_left": [28, 95],
"bottom_right": [49, 98],
"aps": ["m", "n"],
"object": ["Computer", "Desk", "Chair", "Storage Cabinet"]
},
{
"name": "work1",
"top_left": [42, 79],
"bottom_right": [49, 93],
"aps": ["k"],
"object": ["Computer", "Desk", "Chair", "Whiteboard"]
}
]
}