-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcats_val_seen.json
More file actions
executable file
·143 lines (143 loc) · 3.19 KB
/
cats_val_seen.json
File metadata and controls
executable file
·143 lines (143 loc) · 3.19 KB
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"cats_text": [
"balustrade",
"basket",
"bathrobe",
"bathtub",
"bathroom cabinet",
"bed",
"bench",
"blanket",
"board",
"box",
"cabinet",
"cabinet table",
"case",
"chair",
"closet",
"cloth",
"clothes",
"container",
"cooker",
"couch",
"countertop",
"crib",
"drawer",
"desk",
"fire extinguisher",
"flag",
"handbag",
"heater",
"iron board",
"kitchen appliance",
"kitchen countertop items",
"kitchen lower cabinet",
"kitchen shelf",
"mantle",
"note",
"oven",
"oven and stove",
"pillar",
"plush toy",
"rack",
"shower",
"shower cabin",
"sideboard",
"sink",
"sofa chair",
"stool",
"storage shelving",
"stove",
"support beam",
"table",
"toilet",
"towel",
"toy",
"tv",
"wardrobe",
"washbasin",
"washer-dryer",
"washing machine",
"window",
"worktop"
],
"conf_per_cat": {
"bag": 0.01,
"balustrade": 0.1,
"basket": 0.1,
"bath towel": 0.3,
"bathrobe": 0.3,
"bathroom cabinet": 0.3,
"bathroom towel": 0.3,
"bathtub": 0.4,
"bathtub platform": 0.3,
"bed": 0.5,
"bench": 0.4,
"blanket": 0.4,
"board": 0.01,
"box": 0.01,
"cabinet": 0.4,
"cabinet table": 0.4,
"cardboard box": 0.4,
"case": 0.1,
"chair": 0.3,
"closet": 0.1,
"closet shelf": 0.1,
"cloth": 0.3,
"clothes": 0.3,
"clothes dryer": 0.4,
"container": 0.01,
"cooker": 0.3,
"couch": 0.3,
"countertop": 0.2,
"crib": 0.2,
"desk": 0.4,
"display cabinet": 0.2,
"drawer": 0.01,
"fire extinguisher": 0.01,
"flag": 0.01,
"handbag": 0.01,
"heater": 0.1,
"high shelf": 0.3,
"iron board": 0.01,
"kitchen appliance": 0.2,
"kitchen countertop items": 0.3,
"kitchen lower cabinet": 0.2,
"kitchen shelf": 0.2,
"mantle": 0.3,
"monitor": 0.1,
"note": 0.01,
"oven": 0.4,
"oven and stove": 0.4,
"pillar": 0.01,
"plush toy": 0.1,
"rack": 0.01,
"shower": 0.3,
"shower cabin": 0.2,
"shower rail": 0.01,
"shower soap shelf": 0.3,
"sideboard": 0.3,
"sink": 0.2,
"sink cabinet": 0.2,
"sofa chair": 0.3,
"sofa seat": 0.3,
"spa bench": 0.4,
"stool": 0.01,
"storage shelving": 0.3,
"stove": 0.4,
"support beam": 0.3,
"table": 0.3,
"toilet": 0.2,
"towel": 0.2,
"toy": 0.01,
"tv": 0.4,
"wardrobe": 0.3,
"washbasin": 0.2,
"washer-dryer": 0.4,
"washing machine": 0.1,
"window": 0.4,
"window shade": 0.2,
"window shutter": 0.3,
"worktop": 0.4
}
}