JeasLee commited on
Commit
f1b69bc
·
verified ·
1 Parent(s): ecc9d57

83dfb9f9faa516d0116a6290de9a4174ad60f5539976f6ac1a26c002a1215e01

Browse files
.gitattributes CHANGED
@@ -69,3 +69,4 @@ Annotation_raw/segmentation_npz.zip.01 filter=lfs diff=lfs merge=lfs -text
69
  Annotation_pure/annotations/data.mdb filter=lfs diff=lfs merge=lfs -text
70
  Annotation_with_action_lerobotv21/lerobot_droid_anno/meta/episodes.jsonl filter=lfs diff=lfs merge=lfs -text
71
  Annotation_with_action_lerobotv21/lerobot_droid_anno/meta/episodes_stats.jsonl filter=lfs diff=lfs merge=lfs -text
 
 
69
  Annotation_pure/annotations/data.mdb filter=lfs diff=lfs merge=lfs -text
70
  Annotation_with_action_lerobotv21/lerobot_droid_anno/meta/episodes.jsonl filter=lfs diff=lfs merge=lfs -text
71
  Annotation_with_action_lerobotv21/lerobot_droid_anno/meta/episodes_stats.jsonl filter=lfs diff=lfs merge=lfs -text
72
+ Annotation_with_action_lerobotv21/lerobot_rh20t_anno/meta/episodes_stats.jsonl filter=lfs diff=lfs merge=lfs -text
Annotation_with_action_lerobotv21/lerobot_rh20t_anno/meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7ba42097439d9de18150fe259f5357bc87e617663db8b864537accffa35afc1
3
+ size 551705894
Annotation_with_action_lerobotv21/lerobot_rh20t_anno/meta/info.json ADDED
@@ -0,0 +1,531 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "rh20t",
4
+ "total_episodes": 82894,
5
+ "total_frames": 40755632,
6
+ "total_tasks": 146,
7
+ "total_videos": 165788,
8
+ "total_chunks": 83,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:82894"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float64",
19
+ "shape": [
20
+ 7
21
+ ],
22
+ "names": [
23
+ "delta_x",
24
+ "delta_y",
25
+ "delta_z",
26
+ "delta_rx",
27
+ "delta_ry",
28
+ "delta_rz",
29
+ "gripper_command"
30
+ ]
31
+ },
32
+ "state": {
33
+ "dtype": "float64",
34
+ "shape": [
35
+ 7
36
+ ],
37
+ "names": [
38
+ "x",
39
+ "y",
40
+ "z",
41
+ "rx",
42
+ "ry",
43
+ "rz",
44
+ "gripper_state"
45
+ ]
46
+ },
47
+ "observation.images.primary": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 180,
51
+ 320,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channel"
58
+ ],
59
+ "info": {
60
+ "video.height": 180,
61
+ "video.width": 320,
62
+ "video.codec": "h264",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "video.fps": 10,
66
+ "video.channels": 3,
67
+ "has_audio": false
68
+ }
69
+ },
70
+ "observation.images.wrist": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 180,
74
+ 320,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channel"
81
+ ],
82
+ "info": {
83
+ "video.height": 180,
84
+ "video.width": 320,
85
+ "video.codec": "h264",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "video.fps": 10,
89
+ "video.channels": 3,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "episode_name": {
94
+ "dtype": "string",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": [
99
+ "id"
100
+ ]
101
+ },
102
+ "camera_view": {
103
+ "dtype": "string",
104
+ "shape": [
105
+ 1
106
+ ],
107
+ "names": [
108
+ "view"
109
+ ]
110
+ },
111
+ "other_information.action_delta_tcp_pose": {
112
+ "dtype": "float64",
113
+ "shape": [
114
+ 7
115
+ ],
116
+ "names": [
117
+ "delta_x",
118
+ "delta_y",
119
+ "delta_z",
120
+ "delta_rx",
121
+ "delta_ry",
122
+ "delta_rz",
123
+ "gripper"
124
+ ]
125
+ },
126
+ "other_information.action_tcp_pose": {
127
+ "dtype": "float64",
128
+ "shape": [
129
+ 7
130
+ ],
131
+ "names": [
132
+ "x",
133
+ "y",
134
+ "z",
135
+ "rx",
136
+ "ry",
137
+ "rz",
138
+ "gripper"
139
+ ]
140
+ },
141
+ "other_information.gripper_command": {
142
+ "dtype": "float64",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": [
147
+ "command"
148
+ ]
149
+ },
150
+ "other_information.observation_joint_position": {
151
+ "dtype": "float64",
152
+ "shape": [
153
+ 14
154
+ ],
155
+ "names": [
156
+ "j1",
157
+ "j2",
158
+ "j3",
159
+ "j4",
160
+ "j5",
161
+ "j6",
162
+ "j7",
163
+ "j8",
164
+ "j9",
165
+ "j10",
166
+ "j11",
167
+ "j12",
168
+ "j13",
169
+ "j14"
170
+ ]
171
+ },
172
+ "other_information.observation_gripper_open_state": {
173
+ "dtype": "float64",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": [
178
+ "open_state"
179
+ ]
180
+ },
181
+ "other_information.observation_gripper_pose6d": {
182
+ "dtype": "float64",
183
+ "shape": [
184
+ 6
185
+ ],
186
+ "names": [
187
+ "x",
188
+ "y",
189
+ "z",
190
+ "rx",
191
+ "ry",
192
+ "rz"
193
+ ]
194
+ },
195
+ "other_information.is_first": {
196
+ "dtype": "bool",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "names": [
201
+ "flag"
202
+ ]
203
+ },
204
+ "other_information.is_last": {
205
+ "dtype": "bool",
206
+ "shape": [
207
+ 1
208
+ ],
209
+ "names": [
210
+ "flag"
211
+ ]
212
+ },
213
+ "other_information.is_terminal": {
214
+ "dtype": "bool",
215
+ "shape": [
216
+ 1
217
+ ],
218
+ "names": [
219
+ "flag"
220
+ ]
221
+ },
222
+ "other_information.tcp_camera": {
223
+ "dtype": "float64",
224
+ "shape": [
225
+ 7
226
+ ],
227
+ "names": [
228
+ "x",
229
+ "y",
230
+ "z",
231
+ "qx",
232
+ "qy",
233
+ "qz",
234
+ "qw"
235
+ ]
236
+ },
237
+ "other_information.tcp_base": {
238
+ "dtype": "float64",
239
+ "shape": [
240
+ 7
241
+ ],
242
+ "names": [
243
+ "x",
244
+ "y",
245
+ "z",
246
+ "qx",
247
+ "qy",
248
+ "qz",
249
+ "qw"
250
+ ]
251
+ },
252
+ "other_information.gripper": {
253
+ "dtype": "string",
254
+ "shape": [
255
+ 1
256
+ ],
257
+ "names": [
258
+ "json"
259
+ ]
260
+ },
261
+ "annotation.time_clip": {
262
+ "dtype": "string",
263
+ "shape": [
264
+ 1
265
+ ],
266
+ "names": [
267
+ "json"
268
+ ]
269
+ },
270
+ "annotation.instruction_add": {
271
+ "dtype": "string",
272
+ "shape": [
273
+ 1
274
+ ],
275
+ "names": [
276
+ "text"
277
+ ]
278
+ },
279
+ "annotation.substask": {
280
+ "dtype": "string",
281
+ "shape": [
282
+ 1
283
+ ],
284
+ "names": [
285
+ "text"
286
+ ]
287
+ },
288
+ "annotation.primitive_skill": {
289
+ "dtype": "string",
290
+ "shape": [
291
+ 1
292
+ ],
293
+ "names": [
294
+ "text"
295
+ ]
296
+ },
297
+ "annotation.segmentation": {
298
+ "dtype": "string",
299
+ "shape": [
300
+ 1
301
+ ],
302
+ "names": [
303
+ "text"
304
+ ]
305
+ },
306
+ "annotation.object_box": {
307
+ "dtype": "string",
308
+ "shape": [
309
+ 1
310
+ ],
311
+ "names": [
312
+ "json"
313
+ ]
314
+ },
315
+ "annotation.placement_proposal": {
316
+ "dtype": "string",
317
+ "shape": [
318
+ 1
319
+ ],
320
+ "names": [
321
+ "json"
322
+ ]
323
+ },
324
+ "annotation.trace": {
325
+ "dtype": "string",
326
+ "shape": [
327
+ 1
328
+ ],
329
+ "names": [
330
+ "json"
331
+ ]
332
+ },
333
+ "annotation.gripper_box": {
334
+ "dtype": "string",
335
+ "shape": [
336
+ 1
337
+ ],
338
+ "names": [
339
+ "json"
340
+ ]
341
+ },
342
+ "annotation.contact_frame": {
343
+ "dtype": "string",
344
+ "shape": [
345
+ 1
346
+ ],
347
+ "names": [
348
+ "json"
349
+ ]
350
+ },
351
+ "annotation.state_affordance": {
352
+ "dtype": "string",
353
+ "shape": [
354
+ 1
355
+ ],
356
+ "names": [
357
+ "json"
358
+ ]
359
+ },
360
+ "annotation.affordance_box": {
361
+ "dtype": "string",
362
+ "shape": [
363
+ 1
364
+ ],
365
+ "names": [
366
+ "json"
367
+ ]
368
+ },
369
+ "annotation.contact_points": {
370
+ "dtype": "string",
371
+ "shape": [
372
+ 1
373
+ ],
374
+ "names": [
375
+ "json"
376
+ ]
377
+ },
378
+ "annotation.origin_shape": {
379
+ "dtype": "string",
380
+ "shape": [
381
+ 1
382
+ ],
383
+ "names": [
384
+ "json"
385
+ ]
386
+ },
387
+ "Q_annotation.instruction_add": {
388
+ "dtype": "string",
389
+ "shape": [
390
+ 1
391
+ ],
392
+ "names": [
393
+ "quality"
394
+ ]
395
+ },
396
+ "Q_annotation.substask": {
397
+ "dtype": "string",
398
+ "shape": [
399
+ 1
400
+ ],
401
+ "names": [
402
+ "quality"
403
+ ]
404
+ },
405
+ "Q_annotation.primitive_skill": {
406
+ "dtype": "string",
407
+ "shape": [
408
+ 1
409
+ ],
410
+ "names": [
411
+ "quality"
412
+ ]
413
+ },
414
+ "Q_annotation.segmentation": {
415
+ "dtype": "string",
416
+ "shape": [
417
+ 1
418
+ ],
419
+ "names": [
420
+ "quality"
421
+ ]
422
+ },
423
+ "Q_annotation.object_box": {
424
+ "dtype": "string",
425
+ "shape": [
426
+ 1
427
+ ],
428
+ "names": [
429
+ "quality"
430
+ ]
431
+ },
432
+ "Q_annotation.placement_proposal": {
433
+ "dtype": "string",
434
+ "shape": [
435
+ 1
436
+ ],
437
+ "names": [
438
+ "quality"
439
+ ]
440
+ },
441
+ "Q_annotation.trace": {
442
+ "dtype": "string",
443
+ "shape": [
444
+ 1
445
+ ],
446
+ "names": [
447
+ "quality"
448
+ ]
449
+ },
450
+ "Q_annotation.gripper_box": {
451
+ "dtype": "string",
452
+ "shape": [
453
+ 1
454
+ ],
455
+ "names": [
456
+ "quality"
457
+ ]
458
+ },
459
+ "Q_annotation.contact_frame": {
460
+ "dtype": "string",
461
+ "shape": [
462
+ 1
463
+ ],
464
+ "names": [
465
+ "quality"
466
+ ]
467
+ },
468
+ "Q_annotation.state_affordance": {
469
+ "dtype": "string",
470
+ "shape": [
471
+ 1
472
+ ],
473
+ "names": [
474
+ "quality"
475
+ ]
476
+ },
477
+ "Q_annotation.affordance_box": {
478
+ "dtype": "string",
479
+ "shape": [
480
+ 1
481
+ ],
482
+ "names": [
483
+ "quality"
484
+ ]
485
+ },
486
+ "Q_annotation.contact_points": {
487
+ "dtype": "string",
488
+ "shape": [
489
+ 1
490
+ ],
491
+ "names": [
492
+ "quality"
493
+ ]
494
+ },
495
+ "timestamp": {
496
+ "dtype": "float32",
497
+ "shape": [
498
+ 1
499
+ ],
500
+ "names": null
501
+ },
502
+ "frame_index": {
503
+ "dtype": "int64",
504
+ "shape": [
505
+ 1
506
+ ],
507
+ "names": null
508
+ },
509
+ "episode_index": {
510
+ "dtype": "int64",
511
+ "shape": [
512
+ 1
513
+ ],
514
+ "names": null
515
+ },
516
+ "index": {
517
+ "dtype": "int64",
518
+ "shape": [
519
+ 1
520
+ ],
521
+ "names": null
522
+ },
523
+ "task_index": {
524
+ "dtype": "int64",
525
+ "shape": [
526
+ 1
527
+ ],
528
+ "names": null
529
+ }
530
+ }
531
+ }
Annotation_with_action_lerobotv21/lerobot_rh20t_anno/meta/tasks.jsonl ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"task_index": 0, "task": "Press the button from top to bottom"}
2
+ {"task_index": 1, "task": "Pull out a napkin"}
3
+ {"task_index": 2, "task": "Press three buttons from left to right in sequence"}
4
+ {"task_index": 3, "task": "Pick up the small block on the left and move it to the right"}
5
+ {"task_index": 4, "task": "Approach and touch the side of the small block"}
6
+ {"task_index": 5, "task": "Use the gripper to push the small block from left to right"}
7
+ {"task_index": 6, "task": "Hold a small block with the gripper and sweep it from left to right on the table"}
8
+ {"task_index": 7, "task": "Grab the block and place it at the designated location"}
9
+ {"task_index": 8, "task": "Take out one Hanoi block and throw it aside"}
10
+ {"task_index": 9, "task": "Place the handset of the telephone on the corresponding phone cradle"}
11
+ {"task_index": 10, "task": "Water the plant"}
12
+ {"task_index": 11, "task": "Push the soccer ball into the goal"}
13
+ {"task_index": 12, "task": "Place the block on the scale"}
14
+ {"task_index": 13, "task": "Remove the object from the scale"}
15
+ {"task_index": 14, "task": "Play the drum"}
16
+ {"task_index": 15, "task": "Hit the pool ball"}
17
+ {"task_index": 16, "task": "Put the pen into the pen holder"}
18
+ {"task_index": 17, "task": "Play Jenga"}
19
+ {"task_index": 18, "task": "Play the first move as black on the 3-4 point in the upper right corner of the Go board"}
20
+ {"task_index": 19, "task": "Turn on the desk lamp by pressing the button"}
21
+ {"task_index": 20, "task": "Turn off the desk lamp by pressing the button"}
22
+ {"task_index": 21, "task": "Wave the flag"}
23
+ {"task_index": 22, "task": "Turn on the power strip by pressing the button"}
24
+ {"task_index": 23, "task": "Turn off the power strip by pressing the button"}
25
+ {"task_index": 24, "task": "Unfold a piece of paper"}
26
+ {"task_index": 25, "task": "Use the gripper to push and close the drawer"}
27
+ {"task_index": 26, "task": "Grasp the handle and close the drawer"}
28
+ {"task_index": 27, "task": "Grasp the handle and open the drawer"}
29
+ {"task_index": 28, "task": "Pour out the test tube"}
30
+ {"task_index": 29, "task": "Cover the box"}
31
+ {"task_index": 30, "task": "Slide the outer casing onto the gift box"}
32
+ {"task_index": 31, "task": "Grasp one block to sweep the other block onto the mark"}
33
+ {"task_index": 32, "task": "Stack the squares into a pyramid shape"}
34
+ {"task_index": 33, "task": "Pick up one small block"}
35
+ {"task_index": 34, "task": "Stack the blocks in a vertical line of five"}
36
+ {"task_index": 35, "task": "Pick up the cup"}
37
+ {"task_index": 36, "task": "Pour the water from one cup into another empty cup"}
38
+ {"task_index": 37, "task": "Stack the cups"}
39
+ {"task_index": 38, "task": "Clean the tabletop with a sponge"}
40
+ {"task_index": 39, "task": "Screw the lid onto the jar"}
41
+ {"task_index": 40, "task": "Unscrew the lid from the jar"}
42
+ {"task_index": 41, "task": "Pick up a bag of things"}
43
+ {"task_index": 42, "task": "Place the brush on the pen rack"}
44
+ {"task_index": 43, "task": "Put the cup on the cup rack"}
45
+ {"task_index": 44, "task": "Take the cup off the cup rack"}
46
+ {"task_index": 45, "task": "Rotate the steering wheel 90 degrees clockwise"}
47
+ {"task_index": 46, "task": "Rotate the steering wheel 90 degrees counterclockwise"}
48
+ {"task_index": 47, "task": "Put the dish on the dish rack"}
49
+ {"task_index": 48, "task": "Take the dish off the dish rack"}
50
+ {"task_index": 49, "task": "Grab a basketball, release it and shoot it into the basket"}
51
+ {"task_index": 50, "task": "Use a clamp"}
52
+ {"task_index": 51, "task": "Grasp the moving object"}
53
+ {"task_index": 52, "task": "Transfer liquid using a dropper"}
54
+ {"task_index": 53, "task": "Receive something handed over by a human"}
55
+ {"task_index": 54, "task": "Press the buttons on a row of four power strips to turn them on"}
56
+ {"task_index": 55, "task": "Press the buttons on a row of four power strips to turn them off"}
57
+ {"task_index": 56, "task": "Turn the knob to increase the volume of the speaker"}
58
+ {"task_index": 57, "task": "Turn the knob to decrease the volume of the speaker"}
59
+ {"task_index": 58, "task": "Take everything out of the gift box"}
60
+ {"task_index": 59, "task": "Put the toilet paper on its holder"}
61
+ {"task_index": 60, "task": "Use a shovel to scoop up an object"}
62
+ {"task_index": 61, "task": "Take the roll of paper down from the shelf"}
63
+ {"task_index": 62, "task": "Build with small Lego blocks for the nth time with n blocks"}
64
+ {"task_index": 63, "task": "Build with large Megabloks for the nth time with n blocks"}
65
+ {"task_index": 64, "task": "Press a button from top to bottom with obstacles"}
66
+ {"task_index": 65, "task": "Press a button horizontally with obstacles"}
67
+ {"task_index": 66, "task": "Assemble one piece of a puzzle"}
68
+ {"task_index": 67, "task": "Open a sliding window"}
69
+ {"task_index": 68, "task": "Close a sliding window"}
70
+ {"task_index": 69, "task": "Drop coins into a piggy bank"}
71
+ {"task_index": 70, "task": "Put things in the drawer"}
72
+ {"task_index": 71, "task": "Press the button horizontally"}
73
+ {"task_index": 72, "task": "Finish setting up the starting position of a chessboard that is almost arranged"}
74
+ {"task_index": 73, "task": "Stack blocks (small Lego) one on top of the other every time"}
75
+ {"task_index": 74, "task": "Stack blocks (small Lego) randomly one at a time"}
76
+ {"task_index": 75, "task": "Close the microwave door"}
77
+ {"task_index": 76, "task": "Open the microwave door"}
78
+ {"task_index": 77, "task": "Flip over and spread out the paper that is laid flat on the table"}
79
+ {"task_index": 78, "task": "Unfold the leg of the glasses (with one hand)"}
80
+ {"task_index": 79, "task": "Scoop water with a large spoon from one bowl to another"}
81
+ {"task_index": 80, "task": "Swat with a flyswatter"}
82
+ {"task_index": 81, "task": "Assemble: Attach the bubble ring to the ball"}
83
+ {"task_index": 82, "task": "Remove the bubble ring from the assembled bubble ring and ball"}
84
+ {"task_index": 83, "task": "Dial a number on an old rotary phone"}
85
+ {"task_index": 84, "task": "Pick up and place an object with obstacles"}
86
+ {"task_index": 85, "task": "Push an object with obstacles"}
87
+ {"task_index": 86, "task": "Approach and touch an object with obstacles"}
88
+ {"task_index": 87, "task": "Move an object from one box to another"}
89
+ {"task_index": 88, "task": "Turn the hands of a clock"}
90
+ {"task_index": 89, "task": "Open a box"}
91
+ {"task_index": 90, "task": "Take something out of a drawer"}
92
+ {"task_index": 91, "task": "Stir the beaker with a glass rod"}
93
+ {"task_index": 92, "task": "Clean the table with a cloth"}
94
+ {"task_index": 93, "task": "Scrub the table with a brush"}
95
+ {"task_index": 94, "task": "Drag the plate to the goal post after holding it down"}
96
+ {"task_index": 95, "task": "Drag the plate back after holding it down"}
97
+ {"task_index": 96, "task": "Put the object on the shelf"}
98
+ {"task_index": 97, "task": "Take the object down from the shelf"}
99
+ {"task_index": 98, "task": "Put the garbage in the trash can"}
100
+ {"task_index": 99, "task": "Sharpen the pencil with a pencil sharpener"}
101
+ {"task_index": 100, "task": "Insert the pencil into the pencil sharpener"}
102
+ {"task_index": 101, "task": "Take the pencil out from the pencil sharpener"}
103
+ {"task_index": 102, "task": "Put the object with the corresponding shape into the corresponding hole"}
104
+ {"task_index": 103, "task": "Use the correction tape on paper"}
105
+ {"task_index": 104, "task": "Turn on the water tap"}
106
+ {"task_index": 105, "task": "Turn off the water tap"}
107
+ {"task_index": 106, "task": "Install the light bulb by rotating it"}
108
+ {"task_index": 107, "task": "Take out the light bulb by rotating it"}
109
+ {"task_index": 108, "task": "Put the knife on the cutting board"}
110
+ {"task_index": 109, "task": "Put the knife on the knife rack"}
111
+ {"task_index": 110, "task": "Push down the lever"}
112
+ {"task_index": 111, "task": "Pull up the lever"}
113
+ {"task_index": 112, "task": "Insert the tip of a large pipette into the holder for large pipette tips"}
114
+ {"task_index": 113, "task": "Insert the tip of a medium pipette into the holder for medium pipette tips"}
115
+ {"task_index": 114, "task": "Insert the tip of a small pipette into the holder for small pipette tips"}
116
+ {"task_index": 115, "task": "Transfer all large pipette tips from one holder to another holder for large pipette tips"}
117
+ {"task_index": 116, "task": "Chop the scallions"}
118
+ {"task_index": 117, "task": "Chop the chili peppers"}
119
+ {"task_index": 118, "task": "Slice the lotus root"}
120
+ {"task_index": 119, "task": "Slice the carrots"}
121
+ {"task_index": 120, "task": "Chop the onions"}
122
+ {"task_index": 121, "task": "Transfer all medium pipette tips from one rack to another holder for medium pipette tips"}
123
+ {"task_index": 122, "task": "Transfer all small pipette tips from one rack to another holder for small pipette tips"}
124
+ {"task_index": 123, "task": "Chop the potatoes"}
125
+ {"task_index": 124, "task": "Plug in the power cord to the socket"}
126
+ {"task_index": 125, "task": "Plug in the power cord of the desk lamp, turn on the socket, and light up the desk lamp"}
127
+ {"task_index": 126, "task": "Plug in the USB drive to the docking station"}
128
+ {"task_index": 127, "task": "Chop the green garlic"}
129
+ {"task_index": 128, "task": "Chop the orange"}
130
+ {"task_index": 129, "task": "Chop the pakchoi"}
131
+ {"task_index": 130, "task": "Chop the cucumber into shreds"}
132
+ {"task_index": 131, "task": "Put the photo frame on the bracket"}
133
+ {"task_index": 132, "task": "Take the photo frame down from the bracket"}
134
+ {"task_index": 133, "task": "Plug in the charger to the socket"}
135
+ {"task_index": 134, "task": "Plug in the bulb holder to the socket"}
136
+ {"task_index": 135, "task": "Plug in the bulb holder to the socket, install the bulb, turn on the socket to light up the bulb"}
137
+ {"task_index": 136, "task": "Cover the pot with the lid"}
138
+ {"task_index": 137, "task": "Take the cups off the shelf and stack them together"}
139
+ {"task_index": 138, "task": "Put the glass cup onto the shelf"}
140
+ {"task_index": 139, "task": "Shake the test tube"}
141
+ {"task_index": 140, "task": "Put the bowl into the microwave"}
142
+ {"task_index": 141, "task": "Plug in the bulb holder with a bulb to the socket"}
143
+ {"task_index": 142, "task": "Plug in the bulb holder with a bulb to the socket and turn on the switch of the bulb"}
144
+ {"task_index": 143, "task": "Stack the blocks into a pyramid shape"}
145
+ {"task_index": 144, "task": "Stack the blocks into a cross shape"}
146
+ {"task_index": 145, "task": "Cut the cucumber into segments"}
Annotation_with_action_lerobotv21/lerobot_rh20t_anno/videos/chunk-000.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2b14d6d317311a6ca0c5edbc21df4fd68dfc93341d51997110c8375b1fe3f23
3
+ size 612556800
Annotation_with_action_lerobotv21/lerobot_rh20t_anno/videos/chunk-001.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d33d980cf3947fa1599b43ab4ab83e4bd96566b9273a1b571d38ed769cefb8fa
3
+ size 929658880