Datasets:

Modalities:
Image
Languages:
English
ArXiv:
Tags:
code
License:
yueyin27 commited on
Commit
914cd22
·
verified ·
1 Parent(s): ea97412

Create object_materials.json

Browse files
Files changed (1) hide show
  1. object_materials.json +202 -0
object_materials.json ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ball": {
3
+ "category": "single-convex",
4
+ "materials": {"glass": 1.5}
5
+ },
6
+ "ball_coloured": {
7
+ "category": "single-convex",
8
+ "materials": {"glass": 1.5}
9
+ },
10
+ "cube": {
11
+ "category": "single-convex",
12
+ "materials": {"glass": 1.5}
13
+ },
14
+ "cube_coloured": {
15
+ "category": "single-convex",
16
+ "materials": {"glass": 1.5}
17
+ },
18
+ "diamond": {
19
+ "category": "single-convex",
20
+ "materials": {"diamond": 2.418}
21
+ },
22
+ "cylinder": {
23
+ "category": "single-convex",
24
+ "materials": {"glass": 1.5}
25
+ },
26
+ "cylinder_coloured": {
27
+ "category": "single-convex",
28
+ "materials": {"glass": 1.5}
29
+ },
30
+ "pyramid": {
31
+ "category": "single-convex",
32
+ "materials": {"glass": 1.5}
33
+ },
34
+ "pyramid_coloured": {
35
+ "category": "single-convex",
36
+ "materials": {"glass": 1.5}
37
+ },
38
+ "candle_holder": {
39
+ "category": "single-non-convex",
40
+ "materials": {"glass": 1.5}
41
+ },
42
+ "cat": {
43
+ "category": "single-non-convex",
44
+ "materials": {"glass": 1.5}
45
+ },
46
+ "cola": {
47
+ "category": "single-non-convex",
48
+ "materials": {"glass": 1.5}
49
+ },
50
+ "cow": {
51
+ "category": "single-non-convex",
52
+ "materials": {"glass": 1.5}
53
+ },
54
+ "crystal_vase": {
55
+ "category": "single-non-convex",
56
+ "materials": {"glass": 1.5}
57
+ },
58
+ "demijohn_vase": {
59
+ "category": "single-non-convex",
60
+ "materials": {"glass": 1.5}
61
+ },
62
+ "dog": {
63
+ "category": "single-non-convex",
64
+ "materials": {"glass": 1.5}
65
+ },
66
+ "fox": {
67
+ "category": "single-non-convex",
68
+ "materials": {"glass": 1.5}
69
+ },
70
+ "generic_sculpture": {
71
+ "category": "single-non-convex",
72
+ "materials": {"glass": 1.5}
73
+ },
74
+ "Korken_jar": {
75
+ "category": "single-non-convex",
76
+ "materials": {"glass": 1.5}
77
+ },
78
+ "light_bulb": {
79
+ "category": "single-non-convex",
80
+ "materials": {"glass": 1.5}
81
+ },
82
+ "magnifier": {
83
+ "category": "single-non-convex",
84
+ "materials": {"glass": 1.5}
85
+ },
86
+ "man_sculpture": {
87
+ "category": "single-non-convex",
88
+ "materials": {"glass": 1.5}
89
+ },
90
+ "monkey": {
91
+ "category": "single-non-convex",
92
+ "materials": {"glass": 1.5}
93
+ },
94
+ "sleeping_dragon": {
95
+ "category": "single-non-convex",
96
+ "materials": {"glass": 1.5}
97
+ },
98
+ "teapot": {
99
+ "category": "single-non-convex",
100
+ "materials": {"glass": 1.5}
101
+ },
102
+ "torus": {
103
+ "category": "single-non-convex",
104
+ "materials": {"glass": 1.5}
105
+ },
106
+ "torus_coloured": {
107
+ "category": "single-non-convex",
108
+ "materials": {"glass": 1.5}
109
+ },
110
+ "Vardagen_jar": {
111
+ "category": "single-non-convex",
112
+ "materials": {"glass": 1.5}
113
+ },
114
+ "woman_sculpture": {
115
+ "category": "single-non-convex",
116
+ "materials": {"glass": 1.5}
117
+ },
118
+ "ampoule": {
119
+ "category": "multiple-non-convex",
120
+ "materials": {"glass": 1.5, "water": 1.333}
121
+ },
122
+ "beaker": {
123
+ "category": "multiple-non-convex",
124
+ "materials": {"glass": 1.5, "water": 1.333}
125
+ },
126
+ "conical_flask": {
127
+ "category": "multiple-non-convex",
128
+ "materials": {"glass": 1.5, "water": 1.333}
129
+ },
130
+ "flower_vase": {
131
+ "category": "multiple-non-convex",
132
+ "materials": {"glass": 1.5, "water": 1.333}
133
+ },
134
+ "graduated_cylinder": {
135
+ "category": "multiple-non-convex",
136
+ "materials": {"glass": 1.5, "water": 1.333}
137
+ },
138
+ "household_item_set": {
139
+ "category": "multiple-non-convex",
140
+ "materials": {"glass": 1.5, "water": 1.333}
141
+ },
142
+ "lab_equipment_set": {
143
+ "category": "multiple-non-convex",
144
+ "materials": {"glass": 1.5, "water": 1.333}
145
+ },
146
+ "perfume_red": {
147
+ "category": "multiple-non-convex",
148
+ "materials": {"glass": 1.5, "perfume": 1.46}
149
+ },
150
+ "perfume_yellow": {
151
+ "category": "multiple-non-convex",
152
+ "materials": {"glass": 1.5, "perfume": 1.46}
153
+ },
154
+ "plastic_bottle": {
155
+ "category": "multiple-non-convex",
156
+ "materials": {"plastic": 1.45, "water": 1.333}
157
+ },
158
+ "reed_diffuser": {
159
+ "category": "multiple-non-convex",
160
+ "materials": {"glass": 1.5, "water": 1.333}
161
+ },
162
+ "round_bottom_flask": {
163
+ "category": "multiple-non-convex",
164
+ "materials": {"glass": 1.5, "water": 1.333}
165
+ },
166
+ "skull_bottle": {
167
+ "category": "multiple-non-convex",
168
+ "materials": {"glass": 1.5, "alcohol": 1.36}
169
+ },
170
+ "star_shaped_bottle": {
171
+ "category": "multiple-non-convex",
172
+ "materials": {"glass": 1.5, "water": 1.333}
173
+ },
174
+ "syringe": {
175
+ "category": "multiple-non-convex",
176
+ "materials": {"plastic": 1.45, "water": 1.333}
177
+ },
178
+ "teacup": {
179
+ "category": "multiple-non-convex",
180
+ "materials": {"glass": 1.5, "water": 1.333}
181
+ },
182
+ "test_tube": {
183
+ "category": "multiple-non-convex",
184
+ "materials": {"glass": 1.5, "water": 1.333}
185
+ },
186
+ "vial": {
187
+ "category": "multiple-non-convex",
188
+ "materials": {"glass": 1.5, "water": 1.333}
189
+ },
190
+ "water_pitcher": {
191
+ "category": "multiple-non-convex",
192
+ "materials": {"glass": 1.5, "water": 1.333, "ice": 1.309}
193
+ },
194
+ "wine_glass": {
195
+ "category": "multiple-non-convex",
196
+ "materials": {"glass": 1.5, "alcohol": 1.36}
197
+ },
198
+ "wisolt_kettle": {
199
+ "category": "multiple-non-convex",
200
+ "materials": {"glass": 1.5, "water": 1.333}
201
+ }
202
+ }