Datasets:

Modalities:
Image
DOI:
License:
zlm898 commited on
Commit
c06934e
·
1 Parent(s): 151dc6f

update readme

Browse files
Files changed (2) hide show
  1. README.md +21 -2
  2. croissant.json +430 -0
README.md CHANGED
@@ -1,3 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
1
+ # RoboCAS: A Benchmark for Robotic Manipulation in Complex Object Arrangement Scenarios
2
+
3
+ ## Introduction
4
+
5
+ This repo contains several demonstration trajectories generated by [RoboCAS-v0](https://github.com/notFoundThisPerson/RoboCAS-v0).
6
+ Details can be found on GitHub.
7
+
8
+ ## Cite
9
+ ```
10
+ @inproceedings{zheng2024robocas
11
+ title={RoboCAS: A Benchmark for Robotic Manipulation in Complex Object Arrangement Scenarios},
12
+ author={Liming Zheng and Feng Yan and Fanfan Liu and Chengjian Feng and Zhuoliang Kang and Lin Ma},
13
+ year={2024},
14
+ booktitle={NeurIPS: Datasets and Benchmarks Track}
15
+ }
16
+ ```
17
+
18
  ---
19
+ ## License
20
+
21
+ cc-by-nc-4.0
22
+
croissant.json ADDED
@@ -0,0 +1,430 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "@language": "en",
4
+ "@vocab": "https://schema.org/",
5
+ "citeAs": "cr:citeAs",
6
+ "column": "cr:column",
7
+ "conformsTo": "dct:conformsTo",
8
+ "cr": "http://mlcommons.org/croissant/",
9
+ "rai": "http://mlcommons.org/croissant/RAI/",
10
+ "data": {
11
+ "@id": "cr:data",
12
+ "@type": "@json"
13
+ },
14
+ "dataType": {
15
+ "@id": "cr:dataType",
16
+ "@type": "@vocab"
17
+ },
18
+ "dct": "http://purl.org/dc/terms/",
19
+ "examples": {
20
+ "@id": "cr:examples",
21
+ "@type": "@json"
22
+ },
23
+ "extract": "cr:extract",
24
+ "field": "cr:field",
25
+ "fileProperty": "cr:fileProperty",
26
+ "fileObject": "cr:fileObject",
27
+ "fileSet": "cr:fileSet",
28
+ "format": "cr:format",
29
+ "includes": "cr:includes",
30
+ "isLiveDataset": "cr:isLiveDataset",
31
+ "jsonPath": "cr:jsonPath",
32
+ "key": "cr:key",
33
+ "md5": "cr:md5",
34
+ "parentField": "cr:parentField",
35
+ "path": "cr:path",
36
+ "recordSet": "cr:recordSet",
37
+ "references": "cr:references",
38
+ "regex": "cr:regex",
39
+ "repeated": "cr:repeated",
40
+ "replace": "cr:replace",
41
+ "sc": "https://schema.org/",
42
+ "separator": "cr:separator",
43
+ "source": "cr:source",
44
+ "subField": "cr:subField",
45
+ "transform": "cr:transform"
46
+ },
47
+ "@type": "sc:Dataset",
48
+ "name": "RoboCAS-v0",
49
+ "description": "RoboCAS: A Benchmark for Robotic Manipulation in Complex Object Arrangement Scenarios",
50
+ "conformsTo": "http://mlcommons.org/croissant/1.0",
51
+ "citeAs": "@inproceedings{title={RoboCAS: A Benchmark for Robotic Manipulation in Complex Object Arrangement Scenarios}, \nauthors={Liming Zheng and Feng Yan and Fanfan Liu and Chengjian Feng and Zhuoliang Kang and Lin Ma}, \nyear={2024}, \nbooktitle={NeurIPS: Datasets and Benchmarks Track} \n}",
52
+ "keywords": [
53
+ "Embodied AI",
54
+ "Manipulation",
55
+ "Complex Scenarios",
56
+ "cc-by-nc-4.0"
57
+ ],
58
+ "license": "cc-by-nc-4.0",
59
+ "url": "https://huggingface.co/datasets/zlm898/RoboCAS-v0",
60
+ "distribution": [
61
+ {
62
+ "@type": "cr:FileObject",
63
+ "@id": "orderly-scene",
64
+ "name": "orderly-scene",
65
+ "description": "Root path of the data in orderly scene",
66
+ "contentSize": "1037397441 B",
67
+ "contentUrl": "https://huggingface.co/datasets/zlm898/RoboCAS-v0/resolve/main/orderly.zip",
68
+ "encodingFormat": "application/zip",
69
+ "sha256": "c75e6e18fc60c113a6f1566ca2391a3aafd14aa84bdaaa48b420d6f637963e3a"
70
+ },
71
+ {
72
+ "@type": "cr:FileObject",
73
+ "@id": "scattered-scene",
74
+ "name": "scattered-scene",
75
+ "description": "Root path of the data in orderly scene",
76
+ "contentSize": "1343726922 B",
77
+ "contentUrl": "https://huggingface.co/datasets/zlm898/RoboCAS-v0/resolve/main/scattered.zip",
78
+ "encodingFormat": "application/zip",
79
+ "sha256": "da6557d3936c19404235c02b8ab52e25857786fba9c0acceaf32aa2c1f16ab68"
80
+ },
81
+ {
82
+ "@type": "cr:FileObject",
83
+ "@id": "stacked-scene",
84
+ "name": "stacked-scene",
85
+ "description": "Root path of the data in orderly scene",
86
+ "contentSize": "2451089390 B",
87
+ "contentUrl": "https://huggingface.co/datasets/zlm898/RoboCAS-v0/resolve/main/stacked.zip",
88
+ "encodingFormat": "application/zip",
89
+ "sha256": "dc44f66e12dfdf4dd72e3101d68049f6b500a38fca8a5e276d3120a901c2f2ce"
90
+ },
91
+ {
92
+ "@type": "cr:FileSet",
93
+ "@id": "gripper-rgb",
94
+ "name": "gripper-rgb",
95
+ "description": "rgb images of gripper camera",
96
+ "containedIn": [
97
+ {
98
+ "@id": "orderly-scene"
99
+ },
100
+ {
101
+ "@id": "stacked-scene"
102
+ },
103
+ {
104
+ "@id": "scattered-scene"
105
+ }
106
+ ],
107
+ "encodingFormat": "image/png",
108
+ "includes": "*/episode_*/gripper_camera/rgb/*.png"
109
+ },
110
+ {
111
+ "@type": "cr:FileSet",
112
+ "@id": "gripper-depth",
113
+ "name": "gripper-depth",
114
+ "description": "depth images of gripper camera",
115
+ "containedIn": [
116
+ {
117
+ "@id": "orderly-scene"
118
+ },
119
+ {
120
+ "@id": "stacked-scene"
121
+ },
122
+ {
123
+ "@id": "scattered-scene"
124
+ }
125
+ ],
126
+ "encodingFormat": "image/png",
127
+ "includes": "*/episode_*/gripper_camera/depth/*.png"
128
+ },
129
+ {
130
+ "@type": "cr:FileSet",
131
+ "@id": "static-rgb",
132
+ "name": "static-rgb",
133
+ "description": "rgb images of static camera",
134
+ "containedIn": [
135
+ {
136
+ "@id": "orderly-scene"
137
+ },
138
+ {
139
+ "@id": "stacked-scene"
140
+ },
141
+ {
142
+ "@id": "scattered-scene"
143
+ }
144
+ ],
145
+ "encodingFormat": "image/png",
146
+ "includes": "*/episode_*/static_camera/rgb/*.png"
147
+ },
148
+ {
149
+ "@type": "cr:FileSet",
150
+ "@id": "static-depth",
151
+ "name": "static-depth",
152
+ "description": "depth images of static camera",
153
+ "containedIn": [
154
+ {
155
+ "@id": "orderly-scene"
156
+ },
157
+ {
158
+ "@id": "stacked-scene"
159
+ },
160
+ {
161
+ "@id": "scattered-scene"
162
+ }
163
+ ],
164
+ "encodingFormat": "image/png",
165
+ "includes": "*/episode_*/static_camera/depth/*.png"
166
+ },
167
+ {
168
+ "@type": "cr:FileSet",
169
+ "@id": "base-rgb",
170
+ "name": "base-rgb",
171
+ "description": "rgb images of base camera",
172
+ "containedIn": [
173
+ {
174
+ "@id": "orderly-scene"
175
+ },
176
+ {
177
+ "@id": "stacked-scene"
178
+ },
179
+ {
180
+ "@id": "scattered-scene"
181
+ }
182
+ ],
183
+ "encodingFormat": "image/png",
184
+ "includes": "*/episode_*/base_camera/rgb/*.png"
185
+ },
186
+ {
187
+ "@type": "cr:FileSet",
188
+ "@id": "base-depth",
189
+ "name": "base-depth",
190
+ "description": "depth images of base camera",
191
+ "containedIn": [
192
+ {
193
+ "@id": "orderly-scene"
194
+ },
195
+ {
196
+ "@id": "stacked-scene"
197
+ },
198
+ {
199
+ "@id": "scattered-scene"
200
+ }
201
+ ],
202
+ "encodingFormat": "image/png",
203
+ "includes": "*/episode_*/base_camera/depth/*.png"
204
+ }
205
+ ],
206
+ "recordSet": [
207
+ {
208
+ "@type": "cr:RecordSet",
209
+ "@id": "gripper_rgb_image",
210
+ "name": "gripper_rgb_image",
211
+ "field": [
212
+ {
213
+ "@type": "cr:Field",
214
+ "@id": "gripper_rgb_image/rgb",
215
+ "name": "rgb",
216
+ "description": "Image data",
217
+ "dataType": "sc:ImageObject",
218
+ "source": {
219
+ "fileSet": {
220
+ "@id": "gripper-rgb"
221
+ },
222
+ "extract": {
223
+ "fileProperty": "content"
224
+ }
225
+ }
226
+ },
227
+ {
228
+ "@type": "cr:Field",
229
+ "@id": "gripper_rgb_image/rgb_name",
230
+ "name": "rgb_name",
231
+ "description": "Name of the image, e.g. 0023.npg",
232
+ "dataType": "sc:Text",
233
+ "source": {
234
+ "fileSet": {
235
+ "@id": "gripper-rgb"
236
+ },
237
+ "extract": {
238
+ "fileProperty": "filename"
239
+ }
240
+ }
241
+ }
242
+ ]
243
+ },
244
+ {
245
+ "@type": "cr:RecordSet",
246
+ "@id": "gripper_depth_image",
247
+ "name": "gripper_depth_image",
248
+ "field": [
249
+ {
250
+ "@type": "cr:Field",
251
+ "@id": "gripper_depth_image/depth",
252
+ "name": "depth",
253
+ "description": "Image data",
254
+ "dataType": "sc:ImageObject",
255
+ "source": {
256
+ "fileSet": {
257
+ "@id": "gripper-depth"
258
+ },
259
+ "extract": {
260
+ "fileProperty": "content"
261
+ }
262
+ }
263
+ },
264
+ {
265
+ "@type": "cr:Field",
266
+ "@id": "gripper_depth_image/depth_name",
267
+ "name": "depth_name",
268
+ "description": "Name of the image, e.g. 0023.npg",
269
+ "dataType": "sc:Text",
270
+ "source": {
271
+ "fileSet": {
272
+ "@id": "gripper-depth"
273
+ },
274
+ "extract": {
275
+ "fileProperty": "filename"
276
+ }
277
+ }
278
+ }
279
+ ]
280
+ },
281
+ {
282
+ "@type": "cr:RecordSet",
283
+ "@id": "static_rgb_image",
284
+ "name": "static_rgb_image",
285
+ "field": [
286
+ {
287
+ "@type": "cr:Field",
288
+ "@id": "static_rgb_image/rgb",
289
+ "name": "rgb",
290
+ "description": "Image data",
291
+ "dataType": "sc:ImageObject",
292
+ "source": {
293
+ "fileSet": {
294
+ "@id": "static-rgb"
295
+ },
296
+ "extract": {
297
+ "fileProperty": "content"
298
+ }
299
+ }
300
+ },
301
+ {
302
+ "@type": "cr:Field",
303
+ "@id": "static_rgb_image/rgb_name",
304
+ "name": "rgb_name",
305
+ "description": "Name of the image, e.g. 0023.npg",
306
+ "dataType": "sc:Text",
307
+ "source": {
308
+ "fileSet": {
309
+ "@id": "static-rgb"
310
+ },
311
+ "extract": {
312
+ "fileProperty": "filename"
313
+ }
314
+ }
315
+ }
316
+ ]
317
+ },
318
+ {
319
+ "@type": "cr:RecordSet",
320
+ "@id": "static_depth_image",
321
+ "name": "static_depth_image",
322
+ "field": [
323
+ {
324
+ "@type": "cr:Field",
325
+ "@id": "static_depth_image/depth",
326
+ "name": "depth",
327
+ "description": "Image data",
328
+ "dataType": "sc:ImageObject",
329
+ "source": {
330
+ "fileSet": {
331
+ "@id": "static-depth"
332
+ },
333
+ "extract": {
334
+ "fileProperty": "content"
335
+ }
336
+ }
337
+ },
338
+ {
339
+ "@type": "cr:Field",
340
+ "@id": "static_depth_image/depth_name",
341
+ "name": "depth_name",
342
+ "description": "Name of the image, e.g. 0023.npg",
343
+ "dataType": "sc:Text",
344
+ "source": {
345
+ "fileSet": {
346
+ "@id": "static-depth"
347
+ },
348
+ "extract": {
349
+ "fileProperty": "filename"
350
+ }
351
+ }
352
+ }
353
+ ]
354
+ },
355
+ {
356
+ "@type": "cr:RecordSet",
357
+ "@id": "base_rgb_image",
358
+ "name": "base_rgb_image",
359
+ "field": [
360
+ {
361
+ "@type": "cr:Field",
362
+ "@id": "base_rgb_image/rgb",
363
+ "name": "rgb",
364
+ "description": "Image data",
365
+ "dataType": "sc:ImageObject",
366
+ "source": {
367
+ "fileSet": {
368
+ "@id": "base-rgb"
369
+ },
370
+ "extract": {
371
+ "fileProperty": "content"
372
+ }
373
+ }
374
+ },
375
+ {
376
+ "@type": "cr:Field",
377
+ "@id": "base_rgb_image/rgb_name",
378
+ "name": "rgb_name",
379
+ "description": "Name of the image, e.g. 0023.npg",
380
+ "dataType": "sc:Text",
381
+ "source": {
382
+ "fileSet": {
383
+ "@id": "base-rgb"
384
+ },
385
+ "extract": {
386
+ "fileProperty": "filename"
387
+ }
388
+ }
389
+ }
390
+ ]
391
+ },
392
+ {
393
+ "@type": "cr:RecordSet",
394
+ "@id": "base_depth_image",
395
+ "name": "base_depth_image",
396
+ "field": [
397
+ {
398
+ "@type": "cr:Field",
399
+ "@id": "base_depth_image/depth",
400
+ "name": "depth",
401
+ "description": "Image data",
402
+ "dataType": "sc:ImageObject",
403
+ "source": {
404
+ "fileSet": {
405
+ "@id": "base-depth"
406
+ },
407
+ "extract": {
408
+ "fileProperty": "content"
409
+ }
410
+ }
411
+ },
412
+ {
413
+ "@type": "cr:Field",
414
+ "@id": "base_depth_image/depth_name",
415
+ "name": "depth_name",
416
+ "description": "Name of the image, e.g. 0023.npg",
417
+ "dataType": "sc:Text",
418
+ "source": {
419
+ "fileSet": {
420
+ "@id": "base-depth"
421
+ },
422
+ "extract": {
423
+ "fileProperty": "filename"
424
+ }
425
+ }
426
+ }
427
+ ]
428
+ }
429
+ ]
430
+ }