-
Notifications
You must be signed in to change notification settings - Fork 0
/
categories_new.json
96 lines (95 loc) · 2.49 KB
/
categories_new.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"note":"Map the nyu object name to a list of openset objects.",
"others": ["television","computer monitor","printer","pillar","stair","elevator","ceiling","light","mirror","whiteboard","plant","glass wall","balustrade","robot"],
"objects":
{
"wall":{
"main":["wall","tile wall"],
"other":[]
},
"floor":{
"main":["floor","carpet"],
"other":[]
},
"cabinet":{
"main":["cabinet","cupboard","wardrobe","file cabinet"],
"other":[]
},
"bed":{
"main":["bed","infant bed"],
"other":[]
},
"chair":{
"main": ["chair","swivel chair","armchair"],
"other":[]
},
"sofa":{
"main":["couch","sofa"],
"other":[]
},
"table":{
"main":["table","side table","round table","kitchen table","dinning table"],
"other":[]
},
"door":{
"main":["door","glass door"],
"other":[]
},
"window":{
"main":["window","kitchen window"],
"other":[]
},
"bookshelf":{
"main":["bookshelf","shelf"],
"other":[]
},
"picture":{
"main":["picture","poster","picture frame"],
"other":[]
},
"counter":{
"main":["counter","counter top","kitchen counter"],
"other":[]
},
"desk":{
"main":["desk","computer desk","office desk"],
"other":[]
},
"curtain":{
"main":["curtain"],
"other":[]
},
"refrigerator":{
"main":["fridge","refrigerator"],
"other":[]
},
"shower curtain":{
"main":["shower curtain"],
"composite":[
["bathroom","curtain"],
["shower","curtain"],
["bath","curtain"]
]
},
"toilet":{
"main":["toilet","toilet bowl","urinal"],
"other":[]
},
"sink":{
"main":["sink","bathroom sink"],
"other":[]
},
"bathtub":{
"main":["bathtub","bath","tub"],
"other":[]
},
"otherfurniture":{
"main":["bin"],
"other":[]
},
"unknown":{
"main":["television"],
"other":[]
}
}
}