-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcats_val_seen_synonyms.json
More file actions
executable file
·106 lines (106 loc) · 2.57 KB
/
Copy pathcats_val_seen_synonyms.json
File metadata and controls
executable file
·106 lines (106 loc) · 2.57 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
{
"cats_text": [
"kitchen appliance",
"armchair",
"backpack",
"bar chair",
"bath cabinet",
"bath sink",
"bathroom counter",
"bed sheet",
"bed table",
"bedside lamp",
"bicycle",
"bookshelf",
"chest drawer",
"chest of drawers",
"clothes rack",
"coffee table",
"computer",
"computer chair",
"computer desk",
"curtain",
"curtain rod",
"cushion",
"desk chair",
"dining chair",
"dining table",
"electric box",
"exercise equipment",
"file cabinet",
"fireplace",
"folding chair",
"furnace",
"ironing board",
"kitchen cabinet",
"kitchen counter",
"kitchen island",
"lamp",
"lamp table",
"railing",
"refrigerator cabinet",
"shelf",
"shower curtain",
"shower tub",
"stairs railing",
"table lamp",
"tablecloth",
"throw blanket",
"tv stand",
"water heater",
"window curtain",
"window frame"
],
"conf_per_cat": {
"kitchen appliance": 0.2,
"armchair": 0.01,
"backpack": 0.01,
"bar chair": 0.4,
"bath cabinet": 0.4,
"bath sink": 0.4,
"bathroom counter": 0.4,
"bed sheet": 0.2,
"bed table": 0.3,
"bedside lamp": 0.2,
"bicycle": 0.01,
"bookshelf": 0.1,
"chest drawer": 0.2,
"chest of drawers": 0.4,
"clothes rack": 0.2,
"coffee table": 0.4,
"computer": 0.1,
"computer chair": 0.2,
"computer desk": 0.1,
"curtain": 0.3,
"curtain rod": 0.1,
"cushion": 0.1,
"desk chair": 0.2,
"dining chair": 0.1,
"dining table": 0.2,
"electric box": 0.3,
"exercise equipment": 0.1,
"file cabinet": 0.2,
"fireplace": 0.1,
"folding chair": 0.1,
"furnace": 0.4,
"ironing board": 0.1,
"kitchen cabinet": 0.2,
"kitchen counter": 0.4,
"kitchen island": 0.4,
"lamp": 0.2,
"lamp table": 0.01,
"railing": 0.1,
"refrigerator cabinet": 0.4,
"shelf": 0.4,
"shower curtain": 0.2,
"shower tub": 0.4,
"stairs railing": 0.3,
"table lamp": 0.01,
"tablecloth": 0.01,
"throw blanket": 0.2,
"tv stand": 0.4,
"water heater": 0.3,
"window curtain": 0.3,
"window frame": 0.3
}
}