3DTimeDataset commited on
Commit
be98f88
·
verified ·
1 Parent(s): 0166d59

Upload croissant.json

Browse files
Files changed (1) hide show
  1. croissant.json +320 -0
croissant.json ADDED
@@ -0,0 +1,320 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "@vocab": "https://mlcommons.org/croissant/",
4
+ "sc": "https://schema.org/",
5
+ "name": "https://schema.org/name",
6
+ "@language": "en",
7
+ "rai": "http://mlcommons.org/croissant/RAI/",
8
+ "prov": "http://www.w3.org/ns/prov#"
9
+ },
10
+ "@type": "sc:Dataset",
11
+ "name": "3DTime",
12
+ "license": "https://opensource.org/licenses/MIT",
13
+ "description": "This dataset is derived from an MIT-licensed dataset (https://opensource.org/licenses/MIT). However, individual files may carry different licenses. Users must verify licensing at the file level.",
14
+ "version": "1.0.0",
15
+ "rai:dataLimitations": "This dataset is limited to a single printer (Voron 2.4) for the Klipper firmware.",
16
+ "rai:dataBiases": "This dataset does not contain any support instructions, as the detection of the need for support is a research field of its own.",
17
+ "rai:personalSensitiveInformation": "This dataset contains no personal or sensitive information.",
18
+ "rai:dataUseCases": "This dataset can be used to train and/or validate prediction models for G-code instructions. Validated use cases: print duration prediction and speed profiling prediction (see [paper], note that the paper in question is still under double-blind review). Not validated use cases: LLM fine tuning, G-code optimization.",
19
+ "rai:dataSocialImpact": "Positive impact: enables common, rigorous evaluation of G-code print duration prediction models without requiring actual physical print. Risks: none, to the best of our knowledge.",
20
+ "rai:hasSyntheticData": true,
21
+ "conformsTo": "http://mlcommons.org/croissant/1.1",
22
+ "url": "https://huggingface.co/datasets/3DTimeDataset/3DTime",
23
+ "sc:isBasedOn": [
24
+ "https://github.com/idealab-isu/Slice-100K"
25
+ ],
26
+ "prov:wasDerivedFrom": [
27
+ {
28
+ "@id": "https://github.com/idealab-isu/Slice-100K",
29
+ "prov:label": "Slice-100k",
30
+ "sc:license": "CC-BY-4.0"
31
+ }
32
+ ],
33
+ "prov:wasGeneratedBy": [
34
+ {
35
+ "@type": "prov:Activity",
36
+ "prov:type": {
37
+ "@id": "https://www.wikidata.org/wiki/Q109719325"
38
+ },
39
+ "prov:label": "Re-slice and annotation",
40
+ "sc:description": "Re-slicing of all 3D mesh from the Slice-100k dataset, and G-code annotation with 7 targets."
41
+ }
42
+ ],
43
+ "prov:hasPart": [
44
+ {
45
+ "@type": "sc:CreativeWork",
46
+ "sc:name": "PyTorch dataloader",
47
+ "sc:url": "https://github.com/3DTimeDataset/3DTime_pytorch_dataloader",
48
+ "sc:description": "Custom loader to parse G-code instructions."
49
+ }
50
+ ],
51
+ "distribution": [
52
+ {
53
+ "@type": "DataDownload",
54
+ "contentUrl": "https://huggingface.co/datasets/3DTimeDataset/3DTime/resolve/main/data/train-00000-of-00001.parquet",
55
+ "encodingFormat": "application/x-parquet",
56
+ "name": "3DTime: small version",
57
+ "description": "Parquet files containing only the small, easy to use version of 3DTime."
58
+ },
59
+ {
60
+ "@type": "sc:WebPage",
61
+ "contentUrl": "https://doi.org/10.57745/QR5GGS",
62
+ "encodingFormat": "text/html",
63
+ "sc:name": "3DTime: full version",
64
+ "sc:description": "Landing page for the full dataset release. Provides access to all files and documentation."
65
+ }
66
+ ],
67
+ "fileObject": [
68
+ {
69
+ "@id": "global_metadata",
70
+ "@type": "FileObject",
71
+ "contentUrl": "https://huggingface.co/datasets/3DTimeDataset/3DTime/resolve/main/metadata/metadata_sub21.csv",
72
+ "encodingFormat": "text/csv"
73
+ },
74
+ {
75
+ "@id": "global_binary_archive",
76
+ "@type": "FileObject",
77
+ "contentUrl": "https://huggingface.co/datasets/3DTimeDataset/3DTime/tree/main/binary/21",
78
+ "encodingFormat": "application/octet-stream"
79
+ }
80
+ ],
81
+ "fileSet": [
82
+ {
83
+ "@id": "binary_files",
84
+ "@type": "FileSet",
85
+ "containedIn": "global_binary_archive",
86
+ "includes": "*.dat",
87
+ "encodingFormat": "application/octet-stream"
88
+ },
89
+ {
90
+ "@id": "metadata_set",
91
+ "@type": "FileSet",
92
+ "containedIn": "global_metadata",
93
+ "includes": "*.csv",
94
+ "encodingFormat": "text/csv"
95
+ }
96
+ ],
97
+ "recordSet": [
98
+ {
99
+ "@type": "RecordSet",
100
+ "@id": "gcode_instructions",
101
+ "name": "gcode_instructions",
102
+ "description": "This record set represents instruction-level data. Access requires a custom PyTorch dataloader.",
103
+ "source": {
104
+ "fileSet": "binary_files"
105
+ },
106
+ "field": [
107
+ {
108
+ "@id": "start_x",
109
+ "name": "start_x",
110
+ "dataType": "number"
111
+ },
112
+ {
113
+ "@id": "start_y",
114
+ "name": "start_y",
115
+ "dataType": "number"
116
+ },
117
+ {
118
+ "@id": "start_z",
119
+ "name": "start_z",
120
+ "dataType": "number"
121
+ },
122
+ {
123
+ "@id": "end_x",
124
+ "name": "end_x",
125
+ "dataType": "number"
126
+ },
127
+ {
128
+ "@id": "end_y",
129
+ "name": "end_y",
130
+ "dataType": "number"
131
+ },
132
+ {
133
+ "@id": "end_z",
134
+ "name": "end_z",
135
+ "dataType": "number"
136
+ },
137
+ {
138
+ "@id": "target_speed",
139
+ "name": "target_speed",
140
+ "dataType": "number"
141
+ },
142
+ {
143
+ "@id": "extrusion_distance",
144
+ "name": "extrusion_distance",
145
+ "dataType": "number"
146
+ },
147
+ {
148
+ "@id": "segment_type",
149
+ "name": "segment_type",
150
+ "dataType": "number"
151
+ },
152
+ {
153
+ "@id": "total_duration",
154
+ "name": "total_duration",
155
+ "dataType": "number"
156
+ },
157
+ {
158
+ "@id": "start_velocity",
159
+ "name": "start_velocity",
160
+ "dataType": "number"
161
+ },
162
+ {
163
+ "@id": "cruise_velocity",
164
+ "name": "cruise_velocity",
165
+ "dataType": "number"
166
+ },
167
+ {
168
+ "@id": "end_velocity",
169
+ "name": "end_velocity",
170
+ "dataType": "number"
171
+ },
172
+ {
173
+ "@id": "acceleration_duration",
174
+ "name": "acceleration_duration",
175
+ "dataType": "number"
176
+ },
177
+ {
178
+ "@id": "cruise_duration",
179
+ "name": "cruise_duration",
180
+ "dataType": "number"
181
+ },
182
+ {
183
+ "@id": "deceleration_duration",
184
+ "name": "deceleration_duration",
185
+ "dataType": "number"
186
+ }
187
+ ]
188
+ },
189
+ {
190
+ "@type": "RecordSet",
191
+ "@id": "gcode_files",
192
+ "name": "gcode_files",
193
+ "source": {
194
+ "fileSet": "metadata_set"
195
+ },
196
+ "field": [
197
+ {
198
+ "@id": "3D_mesh_name",
199
+ "name": "3D mesh name",
200
+ "dataType": "string",
201
+ "source": { "column": "3D mesh name" }
202
+ },
203
+ {
204
+ "@id": "3D_mesh_size",
205
+ "name": "3D mesh size (bytes)",
206
+ "dataType": "integer",
207
+ "source": { "column": "3D mesh size (bytes)" }
208
+ },
209
+ {
210
+ "@id": "Bounding_box_X",
211
+ "name": "Bounding box X (mm)",
212
+ "dataType": "number",
213
+ "source": { "column": "Bounding box X (mm)" }
214
+ },
215
+ {
216
+ "@id": "Bounding_box_Y",
217
+ "name": "Bounding box Y (mm)",
218
+ "dataType": "number",
219
+ "source": { "column": "Bounding box Y (mm)" }
220
+ },
221
+ {
222
+ "@id": "Bounding_box_Z",
223
+ "name": "Bounding box Z (mm)",
224
+ "dataType": "number",
225
+ "source": { "column": "Bounding box Z (mm)" }
226
+ },
227
+ {
228
+ "@id": "Bounding_box_ratio",
229
+ "name": "Bounding box ratio",
230
+ "dataType": "number",
231
+ "source": { "column": "Bounding box ratio" }
232
+ },
233
+ {
234
+ "@id": "slice_time",
235
+ "name": "Slice time (s)",
236
+ "dataType": "number",
237
+ "source": { "column": "Slice time (s)" }
238
+ },
239
+ {
240
+ "@id": "infill_type",
241
+ "name": "Infill type",
242
+ "dataType": "string",
243
+ "source": { "column": "Infill type" }
244
+ },
245
+ {
246
+ "@id": "infill_rotation",
247
+ "name": "Infill rotation (\u00b0)",
248
+ "dataType": "integer",
249
+ "source": { "column": "Infill rotation (\u00b0)" }
250
+ },
251
+ {
252
+ "@id": "infill_density",
253
+ "name": "Infill density (%)",
254
+ "dataType": "integer",
255
+ "source": { "column": "Infill density (%)" }
256
+ },
257
+ {
258
+ "@id": "material",
259
+ "name": "Material",
260
+ "dataType": "string",
261
+ "source": { "column": "Material" }
262
+ },
263
+ {
264
+ "@id": "slicing_comment",
265
+ "name": "Slicing comment",
266
+ "dataType": "string",
267
+ "source": { "column": "Slicing comment" }
268
+ },
269
+ {
270
+ "@id": "gcode_file_name",
271
+ "name": "G-code file name",
272
+ "dataType": "string",
273
+ "source": { "column": "G-code file name" }
274
+ },
275
+ {
276
+ "@id": "gcode_file_size",
277
+ "name": "G-code file size (bytes)",
278
+ "dataType": "integer",
279
+ "source": { "column": "G-code file size (bytes)" }
280
+ },
281
+ {
282
+ "@id": "gcode_nb_instr",
283
+ "name": "Number of G0 and G1",
284
+ "dataType": "integer",
285
+ "source": { "column": "Number of G0 and G1" }
286
+ },
287
+ {
288
+ "@id": "timeklip_processing_time",
289
+ "name": "TimeKlip processing time (s)",
290
+ "dataType": "number",
291
+ "source": { "column": "Processing time (s)" }
292
+ },
293
+ {
294
+ "@id": "gcode_print_time",
295
+ "name": "Print time (s)",
296
+ "dataType": "number",
297
+ "source": { "column": "Print time (s)" }
298
+ },
299
+ {
300
+ "@id": "binary_file_name",
301
+ "name": "Binary file name",
302
+ "dataType": "string",
303
+ "source": { "column": "Binary file name" }
304
+ },
305
+ {
306
+ "@id": "uncompressing_time",
307
+ "name": "Uncompressing time (s)",
308
+ "dataType": "number",
309
+ "source": { "column": "Uncompressing time (s)" }
310
+ },
311
+ {
312
+ "@id": "vectorization_time",
313
+ "name": "Vectorization time (s)",
314
+ "dataType": "number",
315
+ "source": { "column": "Gato3D pass execution time (s)" }
316
+ }
317
+ ]
318
+ }
319
+ ]
320
+ }