-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.json
127 lines (127 loc) · 2.78 KB
/
data.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
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
{
"indoor": [
"in a living room",
"in a bathroom",
"in the kitchen in the Art Nouveau style",
"in front of a large bay window in a library with a stained-glass ceiling",
"in a majestic library with high ceilings and ornate chandeliers",
"in a cozy library with a fireplace",
"in a cozy dining room, with a warm fireplace",
"in a country-style dining room with a view of a garden"
],
"outdoor": [
"next to the house on the grass",
"in the middle of the barbecue area",
"on the outdoor terrace",
"placed in a gazebo adorned with climbing vines",
"in a charming gazebo, bathed in warm sunlight",
"under a blooming cherry tree in a lush garden",
"on a sun-drenched patio surrounded by colorful flowers"
],
"heuristics": {
"chair": [
0.55,
1.0
],
"table": [
0.55,
1.0
],
"sofa": [
0.55,
1.0
],
"bed": [
0.55,
1.0
],
"lamp": [
0.55,
1.0
],
"simple chandelier": [
0.45,
0.0
],
"modern chandelier": [
0.45,
0.0
],
"vintage chandelier": [
0.45,
0.0
],
"table": [
0.55,
1.0
],
"lounge chair": [
0.55,
1.0
],
"beach umbrella": [
0.55,
0.5
],
"swimming pool": [
0.55,
1.0
],
"beach lounger": [
0.55,
1.0
],
"swing": [
0.55,
1.0
],
"hammock": [
0.55,
1.0
],
"hanging chair": [
0.55,
1.0
],
"gazebo": [
0.55,
1.0
],
"grill": [
0.55,
1.0
],
"heating radiator": [
0.55,
1.0
]
},
"clip_data": {
"furniture_types": [
"chair",
"table",
"sofa",
"bed",
"lamp",
"simple chandelier",
"modern chandelier",
"vintage chandelier",
"table",
"lounge chair",
"beach umbrella",
"swimming pool",
"beach lounger",
"swing",
"hammock",
"hanging chair",
"gazebo",
"grill",
"heating radiator"
],
"furniture_categories": [
"garden furniture",
"house furniture",
"lightning"
]
}
}