Update RoboCOIN assets
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- dataset_info/AI2_Alphabot_2_arrange_teaset.yaml +164 -17
- dataset_info/AI2_Alphabot_2_brush_egg_wash.yaml +498 -0
- dataset_info/AI2_Alphabot_2_clink_glasses.yaml +73 -14
- dataset_info/AI2_Alphabot_2_grind_ink.yaml +3 -1
- dataset_info/AI2_Alphabot_2_heat_test_tube.yaml +73 -14
- dataset_info/AI2_Alphabot_2_insert_hose_into_hole.yaml +3 -1
- dataset_info/AI2_Alphabot_2_insert_straw.yaml +89 -22
- dataset_info/AI2_Alphabot_2_insert_water_pipe.yaml +70 -12
- dataset_info/AI2_Alphabot_2_move_basket.yaml +73 -14
- dataset_info/AI2_Alphabot_2_move_test_tube.yaml +73 -14
- dataset_info/AI2_Alphabot_2_move_test_tube_1.yaml +438 -0
- dataset_info/AI2_Alphabot_2_open_microwave.yaml +21 -8
- dataset_info/AI2_Alphabot_2_organize_cosmetics.yaml +73 -14
- dataset_info/AI2_Alphabot_2_organize_cosmetics_1.yaml +498 -0
- dataset_info/AI2_Alphabot_2_organize_lab_equipment.yaml +73 -14
- dataset_info/AI2_Alphabot_2_organize_pencil_holder.yaml +73 -14
- dataset_info/AI2_Alphabot_2_package_fruit.yaml +13 -14
- dataset_info/AI2_Alphabot_2_package_fruit_1.yaml +497 -0
- dataset_info/AI2_Alphabot_2_package_fruit_2.yaml +497 -0
- dataset_info/AI2_Alphabot_2_pick_stirring_rod.yaml +73 -14
- dataset_info/AI2_Alphabot_2_pick_test_tube.yaml +73 -14
- dataset_info/AI2_Alphabot_2_pick_thermometer.yaml +73 -14
- dataset_info/AI2_Alphabot_2_place_Tapes.yaml +73 -14
- dataset_info/AI2_Alphabot_2_place_pen.yaml +73 -14
- dataset_info/AI2_Alphabot_2_pour_liquid.yaml +93 -20
- dataset_info/AI2_Alphabot_2_pour_mung_beans.yaml +3 -1
- dataset_info/AI2_Alphabot_2_pour_water.yaml +73 -14
- dataset_info/AI2_Alphabot_2_shake_beaker.yaml +73 -14
- dataset_info/AI2_Alphabot_2_shake_bottle.yaml +73 -14
- dataset_info/AI2_Alphabot_2_shake_test_tube.yaml +26 -20
- dataset_info/AI2_Alphabot_2_shake_test_tube_1.yaml +497 -0
- dataset_info/AI2_Alphabot_2_sort_angle_iron.yaml +73 -14
- dataset_info/AI2_Alphabot_2_sort_garbage_bag_and_box.yaml +73 -14
- dataset_info/AI2_Alphabot_2_sort_personal_care_items.yaml +94 -24
- dataset_info/AI2_Alphabot_2_sort_utensils.yaml +3 -1
- dataset_info/AI2_Alphabot_2_sort_warehouse.yaml +73 -14
- dataset_info/AI2_Alphabot_2_stack_blocks.yaml +492 -0
- dataset_info/AI2_Alphabot_2_stack_cups.yaml +73 -14
- dataset_info/AI2_Alphabot_2_stamp_document.yaml +73 -14
- dataset_info/AI2_Alphabot_2_stir_spoon.yaml +76 -121
- dataset_info/AI2_Alphabot_2_stir_water.yaml +94 -23
- dataset_info/AI2_Alphabot_2_store_toys.yaml +33 -28
- dataset_info/AI2_Alphabot_2_store_toys_1.yaml +516 -0
- dataset_info/AI2_Alphabot_2_store_toys_2.yaml +497 -0
- dataset_info/AI2_Alphabot_2_store_toys_3.yaml +494 -0
- dataset_info/AI2_Alphabot_2_store_toys_4.yaml +494 -0
- dataset_info/AI2_Alphabot_2_store_toys_5.yaml +515 -0
- dataset_info/AI2_Alphabot_2_test_data_cable.yaml +73 -14
- dataset_info/AI2_Alphabot_2_test_electricity.yaml +492 -0
- dataset_info/AI2_Alphabot_2_tidy_countertop.yaml +3 -1
dataset_info/AI2_Alphabot_2_arrange_teaset.yaml
CHANGED
|
@@ -37,6 +37,7 @@ objects:
|
|
| 37 |
task_operation_type: fixed_single_arm
|
| 38 |
task_instruction: &id001
|
| 39 |
- Pick up the glass from the table and place it on the tray.
|
|
|
|
| 40 |
atomic_actions:
|
| 41 |
- pick
|
| 42 |
- place
|
|
@@ -50,6 +51,10 @@ sensor_list:
|
|
| 50 |
- cam_front_head_rgb
|
| 51 |
- cam_left_wrist_rgb
|
| 52 |
- cam_right_wrist_rgb
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
came_info:
|
| 54 |
cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 55 |
pix_fmt=yuv420p
|
|
@@ -59,12 +64,21 @@ came_info:
|
|
| 59 |
pix_fmt=yuv420p
|
| 60 |
cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 61 |
pix_fmt=yuv420p
|
| 62 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
coordinate_definition: right-hand-frame
|
| 64 |
joint_rotation_dim: radian
|
| 65 |
end_rotation_dim: radian
|
| 66 |
end_translation_dim: meter
|
| 67 |
annotations:
|
|
|
|
| 68 |
- eef_acc_mag_annotation.jsonl
|
| 69 |
- eef_direction_annotation.jsonl
|
| 70 |
- eef_velocity_annotation.jsonl
|
|
@@ -75,29 +89,87 @@ statistics:
|
|
| 75 |
total_frames: 318301
|
| 76 |
fps: 30
|
| 77 |
total_tasks: 1
|
| 78 |
-
total_videos:
|
| 79 |
total_chunks: 1
|
| 80 |
chunks_size: 1000
|
| 81 |
state_dim: 34
|
| 82 |
action_dim: 34
|
| 83 |
-
camera_views:
|
| 84 |
dataset_size: 11.51 GB
|
| 85 |
frame_num: 318301
|
| 86 |
frame_range: 1M
|
| 87 |
dataset_size: 11.51 GB
|
| 88 |
-
data_structure:
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
| |--
|
| 99 |
-
|
| 100 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
splits:
|
| 102 |
train: 0:398
|
| 103 |
features:
|
|
@@ -398,6 +470,82 @@ features:
|
|
| 398 |
dtype: int32
|
| 399 |
shape:
|
| 400 |
- 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 401 |
authors:
|
| 402 |
contributed_by:
|
| 403 |
- name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI)
|
|
@@ -434,5 +582,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 434 |
version_info: Initial Release
|
| 435 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 436 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 437 |
-
sub_tasks: *id001
|
| 438 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 37 |
task_operation_type: fixed_single_arm
|
| 38 |
task_instruction: &id001
|
| 39 |
- Pick up the glass from the table and place it on the tray.
|
| 40 |
+
sub_tasks: *id001
|
| 41 |
atomic_actions:
|
| 42 |
- pick
|
| 43 |
- place
|
|
|
|
| 51 |
- cam_front_head_rgb
|
| 52 |
- cam_left_wrist_rgb
|
| 53 |
- cam_right_wrist_rgb
|
| 54 |
+
- cam_front_head_depth
|
| 55 |
+
- cam_front_chest_depth
|
| 56 |
+
- cam_left_wrist_depth
|
| 57 |
+
- cam_right_wrist_depth
|
| 58 |
came_info:
|
| 59 |
cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 60 |
pix_fmt=yuv420p
|
|
|
|
| 64 |
pix_fmt=yuv420p
|
| 65 |
cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 66 |
pix_fmt=yuv420p
|
| 67 |
+
cam_front_head_depth: dtype=video, shape=480x640x3, resolution=640x480, codec=hevc,
|
| 68 |
+
pix_fmt=gray12le
|
| 69 |
+
cam_front_chest_depth: dtype=video, shape=480x640x3, resolution=640x480, codec=hevc,
|
| 70 |
+
pix_fmt=gray12le
|
| 71 |
+
cam_left_wrist_depth: dtype=video, shape=480x640x3, resolution=640x480, codec=hevc,
|
| 72 |
+
pix_fmt=gray12le
|
| 73 |
+
cam_right_wrist_depth: dtype=video, shape=480x640x3, resolution=640x480, codec=hevc,
|
| 74 |
+
pix_fmt=gray12le
|
| 75 |
+
depth_enabled: true
|
| 76 |
coordinate_definition: right-hand-frame
|
| 77 |
joint_rotation_dim: radian
|
| 78 |
end_rotation_dim: radian
|
| 79 |
end_translation_dim: meter
|
| 80 |
annotations:
|
| 81 |
+
- camera_params.json
|
| 82 |
- eef_acc_mag_annotation.jsonl
|
| 83 |
- eef_direction_annotation.jsonl
|
| 84 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 89 |
total_frames: 318301
|
| 90 |
fps: 30
|
| 91 |
total_tasks: 1
|
| 92 |
+
total_videos: 3193
|
| 93 |
total_chunks: 1
|
| 94 |
chunks_size: 1000
|
| 95 |
state_dim: 34
|
| 96 |
action_dim: 34
|
| 97 |
+
camera_views: 8
|
| 98 |
dataset_size: 11.51 GB
|
| 99 |
frame_num: 318301
|
| 100 |
frame_range: 1M
|
| 101 |
dataset_size: 11.51 GB
|
| 102 |
+
data_structure: 'AI2_Alphabot_2_arrange_teaset_0_qced_hardlink/
|
| 103 |
+
|
| 104 |
+
|-- annotations
|
| 105 |
+
|
| 106 |
+
| |-- camera_params.json
|
| 107 |
+
|
| 108 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 109 |
+
|
| 110 |
+
| |-- eef_direction_annotation.jsonl
|
| 111 |
+
|
| 112 |
+
| |-- eef_velocity_annotation.jsonl
|
| 113 |
+
|
| 114 |
+
| |-- gripper_activity_annotation.jsonl
|
| 115 |
+
|
| 116 |
+
| `-- gripper_mode_annotation.jsonl
|
| 117 |
+
|
| 118 |
+
|-- data
|
| 119 |
+
|
| 120 |
+
| `-- chunk-000
|
| 121 |
+
|
| 122 |
+
| |-- episode_000000.parquet
|
| 123 |
+
|
| 124 |
+
| |-- episode_000001.parquet
|
| 125 |
+
|
| 126 |
+
| |-- episode_000002.parquet
|
| 127 |
+
|
| 128 |
+
| |-- episode_000003.parquet
|
| 129 |
+
|
| 130 |
+
| |-- episode_000004.parquet
|
| 131 |
+
|
| 132 |
+
| |-- episode_000005.parquet
|
| 133 |
+
|
| 134 |
+
| |-- episode_000006.parquet
|
| 135 |
+
|
| 136 |
+
| |-- episode_000007.parquet
|
| 137 |
+
|
| 138 |
+
| |-- episode_000008.parquet
|
| 139 |
+
|
| 140 |
+
| |-- episode_000009.parquet
|
| 141 |
+
|
| 142 |
+
| |-- episode_000010.parquet
|
| 143 |
+
|
| 144 |
+
| `-- episode_000011.parquet
|
| 145 |
+
|
| 146 |
+
| `-- ... (387 more entries)
|
| 147 |
+
|
| 148 |
+
|-- meta
|
| 149 |
+
|
| 150 |
+
| |-- episodes.jsonl
|
| 151 |
+
|
| 152 |
+
| |-- episodes_stats.jsonl
|
| 153 |
+
|
| 154 |
+
| |-- info.json
|
| 155 |
+
|
| 156 |
+
| `-- tasks.jsonl
|
| 157 |
+
|
| 158 |
+
|-- videos
|
| 159 |
+
|
| 160 |
+
| `-- chunk-000
|
| 161 |
+
|
| 162 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 163 |
+
|
| 164 |
+
| |-- observation.images.cam_front_head_rgb
|
| 165 |
+
|
| 166 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 167 |
+
|
| 168 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 169 |
+
|
| 170 |
+
|-- info.yaml
|
| 171 |
+
|
| 172 |
+
`-- README.md'
|
| 173 |
splits:
|
| 174 |
train: 0:398
|
| 175 |
features:
|
|
|
|
| 470 |
dtype: int32
|
| 471 |
shape:
|
| 472 |
- 2
|
| 473 |
+
observation.images.cam_front_head_depth:
|
| 474 |
+
dtype: video
|
| 475 |
+
shape:
|
| 476 |
+
- 480
|
| 477 |
+
- 640
|
| 478 |
+
- 3
|
| 479 |
+
names:
|
| 480 |
+
- height
|
| 481 |
+
- width
|
| 482 |
+
- channels
|
| 483 |
+
info:
|
| 484 |
+
video.height: 480
|
| 485 |
+
video.width: 640
|
| 486 |
+
video.channels: 3
|
| 487 |
+
video.codec: hevc
|
| 488 |
+
video.pix_fmt: gray12le
|
| 489 |
+
video.is_depth_map: true
|
| 490 |
+
video.fps: 30
|
| 491 |
+
has_audio: false
|
| 492 |
+
observation.images.cam_front_chest_depth:
|
| 493 |
+
dtype: video
|
| 494 |
+
shape:
|
| 495 |
+
- 480
|
| 496 |
+
- 640
|
| 497 |
+
- 3
|
| 498 |
+
names:
|
| 499 |
+
- height
|
| 500 |
+
- width
|
| 501 |
+
- channels
|
| 502 |
+
info:
|
| 503 |
+
video.height: 480
|
| 504 |
+
video.width: 640
|
| 505 |
+
video.channels: 3
|
| 506 |
+
video.codec: hevc
|
| 507 |
+
video.pix_fmt: gray12le
|
| 508 |
+
video.is_depth_map: true
|
| 509 |
+
video.fps: 30
|
| 510 |
+
has_audio: false
|
| 511 |
+
observation.images.cam_left_wrist_depth:
|
| 512 |
+
dtype: video
|
| 513 |
+
shape:
|
| 514 |
+
- 480
|
| 515 |
+
- 640
|
| 516 |
+
- 3
|
| 517 |
+
names:
|
| 518 |
+
- height
|
| 519 |
+
- width
|
| 520 |
+
- channels
|
| 521 |
+
info:
|
| 522 |
+
video.height: 480
|
| 523 |
+
video.width: 640
|
| 524 |
+
video.channels: 3
|
| 525 |
+
video.codec: hevc
|
| 526 |
+
video.pix_fmt: gray12le
|
| 527 |
+
video.is_depth_map: true
|
| 528 |
+
video.fps: 30
|
| 529 |
+
has_audio: false
|
| 530 |
+
observation.images.cam_right_wrist_depth:
|
| 531 |
+
dtype: video
|
| 532 |
+
shape:
|
| 533 |
+
- 480
|
| 534 |
+
- 640
|
| 535 |
+
- 3
|
| 536 |
+
names:
|
| 537 |
+
- height
|
| 538 |
+
- width
|
| 539 |
+
- channels
|
| 540 |
+
info:
|
| 541 |
+
video.height: 480
|
| 542 |
+
video.width: 640
|
| 543 |
+
video.channels: 3
|
| 544 |
+
video.codec: hevc
|
| 545 |
+
video.pix_fmt: gray12le
|
| 546 |
+
video.is_depth_map: true
|
| 547 |
+
video.fps: 30
|
| 548 |
+
has_audio: false
|
| 549 |
authors:
|
| 550 |
contributed_by:
|
| 551 |
- name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI)
|
|
|
|
| 582 |
version_info: Initial Release
|
| 583 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 584 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 585 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_brush_egg_wash.yaml
ADDED
|
@@ -0,0 +1,498 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
task_categories:
|
| 2 |
+
- robotics
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- RoboCOIN
|
| 7 |
+
- LeRobot
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
configs:
|
| 10 |
+
- config_name: default
|
| 11 |
+
data_files: data/chunk-{id}/episode_{id}.parquet
|
| 12 |
+
extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper
|
| 13 |
+
in your research/publications—see the "Citation" section for details. You agree
|
| 14 |
+
to not use the dataset to conduct experiments that cause harm to human subjects.
|
| 15 |
+
extra_gated_fields:
|
| 16 |
+
Company/Organization:
|
| 17 |
+
type: text
|
| 18 |
+
description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher"
|
| 19 |
+
Country:
|
| 20 |
+
type: country
|
| 21 |
+
description: e.g., "Germany", "China", "United States"
|
| 22 |
+
codebase_version: v2.1
|
| 23 |
+
dataset_name: AI2_Alphabot_2_brush_egg_wash
|
| 24 |
+
dataset_uuid: 12c6c36c-f45c-42e9-9b79-2c67af7a3763
|
| 25 |
+
scene_type:
|
| 26 |
+
level1: Catering
|
| 27 |
+
level2: Restaurant
|
| 28 |
+
level3: null
|
| 29 |
+
level4: null
|
| 30 |
+
level5: null
|
| 31 |
+
env_type: real_world
|
| 32 |
+
objects:
|
| 33 |
+
- object_name: cooking brush
|
| 34 |
+
color: white
|
| 35 |
+
- object_name: sandwich
|
| 36 |
+
color: yellow
|
| 37 |
+
- object_name: egg liquid
|
| 38 |
+
color: yellow
|
| 39 |
+
- object_name: kitchen storage box
|
| 40 |
+
color: black
|
| 41 |
+
task_operation_type: fixed_single_arm
|
| 42 |
+
task_instruction: &id001
|
| 43 |
+
- Pick up the cooking brush, immerse it in the egg mixture, spread the egg mixture
|
| 44 |
+
onto the sandwich, then place the cooking brush back in its original position.
|
| 45 |
+
sub_tasks: *id001
|
| 46 |
+
atomic_actions:
|
| 47 |
+
- grasp
|
| 48 |
+
- spread
|
| 49 |
+
- place
|
| 50 |
+
robot_name: AI2_Alphabot_2
|
| 51 |
+
end_effector_type: two_finger_end_effector
|
| 52 |
+
tele_type: vr_controller
|
| 53 |
+
sensor_list:
|
| 54 |
+
- cam_front_chest_rgb
|
| 55 |
+
- cam_front_head_rgb
|
| 56 |
+
- cam_left_wrist_rgb
|
| 57 |
+
- cam_right_wrist_rgb
|
| 58 |
+
came_info:
|
| 59 |
+
cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 60 |
+
pix_fmt=yuv420p
|
| 61 |
+
cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 62 |
+
pix_fmt=yuv420p
|
| 63 |
+
cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 64 |
+
pix_fmt=yuv420p
|
| 65 |
+
cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 66 |
+
pix_fmt=yuv420p
|
| 67 |
+
depth_enabled: false
|
| 68 |
+
coordinate_definition: right-hand-frame
|
| 69 |
+
joint_rotation_dim: radian
|
| 70 |
+
end_rotation_dim: radian
|
| 71 |
+
end_translation_dim: meter
|
| 72 |
+
annotations:
|
| 73 |
+
- eef_acc_mag_annotation.jsonl
|
| 74 |
+
- eef_direction_annotation.jsonl
|
| 75 |
+
- eef_velocity_annotation.jsonl
|
| 76 |
+
- gripper_activity_annotation.jsonl
|
| 77 |
+
- gripper_mode_annotation.jsonl
|
| 78 |
+
statistics:
|
| 79 |
+
total_episodes: 210
|
| 80 |
+
total_frames: 125085
|
| 81 |
+
fps: 30
|
| 82 |
+
total_tasks: 1
|
| 83 |
+
total_videos: 840
|
| 84 |
+
total_chunks: 1
|
| 85 |
+
chunks_size: 1000
|
| 86 |
+
state_dim: 34
|
| 87 |
+
action_dim: 34
|
| 88 |
+
camera_views: 4
|
| 89 |
+
dataset_size: 2.45 GB
|
| 90 |
+
frame_num: 125085
|
| 91 |
+
frame_range: 1M
|
| 92 |
+
dataset_size: 2.45 GB
|
| 93 |
+
data_structure: 'AI2_Alphabot_2_brush_egg_wash_0_qced_hardlink/
|
| 94 |
+
|
| 95 |
+
|-- annotations
|
| 96 |
+
|
| 97 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 98 |
+
|
| 99 |
+
| |-- eef_direction_annotation.jsonl
|
| 100 |
+
|
| 101 |
+
| |-- eef_velocity_annotation.jsonl
|
| 102 |
+
|
| 103 |
+
| |-- gripper_activity_annotation.jsonl
|
| 104 |
+
|
| 105 |
+
| `-- gripper_mode_annotation.jsonl
|
| 106 |
+
|
| 107 |
+
|-- data
|
| 108 |
+
|
| 109 |
+
| `-- chunk-000
|
| 110 |
+
|
| 111 |
+
| |-- episode_000000.parquet
|
| 112 |
+
|
| 113 |
+
| |-- episode_000001.parquet
|
| 114 |
+
|
| 115 |
+
| |-- episode_000002.parquet
|
| 116 |
+
|
| 117 |
+
| |-- episode_000003.parquet
|
| 118 |
+
|
| 119 |
+
| |-- episode_000004.parquet
|
| 120 |
+
|
| 121 |
+
| |-- episode_000005.parquet
|
| 122 |
+
|
| 123 |
+
| |-- episode_000006.parquet
|
| 124 |
+
|
| 125 |
+
| |-- episode_000007.parquet
|
| 126 |
+
|
| 127 |
+
| |-- episode_000008.parquet
|
| 128 |
+
|
| 129 |
+
| |-- episode_000009.parquet
|
| 130 |
+
|
| 131 |
+
| |-- episode_000010.parquet
|
| 132 |
+
|
| 133 |
+
| `-- episode_000011.parquet
|
| 134 |
+
|
| 135 |
+
| `-- ... (198 more entries)
|
| 136 |
+
|
| 137 |
+
|-- meta
|
| 138 |
+
|
| 139 |
+
| |-- episodes.jsonl
|
| 140 |
+
|
| 141 |
+
| |-- episodes_stats.jsonl
|
| 142 |
+
|
| 143 |
+
| |-- info.json
|
| 144 |
+
|
| 145 |
+
| `-- tasks.jsonl
|
| 146 |
+
|
| 147 |
+
|-- videos
|
| 148 |
+
|
| 149 |
+
| `-- chunk-000
|
| 150 |
+
|
| 151 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 152 |
+
|
| 153 |
+
| |-- observation.images.cam_front_head_rgb
|
| 154 |
+
|
| 155 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 156 |
+
|
| 157 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 158 |
+
|
| 159 |
+
|-- info.yaml
|
| 160 |
+
|
| 161 |
+
`-- README.md'
|
| 162 |
+
splits:
|
| 163 |
+
train: 0:209
|
| 164 |
+
features:
|
| 165 |
+
observation.images.cam_front_chest_rgb:
|
| 166 |
+
dtype: video
|
| 167 |
+
shape:
|
| 168 |
+
- 480
|
| 169 |
+
- 640
|
| 170 |
+
- 3
|
| 171 |
+
names:
|
| 172 |
+
- height
|
| 173 |
+
- width
|
| 174 |
+
- channels
|
| 175 |
+
info:
|
| 176 |
+
video.height: 480
|
| 177 |
+
video.width: 640
|
| 178 |
+
video.codec: h264
|
| 179 |
+
video.pix_fmt: yuv420p
|
| 180 |
+
video.is_depth_map: false
|
| 181 |
+
video.fps: 30
|
| 182 |
+
video.channels: 3
|
| 183 |
+
has_audio: false
|
| 184 |
+
observation.images.cam_front_head_rgb:
|
| 185 |
+
dtype: video
|
| 186 |
+
shape:
|
| 187 |
+
- 480
|
| 188 |
+
- 640
|
| 189 |
+
- 3
|
| 190 |
+
names:
|
| 191 |
+
- height
|
| 192 |
+
- width
|
| 193 |
+
- channels
|
| 194 |
+
info:
|
| 195 |
+
video.height: 480
|
| 196 |
+
video.width: 640
|
| 197 |
+
video.codec: h264
|
| 198 |
+
video.pix_fmt: yuv420p
|
| 199 |
+
video.is_depth_map: false
|
| 200 |
+
video.fps: 30
|
| 201 |
+
video.channels: 3
|
| 202 |
+
has_audio: false
|
| 203 |
+
observation.images.cam_left_wrist_rgb:
|
| 204 |
+
dtype: video
|
| 205 |
+
shape:
|
| 206 |
+
- 480
|
| 207 |
+
- 640
|
| 208 |
+
- 3
|
| 209 |
+
names:
|
| 210 |
+
- height
|
| 211 |
+
- width
|
| 212 |
+
- channels
|
| 213 |
+
info:
|
| 214 |
+
video.height: 480
|
| 215 |
+
video.width: 640
|
| 216 |
+
video.codec: h264
|
| 217 |
+
video.pix_fmt: yuv420p
|
| 218 |
+
video.is_depth_map: false
|
| 219 |
+
video.fps: 30
|
| 220 |
+
video.channels: 3
|
| 221 |
+
has_audio: false
|
| 222 |
+
observation.images.cam_right_wrist_rgb:
|
| 223 |
+
dtype: video
|
| 224 |
+
shape:
|
| 225 |
+
- 480
|
| 226 |
+
- 640
|
| 227 |
+
- 3
|
| 228 |
+
names:
|
| 229 |
+
- height
|
| 230 |
+
- width
|
| 231 |
+
- channels
|
| 232 |
+
info:
|
| 233 |
+
video.height: 480
|
| 234 |
+
video.width: 640
|
| 235 |
+
video.codec: h264
|
| 236 |
+
video.pix_fmt: yuv420p
|
| 237 |
+
video.is_depth_map: false
|
| 238 |
+
video.fps: 30
|
| 239 |
+
video.channels: 3
|
| 240 |
+
has_audio: false
|
| 241 |
+
observation.state:
|
| 242 |
+
dtype: float32
|
| 243 |
+
shape:
|
| 244 |
+
- 34
|
| 245 |
+
names:
|
| 246 |
+
- left_arm_joint_1_rad
|
| 247 |
+
- left_arm_joint_2_rad
|
| 248 |
+
- left_arm_joint_3_rad
|
| 249 |
+
- left_arm_joint_4_rad
|
| 250 |
+
- left_arm_joint_5_rad
|
| 251 |
+
- left_arm_joint_6_rad
|
| 252 |
+
- left_arm_joint_7_rad
|
| 253 |
+
- left_eef_pos_x_m
|
| 254 |
+
- left_eef_pos_y_m
|
| 255 |
+
- left_eef_pos_z_m
|
| 256 |
+
- left_eef_rot_euler_x_rad
|
| 257 |
+
- left_eef_rot_euler_y_rad
|
| 258 |
+
- left_eef_rot_euler_z_rad
|
| 259 |
+
- right_arm_joint_1_rad
|
| 260 |
+
- right_arm_joint_2_rad
|
| 261 |
+
- right_arm_joint_3_rad
|
| 262 |
+
- right_arm_joint_4_rad
|
| 263 |
+
- right_arm_joint_5_rad
|
| 264 |
+
- right_arm_joint_6_rad
|
| 265 |
+
- right_arm_joint_7_rad
|
| 266 |
+
- right_eef_pos_x_m
|
| 267 |
+
- right_eef_pos_y_m
|
| 268 |
+
- right_eef_pos_z_m
|
| 269 |
+
- right_eef_rot_euler_x_rad
|
| 270 |
+
- right_eef_rot_euler_y_rad
|
| 271 |
+
- right_eef_rot_euler_z_rad
|
| 272 |
+
- left_gripper_open
|
| 273 |
+
- right_gripper_open
|
| 274 |
+
- neck_joint_1_rad
|
| 275 |
+
- neck_joint_2_rad
|
| 276 |
+
- torso_joint_1_rad
|
| 277 |
+
- torso_joint_2_rad
|
| 278 |
+
- torso_joint_3_rad
|
| 279 |
+
- torso_joint_4_rad
|
| 280 |
+
action:
|
| 281 |
+
dtype: float32
|
| 282 |
+
shape:
|
| 283 |
+
- 34
|
| 284 |
+
names:
|
| 285 |
+
- left_arm_joint_1_rad
|
| 286 |
+
- left_arm_joint_2_rad
|
| 287 |
+
- left_arm_joint_3_rad
|
| 288 |
+
- left_arm_joint_4_rad
|
| 289 |
+
- left_arm_joint_5_rad
|
| 290 |
+
- left_arm_joint_6_rad
|
| 291 |
+
- left_arm_joint_7_rad
|
| 292 |
+
- left_eef_pos_x_m
|
| 293 |
+
- left_eef_pos_y_m
|
| 294 |
+
- left_eef_pos_z_m
|
| 295 |
+
- left_eef_rot_euler_x_rad
|
| 296 |
+
- left_eef_rot_euler_y_rad
|
| 297 |
+
- left_eef_rot_euler_z_rad
|
| 298 |
+
- right_arm_joint_1_rad
|
| 299 |
+
- right_arm_joint_2_rad
|
| 300 |
+
- right_arm_joint_3_rad
|
| 301 |
+
- right_arm_joint_4_rad
|
| 302 |
+
- right_arm_joint_5_rad
|
| 303 |
+
- right_arm_joint_6_rad
|
| 304 |
+
- right_arm_joint_7_rad
|
| 305 |
+
- right_eef_pos_x_m
|
| 306 |
+
- right_eef_pos_y_m
|
| 307 |
+
- right_eef_pos_z_m
|
| 308 |
+
- right_eef_rot_euler_x_rad
|
| 309 |
+
- right_eef_rot_euler_y_rad
|
| 310 |
+
- right_eef_rot_euler_z_rad
|
| 311 |
+
- left_gripper_open
|
| 312 |
+
- right_gripper_open
|
| 313 |
+
- neck_joint_1_rad
|
| 314 |
+
- neck_joint_2_rad
|
| 315 |
+
- torso_joint_1_rad
|
| 316 |
+
- torso_joint_2_rad
|
| 317 |
+
- torso_joint_3_rad
|
| 318 |
+
- torso_joint_4_rad
|
| 319 |
+
timestamp:
|
| 320 |
+
dtype: float32
|
| 321 |
+
shape:
|
| 322 |
+
- 1
|
| 323 |
+
names: null
|
| 324 |
+
frame_index:
|
| 325 |
+
dtype: int64
|
| 326 |
+
shape:
|
| 327 |
+
- 1
|
| 328 |
+
names: null
|
| 329 |
+
episode_index:
|
| 330 |
+
dtype: int64
|
| 331 |
+
shape:
|
| 332 |
+
- 1
|
| 333 |
+
names: null
|
| 334 |
+
index:
|
| 335 |
+
dtype: int64
|
| 336 |
+
shape:
|
| 337 |
+
- 1
|
| 338 |
+
names: null
|
| 339 |
+
task_index:
|
| 340 |
+
dtype: int64
|
| 341 |
+
shape:
|
| 342 |
+
- 1
|
| 343 |
+
names: null
|
| 344 |
+
gripper_open_scale_state:
|
| 345 |
+
names:
|
| 346 |
+
- left_gripper_open_scale
|
| 347 |
+
- right_gripper_open_scale
|
| 348 |
+
dtype: float64
|
| 349 |
+
shape:
|
| 350 |
+
- 2
|
| 351 |
+
gripper_open_scale_action:
|
| 352 |
+
names:
|
| 353 |
+
- left_gripper_open_scale
|
| 354 |
+
- right_gripper_open_scale
|
| 355 |
+
dtype: float64
|
| 356 |
+
shape:
|
| 357 |
+
- 2
|
| 358 |
+
eef_sim_pose_state:
|
| 359 |
+
names:
|
| 360 |
+
- left_eef_pos_x
|
| 361 |
+
- left_eef_pos_y
|
| 362 |
+
- left_eef_pos_z
|
| 363 |
+
- left_eef_rot_x
|
| 364 |
+
- left_eef_rot_y
|
| 365 |
+
- left_eef_rot_z
|
| 366 |
+
- right_eef_pos_x
|
| 367 |
+
- right_eef_pos_y
|
| 368 |
+
- right_eef_pos_z
|
| 369 |
+
- right_eef_rot_x
|
| 370 |
+
- right_eef_rot_y
|
| 371 |
+
- right_eef_rot_z
|
| 372 |
+
dtype: float32
|
| 373 |
+
shape:
|
| 374 |
+
- 12
|
| 375 |
+
eef_sim_pose_action:
|
| 376 |
+
names:
|
| 377 |
+
- left_eef_pos_x
|
| 378 |
+
- left_eef_pos_y
|
| 379 |
+
- left_eef_pos_z
|
| 380 |
+
- left_eef_rot_x
|
| 381 |
+
- left_eef_rot_y
|
| 382 |
+
- left_eef_rot_z
|
| 383 |
+
- right_eef_pos_x
|
| 384 |
+
- right_eef_pos_y
|
| 385 |
+
- right_eef_pos_z
|
| 386 |
+
- right_eef_rot_x
|
| 387 |
+
- right_eef_rot_y
|
| 388 |
+
- right_eef_rot_z
|
| 389 |
+
dtype: float32
|
| 390 |
+
shape:
|
| 391 |
+
- 12
|
| 392 |
+
eef_direction_state:
|
| 393 |
+
names:
|
| 394 |
+
- left_eef_direction
|
| 395 |
+
- right_eef_direction
|
| 396 |
+
dtype: int32
|
| 397 |
+
shape:
|
| 398 |
+
- 2
|
| 399 |
+
eef_direction_action:
|
| 400 |
+
names:
|
| 401 |
+
- left_eef_direction
|
| 402 |
+
- right_eef_direction
|
| 403 |
+
dtype: int32
|
| 404 |
+
shape:
|
| 405 |
+
- 2
|
| 406 |
+
eef_velocity_state:
|
| 407 |
+
names:
|
| 408 |
+
- left_eef_velocity
|
| 409 |
+
- right_eef_velocity
|
| 410 |
+
dtype: int32
|
| 411 |
+
shape:
|
| 412 |
+
- 2
|
| 413 |
+
eef_velocity_action:
|
| 414 |
+
names:
|
| 415 |
+
- left_eef_velocity
|
| 416 |
+
- right_eef_velocity
|
| 417 |
+
dtype: int32
|
| 418 |
+
shape:
|
| 419 |
+
- 2
|
| 420 |
+
eef_acc_mag_state:
|
| 421 |
+
names:
|
| 422 |
+
- left_eef_acc_mag
|
| 423 |
+
- right_eef_acc_mag
|
| 424 |
+
dtype: int32
|
| 425 |
+
shape:
|
| 426 |
+
- 2
|
| 427 |
+
eef_acc_mag_action:
|
| 428 |
+
names:
|
| 429 |
+
- left_eef_acc_mag
|
| 430 |
+
- right_eef_acc_mag
|
| 431 |
+
dtype: int32
|
| 432 |
+
shape:
|
| 433 |
+
- 2
|
| 434 |
+
gripper_mode_state:
|
| 435 |
+
names:
|
| 436 |
+
- left_gripper_mode
|
| 437 |
+
- right_gripper_mode
|
| 438 |
+
dtype: int32
|
| 439 |
+
shape:
|
| 440 |
+
- 2
|
| 441 |
+
gripper_mode_action:
|
| 442 |
+
names:
|
| 443 |
+
- left_gripper_mode
|
| 444 |
+
- right_gripper_mode
|
| 445 |
+
dtype: int32
|
| 446 |
+
shape:
|
| 447 |
+
- 2
|
| 448 |
+
gripper_activity_state:
|
| 449 |
+
names:
|
| 450 |
+
- left_gripper_activity
|
| 451 |
+
- right_gripper_activity
|
| 452 |
+
dtype: int32
|
| 453 |
+
shape:
|
| 454 |
+
- 2
|
| 455 |
+
gripper_activity_action:
|
| 456 |
+
names:
|
| 457 |
+
- left_gripper_activity
|
| 458 |
+
- right_gripper_activity
|
| 459 |
+
dtype: int32
|
| 460 |
+
shape:
|
| 461 |
+
- 2
|
| 462 |
+
authors:
|
| 463 |
+
contributed_by:
|
| 464 |
+
- name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI)
|
| 465 |
+
dataset_description: This dataset uses an extended format based on LeRobot and is
|
| 466 |
+
fully compatible with LeRobot.
|
| 467 |
+
homepage: https://flagopen.github.io/RoboCOIN/
|
| 468 |
+
paper: https://arxiv.org/abs/2511.17441
|
| 469 |
+
repository: https://github.com/FlagOpen/RoboCOIN
|
| 470 |
+
contact_info: For questions, issues, or feedback regarding this dataset, please contact
|
| 471 |
+
us.
|
| 472 |
+
support_info: For technical support, please open an issue on our GitHub repository.
|
| 473 |
+
license_details: apache-2.0
|
| 474 |
+
citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\
|
| 475 |
+
\ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\
|
| 476 |
+
\ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\
|
| 477 |
+
\ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\
|
| 478 |
+
\ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\
|
| 479 |
+
\ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\
|
| 480 |
+
\ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\
|
| 481 |
+
\ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\
|
| 482 |
+
\ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\
|
| 483 |
+
\ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\
|
| 484 |
+
\ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\
|
| 485 |
+
\ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\
|
| 486 |
+
\ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\
|
| 487 |
+
\ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\
|
| 488 |
+
\ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\
|
| 489 |
+
\ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n"
|
| 490 |
+
additional_citations: 'If you use this dataset, please also consider citing:
|
| 491 |
+
|
| 492 |
+
LeRobot Framework: https://github.com/huggingface/lerobot
|
| 493 |
+
|
| 494 |
+
'
|
| 495 |
+
version_info: Initial Release
|
| 496 |
+
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 497 |
+
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 498 |
+
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_clink_glasses.yaml
CHANGED
|
@@ -39,6 +39,7 @@ objects:
|
|
| 39 |
task_operation_type: fixed_single_arm
|
| 40 |
task_instruction: &id001
|
| 41 |
- Pick up one cup with a gripper and tap it against the other cup.
|
|
|
|
| 42 |
atomic_actions:
|
| 43 |
- pick
|
| 44 |
- move
|
|
@@ -66,6 +67,7 @@ joint_rotation_dim: radian
|
|
| 66 |
end_rotation_dim: radian
|
| 67 |
end_translation_dim: meter
|
| 68 |
annotations:
|
|
|
|
| 69 |
- eef_acc_mag_annotation.jsonl
|
| 70 |
- eef_direction_annotation.jsonl
|
| 71 |
- eef_velocity_annotation.jsonl
|
|
@@ -86,19 +88,77 @@ statistics:
|
|
| 86 |
frame_num: 337932
|
| 87 |
frame_range: 1M
|
| 88 |
dataset_size: 10.16 GB
|
| 89 |
-
data_structure:
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
| |--
|
| 100 |
-
|
| 101 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
splits:
|
| 103 |
train: 0:392
|
| 104 |
features:
|
|
@@ -435,5 +495,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 435 |
version_info: Initial Release
|
| 436 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 437 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 438 |
-
sub_tasks: *id001
|
| 439 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 39 |
task_operation_type: fixed_single_arm
|
| 40 |
task_instruction: &id001
|
| 41 |
- Pick up one cup with a gripper and tap it against the other cup.
|
| 42 |
+
sub_tasks: *id001
|
| 43 |
atomic_actions:
|
| 44 |
- pick
|
| 45 |
- move
|
|
|
|
| 67 |
end_rotation_dim: radian
|
| 68 |
end_translation_dim: meter
|
| 69 |
annotations:
|
| 70 |
+
- camera_params.json
|
| 71 |
- eef_acc_mag_annotation.jsonl
|
| 72 |
- eef_direction_annotation.jsonl
|
| 73 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 88 |
frame_num: 337932
|
| 89 |
frame_range: 1M
|
| 90 |
dataset_size: 10.16 GB
|
| 91 |
+
data_structure: 'AI2_Alphabot_2_clink_glasses_0_qced_hardlink/
|
| 92 |
+
|
| 93 |
+
|-- annotations
|
| 94 |
+
|
| 95 |
+
| |-- camera_params.json
|
| 96 |
+
|
| 97 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 98 |
+
|
| 99 |
+
| |-- eef_direction_annotation.jsonl
|
| 100 |
+
|
| 101 |
+
| |-- eef_velocity_annotation.jsonl
|
| 102 |
+
|
| 103 |
+
| |-- gripper_activity_annotation.jsonl
|
| 104 |
+
|
| 105 |
+
| `-- gripper_mode_annotation.jsonl
|
| 106 |
+
|
| 107 |
+
|-- data
|
| 108 |
+
|
| 109 |
+
| `-- chunk-000
|
| 110 |
+
|
| 111 |
+
| |-- episode_000000.parquet
|
| 112 |
+
|
| 113 |
+
| |-- episode_000001.parquet
|
| 114 |
+
|
| 115 |
+
| |-- episode_000002.parquet
|
| 116 |
+
|
| 117 |
+
| |-- episode_000003.parquet
|
| 118 |
+
|
| 119 |
+
| |-- episode_000004.parquet
|
| 120 |
+
|
| 121 |
+
| |-- episode_000005.parquet
|
| 122 |
+
|
| 123 |
+
| |-- episode_000006.parquet
|
| 124 |
+
|
| 125 |
+
| |-- episode_000007.parquet
|
| 126 |
+
|
| 127 |
+
| |-- episode_000008.parquet
|
| 128 |
+
|
| 129 |
+
| |-- episode_000009.parquet
|
| 130 |
+
|
| 131 |
+
| |-- episode_000010.parquet
|
| 132 |
+
|
| 133 |
+
| `-- episode_000011.parquet
|
| 134 |
+
|
| 135 |
+
| `-- ... (381 more entries)
|
| 136 |
+
|
| 137 |
+
|-- meta
|
| 138 |
+
|
| 139 |
+
| |-- episodes.jsonl
|
| 140 |
+
|
| 141 |
+
| |-- episodes_stats.jsonl
|
| 142 |
+
|
| 143 |
+
| |-- info.json
|
| 144 |
+
|
| 145 |
+
| `-- tasks.jsonl
|
| 146 |
+
|
| 147 |
+
|-- videos
|
| 148 |
+
|
| 149 |
+
| `-- chunk-000
|
| 150 |
+
|
| 151 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 152 |
+
|
| 153 |
+
| |-- observation.images.cam_front_head_rgb
|
| 154 |
+
|
| 155 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 156 |
+
|
| 157 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 158 |
+
|
| 159 |
+
|-- info.yaml
|
| 160 |
+
|
| 161 |
+
`-- README.md'
|
| 162 |
splits:
|
| 163 |
train: 0:392
|
| 164 |
features:
|
|
|
|
| 495 |
version_info: Initial Release
|
| 496 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 497 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 498 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_grind_ink.yaml
CHANGED
|
@@ -155,7 +155,9 @@ data_structure: 'AI2_Alphabot_2_grind_ink_0_qced_hardlink/
|
|
| 155 |
|
| 156 |
| `-- observation.images.cam_right_wrist_rgb
|
| 157 |
|
| 158 |
-
|
|
|
|
|
|
|
| 159 |
splits:
|
| 160 |
train: 0:250
|
| 161 |
features:
|
|
|
|
| 155 |
|
| 156 |
| `-- observation.images.cam_right_wrist_rgb
|
| 157 |
|
| 158 |
+
|-- info.yaml
|
| 159 |
+
|
| 160 |
+
`-- README.md'
|
| 161 |
splits:
|
| 162 |
train: 0:250
|
| 163 |
features:
|
dataset_info/AI2_Alphabot_2_heat_test_tube.yaml
CHANGED
|
@@ -40,6 +40,7 @@ task_operation_type: fixed_single_arm
|
|
| 40 |
task_instruction: &id001
|
| 41 |
- Hold the test tube with one hand and immerse one end into the beaker, then return
|
| 42 |
- it to the test tube rack.
|
|
|
|
| 43 |
atomic_actions:
|
| 44 |
- pick
|
| 45 |
- move
|
|
@@ -67,6 +68,7 @@ joint_rotation_dim: radian
|
|
| 67 |
end_rotation_dim: radian
|
| 68 |
end_translation_dim: meter
|
| 69 |
annotations:
|
|
|
|
| 70 |
- eef_acc_mag_annotation.jsonl
|
| 71 |
- eef_direction_annotation.jsonl
|
| 72 |
- eef_velocity_annotation.jsonl
|
|
@@ -87,19 +89,77 @@ statistics:
|
|
| 87 |
frame_num: 371481
|
| 88 |
frame_range: 1M
|
| 89 |
dataset_size: 16.44 GB
|
| 90 |
-
data_structure:
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
| |--
|
| 101 |
-
|
| 102 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 103 |
splits:
|
| 104 |
train: 0:403
|
| 105 |
features:
|
|
@@ -436,5 +496,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 436 |
version_info: Initial Release
|
| 437 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 438 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 439 |
-
sub_tasks: *id001
|
| 440 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 40 |
task_instruction: &id001
|
| 41 |
- Hold the test tube with one hand and immerse one end into the beaker, then return
|
| 42 |
- it to the test tube rack.
|
| 43 |
+
sub_tasks: *id001
|
| 44 |
atomic_actions:
|
| 45 |
- pick
|
| 46 |
- move
|
|
|
|
| 68 |
end_rotation_dim: radian
|
| 69 |
end_translation_dim: meter
|
| 70 |
annotations:
|
| 71 |
+
- camera_params.json
|
| 72 |
- eef_acc_mag_annotation.jsonl
|
| 73 |
- eef_direction_annotation.jsonl
|
| 74 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 89 |
frame_num: 371481
|
| 90 |
frame_range: 1M
|
| 91 |
dataset_size: 16.44 GB
|
| 92 |
+
data_structure: 'AI2_Alphabot_2_heat_test_tube_0_qced_hardlink/
|
| 93 |
+
|
| 94 |
+
|-- annotations
|
| 95 |
+
|
| 96 |
+
| |-- camera_params.json
|
| 97 |
+
|
| 98 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 99 |
+
|
| 100 |
+
| |-- eef_direction_annotation.jsonl
|
| 101 |
+
|
| 102 |
+
| |-- eef_velocity_annotation.jsonl
|
| 103 |
+
|
| 104 |
+
| |-- gripper_activity_annotation.jsonl
|
| 105 |
+
|
| 106 |
+
| `-- gripper_mode_annotation.jsonl
|
| 107 |
+
|
| 108 |
+
|-- data
|
| 109 |
+
|
| 110 |
+
| `-- chunk-000
|
| 111 |
+
|
| 112 |
+
| |-- episode_000000.parquet
|
| 113 |
+
|
| 114 |
+
| |-- episode_000001.parquet
|
| 115 |
+
|
| 116 |
+
| |-- episode_000002.parquet
|
| 117 |
+
|
| 118 |
+
| |-- episode_000003.parquet
|
| 119 |
+
|
| 120 |
+
| |-- episode_000004.parquet
|
| 121 |
+
|
| 122 |
+
| |-- episode_000005.parquet
|
| 123 |
+
|
| 124 |
+
| |-- episode_000006.parquet
|
| 125 |
+
|
| 126 |
+
| |-- episode_000007.parquet
|
| 127 |
+
|
| 128 |
+
| |-- episode_000008.parquet
|
| 129 |
+
|
| 130 |
+
| |-- episode_000009.parquet
|
| 131 |
+
|
| 132 |
+
| |-- episode_000010.parquet
|
| 133 |
+
|
| 134 |
+
| `-- episode_000011.parquet
|
| 135 |
+
|
| 136 |
+
| `-- ... (392 more entries)
|
| 137 |
+
|
| 138 |
+
|-- meta
|
| 139 |
+
|
| 140 |
+
| |-- episodes.jsonl
|
| 141 |
+
|
| 142 |
+
| |-- episodes_stats.jsonl
|
| 143 |
+
|
| 144 |
+
| |-- info.json
|
| 145 |
+
|
| 146 |
+
| `-- tasks.jsonl
|
| 147 |
+
|
| 148 |
+
|-- videos
|
| 149 |
+
|
| 150 |
+
| `-- chunk-000
|
| 151 |
+
|
| 152 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 153 |
+
|
| 154 |
+
| |-- observation.images.cam_front_head_rgb
|
| 155 |
+
|
| 156 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 157 |
+
|
| 158 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 159 |
+
|
| 160 |
+
|-- info.yaml
|
| 161 |
+
|
| 162 |
+
`-- README.md'
|
| 163 |
splits:
|
| 164 |
train: 0:403
|
| 165 |
features:
|
|
|
|
| 496 |
version_info: Initial Release
|
| 497 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 498 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 499 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_insert_hose_into_hole.yaml
CHANGED
|
@@ -153,7 +153,9 @@ data_structure: 'AI2_Alphabot_2_insert_hose_into_hole_0_qced_hardlink/
|
|
| 153 |
|
| 154 |
| `-- observation.images.cam_right_wrist_rgb
|
| 155 |
|
| 156 |
-
|
|
|
|
|
|
|
| 157 |
splits:
|
| 158 |
train: 0:975
|
| 159 |
features:
|
|
|
|
| 153 |
|
| 154 |
| `-- observation.images.cam_right_wrist_rgb
|
| 155 |
|
| 156 |
+
|-- info.yaml
|
| 157 |
+
|
| 158 |
+
`-- README.md'
|
| 159 |
splits:
|
| 160 |
train: 0:975
|
| 161 |
features:
|
dataset_info/AI2_Alphabot_2_insert_straw.yaml
CHANGED
|
@@ -24,23 +24,32 @@ dataset_name: AI2_Alphabot_2_insert_straw
|
|
| 24 |
dataset_uuid: 91345b20-859c-4332-ad31-3632a6fedfbe
|
| 25 |
scene_type:
|
| 26 |
level1: Catering
|
| 27 |
-
level2:
|
| 28 |
level3: null
|
| 29 |
level4: null
|
| 30 |
level5: null
|
| 31 |
env_type: real_world
|
| 32 |
objects:
|
| 33 |
-
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
task_operation_type: fixed_dual_arm
|
| 38 |
-
task_instruction:
|
|
|
|
|
|
|
| 39 |
- Pick up the straw with one hand, pass it to the other hand, and insert it into the
|
| 40 |
cup.
|
| 41 |
atomic_actions:
|
| 42 |
-
-
|
| 43 |
-
- pass
|
| 44 |
- insert
|
| 45 |
robot_name:
|
| 46 |
- AI2_Alphabot_2
|
|
@@ -67,6 +76,7 @@ joint_rotation_dim: radian
|
|
| 67 |
end_rotation_dim: radian
|
| 68 |
end_translation_dim: meter
|
| 69 |
annotations:
|
|
|
|
| 70 |
- eef_acc_mag_annotation.jsonl
|
| 71 |
- eef_direction_annotation.jsonl
|
| 72 |
- eef_velocity_annotation.jsonl
|
|
@@ -87,19 +97,77 @@ statistics:
|
|
| 87 |
frame_num: 404056
|
| 88 |
frame_range: 1M
|
| 89 |
dataset_size: 9.60 GB
|
| 90 |
-
data_structure:
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
| |--
|
| 101 |
-
|
| 102 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 103 |
splits:
|
| 104 |
train: 0:498
|
| 105 |
features:
|
|
@@ -436,5 +504,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 436 |
version_info: Initial Release
|
| 437 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 438 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 439 |
-
sub_tasks: *id001
|
| 440 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 24 |
dataset_uuid: 91345b20-859c-4332-ad31-3632a6fedfbe
|
| 25 |
scene_type:
|
| 26 |
level1: Catering
|
| 27 |
+
level2: Milk Tea Shop
|
| 28 |
level3: null
|
| 29 |
level4: null
|
| 30 |
level5: null
|
| 31 |
env_type: real_world
|
| 32 |
objects:
|
| 33 |
+
- id: straw
|
| 34 |
+
name: straw
|
| 35 |
+
color: white
|
| 36 |
+
anchor_policy: static
|
| 37 |
+
- id: paper_cup
|
| 38 |
+
name: paper cup
|
| 39 |
+
color: white
|
| 40 |
+
anchor_policy: static
|
| 41 |
+
- id: table
|
| 42 |
+
name: table
|
| 43 |
+
color: white
|
| 44 |
+
anchor_policy: static
|
| 45 |
task_operation_type: fixed_dual_arm
|
| 46 |
+
task_instruction: Pick up the straw with one hand, pass it to the other hand, and
|
| 47 |
+
insert it into the cup.
|
| 48 |
+
sub_tasks:
|
| 49 |
- Pick up the straw with one hand, pass it to the other hand, and insert it into the
|
| 50 |
cup.
|
| 51 |
atomic_actions:
|
| 52 |
+
- grasp
|
|
|
|
| 53 |
- insert
|
| 54 |
robot_name:
|
| 55 |
- AI2_Alphabot_2
|
|
|
|
| 76 |
end_rotation_dim: radian
|
| 77 |
end_translation_dim: meter
|
| 78 |
annotations:
|
| 79 |
+
- camera_params.json
|
| 80 |
- eef_acc_mag_annotation.jsonl
|
| 81 |
- eef_direction_annotation.jsonl
|
| 82 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 97 |
frame_num: 404056
|
| 98 |
frame_range: 1M
|
| 99 |
dataset_size: 9.60 GB
|
| 100 |
+
data_structure: 'AI2_Alphabot_2_insert_straw_0_qced_hardlink/
|
| 101 |
+
|
| 102 |
+
|-- annotations
|
| 103 |
+
|
| 104 |
+
| |-- camera_params.json
|
| 105 |
+
|
| 106 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 107 |
+
|
| 108 |
+
| |-- eef_direction_annotation.jsonl
|
| 109 |
+
|
| 110 |
+
| |-- eef_velocity_annotation.jsonl
|
| 111 |
+
|
| 112 |
+
| |-- gripper_activity_annotation.jsonl
|
| 113 |
+
|
| 114 |
+
| `-- gripper_mode_annotation.jsonl
|
| 115 |
+
|
| 116 |
+
|-- data
|
| 117 |
+
|
| 118 |
+
| `-- chunk-000
|
| 119 |
+
|
| 120 |
+
| |-- episode_000000.parquet
|
| 121 |
+
|
| 122 |
+
| |-- episode_000001.parquet
|
| 123 |
+
|
| 124 |
+
| |-- episode_000002.parquet
|
| 125 |
+
|
| 126 |
+
| |-- episode_000003.parquet
|
| 127 |
+
|
| 128 |
+
| |-- episode_000004.parquet
|
| 129 |
+
|
| 130 |
+
| |-- episode_000005.parquet
|
| 131 |
+
|
| 132 |
+
| |-- episode_000006.parquet
|
| 133 |
+
|
| 134 |
+
| |-- episode_000007.parquet
|
| 135 |
+
|
| 136 |
+
| |-- episode_000008.parquet
|
| 137 |
+
|
| 138 |
+
| |-- episode_000009.parquet
|
| 139 |
+
|
| 140 |
+
| |-- episode_000010.parquet
|
| 141 |
+
|
| 142 |
+
| `-- episode_000011.parquet
|
| 143 |
+
|
| 144 |
+
| `-- ... (487 more entries)
|
| 145 |
+
|
| 146 |
+
|-- meta
|
| 147 |
+
|
| 148 |
+
| |-- episodes.jsonl
|
| 149 |
+
|
| 150 |
+
| |-- episodes_stats.jsonl
|
| 151 |
+
|
| 152 |
+
| |-- info.json
|
| 153 |
+
|
| 154 |
+
| `-- tasks.jsonl
|
| 155 |
+
|
| 156 |
+
|-- videos
|
| 157 |
+
|
| 158 |
+
| `-- chunk-000
|
| 159 |
+
|
| 160 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 161 |
+
|
| 162 |
+
| |-- observation.images.cam_front_head_rgb
|
| 163 |
+
|
| 164 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 165 |
+
|
| 166 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 167 |
+
|
| 168 |
+
|-- info.yaml
|
| 169 |
+
|
| 170 |
+
`-- README.md'
|
| 171 |
splits:
|
| 172 |
train: 0:498
|
| 173 |
features:
|
|
|
|
| 504 |
version_info: Initial Release
|
| 505 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 506 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 507 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_insert_water_pipe.yaml
CHANGED
|
@@ -35,6 +35,7 @@ objects:
|
|
| 35 |
task_operation_type: fixed_dual_arm
|
| 36 |
task_instruction: &id001
|
| 37 |
- Align the water pipe and insert it.
|
|
|
|
| 38 |
atomic_actions:
|
| 39 |
- pick
|
| 40 |
- insert
|
|
@@ -61,6 +62,8 @@ coordinate_definition: right-hand-frame
|
|
| 61 |
joint_rotation_dim: radian
|
| 62 |
end_rotation_dim: radian
|
| 63 |
end_translation_dim: meter
|
|
|
|
|
|
|
| 64 |
statistics:
|
| 65 |
total_episodes: 983
|
| 66 |
total_frames: 671854
|
|
@@ -76,17 +79,73 @@ statistics:
|
|
| 76 |
frame_num: 671854
|
| 77 |
frame_range: 1M
|
| 78 |
dataset_size: 11.15 GB
|
| 79 |
-
data_structure:
|
| 80 |
-
|
| 81 |
-
|
|
| 82 |
-
|
| 83 |
-
|
|
| 84 |
-
|
| 85 |
-
|
|
| 86 |
-
|
| 87 |
-
| `--
|
| 88 |
-
|
| 89 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
splits:
|
| 91 |
train: 0:982
|
| 92 |
features:
|
|
@@ -305,5 +364,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 305 |
version_info: Initial Release
|
| 306 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 307 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 308 |
-
sub_tasks: *id001
|
| 309 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 35 |
task_operation_type: fixed_dual_arm
|
| 36 |
task_instruction: &id001
|
| 37 |
- Align the water pipe and insert it.
|
| 38 |
+
sub_tasks: *id001
|
| 39 |
atomic_actions:
|
| 40 |
- pick
|
| 41 |
- insert
|
|
|
|
| 62 |
joint_rotation_dim: radian
|
| 63 |
end_rotation_dim: radian
|
| 64 |
end_translation_dim: meter
|
| 65 |
+
annotations:
|
| 66 |
+
- camera_params.json
|
| 67 |
statistics:
|
| 68 |
total_episodes: 983
|
| 69 |
total_frames: 671854
|
|
|
|
| 79 |
frame_num: 671854
|
| 80 |
frame_range: 1M
|
| 81 |
dataset_size: 11.15 GB
|
| 82 |
+
data_structure: 'AI2_Alphabot_2_insert_water_pipe_0_qced_hardlink/
|
| 83 |
+
|
| 84 |
+
|-- annotations
|
| 85 |
+
|
| 86 |
+
| `-- camera_params.json
|
| 87 |
+
|
| 88 |
+
|-- data
|
| 89 |
+
|
| 90 |
+
| `-- chunk-000
|
| 91 |
+
|
| 92 |
+
| |-- episode_000000.parquet
|
| 93 |
+
|
| 94 |
+
| |-- episode_000001.parquet
|
| 95 |
+
|
| 96 |
+
| |-- episode_000002.parquet
|
| 97 |
+
|
| 98 |
+
| |-- episode_000003.parquet
|
| 99 |
+
|
| 100 |
+
| |-- episode_000004.parquet
|
| 101 |
+
|
| 102 |
+
| |-- episode_000005.parquet
|
| 103 |
+
|
| 104 |
+
| |-- episode_000006.parquet
|
| 105 |
+
|
| 106 |
+
| |-- episode_000007.parquet
|
| 107 |
+
|
| 108 |
+
| |-- episode_000008.parquet
|
| 109 |
+
|
| 110 |
+
| |-- episode_000009.parquet
|
| 111 |
+
|
| 112 |
+
| |-- episode_000010.parquet
|
| 113 |
+
|
| 114 |
+
| `-- episode_000011.parquet
|
| 115 |
+
|
| 116 |
+
| `-- ... (971 more entries)
|
| 117 |
+
|
| 118 |
+
|-- logs
|
| 119 |
+
|
| 120 |
+
| `-- collect
|
| 121 |
+
|
| 122 |
+
| `-- collect_20260601160829.log
|
| 123 |
+
|
| 124 |
+
|-- meta
|
| 125 |
+
|
| 126 |
+
| |-- episodes.jsonl
|
| 127 |
+
|
| 128 |
+
| |-- episodes_stats.jsonl
|
| 129 |
+
|
| 130 |
+
| |-- info.json
|
| 131 |
+
|
| 132 |
+
| `-- tasks.jsonl
|
| 133 |
+
|
| 134 |
+
|-- videos
|
| 135 |
+
|
| 136 |
+
| `-- chunk-000
|
| 137 |
+
|
| 138 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 139 |
+
|
| 140 |
+
| |-- observation.images.cam_front_head_rgb
|
| 141 |
+
|
| 142 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 143 |
+
|
| 144 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 145 |
+
|
| 146 |
+
|-- info.yaml
|
| 147 |
+
|
| 148 |
+
`-- README.md'
|
| 149 |
splits:
|
| 150 |
train: 0:982
|
| 151 |
features:
|
|
|
|
| 364 |
version_info: Initial Release
|
| 365 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 366 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 367 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_move_basket.yaml
CHANGED
|
@@ -35,6 +35,7 @@ objects:
|
|
| 35 |
task_operation_type: fixed_single_arm
|
| 36 |
task_instruction: &id001
|
| 37 |
- Use one hand to grasp the basket and place it at the designated location.
|
|
|
|
| 38 |
atomic_actions:
|
| 39 |
- grasp
|
| 40 |
- place
|
|
@@ -63,6 +64,7 @@ joint_rotation_dim: radian
|
|
| 63 |
end_rotation_dim: radian
|
| 64 |
end_translation_dim: meter
|
| 65 |
annotations:
|
|
|
|
| 66 |
- eef_acc_mag_annotation.jsonl
|
| 67 |
- eef_direction_annotation.jsonl
|
| 68 |
- eef_velocity_annotation.jsonl
|
|
@@ -83,19 +85,77 @@ statistics:
|
|
| 83 |
frame_num: 78384
|
| 84 |
frame_range: 100K
|
| 85 |
dataset_size: 3.32 GB
|
| 86 |
-
data_structure:
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
| |--
|
| 97 |
-
|
| 98 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 99 |
splits:
|
| 100 |
train: 0:80
|
| 101 |
features:
|
|
@@ -432,5 +492,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 432 |
version_info: Initial Release
|
| 433 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 434 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 435 |
-
sub_tasks: *id001
|
| 436 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 35 |
task_operation_type: fixed_single_arm
|
| 36 |
task_instruction: &id001
|
| 37 |
- Use one hand to grasp the basket and place it at the designated location.
|
| 38 |
+
sub_tasks: *id001
|
| 39 |
atomic_actions:
|
| 40 |
- grasp
|
| 41 |
- place
|
|
|
|
| 64 |
end_rotation_dim: radian
|
| 65 |
end_translation_dim: meter
|
| 66 |
annotations:
|
| 67 |
+
- camera_params.json
|
| 68 |
- eef_acc_mag_annotation.jsonl
|
| 69 |
- eef_direction_annotation.jsonl
|
| 70 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 85 |
frame_num: 78384
|
| 86 |
frame_range: 100K
|
| 87 |
dataset_size: 3.32 GB
|
| 88 |
+
data_structure: 'AI2_Alphabot_2_move_basket_0_qced_hardlink/
|
| 89 |
+
|
| 90 |
+
|-- annotations
|
| 91 |
+
|
| 92 |
+
| |-- camera_params.json
|
| 93 |
+
|
| 94 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 95 |
+
|
| 96 |
+
| |-- eef_direction_annotation.jsonl
|
| 97 |
+
|
| 98 |
+
| |-- eef_velocity_annotation.jsonl
|
| 99 |
+
|
| 100 |
+
| |-- gripper_activity_annotation.jsonl
|
| 101 |
+
|
| 102 |
+
| `-- gripper_mode_annotation.jsonl
|
| 103 |
+
|
| 104 |
+
|-- data
|
| 105 |
+
|
| 106 |
+
| `-- chunk-000
|
| 107 |
+
|
| 108 |
+
| |-- episode_000000.parquet
|
| 109 |
+
|
| 110 |
+
| |-- episode_000001.parquet
|
| 111 |
+
|
| 112 |
+
| |-- episode_000002.parquet
|
| 113 |
+
|
| 114 |
+
| |-- episode_000003.parquet
|
| 115 |
+
|
| 116 |
+
| |-- episode_000004.parquet
|
| 117 |
+
|
| 118 |
+
| |-- episode_000005.parquet
|
| 119 |
+
|
| 120 |
+
| |-- episode_000006.parquet
|
| 121 |
+
|
| 122 |
+
| |-- episode_000007.parquet
|
| 123 |
+
|
| 124 |
+
| |-- episode_000008.parquet
|
| 125 |
+
|
| 126 |
+
| |-- episode_000009.parquet
|
| 127 |
+
|
| 128 |
+
| |-- episode_000010.parquet
|
| 129 |
+
|
| 130 |
+
| `-- episode_000011.parquet
|
| 131 |
+
|
| 132 |
+
| `-- ... (69 more entries)
|
| 133 |
+
|
| 134 |
+
|-- meta
|
| 135 |
+
|
| 136 |
+
| |-- episodes.jsonl
|
| 137 |
+
|
| 138 |
+
| |-- episodes_stats.jsonl
|
| 139 |
+
|
| 140 |
+
| |-- info.json
|
| 141 |
+
|
| 142 |
+
| `-- tasks.jsonl
|
| 143 |
+
|
| 144 |
+
|-- videos
|
| 145 |
+
|
| 146 |
+
| `-- chunk-000
|
| 147 |
+
|
| 148 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 149 |
+
|
| 150 |
+
| |-- observation.images.cam_front_head_rgb
|
| 151 |
+
|
| 152 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 153 |
+
|
| 154 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 155 |
+
|
| 156 |
+
|-- info.yaml
|
| 157 |
+
|
| 158 |
+
`-- README.md'
|
| 159 |
splits:
|
| 160 |
train: 0:80
|
| 161 |
features:
|
|
|
|
| 492 |
version_info: Initial Release
|
| 493 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 494 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 495 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_move_test_tube.yaml
CHANGED
|
@@ -37,6 +37,7 @@ objects:
|
|
| 37 |
task_operation_type: fixed_single_arm
|
| 38 |
task_instruction: &id001
|
| 39 |
- Reposition the test tube to a different slot in the test tube rack using one hand.
|
|
|
|
| 40 |
atomic_actions:
|
| 41 |
- pick
|
| 42 |
- move
|
|
@@ -66,6 +67,7 @@ joint_rotation_dim: radian
|
|
| 66 |
end_rotation_dim: radian
|
| 67 |
end_translation_dim: meter
|
| 68 |
annotations:
|
|
|
|
| 69 |
- eef_acc_mag_annotation.jsonl
|
| 70 |
- eef_direction_annotation.jsonl
|
| 71 |
- eef_velocity_annotation.jsonl
|
|
@@ -86,19 +88,77 @@ statistics:
|
|
| 86 |
frame_num: 33010
|
| 87 |
frame_range: 100K
|
| 88 |
dataset_size: 2.93 GB
|
| 89 |
-
data_structure:
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
| |--
|
| 100 |
-
|
| 101 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
splits:
|
| 103 |
train: 0:68
|
| 104 |
features:
|
|
@@ -435,5 +495,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 435 |
version_info: Initial Release
|
| 436 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 437 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 438 |
-
sub_tasks: *id001
|
| 439 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 37 |
task_operation_type: fixed_single_arm
|
| 38 |
task_instruction: &id001
|
| 39 |
- Reposition the test tube to a different slot in the test tube rack using one hand.
|
| 40 |
+
sub_tasks: *id001
|
| 41 |
atomic_actions:
|
| 42 |
- pick
|
| 43 |
- move
|
|
|
|
| 67 |
end_rotation_dim: radian
|
| 68 |
end_translation_dim: meter
|
| 69 |
annotations:
|
| 70 |
+
- camera_params.json
|
| 71 |
- eef_acc_mag_annotation.jsonl
|
| 72 |
- eef_direction_annotation.jsonl
|
| 73 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 88 |
frame_num: 33010
|
| 89 |
frame_range: 100K
|
| 90 |
dataset_size: 2.93 GB
|
| 91 |
+
data_structure: 'AI2_Alphabot_2_move_test_tube_0_qced_hardlink/
|
| 92 |
+
|
| 93 |
+
|-- annotations
|
| 94 |
+
|
| 95 |
+
| |-- camera_params.json
|
| 96 |
+
|
| 97 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 98 |
+
|
| 99 |
+
| |-- eef_direction_annotation.jsonl
|
| 100 |
+
|
| 101 |
+
| |-- eef_velocity_annotation.jsonl
|
| 102 |
+
|
| 103 |
+
| |-- gripper_activity_annotation.jsonl
|
| 104 |
+
|
| 105 |
+
| `-- gripper_mode_annotation.jsonl
|
| 106 |
+
|
| 107 |
+
|-- data
|
| 108 |
+
|
| 109 |
+
| `-- chunk-000
|
| 110 |
+
|
| 111 |
+
| |-- episode_000000.parquet
|
| 112 |
+
|
| 113 |
+
| |-- episode_000001.parquet
|
| 114 |
+
|
| 115 |
+
| |-- episode_000002.parquet
|
| 116 |
+
|
| 117 |
+
| |-- episode_000003.parquet
|
| 118 |
+
|
| 119 |
+
| |-- episode_000004.parquet
|
| 120 |
+
|
| 121 |
+
| |-- episode_000005.parquet
|
| 122 |
+
|
| 123 |
+
| |-- episode_000006.parquet
|
| 124 |
+
|
| 125 |
+
| |-- episode_000007.parquet
|
| 126 |
+
|
| 127 |
+
| |-- episode_000008.parquet
|
| 128 |
+
|
| 129 |
+
| |-- episode_000009.parquet
|
| 130 |
+
|
| 131 |
+
| |-- episode_000010.parquet
|
| 132 |
+
|
| 133 |
+
| `-- episode_000011.parquet
|
| 134 |
+
|
| 135 |
+
| `-- ... (57 more entries)
|
| 136 |
+
|
| 137 |
+
|-- meta
|
| 138 |
+
|
| 139 |
+
| |-- episodes.jsonl
|
| 140 |
+
|
| 141 |
+
| |-- episodes_stats.jsonl
|
| 142 |
+
|
| 143 |
+
| |-- info.json
|
| 144 |
+
|
| 145 |
+
| `-- tasks.jsonl
|
| 146 |
+
|
| 147 |
+
|-- videos
|
| 148 |
+
|
| 149 |
+
| `-- chunk-000
|
| 150 |
+
|
| 151 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 152 |
+
|
| 153 |
+
| |-- observation.images.cam_front_head_rgb
|
| 154 |
+
|
| 155 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 156 |
+
|
| 157 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 158 |
+
|
| 159 |
+
|-- info.yaml
|
| 160 |
+
|
| 161 |
+
`-- README.md'
|
| 162 |
splits:
|
| 163 |
train: 0:68
|
| 164 |
features:
|
|
|
|
| 495 |
version_info: Initial Release
|
| 496 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 497 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 498 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_move_test_tube_1.yaml
ADDED
|
@@ -0,0 +1,438 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
task_categories:
|
| 2 |
+
- robotics
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- RoboCOIN
|
| 7 |
+
- LeRobot
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
configs:
|
| 10 |
+
- config_name: default
|
| 11 |
+
data_files: data/chunk-{id}/episode_{id}.parquet
|
| 12 |
+
extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper
|
| 13 |
+
in your research/publications—see the "Citation" section for details. You agree
|
| 14 |
+
to not use the dataset to conduct experiments that cause harm to human subjects.
|
| 15 |
+
extra_gated_fields:
|
| 16 |
+
Company/Organization:
|
| 17 |
+
type: text
|
| 18 |
+
description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher"
|
| 19 |
+
Country:
|
| 20 |
+
type: country
|
| 21 |
+
description: e.g., "Germany", "China", "United States"
|
| 22 |
+
codebase_version: v2.1
|
| 23 |
+
dataset_name: AI2_Alphabot_2_move_test_tube_1
|
| 24 |
+
dataset_uuid: 4d8c9c00-1807-459f-b7b6-d93c986af707
|
| 25 |
+
scene_type:
|
| 26 |
+
level1: Lab
|
| 27 |
+
level2: Laboratory
|
| 28 |
+
level3: null
|
| 29 |
+
level4: null
|
| 30 |
+
level5: null
|
| 31 |
+
env_type: real_world
|
| 32 |
+
objects:
|
| 33 |
+
- object_name: test tube
|
| 34 |
+
color: transparent
|
| 35 |
+
- object_name: test tube rack
|
| 36 |
+
color: transparent
|
| 37 |
+
task_operation_type: fixed_single_arm
|
| 38 |
+
task_instruction: &id001
|
| 39 |
+
- Use the right hand to move the test tube from the test tube rack into the box.
|
| 40 |
+
sub_tasks: *id001
|
| 41 |
+
atomic_actions:
|
| 42 |
+
- pick
|
| 43 |
+
- move
|
| 44 |
+
- place
|
| 45 |
+
robot_name:
|
| 46 |
+
- AI2_Alphabot_2
|
| 47 |
+
end_effector_type:
|
| 48 |
+
- two_finger_end_effector
|
| 49 |
+
tele_type: vr_controller
|
| 50 |
+
sensor_list:
|
| 51 |
+
- cam_front_chest_rgb
|
| 52 |
+
- cam_front_head_rgb
|
| 53 |
+
- cam_left_wrist_rgb
|
| 54 |
+
- cam_right_wrist_rgb
|
| 55 |
+
came_info:
|
| 56 |
+
cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 57 |
+
pix_fmt=yuv420p
|
| 58 |
+
cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 59 |
+
pix_fmt=yuv420p
|
| 60 |
+
cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 61 |
+
pix_fmt=yuv420p
|
| 62 |
+
cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 63 |
+
pix_fmt=yuv420p
|
| 64 |
+
depth_enabled: false
|
| 65 |
+
coordinate_definition: right-hand-frame
|
| 66 |
+
joint_rotation_dim: radian
|
| 67 |
+
end_rotation_dim: radian
|
| 68 |
+
end_translation_dim: meter
|
| 69 |
+
annotations:
|
| 70 |
+
- auto_annotations.json
|
| 71 |
+
- auto_annotations_wsm.json
|
| 72 |
+
- camera_params.json
|
| 73 |
+
- eef_acc_mag_annotation.jsonl
|
| 74 |
+
- eef_direction_annotation.jsonl
|
| 75 |
+
- eef_velocity_annotation.jsonl
|
| 76 |
+
- episode_0000.json
|
| 77 |
+
- episode_0001.json
|
| 78 |
+
- episode_0002.json
|
| 79 |
+
- gripper_activity_annotation.jsonl
|
| 80 |
+
- gripper_mode_annotation.jsonl
|
| 81 |
+
- review_episode_0000.json
|
| 82 |
+
- review_episode_0001.json
|
| 83 |
+
- review_episode_0002.json
|
| 84 |
+
- scene_annotations.json
|
| 85 |
+
- subtask_instructions.json
|
| 86 |
+
statistics:
|
| 87 |
+
total_episodes: 49
|
| 88 |
+
total_frames: 16666
|
| 89 |
+
fps: 30
|
| 90 |
+
total_tasks: 1
|
| 91 |
+
total_videos: 196
|
| 92 |
+
total_chunks: 1
|
| 93 |
+
chunks_size: 1000
|
| 94 |
+
state_dim: 34
|
| 95 |
+
action_dim: 34
|
| 96 |
+
camera_views: 4
|
| 97 |
+
dataset_size: 502.43 MB
|
| 98 |
+
frame_num: 16666
|
| 99 |
+
frame_range: 100K
|
| 100 |
+
dataset_size: 502.43 MB
|
| 101 |
+
data_structure: 'AI2_Alphabot_2_move_test_tube_1_qced_hardlink/
|
| 102 |
+
|
| 103 |
+
|-- annotations
|
| 104 |
+
|
| 105 |
+
| |-- auto_annotations.json
|
| 106 |
+
|
| 107 |
+
| |-- auto_annotations_wsm.json
|
| 108 |
+
|
| 109 |
+
| |-- camera_params.json
|
| 110 |
+
|
| 111 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 112 |
+
|
| 113 |
+
| |-- eef_direction_annotation.jsonl
|
| 114 |
+
|
| 115 |
+
| |-- eef_velocity_annotation.jsonl
|
| 116 |
+
|
| 117 |
+
| |-- episode_0000.json
|
| 118 |
+
|
| 119 |
+
| |-- episode_0001.json
|
| 120 |
+
|
| 121 |
+
| |-- episode_0002.json
|
| 122 |
+
|
| 123 |
+
| |-- gripper_activity_annotation.jsonl
|
| 124 |
+
|
| 125 |
+
| |-- gripper_mode_annotation.jsonl
|
| 126 |
+
|
| 127 |
+
| `-- review_episode_0000.json
|
| 128 |
+
|
| 129 |
+
| `-- ... (4 more entries)
|
| 130 |
+
|
| 131 |
+
|-- data
|
| 132 |
+
|
| 133 |
+
| `-- chunk-000
|
| 134 |
+
|
| 135 |
+
| |-- episode_000000.parquet
|
| 136 |
+
|
| 137 |
+
| |-- episode_000001.parquet
|
| 138 |
+
|
| 139 |
+
| |-- episode_000002.parquet
|
| 140 |
+
|
| 141 |
+
| |-- episode_000003.parquet
|
| 142 |
+
|
| 143 |
+
| |-- episode_000004.parquet
|
| 144 |
+
|
| 145 |
+
| |-- episode_000005.parquet
|
| 146 |
+
|
| 147 |
+
| |-- episode_000006.parquet
|
| 148 |
+
|
| 149 |
+
| |-- episode_000007.parquet
|
| 150 |
+
|
| 151 |
+
| |-- episode_000008.parquet
|
| 152 |
+
|
| 153 |
+
| |-- episode_000009.parquet
|
| 154 |
+
|
| 155 |
+
| |-- episode_000010.parquet
|
| 156 |
+
|
| 157 |
+
| `-- episode_000011.parquet
|
| 158 |
+
|
| 159 |
+
| `-- ... (37 more entries)
|
| 160 |
+
|
| 161 |
+
|-- debug
|
| 162 |
+
|
| 163 |
+
| |-- episode_0000
|
| 164 |
+
|
| 165 |
+
| | |-- images
|
| 166 |
+
|
| 167 |
+
| | `-- trace_report.md
|
| 168 |
+
|
| 169 |
+
| |-- episode_0001
|
| 170 |
+
|
| 171 |
+
| | |-- images
|
| 172 |
+
|
| 173 |
+
| | `-- trace_report.md
|
| 174 |
+
|
| 175 |
+
| `-- episode_0002
|
| 176 |
+
|
| 177 |
+
| |-- images
|
| 178 |
+
|
| 179 |
+
| `-- trace_report.md
|
| 180 |
+
|
| 181 |
+
|-- meta
|
| 182 |
+
|
| 183 |
+
| |-- episodes.jsonl
|
| 184 |
+
|
| 185 |
+
| |-- episodes_stats.jsonl
|
| 186 |
+
|
| 187 |
+
| |-- info.json
|
| 188 |
+
|
| 189 |
+
| `-- tasks.jsonl
|
| 190 |
+
|
| 191 |
+
|-- videos
|
| 192 |
+
|
| 193 |
+
| `-- chunk-000
|
| 194 |
+
|
| 195 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 196 |
+
|
| 197 |
+
| |-- observation.images.cam_front_head_rgb
|
| 198 |
+
|
| 199 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 200 |
+
|
| 201 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 202 |
+
|
| 203 |
+
|-- info.yaml
|
| 204 |
+
|
| 205 |
+
`-- README.md'
|
| 206 |
+
splits:
|
| 207 |
+
train: 0:48
|
| 208 |
+
features:
|
| 209 |
+
observation.images.cam_front_chest_rgb:
|
| 210 |
+
dtype: video
|
| 211 |
+
shape:
|
| 212 |
+
- 480
|
| 213 |
+
- 640
|
| 214 |
+
- 3
|
| 215 |
+
names:
|
| 216 |
+
- height
|
| 217 |
+
- width
|
| 218 |
+
- channels
|
| 219 |
+
info:
|
| 220 |
+
video.height: 480
|
| 221 |
+
video.width: 640
|
| 222 |
+
video.codec: av1
|
| 223 |
+
video.pix_fmt: yuv420p
|
| 224 |
+
video.is_depth_map: false
|
| 225 |
+
video.fps: 30
|
| 226 |
+
video.channels: 3
|
| 227 |
+
has_audio: false
|
| 228 |
+
observation.images.cam_front_head_rgb:
|
| 229 |
+
dtype: video
|
| 230 |
+
shape:
|
| 231 |
+
- 480
|
| 232 |
+
- 640
|
| 233 |
+
- 3
|
| 234 |
+
names:
|
| 235 |
+
- height
|
| 236 |
+
- width
|
| 237 |
+
- channels
|
| 238 |
+
info:
|
| 239 |
+
video.height: 480
|
| 240 |
+
video.width: 640
|
| 241 |
+
video.codec: av1
|
| 242 |
+
video.pix_fmt: yuv420p
|
| 243 |
+
video.is_depth_map: false
|
| 244 |
+
video.fps: 30
|
| 245 |
+
video.channels: 3
|
| 246 |
+
has_audio: false
|
| 247 |
+
observation.images.cam_left_wrist_rgb:
|
| 248 |
+
dtype: video
|
| 249 |
+
shape:
|
| 250 |
+
- 480
|
| 251 |
+
- 640
|
| 252 |
+
- 3
|
| 253 |
+
names:
|
| 254 |
+
- height
|
| 255 |
+
- width
|
| 256 |
+
- channels
|
| 257 |
+
info:
|
| 258 |
+
video.height: 480
|
| 259 |
+
video.width: 640
|
| 260 |
+
video.codec: av1
|
| 261 |
+
video.pix_fmt: yuv420p
|
| 262 |
+
video.is_depth_map: false
|
| 263 |
+
video.fps: 30
|
| 264 |
+
video.channels: 3
|
| 265 |
+
has_audio: false
|
| 266 |
+
observation.images.cam_right_wrist_rgb:
|
| 267 |
+
dtype: video
|
| 268 |
+
shape:
|
| 269 |
+
- 480
|
| 270 |
+
- 640
|
| 271 |
+
- 3
|
| 272 |
+
names:
|
| 273 |
+
- height
|
| 274 |
+
- width
|
| 275 |
+
- channels
|
| 276 |
+
info:
|
| 277 |
+
video.height: 480
|
| 278 |
+
video.width: 640
|
| 279 |
+
video.codec: av1
|
| 280 |
+
video.pix_fmt: yuv420p
|
| 281 |
+
video.is_depth_map: false
|
| 282 |
+
video.fps: 30
|
| 283 |
+
video.channels: 3
|
| 284 |
+
has_audio: false
|
| 285 |
+
observation.state:
|
| 286 |
+
dtype: float32
|
| 287 |
+
shape:
|
| 288 |
+
- 34
|
| 289 |
+
names:
|
| 290 |
+
- left_arm_joint_1_rad
|
| 291 |
+
- left_arm_joint_2_rad
|
| 292 |
+
- left_arm_joint_3_rad
|
| 293 |
+
- left_arm_joint_4_rad
|
| 294 |
+
- left_arm_joint_5_rad
|
| 295 |
+
- left_arm_joint_6_rad
|
| 296 |
+
- left_arm_joint_7_rad
|
| 297 |
+
- left_eef_pos_x_m
|
| 298 |
+
- left_eef_pos_y_m
|
| 299 |
+
- left_eef_pos_z_m
|
| 300 |
+
- left_eef_rot_euler_x_rad
|
| 301 |
+
- left_eef_rot_euler_y_rad
|
| 302 |
+
- left_eef_rot_euler_z_rad
|
| 303 |
+
- right_arm_joint_1_rad
|
| 304 |
+
- right_arm_joint_2_rad
|
| 305 |
+
- right_arm_joint_3_rad
|
| 306 |
+
- right_arm_joint_4_rad
|
| 307 |
+
- right_arm_joint_5_rad
|
| 308 |
+
- right_arm_joint_6_rad
|
| 309 |
+
- right_arm_joint_7_rad
|
| 310 |
+
- right_eef_pos_x_m
|
| 311 |
+
- right_eef_pos_y_m
|
| 312 |
+
- right_eef_pos_z_m
|
| 313 |
+
- right_eef_rot_euler_x_rad
|
| 314 |
+
- right_eef_rot_euler_y_rad
|
| 315 |
+
- right_eef_rot_euler_z_rad
|
| 316 |
+
- left_gripper_open
|
| 317 |
+
- right_gripper_open
|
| 318 |
+
- neck_joint_1_rad
|
| 319 |
+
- neck_joint_2_rad
|
| 320 |
+
- torso_joint_1_rad
|
| 321 |
+
- torso_joint_2_rad
|
| 322 |
+
- torso_joint_3_rad
|
| 323 |
+
- torso_joint_4_rad
|
| 324 |
+
action:
|
| 325 |
+
dtype: float32
|
| 326 |
+
shape:
|
| 327 |
+
- 34
|
| 328 |
+
names:
|
| 329 |
+
- left_arm_joint_1_rad
|
| 330 |
+
- left_arm_joint_2_rad
|
| 331 |
+
- left_arm_joint_3_rad
|
| 332 |
+
- left_arm_joint_4_rad
|
| 333 |
+
- left_arm_joint_5_rad
|
| 334 |
+
- left_arm_joint_6_rad
|
| 335 |
+
- left_arm_joint_7_rad
|
| 336 |
+
- left_eef_pos_x_m
|
| 337 |
+
- left_eef_pos_y_m
|
| 338 |
+
- left_eef_pos_z_m
|
| 339 |
+
- left_eef_rot_euler_x_rad
|
| 340 |
+
- left_eef_rot_euler_y_rad
|
| 341 |
+
- left_eef_rot_euler_z_rad
|
| 342 |
+
- right_arm_joint_1_rad
|
| 343 |
+
- right_arm_joint_2_rad
|
| 344 |
+
- right_arm_joint_3_rad
|
| 345 |
+
- right_arm_joint_4_rad
|
| 346 |
+
- right_arm_joint_5_rad
|
| 347 |
+
- right_arm_joint_6_rad
|
| 348 |
+
- right_arm_joint_7_rad
|
| 349 |
+
- right_eef_pos_x_m
|
| 350 |
+
- right_eef_pos_y_m
|
| 351 |
+
- right_eef_pos_z_m
|
| 352 |
+
- right_eef_rot_euler_x_rad
|
| 353 |
+
- right_eef_rot_euler_y_rad
|
| 354 |
+
- right_eef_rot_euler_z_rad
|
| 355 |
+
- left_gripper_open
|
| 356 |
+
- right_gripper_open
|
| 357 |
+
- neck_joint_1_rad
|
| 358 |
+
- neck_joint_2_rad
|
| 359 |
+
- torso_joint_1_rad
|
| 360 |
+
- torso_joint_2_rad
|
| 361 |
+
- torso_joint_3_rad
|
| 362 |
+
- torso_joint_4_rad
|
| 363 |
+
timestamp:
|
| 364 |
+
dtype: float32
|
| 365 |
+
shape:
|
| 366 |
+
- 1
|
| 367 |
+
names: null
|
| 368 |
+
frame_index:
|
| 369 |
+
dtype: int64
|
| 370 |
+
shape:
|
| 371 |
+
- 1
|
| 372 |
+
names: null
|
| 373 |
+
episode_index:
|
| 374 |
+
dtype: int64
|
| 375 |
+
shape:
|
| 376 |
+
- 1
|
| 377 |
+
names: null
|
| 378 |
+
index:
|
| 379 |
+
dtype: int64
|
| 380 |
+
shape:
|
| 381 |
+
- 1
|
| 382 |
+
names: null
|
| 383 |
+
task_index:
|
| 384 |
+
dtype: int64
|
| 385 |
+
shape:
|
| 386 |
+
- 1
|
| 387 |
+
names: null
|
| 388 |
+
gripper_open_scale_state:
|
| 389 |
+
names:
|
| 390 |
+
- left_gripper_open_scale
|
| 391 |
+
- right_gripper_open_scale
|
| 392 |
+
dtype: float32
|
| 393 |
+
shape:
|
| 394 |
+
- 2
|
| 395 |
+
gripper_open_scale_action:
|
| 396 |
+
names:
|
| 397 |
+
- left_gripper_open_scale
|
| 398 |
+
- right_gripper_open_scale
|
| 399 |
+
dtype: float32
|
| 400 |
+
shape:
|
| 401 |
+
- 2
|
| 402 |
+
authors:
|
| 403 |
+
contributed_by:
|
| 404 |
+
- name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI)
|
| 405 |
+
dataset_description: This dataset uses an extended format based on LeRobot and is
|
| 406 |
+
fully compatible with LeRobot.
|
| 407 |
+
homepage: https://flagopen.github.io/RoboCOIN/
|
| 408 |
+
paper: https://arxiv.org/abs/2511.17441
|
| 409 |
+
repository: https://github.com/FlagOpen/RoboCOIN
|
| 410 |
+
contact_info: For questions, issues, or feedback regarding this dataset, please contact
|
| 411 |
+
us.
|
| 412 |
+
support_info: For technical support, please open an issue on our GitHub repository.
|
| 413 |
+
license_details: apache-2.0
|
| 414 |
+
citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\
|
| 415 |
+
\ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\
|
| 416 |
+
\ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\
|
| 417 |
+
\ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\
|
| 418 |
+
\ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\
|
| 419 |
+
\ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\
|
| 420 |
+
\ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\
|
| 421 |
+
\ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\
|
| 422 |
+
\ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\
|
| 423 |
+
\ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\
|
| 424 |
+
\ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\
|
| 425 |
+
\ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\
|
| 426 |
+
\ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\
|
| 427 |
+
\ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\
|
| 428 |
+
\ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\
|
| 429 |
+
\ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n"
|
| 430 |
+
additional_citations: 'If you use this dataset, please also consider citing:
|
| 431 |
+
|
| 432 |
+
LeRobot Framework: https://github.com/huggingface/lerobot
|
| 433 |
+
|
| 434 |
+
'
|
| 435 |
+
version_info: Initial Release
|
| 436 |
+
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 437 |
+
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 438 |
+
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_open_microwave.yaml
CHANGED
|
@@ -24,21 +24,30 @@ dataset_name: AI2_Alphabot_2_open_microwave
|
|
| 24 |
dataset_uuid: 666c4f57-cf5a-4a11-9ef4-181d34d9cf2b
|
| 25 |
scene_type:
|
| 26 |
level1: Catering
|
| 27 |
-
level2: Restaurant
|
| 28 |
level3: null
|
| 29 |
level4: null
|
| 30 |
level5: null
|
| 31 |
env_type: real_world
|
| 32 |
objects:
|
| 33 |
-
-
|
|
|
|
| 34 |
color: white
|
| 35 |
-
|
| 36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
- Press the button to open the microwave door with one hand; close the microwave door
|
| 38 |
-
with the other hand
|
| 39 |
atomic_actions:
|
| 40 |
- press
|
| 41 |
-
-
|
|
|
|
| 42 |
robot_name:
|
| 43 |
- AI2_Alphabot_2
|
| 44 |
end_effector_type:
|
|
@@ -64,6 +73,7 @@ joint_rotation_dim: radian
|
|
| 64 |
end_rotation_dim: radian
|
| 65 |
end_translation_dim: meter
|
| 66 |
annotations:
|
|
|
|
| 67 |
- eef_acc_mag_annotation.jsonl
|
| 68 |
- eef_direction_annotation.jsonl
|
| 69 |
- eef_velocity_annotation.jsonl
|
|
@@ -88,6 +98,8 @@ data_structure: 'AI2_Alphabot_2_open_microwave_0_qced_hardlink/
|
|
| 88 |
|
| 89 |
|-- annotations
|
| 90 |
|
|
|
|
|
|
|
| 91 |
| |-- eef_acc_mag_annotation.jsonl
|
| 92 |
|
| 93 |
| |-- eef_direction_annotation.jsonl
|
|
@@ -150,7 +162,9 @@ data_structure: 'AI2_Alphabot_2_open_microwave_0_qced_hardlink/
|
|
| 150 |
|
| 151 |
| `-- observation.images.cam_right_wrist_rgb
|
| 152 |
|
| 153 |
-
|
|
|
|
|
|
|
| 154 |
splits:
|
| 155 |
train: 0:391
|
| 156 |
features:
|
|
@@ -487,5 +501,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 487 |
version_info: Initial Release
|
| 488 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 489 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 490 |
-
sub_tasks: *id001
|
| 491 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 24 |
dataset_uuid: 666c4f57-cf5a-4a11-9ef4-181d34d9cf2b
|
| 25 |
scene_type:
|
| 26 |
level1: Catering
|
| 27 |
+
level2: Fast Food Restaurant
|
| 28 |
level3: null
|
| 29 |
level4: null
|
| 30 |
level5: null
|
| 31 |
env_type: real_world
|
| 32 |
objects:
|
| 33 |
+
- id: microwave_oven
|
| 34 |
+
name: microwave oven
|
| 35 |
color: white
|
| 36 |
+
anchor_policy: static
|
| 37 |
+
- id: table
|
| 38 |
+
name: table
|
| 39 |
+
color: white
|
| 40 |
+
anchor_policy: static
|
| 41 |
+
task_operation_type: fixed_single_arm
|
| 42 |
+
task_instruction: Press the button to open the microwave door with one hand; close
|
| 43 |
+
the microwave door with the other hand
|
| 44 |
+
sub_tasks:
|
| 45 |
- Press the button to open the microwave door with one hand; close the microwave door
|
| 46 |
+
with the other hand
|
| 47 |
atomic_actions:
|
| 48 |
- press
|
| 49 |
+
- open
|
| 50 |
+
- close
|
| 51 |
robot_name:
|
| 52 |
- AI2_Alphabot_2
|
| 53 |
end_effector_type:
|
|
|
|
| 73 |
end_rotation_dim: radian
|
| 74 |
end_translation_dim: meter
|
| 75 |
annotations:
|
| 76 |
+
- camera_params.json
|
| 77 |
- eef_acc_mag_annotation.jsonl
|
| 78 |
- eef_direction_annotation.jsonl
|
| 79 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 98 |
|
| 99 |
|-- annotations
|
| 100 |
|
| 101 |
+
| |-- camera_params.json
|
| 102 |
+
|
| 103 |
| |-- eef_acc_mag_annotation.jsonl
|
| 104 |
|
| 105 |
| |-- eef_direction_annotation.jsonl
|
|
|
|
| 162 |
|
| 163 |
| `-- observation.images.cam_right_wrist_rgb
|
| 164 |
|
| 165 |
+
|-- info.yaml
|
| 166 |
+
|
| 167 |
+
`-- README.md'
|
| 168 |
splits:
|
| 169 |
train: 0:391
|
| 170 |
features:
|
|
|
|
| 501 |
version_info: Initial Release
|
| 502 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 503 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 504 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_organize_cosmetics.yaml
CHANGED
|
@@ -40,6 +40,7 @@ task_operation_type: fixed_single_arm
|
|
| 40 |
task_instruction: &id001
|
| 41 |
- Pick up the facial cleanser and watermelon frost from the table and place them into
|
| 42 |
the tiered storage box.
|
|
|
|
| 43 |
atomic_actions:
|
| 44 |
- pick
|
| 45 |
- place
|
|
@@ -68,6 +69,7 @@ joint_rotation_dim: radian
|
|
| 68 |
end_rotation_dim: radian
|
| 69 |
end_translation_dim: meter
|
| 70 |
annotations:
|
|
|
|
| 71 |
- eef_acc_mag_annotation.jsonl
|
| 72 |
- eef_direction_annotation.jsonl
|
| 73 |
- eef_velocity_annotation.jsonl
|
|
@@ -88,19 +90,77 @@ statistics:
|
|
| 88 |
frame_num: 330781
|
| 89 |
frame_range: 1M
|
| 90 |
dataset_size: 16.50 GB
|
| 91 |
-
data_structure:
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
| |--
|
| 102 |
-
|
| 103 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
splits:
|
| 105 |
train: 0:406
|
| 106 |
features:
|
|
@@ -437,5 +497,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 437 |
version_info: Initial Release
|
| 438 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 439 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 440 |
-
sub_tasks: *id001
|
| 441 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 40 |
task_instruction: &id001
|
| 41 |
- Pick up the facial cleanser and watermelon frost from the table and place them into
|
| 42 |
the tiered storage box.
|
| 43 |
+
sub_tasks: *id001
|
| 44 |
atomic_actions:
|
| 45 |
- pick
|
| 46 |
- place
|
|
|
|
| 69 |
end_rotation_dim: radian
|
| 70 |
end_translation_dim: meter
|
| 71 |
annotations:
|
| 72 |
+
- camera_params.json
|
| 73 |
- eef_acc_mag_annotation.jsonl
|
| 74 |
- eef_direction_annotation.jsonl
|
| 75 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 90 |
frame_num: 330781
|
| 91 |
frame_range: 1M
|
| 92 |
dataset_size: 16.50 GB
|
| 93 |
+
data_structure: 'AI2_Alphabot_2_organize_cosmetics_0_qced_hardlink/
|
| 94 |
+
|
| 95 |
+
|-- annotations
|
| 96 |
+
|
| 97 |
+
| |-- camera_params.json
|
| 98 |
+
|
| 99 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 100 |
+
|
| 101 |
+
| |-- eef_direction_annotation.jsonl
|
| 102 |
+
|
| 103 |
+
| |-- eef_velocity_annotation.jsonl
|
| 104 |
+
|
| 105 |
+
| |-- gripper_activity_annotation.jsonl
|
| 106 |
+
|
| 107 |
+
| `-- gripper_mode_annotation.jsonl
|
| 108 |
+
|
| 109 |
+
|-- data
|
| 110 |
+
|
| 111 |
+
| `-- chunk-000
|
| 112 |
+
|
| 113 |
+
| |-- episode_000000.parquet
|
| 114 |
+
|
| 115 |
+
| |-- episode_000001.parquet
|
| 116 |
+
|
| 117 |
+
| |-- episode_000002.parquet
|
| 118 |
+
|
| 119 |
+
| |-- episode_000003.parquet
|
| 120 |
+
|
| 121 |
+
| |-- episode_000004.parquet
|
| 122 |
+
|
| 123 |
+
| |-- episode_000005.parquet
|
| 124 |
+
|
| 125 |
+
| |-- episode_000006.parquet
|
| 126 |
+
|
| 127 |
+
| |-- episode_000007.parquet
|
| 128 |
+
|
| 129 |
+
| |-- episode_000008.parquet
|
| 130 |
+
|
| 131 |
+
| |-- episode_000009.parquet
|
| 132 |
+
|
| 133 |
+
| |-- episode_000010.parquet
|
| 134 |
+
|
| 135 |
+
| `-- episode_000011.parquet
|
| 136 |
+
|
| 137 |
+
| `-- ... (395 more entries)
|
| 138 |
+
|
| 139 |
+
|-- meta
|
| 140 |
+
|
| 141 |
+
| |-- episodes.jsonl
|
| 142 |
+
|
| 143 |
+
| |-- episodes_stats.jsonl
|
| 144 |
+
|
| 145 |
+
| |-- info.json
|
| 146 |
+
|
| 147 |
+
| `-- tasks.jsonl
|
| 148 |
+
|
| 149 |
+
|-- videos
|
| 150 |
+
|
| 151 |
+
| `-- chunk-000
|
| 152 |
+
|
| 153 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 154 |
+
|
| 155 |
+
| |-- observation.images.cam_front_head_rgb
|
| 156 |
+
|
| 157 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 158 |
+
|
| 159 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 160 |
+
|
| 161 |
+
|-- info.yaml
|
| 162 |
+
|
| 163 |
+
`-- README.md'
|
| 164 |
splits:
|
| 165 |
train: 0:406
|
| 166 |
features:
|
|
|
|
| 497 |
version_info: Initial Release
|
| 498 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 499 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 500 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_organize_cosmetics_1.yaml
ADDED
|
@@ -0,0 +1,498 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
task_categories:
|
| 2 |
+
- robotics
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- RoboCOIN
|
| 7 |
+
- LeRobot
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
configs:
|
| 10 |
+
- config_name: default
|
| 11 |
+
data_files: data/chunk-{id}/episode_{id}.parquet
|
| 12 |
+
extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper
|
| 13 |
+
in your research/publications—see the "Citation" section for details. You agree
|
| 14 |
+
to not use the dataset to conduct experiments that cause harm to human subjects.
|
| 15 |
+
extra_gated_fields:
|
| 16 |
+
Company/Organization:
|
| 17 |
+
type: text
|
| 18 |
+
description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher"
|
| 19 |
+
Country:
|
| 20 |
+
type: country
|
| 21 |
+
description: e.g., "Germany", "China", "United States"
|
| 22 |
+
codebase_version: v2.1
|
| 23 |
+
dataset_name: AI2_Alphabot_2_organize_cosmetics_1
|
| 24 |
+
dataset_uuid: cc49c713-f190-482e-b9a1-8d27713df86e
|
| 25 |
+
scene_type:
|
| 26 |
+
level1: Household
|
| 27 |
+
level2: Kitchen
|
| 28 |
+
level3: null
|
| 29 |
+
level4: null
|
| 30 |
+
level5: null
|
| 31 |
+
env_type: real_world
|
| 32 |
+
objects:
|
| 33 |
+
- object_name: hand cream
|
| 34 |
+
color: transparent
|
| 35 |
+
- object_name: facial cleanser
|
| 36 |
+
color: transparent
|
| 37 |
+
- object_name: layered storage box
|
| 38 |
+
color: pink
|
| 39 |
+
task_operation_type: fixed_single_arm
|
| 40 |
+
task_instruction: &id001
|
| 41 |
+
- Place the hand cream into the layered storage box,place the facial cleanser into
|
| 42 |
+
the layered storage box.
|
| 43 |
+
sub_tasks: *id001
|
| 44 |
+
atomic_actions:
|
| 45 |
+
- grasp
|
| 46 |
+
- place
|
| 47 |
+
robot_name: AI2_Alphabot_2
|
| 48 |
+
end_effector_type: two_finger_end_effector
|
| 49 |
+
tele_type: vr_controller
|
| 50 |
+
sensor_list:
|
| 51 |
+
- cam_front_chest_rgb
|
| 52 |
+
- cam_front_head_rgb
|
| 53 |
+
- cam_left_wrist_rgb
|
| 54 |
+
- cam_right_wrist_rgb
|
| 55 |
+
came_info:
|
| 56 |
+
cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 57 |
+
pix_fmt=yuv420p
|
| 58 |
+
cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 59 |
+
pix_fmt=yuv420p
|
| 60 |
+
cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 61 |
+
pix_fmt=yuv420p
|
| 62 |
+
cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 63 |
+
pix_fmt=yuv420p
|
| 64 |
+
depth_enabled: false
|
| 65 |
+
coordinate_definition: right-hand-frame
|
| 66 |
+
joint_rotation_dim: radian
|
| 67 |
+
end_rotation_dim: radian
|
| 68 |
+
end_translation_dim: meter
|
| 69 |
+
annotations:
|
| 70 |
+
- camera_params.json
|
| 71 |
+
- eef_acc_mag_annotation.jsonl
|
| 72 |
+
- eef_direction_annotation.jsonl
|
| 73 |
+
- eef_velocity_annotation.jsonl
|
| 74 |
+
- gripper_activity_annotation.jsonl
|
| 75 |
+
- gripper_mode_annotation.jsonl
|
| 76 |
+
statistics:
|
| 77 |
+
total_episodes: 405
|
| 78 |
+
total_frames: 329188
|
| 79 |
+
fps: 30
|
| 80 |
+
total_tasks: 1
|
| 81 |
+
total_videos: 1620
|
| 82 |
+
total_chunks: 1
|
| 83 |
+
chunks_size: 1000
|
| 84 |
+
state_dim: 34
|
| 85 |
+
action_dim: 34
|
| 86 |
+
camera_views: 4
|
| 87 |
+
dataset_size: 16.42 GB
|
| 88 |
+
frame_num: 329188
|
| 89 |
+
frame_range: 1M
|
| 90 |
+
dataset_size: 16.42 GB
|
| 91 |
+
data_structure: 'AI2_Alphabot_2_organize_cosmetics_1_qced_hardlink/
|
| 92 |
+
|
| 93 |
+
|-- annotations
|
| 94 |
+
|
| 95 |
+
| |-- camera_params.json
|
| 96 |
+
|
| 97 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 98 |
+
|
| 99 |
+
| |-- eef_direction_annotation.jsonl
|
| 100 |
+
|
| 101 |
+
| |-- eef_velocity_annotation.jsonl
|
| 102 |
+
|
| 103 |
+
| |-- gripper_activity_annotation.jsonl
|
| 104 |
+
|
| 105 |
+
| `-- gripper_mode_annotation.jsonl
|
| 106 |
+
|
| 107 |
+
|-- data
|
| 108 |
+
|
| 109 |
+
| `-- chunk-000
|
| 110 |
+
|
| 111 |
+
| |-- episode_000000.parquet
|
| 112 |
+
|
| 113 |
+
| |-- episode_000001.parquet
|
| 114 |
+
|
| 115 |
+
| |-- episode_000002.parquet
|
| 116 |
+
|
| 117 |
+
| |-- episode_000003.parquet
|
| 118 |
+
|
| 119 |
+
| |-- episode_000004.parquet
|
| 120 |
+
|
| 121 |
+
| |-- episode_000005.parquet
|
| 122 |
+
|
| 123 |
+
| |-- episode_000006.parquet
|
| 124 |
+
|
| 125 |
+
| |-- episode_000007.parquet
|
| 126 |
+
|
| 127 |
+
| |-- episode_000008.parquet
|
| 128 |
+
|
| 129 |
+
| |-- episode_000009.parquet
|
| 130 |
+
|
| 131 |
+
| |-- episode_000010.parquet
|
| 132 |
+
|
| 133 |
+
| `-- episode_000011.parquet
|
| 134 |
+
|
| 135 |
+
| `-- ... (393 more entries)
|
| 136 |
+
|
| 137 |
+
|-- meta
|
| 138 |
+
|
| 139 |
+
| |-- episodes.jsonl
|
| 140 |
+
|
| 141 |
+
| |-- episodes_stats.jsonl
|
| 142 |
+
|
| 143 |
+
| |-- info.json
|
| 144 |
+
|
| 145 |
+
| `-- tasks.jsonl
|
| 146 |
+
|
| 147 |
+
|-- videos
|
| 148 |
+
|
| 149 |
+
| `-- chunk-000
|
| 150 |
+
|
| 151 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 152 |
+
|
| 153 |
+
| |-- observation.images.cam_front_head_rgb
|
| 154 |
+
|
| 155 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 156 |
+
|
| 157 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 158 |
+
|
| 159 |
+
|-- info.yaml
|
| 160 |
+
|
| 161 |
+
`-- README.md'
|
| 162 |
+
splits:
|
| 163 |
+
train: 0:404
|
| 164 |
+
features:
|
| 165 |
+
observation.images.cam_front_chest_rgb:
|
| 166 |
+
dtype: video
|
| 167 |
+
shape:
|
| 168 |
+
- 480
|
| 169 |
+
- 640
|
| 170 |
+
- 3
|
| 171 |
+
names:
|
| 172 |
+
- height
|
| 173 |
+
- width
|
| 174 |
+
- channels
|
| 175 |
+
info:
|
| 176 |
+
video.height: 480
|
| 177 |
+
video.width: 640
|
| 178 |
+
video.codec: av1
|
| 179 |
+
video.pix_fmt: yuv420p
|
| 180 |
+
video.is_depth_map: false
|
| 181 |
+
video.fps: 30
|
| 182 |
+
video.channels: 3
|
| 183 |
+
has_audio: false
|
| 184 |
+
observation.images.cam_front_head_rgb:
|
| 185 |
+
dtype: video
|
| 186 |
+
shape:
|
| 187 |
+
- 480
|
| 188 |
+
- 640
|
| 189 |
+
- 3
|
| 190 |
+
names:
|
| 191 |
+
- height
|
| 192 |
+
- width
|
| 193 |
+
- channels
|
| 194 |
+
info:
|
| 195 |
+
video.height: 480
|
| 196 |
+
video.width: 640
|
| 197 |
+
video.codec: av1
|
| 198 |
+
video.pix_fmt: yuv420p
|
| 199 |
+
video.is_depth_map: false
|
| 200 |
+
video.fps: 30
|
| 201 |
+
video.channels: 3
|
| 202 |
+
has_audio: false
|
| 203 |
+
observation.images.cam_left_wrist_rgb:
|
| 204 |
+
dtype: video
|
| 205 |
+
shape:
|
| 206 |
+
- 480
|
| 207 |
+
- 640
|
| 208 |
+
- 3
|
| 209 |
+
names:
|
| 210 |
+
- height
|
| 211 |
+
- width
|
| 212 |
+
- channels
|
| 213 |
+
info:
|
| 214 |
+
video.height: 480
|
| 215 |
+
video.width: 640
|
| 216 |
+
video.codec: av1
|
| 217 |
+
video.pix_fmt: yuv420p
|
| 218 |
+
video.is_depth_map: false
|
| 219 |
+
video.fps: 30
|
| 220 |
+
video.channels: 3
|
| 221 |
+
has_audio: false
|
| 222 |
+
observation.images.cam_right_wrist_rgb:
|
| 223 |
+
dtype: video
|
| 224 |
+
shape:
|
| 225 |
+
- 480
|
| 226 |
+
- 640
|
| 227 |
+
- 3
|
| 228 |
+
names:
|
| 229 |
+
- height
|
| 230 |
+
- width
|
| 231 |
+
- channels
|
| 232 |
+
info:
|
| 233 |
+
video.height: 480
|
| 234 |
+
video.width: 640
|
| 235 |
+
video.codec: av1
|
| 236 |
+
video.pix_fmt: yuv420p
|
| 237 |
+
video.is_depth_map: false
|
| 238 |
+
video.fps: 30
|
| 239 |
+
video.channels: 3
|
| 240 |
+
has_audio: false
|
| 241 |
+
observation.state:
|
| 242 |
+
dtype: float32
|
| 243 |
+
shape:
|
| 244 |
+
- 34
|
| 245 |
+
names:
|
| 246 |
+
- left_arm_joint_1_rad
|
| 247 |
+
- left_arm_joint_2_rad
|
| 248 |
+
- left_arm_joint_3_rad
|
| 249 |
+
- left_arm_joint_4_rad
|
| 250 |
+
- left_arm_joint_5_rad
|
| 251 |
+
- left_arm_joint_6_rad
|
| 252 |
+
- left_arm_joint_7_rad
|
| 253 |
+
- left_eef_pos_x_m
|
| 254 |
+
- left_eef_pos_y_m
|
| 255 |
+
- left_eef_pos_z_m
|
| 256 |
+
- left_eef_rot_euler_x_rad
|
| 257 |
+
- left_eef_rot_euler_y_rad
|
| 258 |
+
- left_eef_rot_euler_z_rad
|
| 259 |
+
- right_arm_joint_1_rad
|
| 260 |
+
- right_arm_joint_2_rad
|
| 261 |
+
- right_arm_joint_3_rad
|
| 262 |
+
- right_arm_joint_4_rad
|
| 263 |
+
- right_arm_joint_5_rad
|
| 264 |
+
- right_arm_joint_6_rad
|
| 265 |
+
- right_arm_joint_7_rad
|
| 266 |
+
- right_eef_pos_x_m
|
| 267 |
+
- right_eef_pos_y_m
|
| 268 |
+
- right_eef_pos_z_m
|
| 269 |
+
- right_eef_rot_euler_x_rad
|
| 270 |
+
- right_eef_rot_euler_y_rad
|
| 271 |
+
- right_eef_rot_euler_z_rad
|
| 272 |
+
- left_gripper_open
|
| 273 |
+
- right_gripper_open
|
| 274 |
+
- neck_joint_1_rad
|
| 275 |
+
- neck_joint_2_rad
|
| 276 |
+
- torso_joint_1_rad
|
| 277 |
+
- torso_joint_2_rad
|
| 278 |
+
- torso_joint_3_rad
|
| 279 |
+
- torso_joint_4_rad
|
| 280 |
+
action:
|
| 281 |
+
dtype: float32
|
| 282 |
+
shape:
|
| 283 |
+
- 34
|
| 284 |
+
names:
|
| 285 |
+
- left_arm_joint_1_rad
|
| 286 |
+
- left_arm_joint_2_rad
|
| 287 |
+
- left_arm_joint_3_rad
|
| 288 |
+
- left_arm_joint_4_rad
|
| 289 |
+
- left_arm_joint_5_rad
|
| 290 |
+
- left_arm_joint_6_rad
|
| 291 |
+
- left_arm_joint_7_rad
|
| 292 |
+
- left_eef_pos_x_m
|
| 293 |
+
- left_eef_pos_y_m
|
| 294 |
+
- left_eef_pos_z_m
|
| 295 |
+
- left_eef_rot_euler_x_rad
|
| 296 |
+
- left_eef_rot_euler_y_rad
|
| 297 |
+
- left_eef_rot_euler_z_rad
|
| 298 |
+
- right_arm_joint_1_rad
|
| 299 |
+
- right_arm_joint_2_rad
|
| 300 |
+
- right_arm_joint_3_rad
|
| 301 |
+
- right_arm_joint_4_rad
|
| 302 |
+
- right_arm_joint_5_rad
|
| 303 |
+
- right_arm_joint_6_rad
|
| 304 |
+
- right_arm_joint_7_rad
|
| 305 |
+
- right_eef_pos_x_m
|
| 306 |
+
- right_eef_pos_y_m
|
| 307 |
+
- right_eef_pos_z_m
|
| 308 |
+
- right_eef_rot_euler_x_rad
|
| 309 |
+
- right_eef_rot_euler_y_rad
|
| 310 |
+
- right_eef_rot_euler_z_rad
|
| 311 |
+
- left_gripper_open
|
| 312 |
+
- right_gripper_open
|
| 313 |
+
- neck_joint_1_rad
|
| 314 |
+
- neck_joint_2_rad
|
| 315 |
+
- torso_joint_1_rad
|
| 316 |
+
- torso_joint_2_rad
|
| 317 |
+
- torso_joint_3_rad
|
| 318 |
+
- torso_joint_4_rad
|
| 319 |
+
timestamp:
|
| 320 |
+
dtype: float32
|
| 321 |
+
shape:
|
| 322 |
+
- 1
|
| 323 |
+
names: null
|
| 324 |
+
frame_index:
|
| 325 |
+
dtype: int64
|
| 326 |
+
shape:
|
| 327 |
+
- 1
|
| 328 |
+
names: null
|
| 329 |
+
episode_index:
|
| 330 |
+
dtype: int64
|
| 331 |
+
shape:
|
| 332 |
+
- 1
|
| 333 |
+
names: null
|
| 334 |
+
index:
|
| 335 |
+
dtype: int64
|
| 336 |
+
shape:
|
| 337 |
+
- 1
|
| 338 |
+
names: null
|
| 339 |
+
task_index:
|
| 340 |
+
dtype: int64
|
| 341 |
+
shape:
|
| 342 |
+
- 1
|
| 343 |
+
names: null
|
| 344 |
+
gripper_open_scale_state:
|
| 345 |
+
names:
|
| 346 |
+
- left_gripper_open_scale
|
| 347 |
+
- right_gripper_open_scale
|
| 348 |
+
dtype: float64
|
| 349 |
+
shape:
|
| 350 |
+
- 2
|
| 351 |
+
gripper_open_scale_action:
|
| 352 |
+
names:
|
| 353 |
+
- left_gripper_open_scale
|
| 354 |
+
- right_gripper_open_scale
|
| 355 |
+
dtype: float64
|
| 356 |
+
shape:
|
| 357 |
+
- 2
|
| 358 |
+
eef_sim_pose_state:
|
| 359 |
+
names:
|
| 360 |
+
- left_eef_pos_x
|
| 361 |
+
- left_eef_pos_y
|
| 362 |
+
- left_eef_pos_z
|
| 363 |
+
- left_eef_rot_x
|
| 364 |
+
- left_eef_rot_y
|
| 365 |
+
- left_eef_rot_z
|
| 366 |
+
- right_eef_pos_x
|
| 367 |
+
- right_eef_pos_y
|
| 368 |
+
- right_eef_pos_z
|
| 369 |
+
- right_eef_rot_x
|
| 370 |
+
- right_eef_rot_y
|
| 371 |
+
- right_eef_rot_z
|
| 372 |
+
dtype: float32
|
| 373 |
+
shape:
|
| 374 |
+
- 12
|
| 375 |
+
eef_sim_pose_action:
|
| 376 |
+
names:
|
| 377 |
+
- left_eef_pos_x
|
| 378 |
+
- left_eef_pos_y
|
| 379 |
+
- left_eef_pos_z
|
| 380 |
+
- left_eef_rot_x
|
| 381 |
+
- left_eef_rot_y
|
| 382 |
+
- left_eef_rot_z
|
| 383 |
+
- right_eef_pos_x
|
| 384 |
+
- right_eef_pos_y
|
| 385 |
+
- right_eef_pos_z
|
| 386 |
+
- right_eef_rot_x
|
| 387 |
+
- right_eef_rot_y
|
| 388 |
+
- right_eef_rot_z
|
| 389 |
+
dtype: float32
|
| 390 |
+
shape:
|
| 391 |
+
- 12
|
| 392 |
+
eef_direction_state:
|
| 393 |
+
names:
|
| 394 |
+
- left_eef_direction
|
| 395 |
+
- right_eef_direction
|
| 396 |
+
dtype: int32
|
| 397 |
+
shape:
|
| 398 |
+
- 2
|
| 399 |
+
eef_direction_action:
|
| 400 |
+
names:
|
| 401 |
+
- left_eef_direction
|
| 402 |
+
- right_eef_direction
|
| 403 |
+
dtype: int32
|
| 404 |
+
shape:
|
| 405 |
+
- 2
|
| 406 |
+
eef_velocity_state:
|
| 407 |
+
names:
|
| 408 |
+
- left_eef_velocity
|
| 409 |
+
- right_eef_velocity
|
| 410 |
+
dtype: int32
|
| 411 |
+
shape:
|
| 412 |
+
- 2
|
| 413 |
+
eef_velocity_action:
|
| 414 |
+
names:
|
| 415 |
+
- left_eef_velocity
|
| 416 |
+
- right_eef_velocity
|
| 417 |
+
dtype: int32
|
| 418 |
+
shape:
|
| 419 |
+
- 2
|
| 420 |
+
eef_acc_mag_state:
|
| 421 |
+
names:
|
| 422 |
+
- left_eef_acc_mag
|
| 423 |
+
- right_eef_acc_mag
|
| 424 |
+
dtype: int32
|
| 425 |
+
shape:
|
| 426 |
+
- 2
|
| 427 |
+
eef_acc_mag_action:
|
| 428 |
+
names:
|
| 429 |
+
- left_eef_acc_mag
|
| 430 |
+
- right_eef_acc_mag
|
| 431 |
+
dtype: int32
|
| 432 |
+
shape:
|
| 433 |
+
- 2
|
| 434 |
+
gripper_mode_state:
|
| 435 |
+
names:
|
| 436 |
+
- left_gripper_mode
|
| 437 |
+
- right_gripper_mode
|
| 438 |
+
dtype: int32
|
| 439 |
+
shape:
|
| 440 |
+
- 2
|
| 441 |
+
gripper_mode_action:
|
| 442 |
+
names:
|
| 443 |
+
- left_gripper_mode
|
| 444 |
+
- right_gripper_mode
|
| 445 |
+
dtype: int32
|
| 446 |
+
shape:
|
| 447 |
+
- 2
|
| 448 |
+
gripper_activity_state:
|
| 449 |
+
names:
|
| 450 |
+
- left_gripper_activity
|
| 451 |
+
- right_gripper_activity
|
| 452 |
+
dtype: int32
|
| 453 |
+
shape:
|
| 454 |
+
- 2
|
| 455 |
+
gripper_activity_action:
|
| 456 |
+
names:
|
| 457 |
+
- left_gripper_activity
|
| 458 |
+
- right_gripper_activity
|
| 459 |
+
dtype: int32
|
| 460 |
+
shape:
|
| 461 |
+
- 2
|
| 462 |
+
authors:
|
| 463 |
+
contributed_by:
|
| 464 |
+
- name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI)
|
| 465 |
+
dataset_description: This dataset uses an extended format based on LeRobot and is
|
| 466 |
+
fully compatible with LeRobot.
|
| 467 |
+
homepage: https://flagopen.github.io/RoboCOIN/
|
| 468 |
+
paper: https://arxiv.org/abs/2511.17441
|
| 469 |
+
repository: https://github.com/FlagOpen/RoboCOIN
|
| 470 |
+
contact_info: For questions, issues, or feedback regarding this dataset, please contact
|
| 471 |
+
us.
|
| 472 |
+
support_info: For technical support, please open an issue on our GitHub repository.
|
| 473 |
+
license_details: apache-2.0
|
| 474 |
+
citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\
|
| 475 |
+
\ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\
|
| 476 |
+
\ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\
|
| 477 |
+
\ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\
|
| 478 |
+
\ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\
|
| 479 |
+
\ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\
|
| 480 |
+
\ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\
|
| 481 |
+
\ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\
|
| 482 |
+
\ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\
|
| 483 |
+
\ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\
|
| 484 |
+
\ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\
|
| 485 |
+
\ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\
|
| 486 |
+
\ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\
|
| 487 |
+
\ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\
|
| 488 |
+
\ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\
|
| 489 |
+
\ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n"
|
| 490 |
+
additional_citations: 'If you use this dataset, please also consider citing:
|
| 491 |
+
|
| 492 |
+
LeRobot Framework: https://github.com/huggingface/lerobot
|
| 493 |
+
|
| 494 |
+
'
|
| 495 |
+
version_info: Initial Release
|
| 496 |
+
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 497 |
+
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 498 |
+
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_organize_lab_equipment.yaml
CHANGED
|
@@ -41,6 +41,7 @@ objects:
|
|
| 41 |
task_operation_type: fixed_single_arm
|
| 42 |
task_instruction: &id001
|
| 43 |
- Place the experimental apparatus aside using one hand.
|
|
|
|
| 44 |
atomic_actions:
|
| 45 |
- pick
|
| 46 |
- move
|
|
@@ -70,6 +71,7 @@ joint_rotation_dim: radian
|
|
| 70 |
end_rotation_dim: radian
|
| 71 |
end_translation_dim: meter
|
| 72 |
annotations:
|
|
|
|
| 73 |
- eef_acc_mag_annotation.jsonl
|
| 74 |
- eef_direction_annotation.jsonl
|
| 75 |
- eef_velocity_annotation.jsonl
|
|
@@ -90,19 +92,77 @@ statistics:
|
|
| 90 |
frame_num: 88656
|
| 91 |
frame_range: 100K
|
| 92 |
dataset_size: 3.04 GB
|
| 93 |
-
data_structure:
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
| |--
|
| 104 |
-
|
| 105 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
splits:
|
| 107 |
train: 0:49
|
| 108 |
features:
|
|
@@ -439,5 +499,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 439 |
version_info: Initial Release
|
| 440 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 441 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 442 |
-
sub_tasks: *id001
|
| 443 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 41 |
task_operation_type: fixed_single_arm
|
| 42 |
task_instruction: &id001
|
| 43 |
- Place the experimental apparatus aside using one hand.
|
| 44 |
+
sub_tasks: *id001
|
| 45 |
atomic_actions:
|
| 46 |
- pick
|
| 47 |
- move
|
|
|
|
| 71 |
end_rotation_dim: radian
|
| 72 |
end_translation_dim: meter
|
| 73 |
annotations:
|
| 74 |
+
- camera_params.json
|
| 75 |
- eef_acc_mag_annotation.jsonl
|
| 76 |
- eef_direction_annotation.jsonl
|
| 77 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 92 |
frame_num: 88656
|
| 93 |
frame_range: 100K
|
| 94 |
dataset_size: 3.04 GB
|
| 95 |
+
data_structure: 'AI2_Alphabot_2_organize_lab_equipment_0_qced_hardlink/
|
| 96 |
+
|
| 97 |
+
|-- annotations
|
| 98 |
+
|
| 99 |
+
| |-- camera_params.json
|
| 100 |
+
|
| 101 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 102 |
+
|
| 103 |
+
| |-- eef_direction_annotation.jsonl
|
| 104 |
+
|
| 105 |
+
| |-- eef_velocity_annotation.jsonl
|
| 106 |
+
|
| 107 |
+
| |-- gripper_activity_annotation.jsonl
|
| 108 |
+
|
| 109 |
+
| `-- gripper_mode_annotation.jsonl
|
| 110 |
+
|
| 111 |
+
|-- data
|
| 112 |
+
|
| 113 |
+
| `-- chunk-000
|
| 114 |
+
|
| 115 |
+
| |-- episode_000000.parquet
|
| 116 |
+
|
| 117 |
+
| |-- episode_000001.parquet
|
| 118 |
+
|
| 119 |
+
| |-- episode_000002.parquet
|
| 120 |
+
|
| 121 |
+
| |-- episode_000003.parquet
|
| 122 |
+
|
| 123 |
+
| |-- episode_000004.parquet
|
| 124 |
+
|
| 125 |
+
| |-- episode_000005.parquet
|
| 126 |
+
|
| 127 |
+
| |-- episode_000006.parquet
|
| 128 |
+
|
| 129 |
+
| |-- episode_000007.parquet
|
| 130 |
+
|
| 131 |
+
| |-- episode_000008.parquet
|
| 132 |
+
|
| 133 |
+
| |-- episode_000009.parquet
|
| 134 |
+
|
| 135 |
+
| |-- episode_000010.parquet
|
| 136 |
+
|
| 137 |
+
| `-- episode_000011.parquet
|
| 138 |
+
|
| 139 |
+
| `-- ... (38 more entries)
|
| 140 |
+
|
| 141 |
+
|-- meta
|
| 142 |
+
|
| 143 |
+
| |-- episodes.jsonl
|
| 144 |
+
|
| 145 |
+
| |-- episodes_stats.jsonl
|
| 146 |
+
|
| 147 |
+
| |-- info.json
|
| 148 |
+
|
| 149 |
+
| `-- tasks.jsonl
|
| 150 |
+
|
| 151 |
+
|-- videos
|
| 152 |
+
|
| 153 |
+
| `-- chunk-000
|
| 154 |
+
|
| 155 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 156 |
+
|
| 157 |
+
| |-- observation.images.cam_front_head_rgb
|
| 158 |
+
|
| 159 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 160 |
+
|
| 161 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 162 |
+
|
| 163 |
+
|-- info.yaml
|
| 164 |
+
|
| 165 |
+
`-- README.md'
|
| 166 |
splits:
|
| 167 |
train: 0:49
|
| 168 |
features:
|
|
|
|
| 499 |
version_info: Initial Release
|
| 500 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 501 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 502 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_organize_pencil_holder.yaml
CHANGED
|
@@ -37,6 +37,7 @@ objects:
|
|
| 37 |
task_operation_type: fixed_single_arm
|
| 38 |
task_instruction: &id001
|
| 39 |
- Pick up the water-based marker from the table and place it into the pen holder.
|
|
|
|
| 40 |
atomic_actions:
|
| 41 |
- pick
|
| 42 |
- insert
|
|
@@ -65,6 +66,7 @@ joint_rotation_dim: radian
|
|
| 65 |
end_rotation_dim: radian
|
| 66 |
end_translation_dim: meter
|
| 67 |
annotations:
|
|
|
|
| 68 |
- eef_acc_mag_annotation.jsonl
|
| 69 |
- eef_direction_annotation.jsonl
|
| 70 |
- eef_velocity_annotation.jsonl
|
|
@@ -85,19 +87,77 @@ statistics:
|
|
| 85 |
frame_num: 323948
|
| 86 |
frame_range: 1M
|
| 87 |
dataset_size: 17.18 GB
|
| 88 |
-
data_structure:
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
| |--
|
| 99 |
-
|
| 100 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
splits:
|
| 102 |
train: 0:391
|
| 103 |
features:
|
|
@@ -434,5 +494,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 434 |
version_info: Initial Release
|
| 435 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 436 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 437 |
-
sub_tasks: *id001
|
| 438 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 37 |
task_operation_type: fixed_single_arm
|
| 38 |
task_instruction: &id001
|
| 39 |
- Pick up the water-based marker from the table and place it into the pen holder.
|
| 40 |
+
sub_tasks: *id001
|
| 41 |
atomic_actions:
|
| 42 |
- pick
|
| 43 |
- insert
|
|
|
|
| 66 |
end_rotation_dim: radian
|
| 67 |
end_translation_dim: meter
|
| 68 |
annotations:
|
| 69 |
+
- camera_params.json
|
| 70 |
- eef_acc_mag_annotation.jsonl
|
| 71 |
- eef_direction_annotation.jsonl
|
| 72 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 87 |
frame_num: 323948
|
| 88 |
frame_range: 1M
|
| 89 |
dataset_size: 17.18 GB
|
| 90 |
+
data_structure: 'AI2_Alphabot_2_organize_pencil_holder_0_qced_hardlink/
|
| 91 |
+
|
| 92 |
+
|-- annotations
|
| 93 |
+
|
| 94 |
+
| |-- camera_params.json
|
| 95 |
+
|
| 96 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 97 |
+
|
| 98 |
+
| |-- eef_direction_annotation.jsonl
|
| 99 |
+
|
| 100 |
+
| |-- eef_velocity_annotation.jsonl
|
| 101 |
+
|
| 102 |
+
| |-- gripper_activity_annotation.jsonl
|
| 103 |
+
|
| 104 |
+
| `-- gripper_mode_annotation.jsonl
|
| 105 |
+
|
| 106 |
+
|-- data
|
| 107 |
+
|
| 108 |
+
| `-- chunk-000
|
| 109 |
+
|
| 110 |
+
| |-- episode_000000.parquet
|
| 111 |
+
|
| 112 |
+
| |-- episode_000001.parquet
|
| 113 |
+
|
| 114 |
+
| |-- episode_000002.parquet
|
| 115 |
+
|
| 116 |
+
| |-- episode_000003.parquet
|
| 117 |
+
|
| 118 |
+
| |-- episode_000004.parquet
|
| 119 |
+
|
| 120 |
+
| |-- episode_000005.parquet
|
| 121 |
+
|
| 122 |
+
| |-- episode_000006.parquet
|
| 123 |
+
|
| 124 |
+
| |-- episode_000007.parquet
|
| 125 |
+
|
| 126 |
+
| |-- episode_000008.parquet
|
| 127 |
+
|
| 128 |
+
| |-- episode_000009.parquet
|
| 129 |
+
|
| 130 |
+
| |-- episode_000010.parquet
|
| 131 |
+
|
| 132 |
+
| `-- episode_000011.parquet
|
| 133 |
+
|
| 134 |
+
| `-- ... (380 more entries)
|
| 135 |
+
|
| 136 |
+
|-- meta
|
| 137 |
+
|
| 138 |
+
| |-- episodes.jsonl
|
| 139 |
+
|
| 140 |
+
| |-- episodes_stats.jsonl
|
| 141 |
+
|
| 142 |
+
| |-- info.json
|
| 143 |
+
|
| 144 |
+
| `-- tasks.jsonl
|
| 145 |
+
|
| 146 |
+
|-- videos
|
| 147 |
+
|
| 148 |
+
| `-- chunk-000
|
| 149 |
+
|
| 150 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 151 |
+
|
| 152 |
+
| |-- observation.images.cam_front_head_rgb
|
| 153 |
+
|
| 154 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 155 |
+
|
| 156 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 157 |
+
|
| 158 |
+
|-- info.yaml
|
| 159 |
+
|
| 160 |
+
`-- README.md'
|
| 161 |
splits:
|
| 162 |
train: 0:391
|
| 163 |
features:
|
|
|
|
| 494 |
version_info: Initial Release
|
| 495 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 496 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 497 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_package_fruit.yaml
CHANGED
|
@@ -21,7 +21,7 @@ extra_gated_fields:
|
|
| 21 |
description: e.g., "Germany", "China", "United States"
|
| 22 |
codebase_version: v2.1
|
| 23 |
dataset_name: AI2_Alphabot_2_package_fruit
|
| 24 |
-
dataset_uuid:
|
| 25 |
scene_type:
|
| 26 |
level1: Retail
|
| 27 |
level2: Supermarket
|
|
@@ -66,33 +66,30 @@ joint_rotation_dim: radian
|
|
| 66 |
end_rotation_dim: radian
|
| 67 |
end_translation_dim: meter
|
| 68 |
annotations:
|
| 69 |
-
- camera_params.json
|
| 70 |
- eef_acc_mag_annotation.jsonl
|
| 71 |
- eef_direction_annotation.jsonl
|
| 72 |
- eef_velocity_annotation.jsonl
|
| 73 |
- gripper_activity_annotation.jsonl
|
| 74 |
- gripper_mode_annotation.jsonl
|
| 75 |
statistics:
|
| 76 |
-
total_episodes:
|
| 77 |
-
total_frames:
|
| 78 |
fps: 30
|
| 79 |
total_tasks: 1
|
| 80 |
-
total_videos:
|
| 81 |
total_chunks: 1
|
| 82 |
chunks_size: 1000
|
| 83 |
state_dim: 34
|
| 84 |
action_dim: 34
|
| 85 |
camera_views: 4
|
| 86 |
-
dataset_size:
|
| 87 |
-
frame_num:
|
| 88 |
frame_range: 1M
|
| 89 |
-
dataset_size:
|
| 90 |
-
data_structure: '
|
| 91 |
|
| 92 |
|-- annotations
|
| 93 |
|
| 94 |
-
| |-- camera_params.json
|
| 95 |
-
|
| 96 |
| |-- eef_acc_mag_annotation.jsonl
|
| 97 |
|
| 98 |
| |-- eef_direction_annotation.jsonl
|
|
@@ -131,7 +128,7 @@ data_structure: 'AI2_Alphabot_2_package_fruit_2_qced_hardlink/
|
|
| 131 |
|
| 132 |
| `-- episode_000011.parquet
|
| 133 |
|
| 134 |
-
| `-- ... (
|
| 135 |
|
| 136 |
|-- meta
|
| 137 |
|
|
@@ -155,9 +152,11 @@ data_structure: 'AI2_Alphabot_2_package_fruit_2_qced_hardlink/
|
|
| 155 |
|
| 156 |
| `-- observation.images.cam_right_wrist_rgb
|
| 157 |
|
| 158 |
-
|
|
|
|
|
|
|
| 159 |
splits:
|
| 160 |
-
train: 0:
|
| 161 |
features:
|
| 162 |
observation.images.cam_front_chest_rgb:
|
| 163 |
dtype: video
|
|
|
|
| 21 |
description: e.g., "Germany", "China", "United States"
|
| 22 |
codebase_version: v2.1
|
| 23 |
dataset_name: AI2_Alphabot_2_package_fruit
|
| 24 |
+
dataset_uuid: 7ac529b5-5aec-4b02-953f-230125d9cf49
|
| 25 |
scene_type:
|
| 26 |
level1: Retail
|
| 27 |
level2: Supermarket
|
|
|
|
| 66 |
end_rotation_dim: radian
|
| 67 |
end_translation_dim: meter
|
| 68 |
annotations:
|
|
|
|
| 69 |
- eef_acc_mag_annotation.jsonl
|
| 70 |
- eef_direction_annotation.jsonl
|
| 71 |
- eef_velocity_annotation.jsonl
|
| 72 |
- gripper_activity_annotation.jsonl
|
| 73 |
- gripper_mode_annotation.jsonl
|
| 74 |
statistics:
|
| 75 |
+
total_episodes: 510
|
| 76 |
+
total_frames: 209718
|
| 77 |
fps: 30
|
| 78 |
total_tasks: 1
|
| 79 |
+
total_videos: 2040
|
| 80 |
total_chunks: 1
|
| 81 |
chunks_size: 1000
|
| 82 |
state_dim: 34
|
| 83 |
action_dim: 34
|
| 84 |
camera_views: 4
|
| 85 |
+
dataset_size: 3.34 GB
|
| 86 |
+
frame_num: 209718
|
| 87 |
frame_range: 1M
|
| 88 |
+
dataset_size: 3.34 GB
|
| 89 |
+
data_structure: 'AI2_Alphabot_2_package_fruit_0_qced_hardlink/
|
| 90 |
|
| 91 |
|-- annotations
|
| 92 |
|
|
|
|
|
|
|
| 93 |
| |-- eef_acc_mag_annotation.jsonl
|
| 94 |
|
| 95 |
| |-- eef_direction_annotation.jsonl
|
|
|
|
| 128 |
|
| 129 |
| `-- episode_000011.parquet
|
| 130 |
|
| 131 |
+
| `-- ... (498 more entries)
|
| 132 |
|
| 133 |
|-- meta
|
| 134 |
|
|
|
|
| 152 |
|
| 153 |
| `-- observation.images.cam_right_wrist_rgb
|
| 154 |
|
| 155 |
+
|-- info.yaml
|
| 156 |
+
|
| 157 |
+
`-- README.md'
|
| 158 |
splits:
|
| 159 |
+
train: 0:509
|
| 160 |
features:
|
| 161 |
observation.images.cam_front_chest_rgb:
|
| 162 |
dtype: video
|
dataset_info/AI2_Alphabot_2_package_fruit_1.yaml
ADDED
|
@@ -0,0 +1,497 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
task_categories:
|
| 2 |
+
- robotics
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- RoboCOIN
|
| 7 |
+
- LeRobot
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
configs:
|
| 10 |
+
- config_name: default
|
| 11 |
+
data_files: data/chunk-{id}/episode_{id}.parquet
|
| 12 |
+
extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper
|
| 13 |
+
in your research/publications—see the "Citation" section for details. You agree
|
| 14 |
+
to not use the dataset to conduct experiments that cause harm to human subjects.
|
| 15 |
+
extra_gated_fields:
|
| 16 |
+
Company/Organization:
|
| 17 |
+
type: text
|
| 18 |
+
description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher"
|
| 19 |
+
Country:
|
| 20 |
+
type: country
|
| 21 |
+
description: e.g., "Germany", "China", "United States"
|
| 22 |
+
codebase_version: v2.1
|
| 23 |
+
dataset_name: AI2_Alphabot_2_package_fruit_1
|
| 24 |
+
dataset_uuid: 16b68eaa-0375-4eeb-b689-36c46d2c794d
|
| 25 |
+
scene_type:
|
| 26 |
+
level1: Retail
|
| 27 |
+
level2: Supermarket
|
| 28 |
+
level3: null
|
| 29 |
+
level4: null
|
| 30 |
+
level5: null
|
| 31 |
+
env_type: real_world
|
| 32 |
+
objects:
|
| 33 |
+
- object_name: basket
|
| 34 |
+
color: brown
|
| 35 |
+
- object_name: strawberry
|
| 36 |
+
color: red
|
| 37 |
+
- object_name: mango
|
| 38 |
+
color: yellow
|
| 39 |
+
task_operation_type: fixed_single_arm
|
| 40 |
+
task_instruction: &id001
|
| 41 |
+
- Pick the strawberry and mango from the table and place them into the basket.
|
| 42 |
+
sub_tasks: *id001
|
| 43 |
+
atomic_actions:
|
| 44 |
+
- grasp
|
| 45 |
+
- place
|
| 46 |
+
robot_name: AI2_Alphabot_2
|
| 47 |
+
end_effector_type: two_finger_end_effector
|
| 48 |
+
tele_type: vr_controller
|
| 49 |
+
sensor_list:
|
| 50 |
+
- cam_front_chest_rgb
|
| 51 |
+
- cam_front_head_rgb
|
| 52 |
+
- cam_left_wrist_rgb
|
| 53 |
+
- cam_right_wrist_rgb
|
| 54 |
+
came_info:
|
| 55 |
+
cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 56 |
+
pix_fmt=yuv420p
|
| 57 |
+
cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 58 |
+
pix_fmt=yuv420p
|
| 59 |
+
cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 60 |
+
pix_fmt=yuv420p
|
| 61 |
+
cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 62 |
+
pix_fmt=yuv420p
|
| 63 |
+
depth_enabled: false
|
| 64 |
+
coordinate_definition: right-hand-frame
|
| 65 |
+
joint_rotation_dim: radian
|
| 66 |
+
end_rotation_dim: radian
|
| 67 |
+
end_translation_dim: meter
|
| 68 |
+
annotations:
|
| 69 |
+
- camera_params.json
|
| 70 |
+
- eef_acc_mag_annotation.jsonl
|
| 71 |
+
- eef_direction_annotation.jsonl
|
| 72 |
+
- eef_velocity_annotation.jsonl
|
| 73 |
+
- gripper_activity_annotation.jsonl
|
| 74 |
+
- gripper_mode_annotation.jsonl
|
| 75 |
+
statistics:
|
| 76 |
+
total_episodes: 309
|
| 77 |
+
total_frames: 138843
|
| 78 |
+
fps: 30
|
| 79 |
+
total_tasks: 1
|
| 80 |
+
total_videos: 1236
|
| 81 |
+
total_chunks: 1
|
| 82 |
+
chunks_size: 1000
|
| 83 |
+
state_dim: 34
|
| 84 |
+
action_dim: 34
|
| 85 |
+
camera_views: 4
|
| 86 |
+
dataset_size: 2.15 GB
|
| 87 |
+
frame_num: 138843
|
| 88 |
+
frame_range: 1M
|
| 89 |
+
dataset_size: 2.15 GB
|
| 90 |
+
data_structure: 'AI2_Alphabot_2_package_fruit_1_qced_hardlink/
|
| 91 |
+
|
| 92 |
+
|-- annotations
|
| 93 |
+
|
| 94 |
+
| |-- camera_params.json
|
| 95 |
+
|
| 96 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 97 |
+
|
| 98 |
+
| |-- eef_direction_annotation.jsonl
|
| 99 |
+
|
| 100 |
+
| |-- eef_velocity_annotation.jsonl
|
| 101 |
+
|
| 102 |
+
| |-- gripper_activity_annotation.jsonl
|
| 103 |
+
|
| 104 |
+
| `-- gripper_mode_annotation.jsonl
|
| 105 |
+
|
| 106 |
+
|-- data
|
| 107 |
+
|
| 108 |
+
| `-- chunk-000
|
| 109 |
+
|
| 110 |
+
| |-- episode_000000.parquet
|
| 111 |
+
|
| 112 |
+
| |-- episode_000001.parquet
|
| 113 |
+
|
| 114 |
+
| |-- episode_000002.parquet
|
| 115 |
+
|
| 116 |
+
| |-- episode_000003.parquet
|
| 117 |
+
|
| 118 |
+
| |-- episode_000004.parquet
|
| 119 |
+
|
| 120 |
+
| |-- episode_000005.parquet
|
| 121 |
+
|
| 122 |
+
| |-- episode_000006.parquet
|
| 123 |
+
|
| 124 |
+
| |-- episode_000007.parquet
|
| 125 |
+
|
| 126 |
+
| |-- episode_000008.parquet
|
| 127 |
+
|
| 128 |
+
| |-- episode_000009.parquet
|
| 129 |
+
|
| 130 |
+
| |-- episode_000010.parquet
|
| 131 |
+
|
| 132 |
+
| `-- episode_000011.parquet
|
| 133 |
+
|
| 134 |
+
| `-- ... (297 more entries)
|
| 135 |
+
|
| 136 |
+
|-- meta
|
| 137 |
+
|
| 138 |
+
| |-- episodes.jsonl
|
| 139 |
+
|
| 140 |
+
| |-- episodes_stats.jsonl
|
| 141 |
+
|
| 142 |
+
| |-- info.json
|
| 143 |
+
|
| 144 |
+
| `-- tasks.jsonl
|
| 145 |
+
|
| 146 |
+
|-- videos
|
| 147 |
+
|
| 148 |
+
| `-- chunk-000
|
| 149 |
+
|
| 150 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 151 |
+
|
| 152 |
+
| |-- observation.images.cam_front_head_rgb
|
| 153 |
+
|
| 154 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 155 |
+
|
| 156 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 157 |
+
|
| 158 |
+
|-- info.yaml
|
| 159 |
+
|
| 160 |
+
`-- README.md'
|
| 161 |
+
splits:
|
| 162 |
+
train: 0:308
|
| 163 |
+
features:
|
| 164 |
+
observation.images.cam_front_chest_rgb:
|
| 165 |
+
dtype: video
|
| 166 |
+
shape:
|
| 167 |
+
- 480
|
| 168 |
+
- 640
|
| 169 |
+
- 3
|
| 170 |
+
names:
|
| 171 |
+
- height
|
| 172 |
+
- width
|
| 173 |
+
- channels
|
| 174 |
+
info:
|
| 175 |
+
video.height: 480
|
| 176 |
+
video.width: 640
|
| 177 |
+
video.codec: h264
|
| 178 |
+
video.pix_fmt: yuv420p
|
| 179 |
+
video.is_depth_map: false
|
| 180 |
+
video.fps: 30
|
| 181 |
+
video.channels: 3
|
| 182 |
+
has_audio: false
|
| 183 |
+
observation.images.cam_front_head_rgb:
|
| 184 |
+
dtype: video
|
| 185 |
+
shape:
|
| 186 |
+
- 480
|
| 187 |
+
- 640
|
| 188 |
+
- 3
|
| 189 |
+
names:
|
| 190 |
+
- height
|
| 191 |
+
- width
|
| 192 |
+
- channels
|
| 193 |
+
info:
|
| 194 |
+
video.height: 480
|
| 195 |
+
video.width: 640
|
| 196 |
+
video.codec: h264
|
| 197 |
+
video.pix_fmt: yuv420p
|
| 198 |
+
video.is_depth_map: false
|
| 199 |
+
video.fps: 30
|
| 200 |
+
video.channels: 3
|
| 201 |
+
has_audio: false
|
| 202 |
+
observation.images.cam_left_wrist_rgb:
|
| 203 |
+
dtype: video
|
| 204 |
+
shape:
|
| 205 |
+
- 480
|
| 206 |
+
- 640
|
| 207 |
+
- 3
|
| 208 |
+
names:
|
| 209 |
+
- height
|
| 210 |
+
- width
|
| 211 |
+
- channels
|
| 212 |
+
info:
|
| 213 |
+
video.height: 480
|
| 214 |
+
video.width: 640
|
| 215 |
+
video.codec: h264
|
| 216 |
+
video.pix_fmt: yuv420p
|
| 217 |
+
video.is_depth_map: false
|
| 218 |
+
video.fps: 30
|
| 219 |
+
video.channels: 3
|
| 220 |
+
has_audio: false
|
| 221 |
+
observation.images.cam_right_wrist_rgb:
|
| 222 |
+
dtype: video
|
| 223 |
+
shape:
|
| 224 |
+
- 480
|
| 225 |
+
- 640
|
| 226 |
+
- 3
|
| 227 |
+
names:
|
| 228 |
+
- height
|
| 229 |
+
- width
|
| 230 |
+
- channels
|
| 231 |
+
info:
|
| 232 |
+
video.height: 480
|
| 233 |
+
video.width: 640
|
| 234 |
+
video.codec: h264
|
| 235 |
+
video.pix_fmt: yuv420p
|
| 236 |
+
video.is_depth_map: false
|
| 237 |
+
video.fps: 30
|
| 238 |
+
video.channels: 3
|
| 239 |
+
has_audio: false
|
| 240 |
+
observation.state:
|
| 241 |
+
dtype: float32
|
| 242 |
+
shape:
|
| 243 |
+
- 34
|
| 244 |
+
names:
|
| 245 |
+
- left_arm_joint_1_rad
|
| 246 |
+
- left_arm_joint_2_rad
|
| 247 |
+
- left_arm_joint_3_rad
|
| 248 |
+
- left_arm_joint_4_rad
|
| 249 |
+
- left_arm_joint_5_rad
|
| 250 |
+
- left_arm_joint_6_rad
|
| 251 |
+
- left_arm_joint_7_rad
|
| 252 |
+
- left_eef_pos_x_m
|
| 253 |
+
- left_eef_pos_y_m
|
| 254 |
+
- left_eef_pos_z_m
|
| 255 |
+
- left_eef_rot_euler_x_rad
|
| 256 |
+
- left_eef_rot_euler_y_rad
|
| 257 |
+
- left_eef_rot_euler_z_rad
|
| 258 |
+
- right_arm_joint_1_rad
|
| 259 |
+
- right_arm_joint_2_rad
|
| 260 |
+
- right_arm_joint_3_rad
|
| 261 |
+
- right_arm_joint_4_rad
|
| 262 |
+
- right_arm_joint_5_rad
|
| 263 |
+
- right_arm_joint_6_rad
|
| 264 |
+
- right_arm_joint_7_rad
|
| 265 |
+
- right_eef_pos_x_m
|
| 266 |
+
- right_eef_pos_y_m
|
| 267 |
+
- right_eef_pos_z_m
|
| 268 |
+
- right_eef_rot_euler_x_rad
|
| 269 |
+
- right_eef_rot_euler_y_rad
|
| 270 |
+
- right_eef_rot_euler_z_rad
|
| 271 |
+
- left_gripper_open
|
| 272 |
+
- right_gripper_open
|
| 273 |
+
- neck_joint_1_rad
|
| 274 |
+
- neck_joint_2_rad
|
| 275 |
+
- torso_joint_1_rad
|
| 276 |
+
- torso_joint_2_rad
|
| 277 |
+
- torso_joint_3_rad
|
| 278 |
+
- torso_joint_4_rad
|
| 279 |
+
action:
|
| 280 |
+
dtype: float32
|
| 281 |
+
shape:
|
| 282 |
+
- 34
|
| 283 |
+
names:
|
| 284 |
+
- left_arm_joint_1_rad
|
| 285 |
+
- left_arm_joint_2_rad
|
| 286 |
+
- left_arm_joint_3_rad
|
| 287 |
+
- left_arm_joint_4_rad
|
| 288 |
+
- left_arm_joint_5_rad
|
| 289 |
+
- left_arm_joint_6_rad
|
| 290 |
+
- left_arm_joint_7_rad
|
| 291 |
+
- left_eef_pos_x_m
|
| 292 |
+
- left_eef_pos_y_m
|
| 293 |
+
- left_eef_pos_z_m
|
| 294 |
+
- left_eef_rot_euler_x_rad
|
| 295 |
+
- left_eef_rot_euler_y_rad
|
| 296 |
+
- left_eef_rot_euler_z_rad
|
| 297 |
+
- right_arm_joint_1_rad
|
| 298 |
+
- right_arm_joint_2_rad
|
| 299 |
+
- right_arm_joint_3_rad
|
| 300 |
+
- right_arm_joint_4_rad
|
| 301 |
+
- right_arm_joint_5_rad
|
| 302 |
+
- right_arm_joint_6_rad
|
| 303 |
+
- right_arm_joint_7_rad
|
| 304 |
+
- right_eef_pos_x_m
|
| 305 |
+
- right_eef_pos_y_m
|
| 306 |
+
- right_eef_pos_z_m
|
| 307 |
+
- right_eef_rot_euler_x_rad
|
| 308 |
+
- right_eef_rot_euler_y_rad
|
| 309 |
+
- right_eef_rot_euler_z_rad
|
| 310 |
+
- left_gripper_open
|
| 311 |
+
- right_gripper_open
|
| 312 |
+
- neck_joint_1_rad
|
| 313 |
+
- neck_joint_2_rad
|
| 314 |
+
- torso_joint_1_rad
|
| 315 |
+
- torso_joint_2_rad
|
| 316 |
+
- torso_joint_3_rad
|
| 317 |
+
- torso_joint_4_rad
|
| 318 |
+
timestamp:
|
| 319 |
+
dtype: float32
|
| 320 |
+
shape:
|
| 321 |
+
- 1
|
| 322 |
+
names: null
|
| 323 |
+
frame_index:
|
| 324 |
+
dtype: int64
|
| 325 |
+
shape:
|
| 326 |
+
- 1
|
| 327 |
+
names: null
|
| 328 |
+
episode_index:
|
| 329 |
+
dtype: int64
|
| 330 |
+
shape:
|
| 331 |
+
- 1
|
| 332 |
+
names: null
|
| 333 |
+
index:
|
| 334 |
+
dtype: int64
|
| 335 |
+
shape:
|
| 336 |
+
- 1
|
| 337 |
+
names: null
|
| 338 |
+
task_index:
|
| 339 |
+
dtype: int64
|
| 340 |
+
shape:
|
| 341 |
+
- 1
|
| 342 |
+
names: null
|
| 343 |
+
gripper_open_scale_state:
|
| 344 |
+
names:
|
| 345 |
+
- left_gripper_open_scale
|
| 346 |
+
- right_gripper_open_scale
|
| 347 |
+
dtype: float64
|
| 348 |
+
shape:
|
| 349 |
+
- 2
|
| 350 |
+
gripper_open_scale_action:
|
| 351 |
+
names:
|
| 352 |
+
- left_gripper_open_scale
|
| 353 |
+
- right_gripper_open_scale
|
| 354 |
+
dtype: float64
|
| 355 |
+
shape:
|
| 356 |
+
- 2
|
| 357 |
+
eef_sim_pose_state:
|
| 358 |
+
names:
|
| 359 |
+
- left_eef_pos_x
|
| 360 |
+
- left_eef_pos_y
|
| 361 |
+
- left_eef_pos_z
|
| 362 |
+
- left_eef_rot_x
|
| 363 |
+
- left_eef_rot_y
|
| 364 |
+
- left_eef_rot_z
|
| 365 |
+
- right_eef_pos_x
|
| 366 |
+
- right_eef_pos_y
|
| 367 |
+
- right_eef_pos_z
|
| 368 |
+
- right_eef_rot_x
|
| 369 |
+
- right_eef_rot_y
|
| 370 |
+
- right_eef_rot_z
|
| 371 |
+
dtype: float32
|
| 372 |
+
shape:
|
| 373 |
+
- 12
|
| 374 |
+
eef_sim_pose_action:
|
| 375 |
+
names:
|
| 376 |
+
- left_eef_pos_x
|
| 377 |
+
- left_eef_pos_y
|
| 378 |
+
- left_eef_pos_z
|
| 379 |
+
- left_eef_rot_x
|
| 380 |
+
- left_eef_rot_y
|
| 381 |
+
- left_eef_rot_z
|
| 382 |
+
- right_eef_pos_x
|
| 383 |
+
- right_eef_pos_y
|
| 384 |
+
- right_eef_pos_z
|
| 385 |
+
- right_eef_rot_x
|
| 386 |
+
- right_eef_rot_y
|
| 387 |
+
- right_eef_rot_z
|
| 388 |
+
dtype: float32
|
| 389 |
+
shape:
|
| 390 |
+
- 12
|
| 391 |
+
eef_direction_state:
|
| 392 |
+
names:
|
| 393 |
+
- left_eef_direction
|
| 394 |
+
- right_eef_direction
|
| 395 |
+
dtype: int32
|
| 396 |
+
shape:
|
| 397 |
+
- 2
|
| 398 |
+
eef_direction_action:
|
| 399 |
+
names:
|
| 400 |
+
- left_eef_direction
|
| 401 |
+
- right_eef_direction
|
| 402 |
+
dtype: int32
|
| 403 |
+
shape:
|
| 404 |
+
- 2
|
| 405 |
+
eef_velocity_state:
|
| 406 |
+
names:
|
| 407 |
+
- left_eef_velocity
|
| 408 |
+
- right_eef_velocity
|
| 409 |
+
dtype: int32
|
| 410 |
+
shape:
|
| 411 |
+
- 2
|
| 412 |
+
eef_velocity_action:
|
| 413 |
+
names:
|
| 414 |
+
- left_eef_velocity
|
| 415 |
+
- right_eef_velocity
|
| 416 |
+
dtype: int32
|
| 417 |
+
shape:
|
| 418 |
+
- 2
|
| 419 |
+
eef_acc_mag_state:
|
| 420 |
+
names:
|
| 421 |
+
- left_eef_acc_mag
|
| 422 |
+
- right_eef_acc_mag
|
| 423 |
+
dtype: int32
|
| 424 |
+
shape:
|
| 425 |
+
- 2
|
| 426 |
+
eef_acc_mag_action:
|
| 427 |
+
names:
|
| 428 |
+
- left_eef_acc_mag
|
| 429 |
+
- right_eef_acc_mag
|
| 430 |
+
dtype: int32
|
| 431 |
+
shape:
|
| 432 |
+
- 2
|
| 433 |
+
gripper_mode_state:
|
| 434 |
+
names:
|
| 435 |
+
- left_gripper_mode
|
| 436 |
+
- right_gripper_mode
|
| 437 |
+
dtype: int32
|
| 438 |
+
shape:
|
| 439 |
+
- 2
|
| 440 |
+
gripper_mode_action:
|
| 441 |
+
names:
|
| 442 |
+
- left_gripper_mode
|
| 443 |
+
- right_gripper_mode
|
| 444 |
+
dtype: int32
|
| 445 |
+
shape:
|
| 446 |
+
- 2
|
| 447 |
+
gripper_activity_state:
|
| 448 |
+
names:
|
| 449 |
+
- left_gripper_activity
|
| 450 |
+
- right_gripper_activity
|
| 451 |
+
dtype: int32
|
| 452 |
+
shape:
|
| 453 |
+
- 2
|
| 454 |
+
gripper_activity_action:
|
| 455 |
+
names:
|
| 456 |
+
- left_gripper_activity
|
| 457 |
+
- right_gripper_activity
|
| 458 |
+
dtype: int32
|
| 459 |
+
shape:
|
| 460 |
+
- 2
|
| 461 |
+
authors:
|
| 462 |
+
contributed_by:
|
| 463 |
+
- name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI)
|
| 464 |
+
dataset_description: This dataset uses an extended format based on LeRobot and is
|
| 465 |
+
fully compatible with LeRobot.
|
| 466 |
+
homepage: https://flagopen.github.io/RoboCOIN/
|
| 467 |
+
paper: https://arxiv.org/abs/2511.17441
|
| 468 |
+
repository: https://github.com/FlagOpen/RoboCOIN
|
| 469 |
+
contact_info: For questions, issues, or feedback regarding this dataset, please contact
|
| 470 |
+
us.
|
| 471 |
+
support_info: For technical support, please open an issue on our GitHub repository.
|
| 472 |
+
license_details: apache-2.0
|
| 473 |
+
citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\
|
| 474 |
+
\ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\
|
| 475 |
+
\ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\
|
| 476 |
+
\ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\
|
| 477 |
+
\ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\
|
| 478 |
+
\ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\
|
| 479 |
+
\ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\
|
| 480 |
+
\ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\
|
| 481 |
+
\ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\
|
| 482 |
+
\ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\
|
| 483 |
+
\ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\
|
| 484 |
+
\ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\
|
| 485 |
+
\ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\
|
| 486 |
+
\ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\
|
| 487 |
+
\ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\
|
| 488 |
+
\ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n"
|
| 489 |
+
additional_citations: 'If you use this dataset, please also consider citing:
|
| 490 |
+
|
| 491 |
+
LeRobot Framework: https://github.com/huggingface/lerobot
|
| 492 |
+
|
| 493 |
+
'
|
| 494 |
+
version_info: Initial Release
|
| 495 |
+
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 496 |
+
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 497 |
+
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_package_fruit_2.yaml
ADDED
|
@@ -0,0 +1,497 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
task_categories:
|
| 2 |
+
- robotics
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- RoboCOIN
|
| 7 |
+
- LeRobot
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
configs:
|
| 10 |
+
- config_name: default
|
| 11 |
+
data_files: data/chunk-{id}/episode_{id}.parquet
|
| 12 |
+
extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper
|
| 13 |
+
in your research/publications—see the "Citation" section for details. You agree
|
| 14 |
+
to not use the dataset to conduct experiments that cause harm to human subjects.
|
| 15 |
+
extra_gated_fields:
|
| 16 |
+
Company/Organization:
|
| 17 |
+
type: text
|
| 18 |
+
description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher"
|
| 19 |
+
Country:
|
| 20 |
+
type: country
|
| 21 |
+
description: e.g., "Germany", "China", "United States"
|
| 22 |
+
codebase_version: v2.1
|
| 23 |
+
dataset_name: AI2_Alphabot_2_package_fruit_2
|
| 24 |
+
dataset_uuid: 073995d9-0f0f-4238-8815-c136b98c5296
|
| 25 |
+
scene_type:
|
| 26 |
+
level1: Retail
|
| 27 |
+
level2: Supermarket
|
| 28 |
+
level3: null
|
| 29 |
+
level4: null
|
| 30 |
+
level5: null
|
| 31 |
+
env_type: real_world
|
| 32 |
+
objects:
|
| 33 |
+
- object_name: basket
|
| 34 |
+
color: brown
|
| 35 |
+
- object_name: strawberry
|
| 36 |
+
color: red
|
| 37 |
+
- object_name: mango
|
| 38 |
+
color: yellow
|
| 39 |
+
task_operation_type: fixed_single_arm
|
| 40 |
+
task_instruction: &id001
|
| 41 |
+
- Pick the strawberry and mango from the table and place them into the basket.
|
| 42 |
+
sub_tasks: *id001
|
| 43 |
+
atomic_actions:
|
| 44 |
+
- grasp
|
| 45 |
+
- place
|
| 46 |
+
robot_name: AI2_Alphabot_2
|
| 47 |
+
end_effector_type: two_finger_end_effector
|
| 48 |
+
tele_type: vr_controller
|
| 49 |
+
sensor_list:
|
| 50 |
+
- cam_front_chest_rgb
|
| 51 |
+
- cam_front_head_rgb
|
| 52 |
+
- cam_left_wrist_rgb
|
| 53 |
+
- cam_right_wrist_rgb
|
| 54 |
+
came_info:
|
| 55 |
+
cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 56 |
+
pix_fmt=yuv420p
|
| 57 |
+
cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 58 |
+
pix_fmt=yuv420p
|
| 59 |
+
cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 60 |
+
pix_fmt=yuv420p
|
| 61 |
+
cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 62 |
+
pix_fmt=yuv420p
|
| 63 |
+
depth_enabled: false
|
| 64 |
+
coordinate_definition: right-hand-frame
|
| 65 |
+
joint_rotation_dim: radian
|
| 66 |
+
end_rotation_dim: radian
|
| 67 |
+
end_translation_dim: meter
|
| 68 |
+
annotations:
|
| 69 |
+
- camera_params.json
|
| 70 |
+
- eef_acc_mag_annotation.jsonl
|
| 71 |
+
- eef_direction_annotation.jsonl
|
| 72 |
+
- eef_velocity_annotation.jsonl
|
| 73 |
+
- gripper_activity_annotation.jsonl
|
| 74 |
+
- gripper_mode_annotation.jsonl
|
| 75 |
+
statistics:
|
| 76 |
+
total_episodes: 988
|
| 77 |
+
total_frames: 384538
|
| 78 |
+
fps: 30
|
| 79 |
+
total_tasks: 1
|
| 80 |
+
total_videos: 3952
|
| 81 |
+
total_chunks: 1
|
| 82 |
+
chunks_size: 1000
|
| 83 |
+
state_dim: 34
|
| 84 |
+
action_dim: 34
|
| 85 |
+
camera_views: 4
|
| 86 |
+
dataset_size: 7.08 GB
|
| 87 |
+
frame_num: 384538
|
| 88 |
+
frame_range: 1M
|
| 89 |
+
dataset_size: 7.08 GB
|
| 90 |
+
data_structure: 'AI2_Alphabot_2_package_fruit_2_qced_hardlink/
|
| 91 |
+
|
| 92 |
+
|-- annotations
|
| 93 |
+
|
| 94 |
+
| |-- camera_params.json
|
| 95 |
+
|
| 96 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 97 |
+
|
| 98 |
+
| |-- eef_direction_annotation.jsonl
|
| 99 |
+
|
| 100 |
+
| |-- eef_velocity_annotation.jsonl
|
| 101 |
+
|
| 102 |
+
| |-- gripper_activity_annotation.jsonl
|
| 103 |
+
|
| 104 |
+
| `-- gripper_mode_annotation.jsonl
|
| 105 |
+
|
| 106 |
+
|-- data
|
| 107 |
+
|
| 108 |
+
| `-- chunk-000
|
| 109 |
+
|
| 110 |
+
| |-- episode_000000.parquet
|
| 111 |
+
|
| 112 |
+
| |-- episode_000001.parquet
|
| 113 |
+
|
| 114 |
+
| |-- episode_000002.parquet
|
| 115 |
+
|
| 116 |
+
| |-- episode_000003.parquet
|
| 117 |
+
|
| 118 |
+
| |-- episode_000004.parquet
|
| 119 |
+
|
| 120 |
+
| |-- episode_000005.parquet
|
| 121 |
+
|
| 122 |
+
| |-- episode_000006.parquet
|
| 123 |
+
|
| 124 |
+
| |-- episode_000007.parquet
|
| 125 |
+
|
| 126 |
+
| |-- episode_000008.parquet
|
| 127 |
+
|
| 128 |
+
| |-- episode_000009.parquet
|
| 129 |
+
|
| 130 |
+
| |-- episode_000010.parquet
|
| 131 |
+
|
| 132 |
+
| `-- episode_000011.parquet
|
| 133 |
+
|
| 134 |
+
| `-- ... (976 more entries)
|
| 135 |
+
|
| 136 |
+
|-- meta
|
| 137 |
+
|
| 138 |
+
| |-- episodes.jsonl
|
| 139 |
+
|
| 140 |
+
| |-- episodes_stats.jsonl
|
| 141 |
+
|
| 142 |
+
| |-- info.json
|
| 143 |
+
|
| 144 |
+
| `-- tasks.jsonl
|
| 145 |
+
|
| 146 |
+
|-- videos
|
| 147 |
+
|
| 148 |
+
| `-- chunk-000
|
| 149 |
+
|
| 150 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 151 |
+
|
| 152 |
+
| |-- observation.images.cam_front_head_rgb
|
| 153 |
+
|
| 154 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 155 |
+
|
| 156 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 157 |
+
|
| 158 |
+
|-- info.yaml
|
| 159 |
+
|
| 160 |
+
`-- README.md'
|
| 161 |
+
splits:
|
| 162 |
+
train: 0:987
|
| 163 |
+
features:
|
| 164 |
+
observation.images.cam_front_chest_rgb:
|
| 165 |
+
dtype: video
|
| 166 |
+
shape:
|
| 167 |
+
- 480
|
| 168 |
+
- 640
|
| 169 |
+
- 3
|
| 170 |
+
names:
|
| 171 |
+
- height
|
| 172 |
+
- width
|
| 173 |
+
- channels
|
| 174 |
+
info:
|
| 175 |
+
video.height: 480
|
| 176 |
+
video.width: 640
|
| 177 |
+
video.codec: h264
|
| 178 |
+
video.pix_fmt: yuv420p
|
| 179 |
+
video.is_depth_map: false
|
| 180 |
+
video.fps: 30
|
| 181 |
+
video.channels: 3
|
| 182 |
+
has_audio: false
|
| 183 |
+
observation.images.cam_front_head_rgb:
|
| 184 |
+
dtype: video
|
| 185 |
+
shape:
|
| 186 |
+
- 480
|
| 187 |
+
- 640
|
| 188 |
+
- 3
|
| 189 |
+
names:
|
| 190 |
+
- height
|
| 191 |
+
- width
|
| 192 |
+
- channels
|
| 193 |
+
info:
|
| 194 |
+
video.height: 480
|
| 195 |
+
video.width: 640
|
| 196 |
+
video.codec: h264
|
| 197 |
+
video.pix_fmt: yuv420p
|
| 198 |
+
video.is_depth_map: false
|
| 199 |
+
video.fps: 30
|
| 200 |
+
video.channels: 3
|
| 201 |
+
has_audio: false
|
| 202 |
+
observation.images.cam_left_wrist_rgb:
|
| 203 |
+
dtype: video
|
| 204 |
+
shape:
|
| 205 |
+
- 480
|
| 206 |
+
- 640
|
| 207 |
+
- 3
|
| 208 |
+
names:
|
| 209 |
+
- height
|
| 210 |
+
- width
|
| 211 |
+
- channels
|
| 212 |
+
info:
|
| 213 |
+
video.height: 480
|
| 214 |
+
video.width: 640
|
| 215 |
+
video.codec: h264
|
| 216 |
+
video.pix_fmt: yuv420p
|
| 217 |
+
video.is_depth_map: false
|
| 218 |
+
video.fps: 30
|
| 219 |
+
video.channels: 3
|
| 220 |
+
has_audio: false
|
| 221 |
+
observation.images.cam_right_wrist_rgb:
|
| 222 |
+
dtype: video
|
| 223 |
+
shape:
|
| 224 |
+
- 480
|
| 225 |
+
- 640
|
| 226 |
+
- 3
|
| 227 |
+
names:
|
| 228 |
+
- height
|
| 229 |
+
- width
|
| 230 |
+
- channels
|
| 231 |
+
info:
|
| 232 |
+
video.height: 480
|
| 233 |
+
video.width: 640
|
| 234 |
+
video.codec: h264
|
| 235 |
+
video.pix_fmt: yuv420p
|
| 236 |
+
video.is_depth_map: false
|
| 237 |
+
video.fps: 30
|
| 238 |
+
video.channels: 3
|
| 239 |
+
has_audio: false
|
| 240 |
+
observation.state:
|
| 241 |
+
dtype: float32
|
| 242 |
+
shape:
|
| 243 |
+
- 34
|
| 244 |
+
names:
|
| 245 |
+
- left_arm_joint_1_rad
|
| 246 |
+
- left_arm_joint_2_rad
|
| 247 |
+
- left_arm_joint_3_rad
|
| 248 |
+
- left_arm_joint_4_rad
|
| 249 |
+
- left_arm_joint_5_rad
|
| 250 |
+
- left_arm_joint_6_rad
|
| 251 |
+
- left_arm_joint_7_rad
|
| 252 |
+
- left_eef_pos_x_m
|
| 253 |
+
- left_eef_pos_y_m
|
| 254 |
+
- left_eef_pos_z_m
|
| 255 |
+
- left_eef_rot_euler_x_rad
|
| 256 |
+
- left_eef_rot_euler_y_rad
|
| 257 |
+
- left_eef_rot_euler_z_rad
|
| 258 |
+
- right_arm_joint_1_rad
|
| 259 |
+
- right_arm_joint_2_rad
|
| 260 |
+
- right_arm_joint_3_rad
|
| 261 |
+
- right_arm_joint_4_rad
|
| 262 |
+
- right_arm_joint_5_rad
|
| 263 |
+
- right_arm_joint_6_rad
|
| 264 |
+
- right_arm_joint_7_rad
|
| 265 |
+
- right_eef_pos_x_m
|
| 266 |
+
- right_eef_pos_y_m
|
| 267 |
+
- right_eef_pos_z_m
|
| 268 |
+
- right_eef_rot_euler_x_rad
|
| 269 |
+
- right_eef_rot_euler_y_rad
|
| 270 |
+
- right_eef_rot_euler_z_rad
|
| 271 |
+
- left_gripper_open
|
| 272 |
+
- right_gripper_open
|
| 273 |
+
- neck_joint_1_rad
|
| 274 |
+
- neck_joint_2_rad
|
| 275 |
+
- torso_joint_1_rad
|
| 276 |
+
- torso_joint_2_rad
|
| 277 |
+
- torso_joint_3_rad
|
| 278 |
+
- torso_joint_4_rad
|
| 279 |
+
action:
|
| 280 |
+
dtype: float32
|
| 281 |
+
shape:
|
| 282 |
+
- 34
|
| 283 |
+
names:
|
| 284 |
+
- left_arm_joint_1_rad
|
| 285 |
+
- left_arm_joint_2_rad
|
| 286 |
+
- left_arm_joint_3_rad
|
| 287 |
+
- left_arm_joint_4_rad
|
| 288 |
+
- left_arm_joint_5_rad
|
| 289 |
+
- left_arm_joint_6_rad
|
| 290 |
+
- left_arm_joint_7_rad
|
| 291 |
+
- left_eef_pos_x_m
|
| 292 |
+
- left_eef_pos_y_m
|
| 293 |
+
- left_eef_pos_z_m
|
| 294 |
+
- left_eef_rot_euler_x_rad
|
| 295 |
+
- left_eef_rot_euler_y_rad
|
| 296 |
+
- left_eef_rot_euler_z_rad
|
| 297 |
+
- right_arm_joint_1_rad
|
| 298 |
+
- right_arm_joint_2_rad
|
| 299 |
+
- right_arm_joint_3_rad
|
| 300 |
+
- right_arm_joint_4_rad
|
| 301 |
+
- right_arm_joint_5_rad
|
| 302 |
+
- right_arm_joint_6_rad
|
| 303 |
+
- right_arm_joint_7_rad
|
| 304 |
+
- right_eef_pos_x_m
|
| 305 |
+
- right_eef_pos_y_m
|
| 306 |
+
- right_eef_pos_z_m
|
| 307 |
+
- right_eef_rot_euler_x_rad
|
| 308 |
+
- right_eef_rot_euler_y_rad
|
| 309 |
+
- right_eef_rot_euler_z_rad
|
| 310 |
+
- left_gripper_open
|
| 311 |
+
- right_gripper_open
|
| 312 |
+
- neck_joint_1_rad
|
| 313 |
+
- neck_joint_2_rad
|
| 314 |
+
- torso_joint_1_rad
|
| 315 |
+
- torso_joint_2_rad
|
| 316 |
+
- torso_joint_3_rad
|
| 317 |
+
- torso_joint_4_rad
|
| 318 |
+
timestamp:
|
| 319 |
+
dtype: float32
|
| 320 |
+
shape:
|
| 321 |
+
- 1
|
| 322 |
+
names: null
|
| 323 |
+
frame_index:
|
| 324 |
+
dtype: int64
|
| 325 |
+
shape:
|
| 326 |
+
- 1
|
| 327 |
+
names: null
|
| 328 |
+
episode_index:
|
| 329 |
+
dtype: int64
|
| 330 |
+
shape:
|
| 331 |
+
- 1
|
| 332 |
+
names: null
|
| 333 |
+
index:
|
| 334 |
+
dtype: int64
|
| 335 |
+
shape:
|
| 336 |
+
- 1
|
| 337 |
+
names: null
|
| 338 |
+
task_index:
|
| 339 |
+
dtype: int64
|
| 340 |
+
shape:
|
| 341 |
+
- 1
|
| 342 |
+
names: null
|
| 343 |
+
gripper_open_scale_state:
|
| 344 |
+
names:
|
| 345 |
+
- left_gripper_open_scale
|
| 346 |
+
- right_gripper_open_scale
|
| 347 |
+
dtype: float64
|
| 348 |
+
shape:
|
| 349 |
+
- 2
|
| 350 |
+
gripper_open_scale_action:
|
| 351 |
+
names:
|
| 352 |
+
- left_gripper_open_scale
|
| 353 |
+
- right_gripper_open_scale
|
| 354 |
+
dtype: float64
|
| 355 |
+
shape:
|
| 356 |
+
- 2
|
| 357 |
+
eef_sim_pose_state:
|
| 358 |
+
names:
|
| 359 |
+
- left_eef_pos_x
|
| 360 |
+
- left_eef_pos_y
|
| 361 |
+
- left_eef_pos_z
|
| 362 |
+
- left_eef_rot_x
|
| 363 |
+
- left_eef_rot_y
|
| 364 |
+
- left_eef_rot_z
|
| 365 |
+
- right_eef_pos_x
|
| 366 |
+
- right_eef_pos_y
|
| 367 |
+
- right_eef_pos_z
|
| 368 |
+
- right_eef_rot_x
|
| 369 |
+
- right_eef_rot_y
|
| 370 |
+
- right_eef_rot_z
|
| 371 |
+
dtype: float32
|
| 372 |
+
shape:
|
| 373 |
+
- 12
|
| 374 |
+
eef_sim_pose_action:
|
| 375 |
+
names:
|
| 376 |
+
- left_eef_pos_x
|
| 377 |
+
- left_eef_pos_y
|
| 378 |
+
- left_eef_pos_z
|
| 379 |
+
- left_eef_rot_x
|
| 380 |
+
- left_eef_rot_y
|
| 381 |
+
- left_eef_rot_z
|
| 382 |
+
- right_eef_pos_x
|
| 383 |
+
- right_eef_pos_y
|
| 384 |
+
- right_eef_pos_z
|
| 385 |
+
- right_eef_rot_x
|
| 386 |
+
- right_eef_rot_y
|
| 387 |
+
- right_eef_rot_z
|
| 388 |
+
dtype: float32
|
| 389 |
+
shape:
|
| 390 |
+
- 12
|
| 391 |
+
eef_direction_state:
|
| 392 |
+
names:
|
| 393 |
+
- left_eef_direction
|
| 394 |
+
- right_eef_direction
|
| 395 |
+
dtype: int32
|
| 396 |
+
shape:
|
| 397 |
+
- 2
|
| 398 |
+
eef_direction_action:
|
| 399 |
+
names:
|
| 400 |
+
- left_eef_direction
|
| 401 |
+
- right_eef_direction
|
| 402 |
+
dtype: int32
|
| 403 |
+
shape:
|
| 404 |
+
- 2
|
| 405 |
+
eef_velocity_state:
|
| 406 |
+
names:
|
| 407 |
+
- left_eef_velocity
|
| 408 |
+
- right_eef_velocity
|
| 409 |
+
dtype: int32
|
| 410 |
+
shape:
|
| 411 |
+
- 2
|
| 412 |
+
eef_velocity_action:
|
| 413 |
+
names:
|
| 414 |
+
- left_eef_velocity
|
| 415 |
+
- right_eef_velocity
|
| 416 |
+
dtype: int32
|
| 417 |
+
shape:
|
| 418 |
+
- 2
|
| 419 |
+
eef_acc_mag_state:
|
| 420 |
+
names:
|
| 421 |
+
- left_eef_acc_mag
|
| 422 |
+
- right_eef_acc_mag
|
| 423 |
+
dtype: int32
|
| 424 |
+
shape:
|
| 425 |
+
- 2
|
| 426 |
+
eef_acc_mag_action:
|
| 427 |
+
names:
|
| 428 |
+
- left_eef_acc_mag
|
| 429 |
+
- right_eef_acc_mag
|
| 430 |
+
dtype: int32
|
| 431 |
+
shape:
|
| 432 |
+
- 2
|
| 433 |
+
gripper_mode_state:
|
| 434 |
+
names:
|
| 435 |
+
- left_gripper_mode
|
| 436 |
+
- right_gripper_mode
|
| 437 |
+
dtype: int32
|
| 438 |
+
shape:
|
| 439 |
+
- 2
|
| 440 |
+
gripper_mode_action:
|
| 441 |
+
names:
|
| 442 |
+
- left_gripper_mode
|
| 443 |
+
- right_gripper_mode
|
| 444 |
+
dtype: int32
|
| 445 |
+
shape:
|
| 446 |
+
- 2
|
| 447 |
+
gripper_activity_state:
|
| 448 |
+
names:
|
| 449 |
+
- left_gripper_activity
|
| 450 |
+
- right_gripper_activity
|
| 451 |
+
dtype: int32
|
| 452 |
+
shape:
|
| 453 |
+
- 2
|
| 454 |
+
gripper_activity_action:
|
| 455 |
+
names:
|
| 456 |
+
- left_gripper_activity
|
| 457 |
+
- right_gripper_activity
|
| 458 |
+
dtype: int32
|
| 459 |
+
shape:
|
| 460 |
+
- 2
|
| 461 |
+
authors:
|
| 462 |
+
contributed_by:
|
| 463 |
+
- name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI)
|
| 464 |
+
dataset_description: This dataset uses an extended format based on LeRobot and is
|
| 465 |
+
fully compatible with LeRobot.
|
| 466 |
+
homepage: https://flagopen.github.io/RoboCOIN/
|
| 467 |
+
paper: https://arxiv.org/abs/2511.17441
|
| 468 |
+
repository: https://github.com/FlagOpen/RoboCOIN
|
| 469 |
+
contact_info: For questions, issues, or feedback regarding this dataset, please contact
|
| 470 |
+
us.
|
| 471 |
+
support_info: For technical support, please open an issue on our GitHub repository.
|
| 472 |
+
license_details: apache-2.0
|
| 473 |
+
citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\
|
| 474 |
+
\ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\
|
| 475 |
+
\ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\
|
| 476 |
+
\ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\
|
| 477 |
+
\ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\
|
| 478 |
+
\ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\
|
| 479 |
+
\ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\
|
| 480 |
+
\ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\
|
| 481 |
+
\ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\
|
| 482 |
+
\ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\
|
| 483 |
+
\ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\
|
| 484 |
+
\ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\
|
| 485 |
+
\ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\
|
| 486 |
+
\ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\
|
| 487 |
+
\ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\
|
| 488 |
+
\ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n"
|
| 489 |
+
additional_citations: 'If you use this dataset, please also consider citing:
|
| 490 |
+
|
| 491 |
+
LeRobot Framework: https://github.com/huggingface/lerobot
|
| 492 |
+
|
| 493 |
+
'
|
| 494 |
+
version_info: Initial Release
|
| 495 |
+
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 496 |
+
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 497 |
+
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_pick_stirring_rod.yaml
CHANGED
|
@@ -41,6 +41,7 @@ objects:
|
|
| 41 |
task_operation_type: fixed_single_arm
|
| 42 |
task_instruction: &id001
|
| 43 |
- Pick up the stirring rod with one hand, then place it down.
|
|
|
|
| 44 |
atomic_actions:
|
| 45 |
- pick
|
| 46 |
- place
|
|
@@ -69,6 +70,7 @@ joint_rotation_dim: radian
|
|
| 69 |
end_rotation_dim: radian
|
| 70 |
end_translation_dim: meter
|
| 71 |
annotations:
|
|
|
|
| 72 |
- eef_acc_mag_annotation.jsonl
|
| 73 |
- eef_direction_annotation.jsonl
|
| 74 |
- eef_velocity_annotation.jsonl
|
|
@@ -89,19 +91,77 @@ statistics:
|
|
| 89 |
frame_num: 349882
|
| 90 |
frame_range: 1M
|
| 91 |
dataset_size: 11.64 GB
|
| 92 |
-
data_structure:
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
| |--
|
| 103 |
-
|
| 104 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
splits:
|
| 106 |
train: 0:636
|
| 107 |
features:
|
|
@@ -438,5 +498,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 438 |
version_info: Initial Release
|
| 439 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 440 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 441 |
-
sub_tasks: *id001
|
| 442 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 41 |
task_operation_type: fixed_single_arm
|
| 42 |
task_instruction: &id001
|
| 43 |
- Pick up the stirring rod with one hand, then place it down.
|
| 44 |
+
sub_tasks: *id001
|
| 45 |
atomic_actions:
|
| 46 |
- pick
|
| 47 |
- place
|
|
|
|
| 70 |
end_rotation_dim: radian
|
| 71 |
end_translation_dim: meter
|
| 72 |
annotations:
|
| 73 |
+
- camera_params.json
|
| 74 |
- eef_acc_mag_annotation.jsonl
|
| 75 |
- eef_direction_annotation.jsonl
|
| 76 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 91 |
frame_num: 349882
|
| 92 |
frame_range: 1M
|
| 93 |
dataset_size: 11.64 GB
|
| 94 |
+
data_structure: 'AI2_Alphabot_2_pick_stirring_rod_0_qced_hardlink/
|
| 95 |
+
|
| 96 |
+
|-- annotations
|
| 97 |
+
|
| 98 |
+
| |-- camera_params.json
|
| 99 |
+
|
| 100 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 101 |
+
|
| 102 |
+
| |-- eef_direction_annotation.jsonl
|
| 103 |
+
|
| 104 |
+
| |-- eef_velocity_annotation.jsonl
|
| 105 |
+
|
| 106 |
+
| |-- gripper_activity_annotation.jsonl
|
| 107 |
+
|
| 108 |
+
| `-- gripper_mode_annotation.jsonl
|
| 109 |
+
|
| 110 |
+
|-- data
|
| 111 |
+
|
| 112 |
+
| `-- chunk-000
|
| 113 |
+
|
| 114 |
+
| |-- episode_000000.parquet
|
| 115 |
+
|
| 116 |
+
| |-- episode_000001.parquet
|
| 117 |
+
|
| 118 |
+
| |-- episode_000002.parquet
|
| 119 |
+
|
| 120 |
+
| |-- episode_000003.parquet
|
| 121 |
+
|
| 122 |
+
| |-- episode_000004.parquet
|
| 123 |
+
|
| 124 |
+
| |-- episode_000005.parquet
|
| 125 |
+
|
| 126 |
+
| |-- episode_000006.parquet
|
| 127 |
+
|
| 128 |
+
| |-- episode_000007.parquet
|
| 129 |
+
|
| 130 |
+
| |-- episode_000008.parquet
|
| 131 |
+
|
| 132 |
+
| |-- episode_000009.parquet
|
| 133 |
+
|
| 134 |
+
| |-- episode_000010.parquet
|
| 135 |
+
|
| 136 |
+
| `-- episode_000011.parquet
|
| 137 |
+
|
| 138 |
+
| `-- ... (625 more entries)
|
| 139 |
+
|
| 140 |
+
|-- meta
|
| 141 |
+
|
| 142 |
+
| |-- episodes.jsonl
|
| 143 |
+
|
| 144 |
+
| |-- episodes_stats.jsonl
|
| 145 |
+
|
| 146 |
+
| |-- info.json
|
| 147 |
+
|
| 148 |
+
| `-- tasks.jsonl
|
| 149 |
+
|
| 150 |
+
|-- videos
|
| 151 |
+
|
| 152 |
+
| `-- chunk-000
|
| 153 |
+
|
| 154 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 155 |
+
|
| 156 |
+
| |-- observation.images.cam_front_head_rgb
|
| 157 |
+
|
| 158 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 159 |
+
|
| 160 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 161 |
+
|
| 162 |
+
|-- info.yaml
|
| 163 |
+
|
| 164 |
+
`-- README.md'
|
| 165 |
splits:
|
| 166 |
train: 0:636
|
| 167 |
features:
|
|
|
|
| 498 |
version_info: Initial Release
|
| 499 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 500 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 501 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_pick_test_tube.yaml
CHANGED
|
@@ -40,6 +40,7 @@ task_operation_type: fixed_single_arm
|
|
| 40 |
task_instruction: &id001
|
| 41 |
- Hold the test tube with one hand and immerse one end into the beaker, then return
|
| 42 |
it to the test tube rack.
|
|
|
|
| 43 |
atomic_actions:
|
| 44 |
- pick
|
| 45 |
- move
|
|
@@ -69,6 +70,7 @@ joint_rotation_dim: radian
|
|
| 69 |
end_rotation_dim: radian
|
| 70 |
end_translation_dim: meter
|
| 71 |
annotations:
|
|
|
|
| 72 |
- eef_acc_mag_annotation.jsonl
|
| 73 |
- eef_direction_annotation.jsonl
|
| 74 |
- eef_velocity_annotation.jsonl
|
|
@@ -89,19 +91,77 @@ statistics:
|
|
| 89 |
frame_num: 164885
|
| 90 |
frame_range: 1M
|
| 91 |
dataset_size: 5.71 GB
|
| 92 |
-
data_structure:
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
| |--
|
| 103 |
-
|
| 104 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
splits:
|
| 106 |
train: 0:196
|
| 107 |
features:
|
|
@@ -438,5 +498,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 438 |
version_info: Initial Release
|
| 439 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 440 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 441 |
-
sub_tasks: *id001
|
| 442 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 40 |
task_instruction: &id001
|
| 41 |
- Hold the test tube with one hand and immerse one end into the beaker, then return
|
| 42 |
it to the test tube rack.
|
| 43 |
+
sub_tasks: *id001
|
| 44 |
atomic_actions:
|
| 45 |
- pick
|
| 46 |
- move
|
|
|
|
| 70 |
end_rotation_dim: radian
|
| 71 |
end_translation_dim: meter
|
| 72 |
annotations:
|
| 73 |
+
- camera_params.json
|
| 74 |
- eef_acc_mag_annotation.jsonl
|
| 75 |
- eef_direction_annotation.jsonl
|
| 76 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 91 |
frame_num: 164885
|
| 92 |
frame_range: 1M
|
| 93 |
dataset_size: 5.71 GB
|
| 94 |
+
data_structure: 'AI2_Alphabot_2_pick_test_tube_0_qced_hardlink/
|
| 95 |
+
|
| 96 |
+
|-- annotations
|
| 97 |
+
|
| 98 |
+
| |-- camera_params.json
|
| 99 |
+
|
| 100 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 101 |
+
|
| 102 |
+
| |-- eef_direction_annotation.jsonl
|
| 103 |
+
|
| 104 |
+
| |-- eef_velocity_annotation.jsonl
|
| 105 |
+
|
| 106 |
+
| |-- gripper_activity_annotation.jsonl
|
| 107 |
+
|
| 108 |
+
| `-- gripper_mode_annotation.jsonl
|
| 109 |
+
|
| 110 |
+
|-- data
|
| 111 |
+
|
| 112 |
+
| `-- chunk-000
|
| 113 |
+
|
| 114 |
+
| |-- episode_000000.parquet
|
| 115 |
+
|
| 116 |
+
| |-- episode_000001.parquet
|
| 117 |
+
|
| 118 |
+
| |-- episode_000002.parquet
|
| 119 |
+
|
| 120 |
+
| |-- episode_000003.parquet
|
| 121 |
+
|
| 122 |
+
| |-- episode_000004.parquet
|
| 123 |
+
|
| 124 |
+
| |-- episode_000005.parquet
|
| 125 |
+
|
| 126 |
+
| |-- episode_000006.parquet
|
| 127 |
+
|
| 128 |
+
| |-- episode_000007.parquet
|
| 129 |
+
|
| 130 |
+
| |-- episode_000008.parquet
|
| 131 |
+
|
| 132 |
+
| |-- episode_000009.parquet
|
| 133 |
+
|
| 134 |
+
| |-- episode_000010.parquet
|
| 135 |
+
|
| 136 |
+
| `-- episode_000011.parquet
|
| 137 |
+
|
| 138 |
+
| `-- ... (185 more entries)
|
| 139 |
+
|
| 140 |
+
|-- meta
|
| 141 |
+
|
| 142 |
+
| |-- episodes.jsonl
|
| 143 |
+
|
| 144 |
+
| |-- episodes_stats.jsonl
|
| 145 |
+
|
| 146 |
+
| |-- info.json
|
| 147 |
+
|
| 148 |
+
| `-- tasks.jsonl
|
| 149 |
+
|
| 150 |
+
|-- videos
|
| 151 |
+
|
| 152 |
+
| `-- chunk-000
|
| 153 |
+
|
| 154 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 155 |
+
|
| 156 |
+
| |-- observation.images.cam_front_head_rgb
|
| 157 |
+
|
| 158 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 159 |
+
|
| 160 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 161 |
+
|
| 162 |
+
|-- info.yaml
|
| 163 |
+
|
| 164 |
+
`-- README.md'
|
| 165 |
splits:
|
| 166 |
train: 0:196
|
| 167 |
features:
|
|
|
|
| 498 |
version_info: Initial Release
|
| 499 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 500 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 501 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_pick_thermometer.yaml
CHANGED
|
@@ -40,6 +40,7 @@ task_operation_type: fixed_single_arm
|
|
| 40 |
task_instruction: &id001
|
| 41 |
- Hold the thermometer with one hand and immerse one end into the beaker, then reinsert
|
| 42 |
it into the test tube rack.
|
|
|
|
| 43 |
atomic_actions:
|
| 44 |
- pick
|
| 45 |
- move
|
|
@@ -69,6 +70,7 @@ joint_rotation_dim: radian
|
|
| 69 |
end_rotation_dim: radian
|
| 70 |
end_translation_dim: meter
|
| 71 |
annotations:
|
|
|
|
| 72 |
- eef_acc_mag_annotation.jsonl
|
| 73 |
- eef_direction_annotation.jsonl
|
| 74 |
- eef_velocity_annotation.jsonl
|
|
@@ -89,19 +91,77 @@ statistics:
|
|
| 89 |
frame_num: 146029
|
| 90 |
frame_range: 1M
|
| 91 |
dataset_size: 5.25 GB
|
| 92 |
-
data_structure:
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
| |--
|
| 103 |
-
|
| 104 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
splits:
|
| 106 |
train: 0:203
|
| 107 |
features:
|
|
@@ -438,5 +498,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 438 |
version_info: Initial Release
|
| 439 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 440 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 441 |
-
sub_tasks: *id001
|
| 442 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 40 |
task_instruction: &id001
|
| 41 |
- Hold the thermometer with one hand and immerse one end into the beaker, then reinsert
|
| 42 |
it into the test tube rack.
|
| 43 |
+
sub_tasks: *id001
|
| 44 |
atomic_actions:
|
| 45 |
- pick
|
| 46 |
- move
|
|
|
|
| 70 |
end_rotation_dim: radian
|
| 71 |
end_translation_dim: meter
|
| 72 |
annotations:
|
| 73 |
+
- camera_params.json
|
| 74 |
- eef_acc_mag_annotation.jsonl
|
| 75 |
- eef_direction_annotation.jsonl
|
| 76 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 91 |
frame_num: 146029
|
| 92 |
frame_range: 1M
|
| 93 |
dataset_size: 5.25 GB
|
| 94 |
+
data_structure: 'AI2_Alphabot_2_pick_thermometer_0_qced_hardlink/
|
| 95 |
+
|
| 96 |
+
|-- annotations
|
| 97 |
+
|
| 98 |
+
| |-- camera_params.json
|
| 99 |
+
|
| 100 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 101 |
+
|
| 102 |
+
| |-- eef_direction_annotation.jsonl
|
| 103 |
+
|
| 104 |
+
| |-- eef_velocity_annotation.jsonl
|
| 105 |
+
|
| 106 |
+
| |-- gripper_activity_annotation.jsonl
|
| 107 |
+
|
| 108 |
+
| `-- gripper_mode_annotation.jsonl
|
| 109 |
+
|
| 110 |
+
|-- data
|
| 111 |
+
|
| 112 |
+
| `-- chunk-000
|
| 113 |
+
|
| 114 |
+
| |-- episode_000000.parquet
|
| 115 |
+
|
| 116 |
+
| |-- episode_000001.parquet
|
| 117 |
+
|
| 118 |
+
| |-- episode_000002.parquet
|
| 119 |
+
|
| 120 |
+
| |-- episode_000003.parquet
|
| 121 |
+
|
| 122 |
+
| |-- episode_000004.parquet
|
| 123 |
+
|
| 124 |
+
| |-- episode_000005.parquet
|
| 125 |
+
|
| 126 |
+
| |-- episode_000006.parquet
|
| 127 |
+
|
| 128 |
+
| |-- episode_000007.parquet
|
| 129 |
+
|
| 130 |
+
| |-- episode_000008.parquet
|
| 131 |
+
|
| 132 |
+
| |-- episode_000009.parquet
|
| 133 |
+
|
| 134 |
+
| |-- episode_000010.parquet
|
| 135 |
+
|
| 136 |
+
| `-- episode_000011.parquet
|
| 137 |
+
|
| 138 |
+
| `-- ... (192 more entries)
|
| 139 |
+
|
| 140 |
+
|-- meta
|
| 141 |
+
|
| 142 |
+
| |-- episodes.jsonl
|
| 143 |
+
|
| 144 |
+
| |-- episodes_stats.jsonl
|
| 145 |
+
|
| 146 |
+
| |-- info.json
|
| 147 |
+
|
| 148 |
+
| `-- tasks.jsonl
|
| 149 |
+
|
| 150 |
+
|-- videos
|
| 151 |
+
|
| 152 |
+
| `-- chunk-000
|
| 153 |
+
|
| 154 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 155 |
+
|
| 156 |
+
| |-- observation.images.cam_front_head_rgb
|
| 157 |
+
|
| 158 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 159 |
+
|
| 160 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 161 |
+
|
| 162 |
+
|-- info.yaml
|
| 163 |
+
|
| 164 |
+
`-- README.md'
|
| 165 |
splits:
|
| 166 |
train: 0:203
|
| 167 |
features:
|
|
|
|
| 498 |
version_info: Initial Release
|
| 499 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 500 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 501 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_place_Tapes.yaml
CHANGED
|
@@ -42,6 +42,7 @@ task_operation_type: fixed_single_arm
|
|
| 42 |
task_instruction: &id001
|
| 43 |
- Pick up the white tape and place it into the black box , Pick up the silver tape
|
| 44 |
and place it into the brown box.
|
|
|
|
| 45 |
atomic_actions:
|
| 46 |
- pick
|
| 47 |
- place
|
|
@@ -70,6 +71,7 @@ joint_rotation_dim: radian
|
|
| 70 |
end_rotation_dim: radian
|
| 71 |
end_translation_dim: meter
|
| 72 |
annotations:
|
|
|
|
| 73 |
- eef_acc_mag_annotation.jsonl
|
| 74 |
- eef_direction_annotation.jsonl
|
| 75 |
- eef_velocity_annotation.jsonl
|
|
@@ -90,19 +92,77 @@ statistics:
|
|
| 90 |
frame_num: 348056
|
| 91 |
frame_range: 1M
|
| 92 |
dataset_size: 13.46 GB
|
| 93 |
-
data_structure:
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
| |--
|
| 104 |
-
|
| 105 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
splits:
|
| 107 |
train: 0:417
|
| 108 |
features:
|
|
@@ -439,5 +499,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 439 |
version_info: Initial Release
|
| 440 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 441 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 442 |
-
sub_tasks: *id001
|
| 443 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 42 |
task_instruction: &id001
|
| 43 |
- Pick up the white tape and place it into the black box , Pick up the silver tape
|
| 44 |
and place it into the brown box.
|
| 45 |
+
sub_tasks: *id001
|
| 46 |
atomic_actions:
|
| 47 |
- pick
|
| 48 |
- place
|
|
|
|
| 71 |
end_rotation_dim: radian
|
| 72 |
end_translation_dim: meter
|
| 73 |
annotations:
|
| 74 |
+
- camera_params.json
|
| 75 |
- eef_acc_mag_annotation.jsonl
|
| 76 |
- eef_direction_annotation.jsonl
|
| 77 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 92 |
frame_num: 348056
|
| 93 |
frame_range: 1M
|
| 94 |
dataset_size: 13.46 GB
|
| 95 |
+
data_structure: 'AI2_Alphabot_2_place_Tapes_0_qced_hardlink/
|
| 96 |
+
|
| 97 |
+
|-- annotations
|
| 98 |
+
|
| 99 |
+
| |-- camera_params.json
|
| 100 |
+
|
| 101 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 102 |
+
|
| 103 |
+
| |-- eef_direction_annotation.jsonl
|
| 104 |
+
|
| 105 |
+
| |-- eef_velocity_annotation.jsonl
|
| 106 |
+
|
| 107 |
+
| |-- gripper_activity_annotation.jsonl
|
| 108 |
+
|
| 109 |
+
| `-- gripper_mode_annotation.jsonl
|
| 110 |
+
|
| 111 |
+
|-- data
|
| 112 |
+
|
| 113 |
+
| `-- chunk-000
|
| 114 |
+
|
| 115 |
+
| |-- episode_000000.parquet
|
| 116 |
+
|
| 117 |
+
| |-- episode_000001.parquet
|
| 118 |
+
|
| 119 |
+
| |-- episode_000002.parquet
|
| 120 |
+
|
| 121 |
+
| |-- episode_000003.parquet
|
| 122 |
+
|
| 123 |
+
| |-- episode_000004.parquet
|
| 124 |
+
|
| 125 |
+
| |-- episode_000005.parquet
|
| 126 |
+
|
| 127 |
+
| |-- episode_000006.parquet
|
| 128 |
+
|
| 129 |
+
| |-- episode_000007.parquet
|
| 130 |
+
|
| 131 |
+
| |-- episode_000008.parquet
|
| 132 |
+
|
| 133 |
+
| |-- episode_000009.parquet
|
| 134 |
+
|
| 135 |
+
| |-- episode_000010.parquet
|
| 136 |
+
|
| 137 |
+
| `-- episode_000011.parquet
|
| 138 |
+
|
| 139 |
+
| `-- ... (406 more entries)
|
| 140 |
+
|
| 141 |
+
|-- meta
|
| 142 |
+
|
| 143 |
+
| |-- episodes.jsonl
|
| 144 |
+
|
| 145 |
+
| |-- episodes_stats.jsonl
|
| 146 |
+
|
| 147 |
+
| |-- info.json
|
| 148 |
+
|
| 149 |
+
| `-- tasks.jsonl
|
| 150 |
+
|
| 151 |
+
|-- videos
|
| 152 |
+
|
| 153 |
+
| `-- chunk-000
|
| 154 |
+
|
| 155 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 156 |
+
|
| 157 |
+
| |-- observation.images.cam_front_head_rgb
|
| 158 |
+
|
| 159 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 160 |
+
|
| 161 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 162 |
+
|
| 163 |
+
|-- info.yaml
|
| 164 |
+
|
| 165 |
+
`-- README.md'
|
| 166 |
splits:
|
| 167 |
train: 0:417
|
| 168 |
features:
|
|
|
|
| 499 |
version_info: Initial Release
|
| 500 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 501 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 502 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_place_pen.yaml
CHANGED
|
@@ -39,6 +39,7 @@ objects:
|
|
| 39 |
task_operation_type: fixed_dual_arm
|
| 40 |
task_instruction: &id001
|
| 41 |
- Place the pen into the pen holder.
|
|
|
|
| 42 |
atomic_actions:
|
| 43 |
- pick
|
| 44 |
- pass
|
|
@@ -68,6 +69,7 @@ joint_rotation_dim: radian
|
|
| 68 |
end_rotation_dim: radian
|
| 69 |
end_translation_dim: meter
|
| 70 |
annotations:
|
|
|
|
| 71 |
- eef_acc_mag_annotation.jsonl
|
| 72 |
- eef_direction_annotation.jsonl
|
| 73 |
- eef_velocity_annotation.jsonl
|
|
@@ -88,19 +90,77 @@ statistics:
|
|
| 88 |
frame_num: 666384
|
| 89 |
frame_range: 1M
|
| 90 |
dataset_size: 13.18 GB
|
| 91 |
-
data_structure:
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
|
| 96 |
-
|
| 97 |
-
|
|
| 98 |
-
|
| 99 |
-
|
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
splits:
|
| 105 |
train: 0:526
|
| 106 |
features:
|
|
@@ -437,5 +497,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 437 |
version_info: Initial Release
|
| 438 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 439 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 440 |
-
sub_tasks: *id001
|
| 441 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 39 |
task_operation_type: fixed_dual_arm
|
| 40 |
task_instruction: &id001
|
| 41 |
- Place the pen into the pen holder.
|
| 42 |
+
sub_tasks: *id001
|
| 43 |
atomic_actions:
|
| 44 |
- pick
|
| 45 |
- pass
|
|
|
|
| 69 |
end_rotation_dim: radian
|
| 70 |
end_translation_dim: meter
|
| 71 |
annotations:
|
| 72 |
+
- camera_params.json
|
| 73 |
- eef_acc_mag_annotation.jsonl
|
| 74 |
- eef_direction_annotation.jsonl
|
| 75 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 90 |
frame_num: 666384
|
| 91 |
frame_range: 1M
|
| 92 |
dataset_size: 13.18 GB
|
| 93 |
+
data_structure: 'AI2_Alphabot_2_place_pen_0_qced_hardlink/
|
| 94 |
+
|
| 95 |
+
|-- annotations
|
| 96 |
+
|
| 97 |
+
| |-- camera_params.json
|
| 98 |
+
|
| 99 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 100 |
+
|
| 101 |
+
| |-- eef_direction_annotation.jsonl
|
| 102 |
+
|
| 103 |
+
| |-- eef_velocity_annotation.jsonl
|
| 104 |
+
|
| 105 |
+
| |-- gripper_activity_annotation.jsonl
|
| 106 |
+
|
| 107 |
+
| `-- gripper_mode_annotation.jsonl
|
| 108 |
+
|
| 109 |
+
|-- data
|
| 110 |
+
|
| 111 |
+
| `-- chunk-000
|
| 112 |
+
|
| 113 |
+
| |-- episode_000000.parquet
|
| 114 |
+
|
| 115 |
+
| |-- episode_000001.parquet
|
| 116 |
+
|
| 117 |
+
| |-- episode_000002.parquet
|
| 118 |
+
|
| 119 |
+
| |-- episode_000003.parquet
|
| 120 |
+
|
| 121 |
+
| |-- episode_000004.parquet
|
| 122 |
+
|
| 123 |
+
| |-- episode_000005.parquet
|
| 124 |
+
|
| 125 |
+
| |-- episode_000006.parquet
|
| 126 |
+
|
| 127 |
+
| |-- episode_000007.parquet
|
| 128 |
+
|
| 129 |
+
| |-- episode_000008.parquet
|
| 130 |
+
|
| 131 |
+
| |-- episode_000009.parquet
|
| 132 |
+
|
| 133 |
+
| |-- episode_000010.parquet
|
| 134 |
+
|
| 135 |
+
| `-- episode_000011.parquet
|
| 136 |
+
|
| 137 |
+
| `-- ... (515 more entries)
|
| 138 |
+
|
| 139 |
+
|-- meta
|
| 140 |
+
|
| 141 |
+
| |-- episodes.jsonl
|
| 142 |
+
|
| 143 |
+
| |-- episodes_stats.jsonl
|
| 144 |
+
|
| 145 |
+
| |-- info.json
|
| 146 |
+
|
| 147 |
+
| `-- tasks.jsonl
|
| 148 |
+
|
| 149 |
+
|-- videos
|
| 150 |
+
|
| 151 |
+
| `-- chunk-000
|
| 152 |
+
|
| 153 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 154 |
+
|
| 155 |
+
| |-- observation.images.cam_front_head_rgb
|
| 156 |
+
|
| 157 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 158 |
+
|
| 159 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 160 |
+
|
| 161 |
+
|-- info.yaml
|
| 162 |
+
|
| 163 |
+
`-- README.md'
|
| 164 |
splits:
|
| 165 |
train: 0:526
|
| 166 |
features:
|
|
|
|
| 497 |
version_info: Initial Release
|
| 498 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 499 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 500 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_pour_liquid.yaml
CHANGED
|
@@ -30,17 +30,32 @@ scene_type:
|
|
| 30 |
level5: null
|
| 31 |
env_type: real_world
|
| 32 |
objects:
|
| 33 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
color: transparent
|
| 35 |
-
|
|
|
|
|
|
|
| 36 |
color: transparent
|
| 37 |
-
|
|
|
|
|
|
|
| 38 |
color: transparent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
task_operation_type: fixed_single_arm
|
| 40 |
-
task_instruction:
|
| 41 |
-
|
|
|
|
| 42 |
atomic_actions:
|
| 43 |
-
-
|
| 44 |
- pour
|
| 45 |
- place
|
| 46 |
robot_name:
|
|
@@ -68,6 +83,7 @@ joint_rotation_dim: radian
|
|
| 68 |
end_rotation_dim: radian
|
| 69 |
end_translation_dim: meter
|
| 70 |
annotations:
|
|
|
|
| 71 |
- eef_acc_mag_annotation.jsonl
|
| 72 |
- eef_direction_annotation.jsonl
|
| 73 |
- eef_velocity_annotation.jsonl
|
|
@@ -88,19 +104,77 @@ statistics:
|
|
| 88 |
frame_num: 36748
|
| 89 |
frame_range: 100K
|
| 90 |
dataset_size: 1.10 GB
|
| 91 |
-
data_structure:
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
| |--
|
| 102 |
-
|
| 103 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
splits:
|
| 105 |
train: 0:48
|
| 106 |
features:
|
|
@@ -437,5 +511,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 437 |
version_info: Initial Release
|
| 438 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 439 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 440 |
-
sub_tasks: *id001
|
| 441 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 30 |
level5: null
|
| 31 |
env_type: real_world
|
| 32 |
objects:
|
| 33 |
+
- id: table
|
| 34 |
+
name: table
|
| 35 |
+
color: black
|
| 36 |
+
anchor_policy: static
|
| 37 |
+
- id: beaker
|
| 38 |
+
name: beaker
|
| 39 |
color: transparent
|
| 40 |
+
anchor_policy: static
|
| 41 |
+
- id: test_tube_rack
|
| 42 |
+
name: test tube rack
|
| 43 |
color: transparent
|
| 44 |
+
anchor_policy: static
|
| 45 |
+
- id: test_tube
|
| 46 |
+
name: test tube
|
| 47 |
color: transparent
|
| 48 |
+
anchor_policy: static
|
| 49 |
+
- id: water
|
| 50 |
+
name: water
|
| 51 |
+
color: transparent
|
| 52 |
+
anchor_policy: static
|
| 53 |
task_operation_type: fixed_single_arm
|
| 54 |
+
task_instruction: Pour the liquid from the test tube into the beaker using one hand
|
| 55 |
+
sub_tasks:
|
| 56 |
+
- Pour the liquid from the test tube into the beaker using one hand
|
| 57 |
atomic_actions:
|
| 58 |
+
- grasp
|
| 59 |
- pour
|
| 60 |
- place
|
| 61 |
robot_name:
|
|
|
|
| 83 |
end_rotation_dim: radian
|
| 84 |
end_translation_dim: meter
|
| 85 |
annotations:
|
| 86 |
+
- camera_params.json
|
| 87 |
- eef_acc_mag_annotation.jsonl
|
| 88 |
- eef_direction_annotation.jsonl
|
| 89 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 104 |
frame_num: 36748
|
| 105 |
frame_range: 100K
|
| 106 |
dataset_size: 1.10 GB
|
| 107 |
+
data_structure: 'AI2_Alphabot_2_pour_liquid_0_qced_hardlink/
|
| 108 |
+
|
| 109 |
+
|-- annotations
|
| 110 |
+
|
| 111 |
+
| |-- camera_params.json
|
| 112 |
+
|
| 113 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 114 |
+
|
| 115 |
+
| |-- eef_direction_annotation.jsonl
|
| 116 |
+
|
| 117 |
+
| |-- eef_velocity_annotation.jsonl
|
| 118 |
+
|
| 119 |
+
| |-- gripper_activity_annotation.jsonl
|
| 120 |
+
|
| 121 |
+
| `-- gripper_mode_annotation.jsonl
|
| 122 |
+
|
| 123 |
+
|-- data
|
| 124 |
+
|
| 125 |
+
| `-- chunk-000
|
| 126 |
+
|
| 127 |
+
| |-- episode_000000.parquet
|
| 128 |
+
|
| 129 |
+
| |-- episode_000001.parquet
|
| 130 |
+
|
| 131 |
+
| |-- episode_000002.parquet
|
| 132 |
+
|
| 133 |
+
| |-- episode_000003.parquet
|
| 134 |
+
|
| 135 |
+
| |-- episode_000004.parquet
|
| 136 |
+
|
| 137 |
+
| |-- episode_000005.parquet
|
| 138 |
+
|
| 139 |
+
| |-- episode_000006.parquet
|
| 140 |
+
|
| 141 |
+
| |-- episode_000007.parquet
|
| 142 |
+
|
| 143 |
+
| |-- episode_000008.parquet
|
| 144 |
+
|
| 145 |
+
| |-- episode_000009.parquet
|
| 146 |
+
|
| 147 |
+
| |-- episode_000010.parquet
|
| 148 |
+
|
| 149 |
+
| `-- episode_000011.parquet
|
| 150 |
+
|
| 151 |
+
| `-- ... (37 more entries)
|
| 152 |
+
|
| 153 |
+
|-- meta
|
| 154 |
+
|
| 155 |
+
| |-- episodes.jsonl
|
| 156 |
+
|
| 157 |
+
| |-- episodes_stats.jsonl
|
| 158 |
+
|
| 159 |
+
| |-- info.json
|
| 160 |
+
|
| 161 |
+
| `-- tasks.jsonl
|
| 162 |
+
|
| 163 |
+
|-- videos
|
| 164 |
+
|
| 165 |
+
| `-- chunk-000
|
| 166 |
+
|
| 167 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 168 |
+
|
| 169 |
+
| |-- observation.images.cam_front_head_rgb
|
| 170 |
+
|
| 171 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 172 |
+
|
| 173 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 174 |
+
|
| 175 |
+
|-- info.yaml
|
| 176 |
+
|
| 177 |
+
`-- README.md'
|
| 178 |
splits:
|
| 179 |
train: 0:48
|
| 180 |
features:
|
|
|
|
| 511 |
version_info: Initial Release
|
| 512 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 513 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 514 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_pour_mung_beans.yaml
CHANGED
|
@@ -156,7 +156,9 @@ data_structure: 'AI2_Alphabot_2_pour_mung_beans_0_qced_hardlink/
|
|
| 156 |
|
| 157 |
| `-- observation.images.cam_right_wrist_rgb
|
| 158 |
|
| 159 |
-
|
|
|
|
|
|
|
| 160 |
splits:
|
| 161 |
train: 0:212
|
| 162 |
features:
|
|
|
|
| 156 |
|
| 157 |
| `-- observation.images.cam_right_wrist_rgb
|
| 158 |
|
| 159 |
+
|-- info.yaml
|
| 160 |
+
|
| 161 |
+
`-- README.md'
|
| 162 |
splits:
|
| 163 |
train: 0:212
|
| 164 |
features:
|
dataset_info/AI2_Alphabot_2_pour_water.yaml
CHANGED
|
@@ -35,6 +35,7 @@ objects:
|
|
| 35 |
task_operation_type: fixed_single_arm
|
| 36 |
task_instruction: &id001
|
| 37 |
- Grasp the thermos with one hand and pour water into the cup lid.
|
|
|
|
| 38 |
atomic_actions:
|
| 39 |
- pick
|
| 40 |
- rotate
|
|
@@ -64,6 +65,7 @@ joint_rotation_dim: radian
|
|
| 64 |
end_rotation_dim: radian
|
| 65 |
end_translation_dim: meter
|
| 66 |
annotations:
|
|
|
|
| 67 |
- eef_acc_mag_annotation.jsonl
|
| 68 |
- eef_direction_annotation.jsonl
|
| 69 |
- eef_velocity_annotation.jsonl
|
|
@@ -84,19 +86,77 @@ statistics:
|
|
| 84 |
frame_num: 295245
|
| 85 |
frame_range: 1M
|
| 86 |
dataset_size: 4.54 GB
|
| 87 |
-
data_structure:
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
| |--
|
| 98 |
-
|
| 99 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
splits:
|
| 101 |
train: 0:302
|
| 102 |
features:
|
|
@@ -433,5 +493,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 433 |
version_info: Initial Release
|
| 434 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 435 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 436 |
-
sub_tasks: *id001
|
| 437 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 35 |
task_operation_type: fixed_single_arm
|
| 36 |
task_instruction: &id001
|
| 37 |
- Grasp the thermos with one hand and pour water into the cup lid.
|
| 38 |
+
sub_tasks: *id001
|
| 39 |
atomic_actions:
|
| 40 |
- pick
|
| 41 |
- rotate
|
|
|
|
| 65 |
end_rotation_dim: radian
|
| 66 |
end_translation_dim: meter
|
| 67 |
annotations:
|
| 68 |
+
- camera_params.json
|
| 69 |
- eef_acc_mag_annotation.jsonl
|
| 70 |
- eef_direction_annotation.jsonl
|
| 71 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 86 |
frame_num: 295245
|
| 87 |
frame_range: 1M
|
| 88 |
dataset_size: 4.54 GB
|
| 89 |
+
data_structure: 'AI2_Alphabot_2_pour_water_0_qced_hardlink/
|
| 90 |
+
|
| 91 |
+
|-- annotations
|
| 92 |
+
|
| 93 |
+
| |-- camera_params.json
|
| 94 |
+
|
| 95 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 96 |
+
|
| 97 |
+
| |-- eef_direction_annotation.jsonl
|
| 98 |
+
|
| 99 |
+
| |-- eef_velocity_annotation.jsonl
|
| 100 |
+
|
| 101 |
+
| |-- gripper_activity_annotation.jsonl
|
| 102 |
+
|
| 103 |
+
| `-- gripper_mode_annotation.jsonl
|
| 104 |
+
|
| 105 |
+
|-- data
|
| 106 |
+
|
| 107 |
+
| `-- chunk-000
|
| 108 |
+
|
| 109 |
+
| |-- episode_000000.parquet
|
| 110 |
+
|
| 111 |
+
| |-- episode_000001.parquet
|
| 112 |
+
|
| 113 |
+
| |-- episode_000002.parquet
|
| 114 |
+
|
| 115 |
+
| |-- episode_000003.parquet
|
| 116 |
+
|
| 117 |
+
| |-- episode_000004.parquet
|
| 118 |
+
|
| 119 |
+
| |-- episode_000005.parquet
|
| 120 |
+
|
| 121 |
+
| |-- episode_000006.parquet
|
| 122 |
+
|
| 123 |
+
| |-- episode_000007.parquet
|
| 124 |
+
|
| 125 |
+
| |-- episode_000008.parquet
|
| 126 |
+
|
| 127 |
+
| |-- episode_000009.parquet
|
| 128 |
+
|
| 129 |
+
| |-- episode_000010.parquet
|
| 130 |
+
|
| 131 |
+
| `-- episode_000011.parquet
|
| 132 |
+
|
| 133 |
+
| `-- ... (291 more entries)
|
| 134 |
+
|
| 135 |
+
|-- meta
|
| 136 |
+
|
| 137 |
+
| |-- episodes.jsonl
|
| 138 |
+
|
| 139 |
+
| |-- episodes_stats.jsonl
|
| 140 |
+
|
| 141 |
+
| |-- info.json
|
| 142 |
+
|
| 143 |
+
| `-- tasks.jsonl
|
| 144 |
+
|
| 145 |
+
|-- videos
|
| 146 |
+
|
| 147 |
+
| `-- chunk-000
|
| 148 |
+
|
| 149 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 150 |
+
|
| 151 |
+
| |-- observation.images.cam_front_head_rgb
|
| 152 |
+
|
| 153 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 154 |
+
|
| 155 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 156 |
+
|
| 157 |
+
|-- info.yaml
|
| 158 |
+
|
| 159 |
+
`-- README.md'
|
| 160 |
splits:
|
| 161 |
train: 0:302
|
| 162 |
features:
|
|
|
|
| 493 |
version_info: Initial Release
|
| 494 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 495 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 496 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_shake_beaker.yaml
CHANGED
|
@@ -40,6 +40,7 @@ task_operation_type: fixed_single_arm
|
|
| 40 |
task_instruction: &id001
|
| 41 |
- Pick up the beaker with the right gripper, shake it three times, and then put it
|
| 42 |
down.
|
|
|
|
| 43 |
atomic_actions:
|
| 44 |
- pick
|
| 45 |
- shake
|
|
@@ -69,6 +70,7 @@ joint_rotation_dim: radian
|
|
| 69 |
end_rotation_dim: radian
|
| 70 |
end_translation_dim: meter
|
| 71 |
annotations:
|
|
|
|
| 72 |
- eef_acc_mag_annotation.jsonl
|
| 73 |
- eef_direction_annotation.jsonl
|
| 74 |
- eef_velocity_annotation.jsonl
|
|
@@ -89,19 +91,77 @@ statistics:
|
|
| 89 |
frame_num: 43273
|
| 90 |
frame_range: 100K
|
| 91 |
dataset_size: 1.19 GB
|
| 92 |
-
data_structure:
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
| |--
|
| 103 |
-
|
| 104 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
splits:
|
| 106 |
train: 0:47
|
| 107 |
features:
|
|
@@ -438,5 +498,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 438 |
version_info: Initial Release
|
| 439 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 440 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 441 |
-
sub_tasks: *id001
|
| 442 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 40 |
task_instruction: &id001
|
| 41 |
- Pick up the beaker with the right gripper, shake it three times, and then put it
|
| 42 |
down.
|
| 43 |
+
sub_tasks: *id001
|
| 44 |
atomic_actions:
|
| 45 |
- pick
|
| 46 |
- shake
|
|
|
|
| 70 |
end_rotation_dim: radian
|
| 71 |
end_translation_dim: meter
|
| 72 |
annotations:
|
| 73 |
+
- camera_params.json
|
| 74 |
- eef_acc_mag_annotation.jsonl
|
| 75 |
- eef_direction_annotation.jsonl
|
| 76 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 91 |
frame_num: 43273
|
| 92 |
frame_range: 100K
|
| 93 |
dataset_size: 1.19 GB
|
| 94 |
+
data_structure: 'AI2_Alphabot_2_shake_beaker_0_qced_hardlink/
|
| 95 |
+
|
| 96 |
+
|-- annotations
|
| 97 |
+
|
| 98 |
+
| |-- camera_params.json
|
| 99 |
+
|
| 100 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 101 |
+
|
| 102 |
+
| |-- eef_direction_annotation.jsonl
|
| 103 |
+
|
| 104 |
+
| |-- eef_velocity_annotation.jsonl
|
| 105 |
+
|
| 106 |
+
| |-- gripper_activity_annotation.jsonl
|
| 107 |
+
|
| 108 |
+
| `-- gripper_mode_annotation.jsonl
|
| 109 |
+
|
| 110 |
+
|-- data
|
| 111 |
+
|
| 112 |
+
| `-- chunk-000
|
| 113 |
+
|
| 114 |
+
| |-- episode_000000.parquet
|
| 115 |
+
|
| 116 |
+
| |-- episode_000001.parquet
|
| 117 |
+
|
| 118 |
+
| |-- episode_000002.parquet
|
| 119 |
+
|
| 120 |
+
| |-- episode_000003.parquet
|
| 121 |
+
|
| 122 |
+
| |-- episode_000004.parquet
|
| 123 |
+
|
| 124 |
+
| |-- episode_000005.parquet
|
| 125 |
+
|
| 126 |
+
| |-- episode_000006.parquet
|
| 127 |
+
|
| 128 |
+
| |-- episode_000007.parquet
|
| 129 |
+
|
| 130 |
+
| |-- episode_000008.parquet
|
| 131 |
+
|
| 132 |
+
| |-- episode_000009.parquet
|
| 133 |
+
|
| 134 |
+
| |-- episode_000010.parquet
|
| 135 |
+
|
| 136 |
+
| `-- episode_000011.parquet
|
| 137 |
+
|
| 138 |
+
| `-- ... (36 more entries)
|
| 139 |
+
|
| 140 |
+
|-- meta
|
| 141 |
+
|
| 142 |
+
| |-- episodes.jsonl
|
| 143 |
+
|
| 144 |
+
| |-- episodes_stats.jsonl
|
| 145 |
+
|
| 146 |
+
| |-- info.json
|
| 147 |
+
|
| 148 |
+
| `-- tasks.jsonl
|
| 149 |
+
|
| 150 |
+
|-- videos
|
| 151 |
+
|
| 152 |
+
| `-- chunk-000
|
| 153 |
+
|
| 154 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 155 |
+
|
| 156 |
+
| |-- observation.images.cam_front_head_rgb
|
| 157 |
+
|
| 158 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 159 |
+
|
| 160 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 161 |
+
|
| 162 |
+
|-- info.yaml
|
| 163 |
+
|
| 164 |
+
`-- README.md'
|
| 165 |
splits:
|
| 166 |
train: 0:47
|
| 167 |
features:
|
|
|
|
| 498 |
version_info: Initial Release
|
| 499 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 500 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 501 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_shake_bottle.yaml
CHANGED
|
@@ -35,6 +35,7 @@ objects:
|
|
| 35 |
task_operation_type: fixed_single_arm
|
| 36 |
task_instruction: &id001
|
| 37 |
- Grasp the erlenmeyer flask with one hand, shake it three times, then place it back.
|
|
|
|
| 38 |
atomic_actions:
|
| 39 |
- shake
|
| 40 |
- place
|
|
@@ -64,6 +65,7 @@ joint_rotation_dim: radian
|
|
| 64 |
end_rotation_dim: radian
|
| 65 |
end_translation_dim: meter
|
| 66 |
annotations:
|
|
|
|
| 67 |
- eef_acc_mag_annotation.jsonl
|
| 68 |
- eef_direction_annotation.jsonl
|
| 69 |
- eef_velocity_annotation.jsonl
|
|
@@ -84,19 +86,77 @@ statistics:
|
|
| 84 |
frame_num: 330992
|
| 85 |
frame_range: 1M
|
| 86 |
dataset_size: 12.29 GB
|
| 87 |
-
data_structure:
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
| |--
|
| 98 |
-
|
| 99 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
splits:
|
| 101 |
train: 0:393
|
| 102 |
features:
|
|
@@ -433,5 +493,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 433 |
version_info: Initial Release
|
| 434 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 435 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 436 |
-
sub_tasks: *id001
|
| 437 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 35 |
task_operation_type: fixed_single_arm
|
| 36 |
task_instruction: &id001
|
| 37 |
- Grasp the erlenmeyer flask with one hand, shake it three times, then place it back.
|
| 38 |
+
sub_tasks: *id001
|
| 39 |
atomic_actions:
|
| 40 |
- shake
|
| 41 |
- place
|
|
|
|
| 65 |
end_rotation_dim: radian
|
| 66 |
end_translation_dim: meter
|
| 67 |
annotations:
|
| 68 |
+
- camera_params.json
|
| 69 |
- eef_acc_mag_annotation.jsonl
|
| 70 |
- eef_direction_annotation.jsonl
|
| 71 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 86 |
frame_num: 330992
|
| 87 |
frame_range: 1M
|
| 88 |
dataset_size: 12.29 GB
|
| 89 |
+
data_structure: 'AI2_Alphabot_2_shake_bottle_0_qced_hardlink/
|
| 90 |
+
|
| 91 |
+
|-- annotations
|
| 92 |
+
|
| 93 |
+
| |-- camera_params.json
|
| 94 |
+
|
| 95 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 96 |
+
|
| 97 |
+
| |-- eef_direction_annotation.jsonl
|
| 98 |
+
|
| 99 |
+
| |-- eef_velocity_annotation.jsonl
|
| 100 |
+
|
| 101 |
+
| |-- gripper_activity_annotation.jsonl
|
| 102 |
+
|
| 103 |
+
| `-- gripper_mode_annotation.jsonl
|
| 104 |
+
|
| 105 |
+
|-- data
|
| 106 |
+
|
| 107 |
+
| `-- chunk-000
|
| 108 |
+
|
| 109 |
+
| |-- episode_000000.parquet
|
| 110 |
+
|
| 111 |
+
| |-- episode_000001.parquet
|
| 112 |
+
|
| 113 |
+
| |-- episode_000002.parquet
|
| 114 |
+
|
| 115 |
+
| |-- episode_000003.parquet
|
| 116 |
+
|
| 117 |
+
| |-- episode_000004.parquet
|
| 118 |
+
|
| 119 |
+
| |-- episode_000005.parquet
|
| 120 |
+
|
| 121 |
+
| |-- episode_000006.parquet
|
| 122 |
+
|
| 123 |
+
| |-- episode_000007.parquet
|
| 124 |
+
|
| 125 |
+
| |-- episode_000008.parquet
|
| 126 |
+
|
| 127 |
+
| |-- episode_000009.parquet
|
| 128 |
+
|
| 129 |
+
| |-- episode_000010.parquet
|
| 130 |
+
|
| 131 |
+
| `-- episode_000011.parquet
|
| 132 |
+
|
| 133 |
+
| `-- ... (382 more entries)
|
| 134 |
+
|
| 135 |
+
|-- meta
|
| 136 |
+
|
| 137 |
+
| |-- episodes.jsonl
|
| 138 |
+
|
| 139 |
+
| |-- episodes_stats.jsonl
|
| 140 |
+
|
| 141 |
+
| |-- info.json
|
| 142 |
+
|
| 143 |
+
| `-- tasks.jsonl
|
| 144 |
+
|
| 145 |
+
|-- videos
|
| 146 |
+
|
| 147 |
+
| `-- chunk-000
|
| 148 |
+
|
| 149 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 150 |
+
|
| 151 |
+
| |-- observation.images.cam_front_head_rgb
|
| 152 |
+
|
| 153 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 154 |
+
|
| 155 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 156 |
+
|
| 157 |
+
|-- info.yaml
|
| 158 |
+
|
| 159 |
+
`-- README.md'
|
| 160 |
splits:
|
| 161 |
train: 0:393
|
| 162 |
features:
|
|
|
|
| 493 |
version_info: Initial Release
|
| 494 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 495 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 496 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_shake_test_tube.yaml
CHANGED
|
@@ -21,10 +21,10 @@ extra_gated_fields:
|
|
| 21 |
description: e.g., "Germany", "China", "United States"
|
| 22 |
codebase_version: v2.1
|
| 23 |
dataset_name: AI2_Alphabot_2_shake_test_tube
|
| 24 |
-
dataset_uuid:
|
| 25 |
scene_type:
|
| 26 |
-
level1:
|
| 27 |
-
level2:
|
| 28 |
level3: null
|
| 29 |
level4: null
|
| 30 |
level5: null
|
|
@@ -34,17 +34,21 @@ objects:
|
|
| 34 |
color: transparent
|
| 35 |
- object_name: test tube
|
| 36 |
color: transparent
|
|
|
|
|
|
|
| 37 |
task_operation_type: fixed_single_arm
|
| 38 |
task_instruction: &id001
|
| 39 |
-
-
|
| 40 |
-
|
| 41 |
sub_tasks: *id001
|
| 42 |
atomic_actions:
|
| 43 |
- grasp
|
| 44 |
-
-
|
| 45 |
-
-
|
| 46 |
-
robot_name:
|
| 47 |
-
|
|
|
|
|
|
|
| 48 |
tele_type: vr_controller
|
| 49 |
sensor_list:
|
| 50 |
- cam_front_chest_rgb
|
|
@@ -73,21 +77,21 @@ annotations:
|
|
| 73 |
- gripper_activity_annotation.jsonl
|
| 74 |
- gripper_mode_annotation.jsonl
|
| 75 |
statistics:
|
| 76 |
-
total_episodes:
|
| 77 |
-
total_frames:
|
| 78 |
fps: 30
|
| 79 |
total_tasks: 1
|
| 80 |
-
total_videos:
|
| 81 |
total_chunks: 1
|
| 82 |
chunks_size: 1000
|
| 83 |
state_dim: 34
|
| 84 |
action_dim: 34
|
| 85 |
camera_views: 4
|
| 86 |
-
dataset_size:
|
| 87 |
-
frame_num:
|
| 88 |
-
frame_range:
|
| 89 |
-
dataset_size:
|
| 90 |
-
data_structure: '
|
| 91 |
|
| 92 |
|-- annotations
|
| 93 |
|
|
@@ -131,7 +135,7 @@ data_structure: 'AI2_Alphabot_2_shake_test_tube_1_qced_hardlink/
|
|
| 131 |
|
| 132 |
| `-- episode_000011.parquet
|
| 133 |
|
| 134 |
-
| `-- ... (
|
| 135 |
|
| 136 |
|-- meta
|
| 137 |
|
|
@@ -155,9 +159,11 @@ data_structure: 'AI2_Alphabot_2_shake_test_tube_1_qced_hardlink/
|
|
| 155 |
|
| 156 |
| `-- observation.images.cam_right_wrist_rgb
|
| 157 |
|
| 158 |
-
|
|
|
|
|
|
|
| 159 |
splits:
|
| 160 |
-
train: 0:
|
| 161 |
features:
|
| 162 |
observation.images.cam_front_chest_rgb:
|
| 163 |
dtype: video
|
|
|
|
| 21 |
description: e.g., "Germany", "China", "United States"
|
| 22 |
codebase_version: v2.1
|
| 23 |
dataset_name: AI2_Alphabot_2_shake_test_tube
|
| 24 |
+
dataset_uuid: c80ab8f4-ed65-4d77-ac8e-0bbcdb6cb049
|
| 25 |
scene_type:
|
| 26 |
+
level1: Lab
|
| 27 |
+
level2: Laboratory
|
| 28 |
level3: null
|
| 29 |
level4: null
|
| 30 |
level5: null
|
|
|
|
| 34 |
color: transparent
|
| 35 |
- object_name: test tube
|
| 36 |
color: transparent
|
| 37 |
+
- object_name: glass board
|
| 38 |
+
color: transparent
|
| 39 |
task_operation_type: fixed_single_arm
|
| 40 |
task_instruction: &id001
|
| 41 |
+
- Grasp the test tube with one hand, tap it against the glass, then shake the test
|
| 42 |
+
tube.
|
| 43 |
sub_tasks: *id001
|
| 44 |
atomic_actions:
|
| 45 |
- grasp
|
| 46 |
+
- move
|
| 47 |
+
- shake
|
| 48 |
+
robot_name:
|
| 49 |
+
- AI2_Alphabot_2
|
| 50 |
+
end_effector_type:
|
| 51 |
+
- two_finger_end_effector
|
| 52 |
tele_type: vr_controller
|
| 53 |
sensor_list:
|
| 54 |
- cam_front_chest_rgb
|
|
|
|
| 77 |
- gripper_activity_annotation.jsonl
|
| 78 |
- gripper_mode_annotation.jsonl
|
| 79 |
statistics:
|
| 80 |
+
total_episodes: 50
|
| 81 |
+
total_frames: 29299
|
| 82 |
fps: 30
|
| 83 |
total_tasks: 1
|
| 84 |
+
total_videos: 200
|
| 85 |
total_chunks: 1
|
| 86 |
chunks_size: 1000
|
| 87 |
state_dim: 34
|
| 88 |
action_dim: 34
|
| 89 |
camera_views: 4
|
| 90 |
+
dataset_size: 869.07 MB
|
| 91 |
+
frame_num: 29299
|
| 92 |
+
frame_range: 100K
|
| 93 |
+
dataset_size: 869.07 MB
|
| 94 |
+
data_structure: 'AI2_Alphabot_2_shake_test_tube_0_qced_hardlink/
|
| 95 |
|
| 96 |
|-- annotations
|
| 97 |
|
|
|
|
| 135 |
|
| 136 |
| `-- episode_000011.parquet
|
| 137 |
|
| 138 |
+
| `-- ... (38 more entries)
|
| 139 |
|
| 140 |
|-- meta
|
| 141 |
|
|
|
|
| 159 |
|
| 160 |
| `-- observation.images.cam_right_wrist_rgb
|
| 161 |
|
| 162 |
+
|-- info.yaml
|
| 163 |
+
|
| 164 |
+
`-- README.md'
|
| 165 |
splits:
|
| 166 |
+
train: 0:49
|
| 167 |
features:
|
| 168 |
observation.images.cam_front_chest_rgb:
|
| 169 |
dtype: video
|
dataset_info/AI2_Alphabot_2_shake_test_tube_1.yaml
ADDED
|
@@ -0,0 +1,497 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
task_categories:
|
| 2 |
+
- robotics
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- RoboCOIN
|
| 7 |
+
- LeRobot
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
configs:
|
| 10 |
+
- config_name: default
|
| 11 |
+
data_files: data/chunk-{id}/episode_{id}.parquet
|
| 12 |
+
extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper
|
| 13 |
+
in your research/publications—see the "Citation" section for details. You agree
|
| 14 |
+
to not use the dataset to conduct experiments that cause harm to human subjects.
|
| 15 |
+
extra_gated_fields:
|
| 16 |
+
Company/Organization:
|
| 17 |
+
type: text
|
| 18 |
+
description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher"
|
| 19 |
+
Country:
|
| 20 |
+
type: country
|
| 21 |
+
description: e.g., "Germany", "China", "United States"
|
| 22 |
+
codebase_version: v2.1
|
| 23 |
+
dataset_name: AI2_Alphabot_2_shake_test_tube_1
|
| 24 |
+
dataset_uuid: 629fccc8-6581-4ca7-9ab7-b7240f573f16
|
| 25 |
+
scene_type:
|
| 26 |
+
level1: Retail
|
| 27 |
+
level2: Supermarket
|
| 28 |
+
level3: null
|
| 29 |
+
level4: null
|
| 30 |
+
level5: null
|
| 31 |
+
env_type: real_world
|
| 32 |
+
objects:
|
| 33 |
+
- object_name: test tube rack
|
| 34 |
+
color: transparent
|
| 35 |
+
- object_name: test tube
|
| 36 |
+
color: transparent
|
| 37 |
+
task_operation_type: fixed_single_arm
|
| 38 |
+
task_instruction: &id001
|
| 39 |
+
- Pick up the test tube from the test tube rack, shake it, then place it back into
|
| 40 |
+
the test tube rack.
|
| 41 |
+
sub_tasks: *id001
|
| 42 |
+
atomic_actions:
|
| 43 |
+
- grasp
|
| 44 |
+
- rotate
|
| 45 |
+
- insert
|
| 46 |
+
robot_name: AI2_Alphabot_2
|
| 47 |
+
end_effector_type: two_finger_end_effector
|
| 48 |
+
tele_type: vr_controller
|
| 49 |
+
sensor_list:
|
| 50 |
+
- cam_front_chest_rgb
|
| 51 |
+
- cam_front_head_rgb
|
| 52 |
+
- cam_left_wrist_rgb
|
| 53 |
+
- cam_right_wrist_rgb
|
| 54 |
+
came_info:
|
| 55 |
+
cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 56 |
+
pix_fmt=yuv420p
|
| 57 |
+
cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 58 |
+
pix_fmt=yuv420p
|
| 59 |
+
cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 60 |
+
pix_fmt=yuv420p
|
| 61 |
+
cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 62 |
+
pix_fmt=yuv420p
|
| 63 |
+
depth_enabled: false
|
| 64 |
+
coordinate_definition: right-hand-frame
|
| 65 |
+
joint_rotation_dim: radian
|
| 66 |
+
end_rotation_dim: radian
|
| 67 |
+
end_translation_dim: meter
|
| 68 |
+
annotations:
|
| 69 |
+
- camera_params.json
|
| 70 |
+
- eef_acc_mag_annotation.jsonl
|
| 71 |
+
- eef_direction_annotation.jsonl
|
| 72 |
+
- eef_velocity_annotation.jsonl
|
| 73 |
+
- gripper_activity_annotation.jsonl
|
| 74 |
+
- gripper_mode_annotation.jsonl
|
| 75 |
+
statistics:
|
| 76 |
+
total_episodes: 399
|
| 77 |
+
total_frames: 313739
|
| 78 |
+
fps: 30
|
| 79 |
+
total_tasks: 1
|
| 80 |
+
total_videos: 1596
|
| 81 |
+
total_chunks: 1
|
| 82 |
+
chunks_size: 1000
|
| 83 |
+
state_dim: 34
|
| 84 |
+
action_dim: 34
|
| 85 |
+
camera_views: 4
|
| 86 |
+
dataset_size: 24.50 GB
|
| 87 |
+
frame_num: 313739
|
| 88 |
+
frame_range: 1M
|
| 89 |
+
dataset_size: 24.50 GB
|
| 90 |
+
data_structure: 'AI2_Alphabot_2_shake_test_tube_1_qced_hardlink/
|
| 91 |
+
|
| 92 |
+
|-- annotations
|
| 93 |
+
|
| 94 |
+
| |-- camera_params.json
|
| 95 |
+
|
| 96 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 97 |
+
|
| 98 |
+
| |-- eef_direction_annotation.jsonl
|
| 99 |
+
|
| 100 |
+
| |-- eef_velocity_annotation.jsonl
|
| 101 |
+
|
| 102 |
+
| |-- gripper_activity_annotation.jsonl
|
| 103 |
+
|
| 104 |
+
| `-- gripper_mode_annotation.jsonl
|
| 105 |
+
|
| 106 |
+
|-- data
|
| 107 |
+
|
| 108 |
+
| `-- chunk-000
|
| 109 |
+
|
| 110 |
+
| |-- episode_000000.parquet
|
| 111 |
+
|
| 112 |
+
| |-- episode_000001.parquet
|
| 113 |
+
|
| 114 |
+
| |-- episode_000002.parquet
|
| 115 |
+
|
| 116 |
+
| |-- episode_000003.parquet
|
| 117 |
+
|
| 118 |
+
| |-- episode_000004.parquet
|
| 119 |
+
|
| 120 |
+
| |-- episode_000005.parquet
|
| 121 |
+
|
| 122 |
+
| |-- episode_000006.parquet
|
| 123 |
+
|
| 124 |
+
| |-- episode_000007.parquet
|
| 125 |
+
|
| 126 |
+
| |-- episode_000008.parquet
|
| 127 |
+
|
| 128 |
+
| |-- episode_000009.parquet
|
| 129 |
+
|
| 130 |
+
| |-- episode_000010.parquet
|
| 131 |
+
|
| 132 |
+
| `-- episode_000011.parquet
|
| 133 |
+
|
| 134 |
+
| `-- ... (387 more entries)
|
| 135 |
+
|
| 136 |
+
|-- meta
|
| 137 |
+
|
| 138 |
+
| |-- episodes.jsonl
|
| 139 |
+
|
| 140 |
+
| |-- episodes_stats.jsonl
|
| 141 |
+
|
| 142 |
+
| |-- info.json
|
| 143 |
+
|
| 144 |
+
| `-- tasks.jsonl
|
| 145 |
+
|
| 146 |
+
|-- videos
|
| 147 |
+
|
| 148 |
+
| `-- chunk-000
|
| 149 |
+
|
| 150 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 151 |
+
|
| 152 |
+
| |-- observation.images.cam_front_head_rgb
|
| 153 |
+
|
| 154 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 155 |
+
|
| 156 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 157 |
+
|
| 158 |
+
|-- info.yaml
|
| 159 |
+
|
| 160 |
+
`-- README.md'
|
| 161 |
+
splits:
|
| 162 |
+
train: 0:398
|
| 163 |
+
features:
|
| 164 |
+
observation.images.cam_front_chest_rgb:
|
| 165 |
+
dtype: video
|
| 166 |
+
shape:
|
| 167 |
+
- 480
|
| 168 |
+
- 640
|
| 169 |
+
- 3
|
| 170 |
+
names:
|
| 171 |
+
- height
|
| 172 |
+
- width
|
| 173 |
+
- channels
|
| 174 |
+
info:
|
| 175 |
+
video.height: 480
|
| 176 |
+
video.width: 640
|
| 177 |
+
video.codec: av1
|
| 178 |
+
video.pix_fmt: yuv420p
|
| 179 |
+
video.is_depth_map: false
|
| 180 |
+
video.fps: 30
|
| 181 |
+
video.channels: 3
|
| 182 |
+
has_audio: false
|
| 183 |
+
observation.images.cam_front_head_rgb:
|
| 184 |
+
dtype: video
|
| 185 |
+
shape:
|
| 186 |
+
- 480
|
| 187 |
+
- 640
|
| 188 |
+
- 3
|
| 189 |
+
names:
|
| 190 |
+
- height
|
| 191 |
+
- width
|
| 192 |
+
- channels
|
| 193 |
+
info:
|
| 194 |
+
video.height: 480
|
| 195 |
+
video.width: 640
|
| 196 |
+
video.codec: av1
|
| 197 |
+
video.pix_fmt: yuv420p
|
| 198 |
+
video.is_depth_map: false
|
| 199 |
+
video.fps: 30
|
| 200 |
+
video.channels: 3
|
| 201 |
+
has_audio: false
|
| 202 |
+
observation.images.cam_left_wrist_rgb:
|
| 203 |
+
dtype: video
|
| 204 |
+
shape:
|
| 205 |
+
- 480
|
| 206 |
+
- 640
|
| 207 |
+
- 3
|
| 208 |
+
names:
|
| 209 |
+
- height
|
| 210 |
+
- width
|
| 211 |
+
- channels
|
| 212 |
+
info:
|
| 213 |
+
video.height: 480
|
| 214 |
+
video.width: 640
|
| 215 |
+
video.codec: av1
|
| 216 |
+
video.pix_fmt: yuv420p
|
| 217 |
+
video.is_depth_map: false
|
| 218 |
+
video.fps: 30
|
| 219 |
+
video.channels: 3
|
| 220 |
+
has_audio: false
|
| 221 |
+
observation.images.cam_right_wrist_rgb:
|
| 222 |
+
dtype: video
|
| 223 |
+
shape:
|
| 224 |
+
- 480
|
| 225 |
+
- 640
|
| 226 |
+
- 3
|
| 227 |
+
names:
|
| 228 |
+
- height
|
| 229 |
+
- width
|
| 230 |
+
- channels
|
| 231 |
+
info:
|
| 232 |
+
video.height: 480
|
| 233 |
+
video.width: 640
|
| 234 |
+
video.codec: av1
|
| 235 |
+
video.pix_fmt: yuv420p
|
| 236 |
+
video.is_depth_map: false
|
| 237 |
+
video.fps: 30
|
| 238 |
+
video.channels: 3
|
| 239 |
+
has_audio: false
|
| 240 |
+
observation.state:
|
| 241 |
+
dtype: float32
|
| 242 |
+
shape:
|
| 243 |
+
- 34
|
| 244 |
+
names:
|
| 245 |
+
- left_arm_joint_1_rad
|
| 246 |
+
- left_arm_joint_2_rad
|
| 247 |
+
- left_arm_joint_3_rad
|
| 248 |
+
- left_arm_joint_4_rad
|
| 249 |
+
- left_arm_joint_5_rad
|
| 250 |
+
- left_arm_joint_6_rad
|
| 251 |
+
- left_arm_joint_7_rad
|
| 252 |
+
- left_eef_pos_x_m
|
| 253 |
+
- left_eef_pos_y_m
|
| 254 |
+
- left_eef_pos_z_m
|
| 255 |
+
- left_eef_rot_euler_x_rad
|
| 256 |
+
- left_eef_rot_euler_y_rad
|
| 257 |
+
- left_eef_rot_euler_z_rad
|
| 258 |
+
- right_arm_joint_1_rad
|
| 259 |
+
- right_arm_joint_2_rad
|
| 260 |
+
- right_arm_joint_3_rad
|
| 261 |
+
- right_arm_joint_4_rad
|
| 262 |
+
- right_arm_joint_5_rad
|
| 263 |
+
- right_arm_joint_6_rad
|
| 264 |
+
- right_arm_joint_7_rad
|
| 265 |
+
- right_eef_pos_x_m
|
| 266 |
+
- right_eef_pos_y_m
|
| 267 |
+
- right_eef_pos_z_m
|
| 268 |
+
- right_eef_rot_euler_x_rad
|
| 269 |
+
- right_eef_rot_euler_y_rad
|
| 270 |
+
- right_eef_rot_euler_z_rad
|
| 271 |
+
- left_gripper_open
|
| 272 |
+
- right_gripper_open
|
| 273 |
+
- neck_joint_1_rad
|
| 274 |
+
- neck_joint_2_rad
|
| 275 |
+
- torso_joint_1_rad
|
| 276 |
+
- torso_joint_2_rad
|
| 277 |
+
- torso_joint_3_rad
|
| 278 |
+
- torso_joint_4_rad
|
| 279 |
+
action:
|
| 280 |
+
dtype: float32
|
| 281 |
+
shape:
|
| 282 |
+
- 34
|
| 283 |
+
names:
|
| 284 |
+
- left_arm_joint_1_rad
|
| 285 |
+
- left_arm_joint_2_rad
|
| 286 |
+
- left_arm_joint_3_rad
|
| 287 |
+
- left_arm_joint_4_rad
|
| 288 |
+
- left_arm_joint_5_rad
|
| 289 |
+
- left_arm_joint_6_rad
|
| 290 |
+
- left_arm_joint_7_rad
|
| 291 |
+
- left_eef_pos_x_m
|
| 292 |
+
- left_eef_pos_y_m
|
| 293 |
+
- left_eef_pos_z_m
|
| 294 |
+
- left_eef_rot_euler_x_rad
|
| 295 |
+
- left_eef_rot_euler_y_rad
|
| 296 |
+
- left_eef_rot_euler_z_rad
|
| 297 |
+
- right_arm_joint_1_rad
|
| 298 |
+
- right_arm_joint_2_rad
|
| 299 |
+
- right_arm_joint_3_rad
|
| 300 |
+
- right_arm_joint_4_rad
|
| 301 |
+
- right_arm_joint_5_rad
|
| 302 |
+
- right_arm_joint_6_rad
|
| 303 |
+
- right_arm_joint_7_rad
|
| 304 |
+
- right_eef_pos_x_m
|
| 305 |
+
- right_eef_pos_y_m
|
| 306 |
+
- right_eef_pos_z_m
|
| 307 |
+
- right_eef_rot_euler_x_rad
|
| 308 |
+
- right_eef_rot_euler_y_rad
|
| 309 |
+
- right_eef_rot_euler_z_rad
|
| 310 |
+
- left_gripper_open
|
| 311 |
+
- right_gripper_open
|
| 312 |
+
- neck_joint_1_rad
|
| 313 |
+
- neck_joint_2_rad
|
| 314 |
+
- torso_joint_1_rad
|
| 315 |
+
- torso_joint_2_rad
|
| 316 |
+
- torso_joint_3_rad
|
| 317 |
+
- torso_joint_4_rad
|
| 318 |
+
timestamp:
|
| 319 |
+
dtype: float32
|
| 320 |
+
shape:
|
| 321 |
+
- 1
|
| 322 |
+
names: null
|
| 323 |
+
frame_index:
|
| 324 |
+
dtype: int64
|
| 325 |
+
shape:
|
| 326 |
+
- 1
|
| 327 |
+
names: null
|
| 328 |
+
episode_index:
|
| 329 |
+
dtype: int64
|
| 330 |
+
shape:
|
| 331 |
+
- 1
|
| 332 |
+
names: null
|
| 333 |
+
index:
|
| 334 |
+
dtype: int64
|
| 335 |
+
shape:
|
| 336 |
+
- 1
|
| 337 |
+
names: null
|
| 338 |
+
task_index:
|
| 339 |
+
dtype: int64
|
| 340 |
+
shape:
|
| 341 |
+
- 1
|
| 342 |
+
names: null
|
| 343 |
+
gripper_open_scale_state:
|
| 344 |
+
names:
|
| 345 |
+
- left_gripper_open_scale
|
| 346 |
+
- right_gripper_open_scale
|
| 347 |
+
dtype: float64
|
| 348 |
+
shape:
|
| 349 |
+
- 2
|
| 350 |
+
gripper_open_scale_action:
|
| 351 |
+
names:
|
| 352 |
+
- left_gripper_open_scale
|
| 353 |
+
- right_gripper_open_scale
|
| 354 |
+
dtype: float64
|
| 355 |
+
shape:
|
| 356 |
+
- 2
|
| 357 |
+
eef_sim_pose_state:
|
| 358 |
+
names:
|
| 359 |
+
- left_eef_pos_x
|
| 360 |
+
- left_eef_pos_y
|
| 361 |
+
- left_eef_pos_z
|
| 362 |
+
- left_eef_rot_x
|
| 363 |
+
- left_eef_rot_y
|
| 364 |
+
- left_eef_rot_z
|
| 365 |
+
- right_eef_pos_x
|
| 366 |
+
- right_eef_pos_y
|
| 367 |
+
- right_eef_pos_z
|
| 368 |
+
- right_eef_rot_x
|
| 369 |
+
- right_eef_rot_y
|
| 370 |
+
- right_eef_rot_z
|
| 371 |
+
dtype: float32
|
| 372 |
+
shape:
|
| 373 |
+
- 12
|
| 374 |
+
eef_sim_pose_action:
|
| 375 |
+
names:
|
| 376 |
+
- left_eef_pos_x
|
| 377 |
+
- left_eef_pos_y
|
| 378 |
+
- left_eef_pos_z
|
| 379 |
+
- left_eef_rot_x
|
| 380 |
+
- left_eef_rot_y
|
| 381 |
+
- left_eef_rot_z
|
| 382 |
+
- right_eef_pos_x
|
| 383 |
+
- right_eef_pos_y
|
| 384 |
+
- right_eef_pos_z
|
| 385 |
+
- right_eef_rot_x
|
| 386 |
+
- right_eef_rot_y
|
| 387 |
+
- right_eef_rot_z
|
| 388 |
+
dtype: float32
|
| 389 |
+
shape:
|
| 390 |
+
- 12
|
| 391 |
+
eef_direction_state:
|
| 392 |
+
names:
|
| 393 |
+
- left_eef_direction
|
| 394 |
+
- right_eef_direction
|
| 395 |
+
dtype: int32
|
| 396 |
+
shape:
|
| 397 |
+
- 2
|
| 398 |
+
eef_direction_action:
|
| 399 |
+
names:
|
| 400 |
+
- left_eef_direction
|
| 401 |
+
- right_eef_direction
|
| 402 |
+
dtype: int32
|
| 403 |
+
shape:
|
| 404 |
+
- 2
|
| 405 |
+
eef_velocity_state:
|
| 406 |
+
names:
|
| 407 |
+
- left_eef_velocity
|
| 408 |
+
- right_eef_velocity
|
| 409 |
+
dtype: int32
|
| 410 |
+
shape:
|
| 411 |
+
- 2
|
| 412 |
+
eef_velocity_action:
|
| 413 |
+
names:
|
| 414 |
+
- left_eef_velocity
|
| 415 |
+
- right_eef_velocity
|
| 416 |
+
dtype: int32
|
| 417 |
+
shape:
|
| 418 |
+
- 2
|
| 419 |
+
eef_acc_mag_state:
|
| 420 |
+
names:
|
| 421 |
+
- left_eef_acc_mag
|
| 422 |
+
- right_eef_acc_mag
|
| 423 |
+
dtype: int32
|
| 424 |
+
shape:
|
| 425 |
+
- 2
|
| 426 |
+
eef_acc_mag_action:
|
| 427 |
+
names:
|
| 428 |
+
- left_eef_acc_mag
|
| 429 |
+
- right_eef_acc_mag
|
| 430 |
+
dtype: int32
|
| 431 |
+
shape:
|
| 432 |
+
- 2
|
| 433 |
+
gripper_mode_state:
|
| 434 |
+
names:
|
| 435 |
+
- left_gripper_mode
|
| 436 |
+
- right_gripper_mode
|
| 437 |
+
dtype: int32
|
| 438 |
+
shape:
|
| 439 |
+
- 2
|
| 440 |
+
gripper_mode_action:
|
| 441 |
+
names:
|
| 442 |
+
- left_gripper_mode
|
| 443 |
+
- right_gripper_mode
|
| 444 |
+
dtype: int32
|
| 445 |
+
shape:
|
| 446 |
+
- 2
|
| 447 |
+
gripper_activity_state:
|
| 448 |
+
names:
|
| 449 |
+
- left_gripper_activity
|
| 450 |
+
- right_gripper_activity
|
| 451 |
+
dtype: int32
|
| 452 |
+
shape:
|
| 453 |
+
- 2
|
| 454 |
+
gripper_activity_action:
|
| 455 |
+
names:
|
| 456 |
+
- left_gripper_activity
|
| 457 |
+
- right_gripper_activity
|
| 458 |
+
dtype: int32
|
| 459 |
+
shape:
|
| 460 |
+
- 2
|
| 461 |
+
authors:
|
| 462 |
+
contributed_by:
|
| 463 |
+
- name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI)
|
| 464 |
+
dataset_description: This dataset uses an extended format based on LeRobot and is
|
| 465 |
+
fully compatible with LeRobot.
|
| 466 |
+
homepage: https://flagopen.github.io/RoboCOIN/
|
| 467 |
+
paper: https://arxiv.org/abs/2511.17441
|
| 468 |
+
repository: https://github.com/FlagOpen/RoboCOIN
|
| 469 |
+
contact_info: For questions, issues, or feedback regarding this dataset, please contact
|
| 470 |
+
us.
|
| 471 |
+
support_info: For technical support, please open an issue on our GitHub repository.
|
| 472 |
+
license_details: apache-2.0
|
| 473 |
+
citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\
|
| 474 |
+
\ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\
|
| 475 |
+
\ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\
|
| 476 |
+
\ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\
|
| 477 |
+
\ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\
|
| 478 |
+
\ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\
|
| 479 |
+
\ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\
|
| 480 |
+
\ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\
|
| 481 |
+
\ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\
|
| 482 |
+
\ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\
|
| 483 |
+
\ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\
|
| 484 |
+
\ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\
|
| 485 |
+
\ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\
|
| 486 |
+
\ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\
|
| 487 |
+
\ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\
|
| 488 |
+
\ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n"
|
| 489 |
+
additional_citations: 'If you use this dataset, please also consider citing:
|
| 490 |
+
|
| 491 |
+
LeRobot Framework: https://github.com/huggingface/lerobot
|
| 492 |
+
|
| 493 |
+
'
|
| 494 |
+
version_info: Initial Release
|
| 495 |
+
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 496 |
+
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 497 |
+
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_sort_angle_iron.yaml
CHANGED
|
@@ -37,6 +37,7 @@ objects:
|
|
| 37 |
task_operation_type: fixed_single_arm
|
| 38 |
task_instruction: &id001
|
| 39 |
- Use one hand to pick up the angle iron from the table and place it into the box.
|
|
|
|
| 40 |
atomic_actions:
|
| 41 |
- pick
|
| 42 |
- place
|
|
@@ -65,6 +66,7 @@ joint_rotation_dim: radian
|
|
| 65 |
end_rotation_dim: radian
|
| 66 |
end_translation_dim: meter
|
| 67 |
annotations:
|
|
|
|
| 68 |
- eef_acc_mag_annotation.jsonl
|
| 69 |
- eef_direction_annotation.jsonl
|
| 70 |
- eef_velocity_annotation.jsonl
|
|
@@ -85,19 +87,77 @@ statistics:
|
|
| 85 |
frame_num: 256772
|
| 86 |
frame_range: 1M
|
| 87 |
dataset_size: 7.92 GB
|
| 88 |
-
data_structure:
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
| |--
|
| 99 |
-
|
| 100 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
splits:
|
| 102 |
train: 0:294
|
| 103 |
features:
|
|
@@ -434,5 +494,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 434 |
version_info: Initial Release
|
| 435 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 436 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 437 |
-
sub_tasks: *id001
|
| 438 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 37 |
task_operation_type: fixed_single_arm
|
| 38 |
task_instruction: &id001
|
| 39 |
- Use one hand to pick up the angle iron from the table and place it into the box.
|
| 40 |
+
sub_tasks: *id001
|
| 41 |
atomic_actions:
|
| 42 |
- pick
|
| 43 |
- place
|
|
|
|
| 66 |
end_rotation_dim: radian
|
| 67 |
end_translation_dim: meter
|
| 68 |
annotations:
|
| 69 |
+
- camera_params.json
|
| 70 |
- eef_acc_mag_annotation.jsonl
|
| 71 |
- eef_direction_annotation.jsonl
|
| 72 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 87 |
frame_num: 256772
|
| 88 |
frame_range: 1M
|
| 89 |
dataset_size: 7.92 GB
|
| 90 |
+
data_structure: 'AI2_Alphabot_2_sort_angle_iron_0_qced_hardlink/
|
| 91 |
+
|
| 92 |
+
|-- annotations
|
| 93 |
+
|
| 94 |
+
| |-- camera_params.json
|
| 95 |
+
|
| 96 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 97 |
+
|
| 98 |
+
| |-- eef_direction_annotation.jsonl
|
| 99 |
+
|
| 100 |
+
| |-- eef_velocity_annotation.jsonl
|
| 101 |
+
|
| 102 |
+
| |-- gripper_activity_annotation.jsonl
|
| 103 |
+
|
| 104 |
+
| `-- gripper_mode_annotation.jsonl
|
| 105 |
+
|
| 106 |
+
|-- data
|
| 107 |
+
|
| 108 |
+
| `-- chunk-000
|
| 109 |
+
|
| 110 |
+
| |-- episode_000000.parquet
|
| 111 |
+
|
| 112 |
+
| |-- episode_000001.parquet
|
| 113 |
+
|
| 114 |
+
| |-- episode_000002.parquet
|
| 115 |
+
|
| 116 |
+
| |-- episode_000003.parquet
|
| 117 |
+
|
| 118 |
+
| |-- episode_000004.parquet
|
| 119 |
+
|
| 120 |
+
| |-- episode_000005.parquet
|
| 121 |
+
|
| 122 |
+
| |-- episode_000006.parquet
|
| 123 |
+
|
| 124 |
+
| |-- episode_000007.parquet
|
| 125 |
+
|
| 126 |
+
| |-- episode_000008.parquet
|
| 127 |
+
|
| 128 |
+
| |-- episode_000009.parquet
|
| 129 |
+
|
| 130 |
+
| |-- episode_000010.parquet
|
| 131 |
+
|
| 132 |
+
| `-- episode_000011.parquet
|
| 133 |
+
|
| 134 |
+
| `-- ... (283 more entries)
|
| 135 |
+
|
| 136 |
+
|-- meta
|
| 137 |
+
|
| 138 |
+
| |-- episodes.jsonl
|
| 139 |
+
|
| 140 |
+
| |-- episodes_stats.jsonl
|
| 141 |
+
|
| 142 |
+
| |-- info.json
|
| 143 |
+
|
| 144 |
+
| `-- tasks.jsonl
|
| 145 |
+
|
| 146 |
+
|-- videos
|
| 147 |
+
|
| 148 |
+
| `-- chunk-000
|
| 149 |
+
|
| 150 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 151 |
+
|
| 152 |
+
| |-- observation.images.cam_front_head_rgb
|
| 153 |
+
|
| 154 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 155 |
+
|
| 156 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 157 |
+
|
| 158 |
+
|-- info.yaml
|
| 159 |
+
|
| 160 |
+
`-- README.md'
|
| 161 |
splits:
|
| 162 |
train: 0:294
|
| 163 |
features:
|
|
|
|
| 494 |
version_info: Initial Release
|
| 495 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 496 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 497 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_sort_garbage_bag_and_box.yaml
CHANGED
|
@@ -39,6 +39,7 @@ task_instruction: &id001
|
|
| 39 |
- Pick up the garbage bag with the left hand and transfer it to the right hand.
|
| 40 |
- Place the garbage bag into the right storage box with the right hand.
|
| 41 |
- Pick up the box with the right hand and place it into the right storage box.
|
|
|
|
| 42 |
atomic_actions:
|
| 43 |
- move
|
| 44 |
- pick
|
|
@@ -67,6 +68,7 @@ joint_rotation_dim: radian
|
|
| 67 |
end_rotation_dim: radian
|
| 68 |
end_translation_dim: meter
|
| 69 |
annotations:
|
|
|
|
| 70 |
- eef_acc_mag_annotation.jsonl
|
| 71 |
- eef_direction_annotation.jsonl
|
| 72 |
- eef_velocity_annotation.jsonl
|
|
@@ -87,19 +89,77 @@ statistics:
|
|
| 87 |
frame_num: 612124
|
| 88 |
frame_range: 1M
|
| 89 |
dataset_size: 12.83 GB
|
| 90 |
-
data_structure:
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
| |--
|
| 101 |
-
|
| 102 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 103 |
splits:
|
| 104 |
train: 0:914
|
| 105 |
features:
|
|
@@ -436,5 +496,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 436 |
version_info: Initial Release
|
| 437 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 438 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 439 |
-
sub_tasks: *id001
|
| 440 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 39 |
- Pick up the garbage bag with the left hand and transfer it to the right hand.
|
| 40 |
- Place the garbage bag into the right storage box with the right hand.
|
| 41 |
- Pick up the box with the right hand and place it into the right storage box.
|
| 42 |
+
sub_tasks: *id001
|
| 43 |
atomic_actions:
|
| 44 |
- move
|
| 45 |
- pick
|
|
|
|
| 68 |
end_rotation_dim: radian
|
| 69 |
end_translation_dim: meter
|
| 70 |
annotations:
|
| 71 |
+
- camera_params.json
|
| 72 |
- eef_acc_mag_annotation.jsonl
|
| 73 |
- eef_direction_annotation.jsonl
|
| 74 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 89 |
frame_num: 612124
|
| 90 |
frame_range: 1M
|
| 91 |
dataset_size: 12.83 GB
|
| 92 |
+
data_structure: 'AI2_Alphabot_2_sort_garbage_bag_and_box_0_qced_hardlink/
|
| 93 |
+
|
| 94 |
+
|-- annotations
|
| 95 |
+
|
| 96 |
+
| |-- camera_params.json
|
| 97 |
+
|
| 98 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 99 |
+
|
| 100 |
+
| |-- eef_direction_annotation.jsonl
|
| 101 |
+
|
| 102 |
+
| |-- eef_velocity_annotation.jsonl
|
| 103 |
+
|
| 104 |
+
| |-- gripper_activity_annotation.jsonl
|
| 105 |
+
|
| 106 |
+
| `-- gripper_mode_annotation.jsonl
|
| 107 |
+
|
| 108 |
+
|-- data
|
| 109 |
+
|
| 110 |
+
| `-- chunk-000
|
| 111 |
+
|
| 112 |
+
| |-- episode_000000.parquet
|
| 113 |
+
|
| 114 |
+
| |-- episode_000001.parquet
|
| 115 |
+
|
| 116 |
+
| |-- episode_000002.parquet
|
| 117 |
+
|
| 118 |
+
| |-- episode_000003.parquet
|
| 119 |
+
|
| 120 |
+
| |-- episode_000004.parquet
|
| 121 |
+
|
| 122 |
+
| |-- episode_000005.parquet
|
| 123 |
+
|
| 124 |
+
| |-- episode_000006.parquet
|
| 125 |
+
|
| 126 |
+
| |-- episode_000007.parquet
|
| 127 |
+
|
| 128 |
+
| |-- episode_000008.parquet
|
| 129 |
+
|
| 130 |
+
| |-- episode_000009.parquet
|
| 131 |
+
|
| 132 |
+
| |-- episode_000010.parquet
|
| 133 |
+
|
| 134 |
+
| `-- episode_000011.parquet
|
| 135 |
+
|
| 136 |
+
| `-- ... (903 more entries)
|
| 137 |
+
|
| 138 |
+
|-- meta
|
| 139 |
+
|
| 140 |
+
| |-- episodes.jsonl
|
| 141 |
+
|
| 142 |
+
| |-- episodes_stats.jsonl
|
| 143 |
+
|
| 144 |
+
| |-- info.json
|
| 145 |
+
|
| 146 |
+
| `-- tasks.jsonl
|
| 147 |
+
|
| 148 |
+
|-- videos
|
| 149 |
+
|
| 150 |
+
| `-- chunk-000
|
| 151 |
+
|
| 152 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 153 |
+
|
| 154 |
+
| |-- observation.images.cam_front_head_rgb
|
| 155 |
+
|
| 156 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 157 |
+
|
| 158 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 159 |
+
|
| 160 |
+
|-- info.yaml
|
| 161 |
+
|
| 162 |
+
`-- README.md'
|
| 163 |
splits:
|
| 164 |
train: 0:914
|
| 165 |
features:
|
|
|
|
| 496 |
version_info: Initial Release
|
| 497 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 498 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 499 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_sort_personal_care_items.yaml
CHANGED
|
@@ -30,24 +30,36 @@ scene_type:
|
|
| 30 |
level5: null
|
| 31 |
env_type: real_world
|
| 32 |
objects:
|
| 33 |
-
-
|
| 34 |
-
|
| 35 |
-
- object_name: soap
|
| 36 |
color: white
|
| 37 |
-
|
|
|
|
|
|
|
| 38 |
color: white
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
color: red
|
| 43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
color: white
|
|
|
|
| 45 |
task_operation_type: fixed_dual_arm
|
| 46 |
-
task_instruction:
|
|
|
|
| 47 |
- Bimanual collaborative sorting of washing and personal care products
|
| 48 |
atomic_actions:
|
| 49 |
- grasp
|
| 50 |
-
- move
|
| 51 |
- pass
|
| 52 |
- place
|
| 53 |
robot_name:
|
|
@@ -75,6 +87,7 @@ joint_rotation_dim: radian
|
|
| 75 |
end_rotation_dim: radian
|
| 76 |
end_translation_dim: meter
|
| 77 |
annotations:
|
|
|
|
| 78 |
- eef_acc_mag_annotation.jsonl
|
| 79 |
- eef_direction_annotation.jsonl
|
| 80 |
- eef_velocity_annotation.jsonl
|
|
@@ -95,19 +108,77 @@ statistics:
|
|
| 95 |
frame_num: 455317
|
| 96 |
frame_range: 1M
|
| 97 |
dataset_size: 13.57 GB
|
| 98 |
-
data_structure:
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
| |--
|
| 109 |
-
|
| 110 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
splits:
|
| 112 |
train: 0:495
|
| 113 |
features:
|
|
@@ -444,5 +515,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 444 |
version_info: Initial Release
|
| 445 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 446 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 447 |
-
sub_tasks: *id001
|
| 448 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 30 |
level5: null
|
| 31 |
env_type: real_world
|
| 32 |
objects:
|
| 33 |
+
- id: soap
|
| 34 |
+
name: soap
|
|
|
|
| 35 |
color: white
|
| 36 |
+
anchor_policy: static
|
| 37 |
+
- id: open_top_box
|
| 38 |
+
name: open top box
|
| 39 |
color: white
|
| 40 |
+
anchor_policy: static
|
| 41 |
+
- id: open_top_box
|
| 42 |
+
name: open top box
|
| 43 |
+
color: blue
|
| 44 |
+
anchor_policy: static
|
| 45 |
+
- id: open_top_box
|
| 46 |
+
name: open top box
|
| 47 |
color: red
|
| 48 |
+
anchor_policy: static
|
| 49 |
+
- id: facial_cleanser
|
| 50 |
+
name: facial cleanser
|
| 51 |
+
color: white
|
| 52 |
+
anchor_policy: static
|
| 53 |
+
- id: table
|
| 54 |
+
name: table
|
| 55 |
color: white
|
| 56 |
+
anchor_policy: static
|
| 57 |
task_operation_type: fixed_dual_arm
|
| 58 |
+
task_instruction: Bimanual collaborative sorting of washing and personal care products
|
| 59 |
+
sub_tasks:
|
| 60 |
- Bimanual collaborative sorting of washing and personal care products
|
| 61 |
atomic_actions:
|
| 62 |
- grasp
|
|
|
|
| 63 |
- pass
|
| 64 |
- place
|
| 65 |
robot_name:
|
|
|
|
| 87 |
end_rotation_dim: radian
|
| 88 |
end_translation_dim: meter
|
| 89 |
annotations:
|
| 90 |
+
- camera_params.json
|
| 91 |
- eef_acc_mag_annotation.jsonl
|
| 92 |
- eef_direction_annotation.jsonl
|
| 93 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 108 |
frame_num: 455317
|
| 109 |
frame_range: 1M
|
| 110 |
dataset_size: 13.57 GB
|
| 111 |
+
data_structure: 'AI2_Alphabot_2_sort_personal_care_items_0_qced_hardlink/
|
| 112 |
+
|
| 113 |
+
|-- annotations
|
| 114 |
+
|
| 115 |
+
| |-- camera_params.json
|
| 116 |
+
|
| 117 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 118 |
+
|
| 119 |
+
| |-- eef_direction_annotation.jsonl
|
| 120 |
+
|
| 121 |
+
| |-- eef_velocity_annotation.jsonl
|
| 122 |
+
|
| 123 |
+
| |-- gripper_activity_annotation.jsonl
|
| 124 |
+
|
| 125 |
+
| `-- gripper_mode_annotation.jsonl
|
| 126 |
+
|
| 127 |
+
|-- data
|
| 128 |
+
|
| 129 |
+
| `-- chunk-000
|
| 130 |
+
|
| 131 |
+
| |-- episode_000000.parquet
|
| 132 |
+
|
| 133 |
+
| |-- episode_000001.parquet
|
| 134 |
+
|
| 135 |
+
| |-- episode_000002.parquet
|
| 136 |
+
|
| 137 |
+
| |-- episode_000003.parquet
|
| 138 |
+
|
| 139 |
+
| |-- episode_000004.parquet
|
| 140 |
+
|
| 141 |
+
| |-- episode_000005.parquet
|
| 142 |
+
|
| 143 |
+
| |-- episode_000006.parquet
|
| 144 |
+
|
| 145 |
+
| |-- episode_000007.parquet
|
| 146 |
+
|
| 147 |
+
| |-- episode_000008.parquet
|
| 148 |
+
|
| 149 |
+
| |-- episode_000009.parquet
|
| 150 |
+
|
| 151 |
+
| |-- episode_000010.parquet
|
| 152 |
+
|
| 153 |
+
| `-- episode_000011.parquet
|
| 154 |
+
|
| 155 |
+
| `-- ... (484 more entries)
|
| 156 |
+
|
| 157 |
+
|-- meta
|
| 158 |
+
|
| 159 |
+
| |-- episodes.jsonl
|
| 160 |
+
|
| 161 |
+
| |-- episodes_stats.jsonl
|
| 162 |
+
|
| 163 |
+
| |-- info.json
|
| 164 |
+
|
| 165 |
+
| `-- tasks.jsonl
|
| 166 |
+
|
| 167 |
+
|-- videos
|
| 168 |
+
|
| 169 |
+
| `-- chunk-000
|
| 170 |
+
|
| 171 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 172 |
+
|
| 173 |
+
| |-- observation.images.cam_front_head_rgb
|
| 174 |
+
|
| 175 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 176 |
+
|
| 177 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 178 |
+
|
| 179 |
+
|-- info.yaml
|
| 180 |
+
|
| 181 |
+
`-- README.md'
|
| 182 |
splits:
|
| 183 |
train: 0:495
|
| 184 |
features:
|
|
|
|
| 515 |
version_info: Initial Release
|
| 516 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 517 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 518 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_sort_utensils.yaml
CHANGED
|
@@ -160,7 +160,9 @@ data_structure: 'AI2_Alphabot_2_sort_utensils_0_qced_hardlink/
|
|
| 160 |
|
| 161 |
| `-- observation.images.cam_right_wrist_rgb
|
| 162 |
|
| 163 |
-
|
|
|
|
|
|
|
| 164 |
splits:
|
| 165 |
train: 0:194
|
| 166 |
features:
|
|
|
|
| 160 |
|
| 161 |
| `-- observation.images.cam_right_wrist_rgb
|
| 162 |
|
| 163 |
+
|-- info.yaml
|
| 164 |
+
|
| 165 |
+
`-- README.md'
|
| 166 |
splits:
|
| 167 |
train: 0:194
|
| 168 |
features:
|
dataset_info/AI2_Alphabot_2_sort_warehouse.yaml
CHANGED
|
@@ -44,6 +44,7 @@ task_operation_type: fixed_dual_arm
|
|
| 44 |
task_instruction: &id001
|
| 45 |
- Pick the cotton swabs from the blue box and place them into the white box.
|
| 46 |
- Pick the garbage bags from the red box and place them into the white box.
|
|
|
|
| 47 |
atomic_actions:
|
| 48 |
- pick
|
| 49 |
- move
|
|
@@ -74,6 +75,7 @@ joint_rotation_dim: radian
|
|
| 74 |
end_rotation_dim: radian
|
| 75 |
end_translation_dim: meter
|
| 76 |
annotations:
|
|
|
|
| 77 |
- eef_acc_mag_annotation.jsonl
|
| 78 |
- eef_direction_annotation.jsonl
|
| 79 |
- eef_velocity_annotation.jsonl
|
|
@@ -94,19 +96,77 @@ statistics:
|
|
| 94 |
frame_num: 434269
|
| 95 |
frame_range: 1M
|
| 96 |
dataset_size: 11.99 GB
|
| 97 |
-
data_structure:
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
| |--
|
| 108 |
-
|
| 109 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
splits:
|
| 111 |
train: 0:499
|
| 112 |
features:
|
|
@@ -443,5 +503,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 443 |
version_info: Initial Release
|
| 444 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 445 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 446 |
-
sub_tasks: *id001
|
| 447 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 44 |
task_instruction: &id001
|
| 45 |
- Pick the cotton swabs from the blue box and place them into the white box.
|
| 46 |
- Pick the garbage bags from the red box and place them into the white box.
|
| 47 |
+
sub_tasks: *id001
|
| 48 |
atomic_actions:
|
| 49 |
- pick
|
| 50 |
- move
|
|
|
|
| 75 |
end_rotation_dim: radian
|
| 76 |
end_translation_dim: meter
|
| 77 |
annotations:
|
| 78 |
+
- camera_params.json
|
| 79 |
- eef_acc_mag_annotation.jsonl
|
| 80 |
- eef_direction_annotation.jsonl
|
| 81 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 96 |
frame_num: 434269
|
| 97 |
frame_range: 1M
|
| 98 |
dataset_size: 11.99 GB
|
| 99 |
+
data_structure: 'AI2_Alphabot_2_sort_warehouse_0_qced_hardlink/
|
| 100 |
+
|
| 101 |
+
|-- annotations
|
| 102 |
+
|
| 103 |
+
| |-- camera_params.json
|
| 104 |
+
|
| 105 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 106 |
+
|
| 107 |
+
| |-- eef_direction_annotation.jsonl
|
| 108 |
+
|
| 109 |
+
| |-- eef_velocity_annotation.jsonl
|
| 110 |
+
|
| 111 |
+
| |-- gripper_activity_annotation.jsonl
|
| 112 |
+
|
| 113 |
+
| `-- gripper_mode_annotation.jsonl
|
| 114 |
+
|
| 115 |
+
|-- data
|
| 116 |
+
|
| 117 |
+
| `-- chunk-000
|
| 118 |
+
|
| 119 |
+
| |-- episode_000000.parquet
|
| 120 |
+
|
| 121 |
+
| |-- episode_000001.parquet
|
| 122 |
+
|
| 123 |
+
| |-- episode_000002.parquet
|
| 124 |
+
|
| 125 |
+
| |-- episode_000003.parquet
|
| 126 |
+
|
| 127 |
+
| |-- episode_000004.parquet
|
| 128 |
+
|
| 129 |
+
| |-- episode_000005.parquet
|
| 130 |
+
|
| 131 |
+
| |-- episode_000006.parquet
|
| 132 |
+
|
| 133 |
+
| |-- episode_000007.parquet
|
| 134 |
+
|
| 135 |
+
| |-- episode_000008.parquet
|
| 136 |
+
|
| 137 |
+
| |-- episode_000009.parquet
|
| 138 |
+
|
| 139 |
+
| |-- episode_000010.parquet
|
| 140 |
+
|
| 141 |
+
| `-- episode_000011.parquet
|
| 142 |
+
|
| 143 |
+
| `-- ... (488 more entries)
|
| 144 |
+
|
| 145 |
+
|-- meta
|
| 146 |
+
|
| 147 |
+
| |-- episodes.jsonl
|
| 148 |
+
|
| 149 |
+
| |-- episodes_stats.jsonl
|
| 150 |
+
|
| 151 |
+
| |-- info.json
|
| 152 |
+
|
| 153 |
+
| `-- tasks.jsonl
|
| 154 |
+
|
| 155 |
+
|-- videos
|
| 156 |
+
|
| 157 |
+
| `-- chunk-000
|
| 158 |
+
|
| 159 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 160 |
+
|
| 161 |
+
| |-- observation.images.cam_front_head_rgb
|
| 162 |
+
|
| 163 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 164 |
+
|
| 165 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 166 |
+
|
| 167 |
+
|-- info.yaml
|
| 168 |
+
|
| 169 |
+
`-- README.md'
|
| 170 |
splits:
|
| 171 |
train: 0:499
|
| 172 |
features:
|
|
|
|
| 503 |
version_info: Initial Release
|
| 504 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 505 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 506 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_stack_blocks.yaml
ADDED
|
@@ -0,0 +1,492 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
task_categories:
|
| 2 |
+
- robotics
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- RoboCOIN
|
| 7 |
+
- LeRobot
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
configs:
|
| 10 |
+
- config_name: default
|
| 11 |
+
data_files: data/chunk-{id}/episode_{id}.parquet
|
| 12 |
+
extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper
|
| 13 |
+
in your research/publications—see the "Citation" section for details. You agree
|
| 14 |
+
to not use the dataset to conduct experiments that cause harm to human subjects.
|
| 15 |
+
extra_gated_fields:
|
| 16 |
+
Company/Organization:
|
| 17 |
+
type: text
|
| 18 |
+
description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher"
|
| 19 |
+
Country:
|
| 20 |
+
type: country
|
| 21 |
+
description: e.g., "Germany", "China", "United States"
|
| 22 |
+
codebase_version: v2.1
|
| 23 |
+
dataset_name: AI2_Alphabot_2_stack_blocks
|
| 24 |
+
dataset_uuid: 810a8bb1-91c0-4978-bd04-f17b08d732e4
|
| 25 |
+
scene_type:
|
| 26 |
+
level1: Household
|
| 27 |
+
level2: Living Room
|
| 28 |
+
level3: null
|
| 29 |
+
level4: null
|
| 30 |
+
level5: null
|
| 31 |
+
env_type: real_world
|
| 32 |
+
objects:
|
| 33 |
+
- object_name: square block
|
| 34 |
+
color: purple
|
| 35 |
+
- object_name: square block
|
| 36 |
+
color: green
|
| 37 |
+
task_operation_type: fixed_single_arm
|
| 38 |
+
task_instruction: &id001
|
| 39 |
+
- Pick the topmost block from the stack and place it on the table.
|
| 40 |
+
sub_tasks: *id001
|
| 41 |
+
atomic_actions:
|
| 42 |
+
- grasp
|
| 43 |
+
- place
|
| 44 |
+
robot_name: AI2_Alphabot_2
|
| 45 |
+
end_effector_type: two_finger_end_effector
|
| 46 |
+
tele_type: vr_controller
|
| 47 |
+
sensor_list:
|
| 48 |
+
- cam_front_chest_rgb
|
| 49 |
+
- cam_front_head_rgb
|
| 50 |
+
- cam_left_wrist_rgb
|
| 51 |
+
- cam_right_wrist_rgb
|
| 52 |
+
came_info:
|
| 53 |
+
cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 54 |
+
pix_fmt=yuv420p
|
| 55 |
+
cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 56 |
+
pix_fmt=yuv420p
|
| 57 |
+
cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 58 |
+
pix_fmt=yuv420p
|
| 59 |
+
cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 60 |
+
pix_fmt=yuv420p
|
| 61 |
+
depth_enabled: false
|
| 62 |
+
coordinate_definition: right-hand-frame
|
| 63 |
+
joint_rotation_dim: radian
|
| 64 |
+
end_rotation_dim: radian
|
| 65 |
+
end_translation_dim: meter
|
| 66 |
+
annotations:
|
| 67 |
+
- eef_acc_mag_annotation.jsonl
|
| 68 |
+
- eef_direction_annotation.jsonl
|
| 69 |
+
- eef_velocity_annotation.jsonl
|
| 70 |
+
- gripper_activity_annotation.jsonl
|
| 71 |
+
- gripper_mode_annotation.jsonl
|
| 72 |
+
statistics:
|
| 73 |
+
total_episodes: 211
|
| 74 |
+
total_frames: 122256
|
| 75 |
+
fps: 30
|
| 76 |
+
total_tasks: 1
|
| 77 |
+
total_videos: 844
|
| 78 |
+
total_chunks: 1
|
| 79 |
+
chunks_size: 1000
|
| 80 |
+
state_dim: 34
|
| 81 |
+
action_dim: 34
|
| 82 |
+
camera_views: 4
|
| 83 |
+
dataset_size: 1.84 GB
|
| 84 |
+
frame_num: 122256
|
| 85 |
+
frame_range: 1M
|
| 86 |
+
dataset_size: 1.84 GB
|
| 87 |
+
data_structure: 'AI2_Alphabot_2_stack_blocks_0_qced_hardlink/
|
| 88 |
+
|
| 89 |
+
|-- annotations
|
| 90 |
+
|
| 91 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 92 |
+
|
| 93 |
+
| |-- eef_direction_annotation.jsonl
|
| 94 |
+
|
| 95 |
+
| |-- eef_velocity_annotation.jsonl
|
| 96 |
+
|
| 97 |
+
| |-- gripper_activity_annotation.jsonl
|
| 98 |
+
|
| 99 |
+
| `-- gripper_mode_annotation.jsonl
|
| 100 |
+
|
| 101 |
+
|-- data
|
| 102 |
+
|
| 103 |
+
| `-- chunk-000
|
| 104 |
+
|
| 105 |
+
| |-- episode_000000.parquet
|
| 106 |
+
|
| 107 |
+
| |-- episode_000001.parquet
|
| 108 |
+
|
| 109 |
+
| |-- episode_000002.parquet
|
| 110 |
+
|
| 111 |
+
| |-- episode_000003.parquet
|
| 112 |
+
|
| 113 |
+
| |-- episode_000004.parquet
|
| 114 |
+
|
| 115 |
+
| |-- episode_000005.parquet
|
| 116 |
+
|
| 117 |
+
| |-- episode_000006.parquet
|
| 118 |
+
|
| 119 |
+
| |-- episode_000007.parquet
|
| 120 |
+
|
| 121 |
+
| |-- episode_000008.parquet
|
| 122 |
+
|
| 123 |
+
| |-- episode_000009.parquet
|
| 124 |
+
|
| 125 |
+
| |-- episode_000010.parquet
|
| 126 |
+
|
| 127 |
+
| `-- episode_000011.parquet
|
| 128 |
+
|
| 129 |
+
| `-- ... (199 more entries)
|
| 130 |
+
|
| 131 |
+
|-- meta
|
| 132 |
+
|
| 133 |
+
| |-- episodes.jsonl
|
| 134 |
+
|
| 135 |
+
| |-- episodes_stats.jsonl
|
| 136 |
+
|
| 137 |
+
| |-- info.json
|
| 138 |
+
|
| 139 |
+
| `-- tasks.jsonl
|
| 140 |
+
|
| 141 |
+
|-- videos
|
| 142 |
+
|
| 143 |
+
| `-- chunk-000
|
| 144 |
+
|
| 145 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 146 |
+
|
| 147 |
+
| |-- observation.images.cam_front_head_rgb
|
| 148 |
+
|
| 149 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 150 |
+
|
| 151 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 152 |
+
|
| 153 |
+
|-- info.yaml
|
| 154 |
+
|
| 155 |
+
`-- README.md'
|
| 156 |
+
splits:
|
| 157 |
+
train: 0:210
|
| 158 |
+
features:
|
| 159 |
+
observation.images.cam_front_chest_rgb:
|
| 160 |
+
dtype: video
|
| 161 |
+
shape:
|
| 162 |
+
- 480
|
| 163 |
+
- 640
|
| 164 |
+
- 3
|
| 165 |
+
names:
|
| 166 |
+
- height
|
| 167 |
+
- width
|
| 168 |
+
- channels
|
| 169 |
+
info:
|
| 170 |
+
video.height: 480
|
| 171 |
+
video.width: 640
|
| 172 |
+
video.codec: h264
|
| 173 |
+
video.pix_fmt: yuv420p
|
| 174 |
+
video.is_depth_map: false
|
| 175 |
+
video.fps: 30
|
| 176 |
+
video.channels: 3
|
| 177 |
+
has_audio: false
|
| 178 |
+
observation.images.cam_front_head_rgb:
|
| 179 |
+
dtype: video
|
| 180 |
+
shape:
|
| 181 |
+
- 480
|
| 182 |
+
- 640
|
| 183 |
+
- 3
|
| 184 |
+
names:
|
| 185 |
+
- height
|
| 186 |
+
- width
|
| 187 |
+
- channels
|
| 188 |
+
info:
|
| 189 |
+
video.height: 480
|
| 190 |
+
video.width: 640
|
| 191 |
+
video.codec: h264
|
| 192 |
+
video.pix_fmt: yuv420p
|
| 193 |
+
video.is_depth_map: false
|
| 194 |
+
video.fps: 30
|
| 195 |
+
video.channels: 3
|
| 196 |
+
has_audio: false
|
| 197 |
+
observation.images.cam_left_wrist_rgb:
|
| 198 |
+
dtype: video
|
| 199 |
+
shape:
|
| 200 |
+
- 480
|
| 201 |
+
- 640
|
| 202 |
+
- 3
|
| 203 |
+
names:
|
| 204 |
+
- height
|
| 205 |
+
- width
|
| 206 |
+
- channels
|
| 207 |
+
info:
|
| 208 |
+
video.height: 480
|
| 209 |
+
video.width: 640
|
| 210 |
+
video.codec: h264
|
| 211 |
+
video.pix_fmt: yuv420p
|
| 212 |
+
video.is_depth_map: false
|
| 213 |
+
video.fps: 30
|
| 214 |
+
video.channels: 3
|
| 215 |
+
has_audio: false
|
| 216 |
+
observation.images.cam_right_wrist_rgb:
|
| 217 |
+
dtype: video
|
| 218 |
+
shape:
|
| 219 |
+
- 480
|
| 220 |
+
- 640
|
| 221 |
+
- 3
|
| 222 |
+
names:
|
| 223 |
+
- height
|
| 224 |
+
- width
|
| 225 |
+
- channels
|
| 226 |
+
info:
|
| 227 |
+
video.height: 480
|
| 228 |
+
video.width: 640
|
| 229 |
+
video.codec: h264
|
| 230 |
+
video.pix_fmt: yuv420p
|
| 231 |
+
video.is_depth_map: false
|
| 232 |
+
video.fps: 30
|
| 233 |
+
video.channels: 3
|
| 234 |
+
has_audio: false
|
| 235 |
+
observation.state:
|
| 236 |
+
dtype: float32
|
| 237 |
+
shape:
|
| 238 |
+
- 34
|
| 239 |
+
names:
|
| 240 |
+
- left_arm_joint_1_rad
|
| 241 |
+
- left_arm_joint_2_rad
|
| 242 |
+
- left_arm_joint_3_rad
|
| 243 |
+
- left_arm_joint_4_rad
|
| 244 |
+
- left_arm_joint_5_rad
|
| 245 |
+
- left_arm_joint_6_rad
|
| 246 |
+
- left_arm_joint_7_rad
|
| 247 |
+
- left_eef_pos_x_m
|
| 248 |
+
- left_eef_pos_y_m
|
| 249 |
+
- left_eef_pos_z_m
|
| 250 |
+
- left_eef_rot_euler_x_rad
|
| 251 |
+
- left_eef_rot_euler_y_rad
|
| 252 |
+
- left_eef_rot_euler_z_rad
|
| 253 |
+
- right_arm_joint_1_rad
|
| 254 |
+
- right_arm_joint_2_rad
|
| 255 |
+
- right_arm_joint_3_rad
|
| 256 |
+
- right_arm_joint_4_rad
|
| 257 |
+
- right_arm_joint_5_rad
|
| 258 |
+
- right_arm_joint_6_rad
|
| 259 |
+
- right_arm_joint_7_rad
|
| 260 |
+
- right_eef_pos_x_m
|
| 261 |
+
- right_eef_pos_y_m
|
| 262 |
+
- right_eef_pos_z_m
|
| 263 |
+
- right_eef_rot_euler_x_rad
|
| 264 |
+
- right_eef_rot_euler_y_rad
|
| 265 |
+
- right_eef_rot_euler_z_rad
|
| 266 |
+
- left_gripper_open
|
| 267 |
+
- right_gripper_open
|
| 268 |
+
- neck_joint_1_rad
|
| 269 |
+
- neck_joint_2_rad
|
| 270 |
+
- torso_joint_1_rad
|
| 271 |
+
- torso_joint_2_rad
|
| 272 |
+
- torso_joint_3_rad
|
| 273 |
+
- torso_joint_4_rad
|
| 274 |
+
action:
|
| 275 |
+
dtype: float32
|
| 276 |
+
shape:
|
| 277 |
+
- 34
|
| 278 |
+
names:
|
| 279 |
+
- left_arm_joint_1_rad
|
| 280 |
+
- left_arm_joint_2_rad
|
| 281 |
+
- left_arm_joint_3_rad
|
| 282 |
+
- left_arm_joint_4_rad
|
| 283 |
+
- left_arm_joint_5_rad
|
| 284 |
+
- left_arm_joint_6_rad
|
| 285 |
+
- left_arm_joint_7_rad
|
| 286 |
+
- left_eef_pos_x_m
|
| 287 |
+
- left_eef_pos_y_m
|
| 288 |
+
- left_eef_pos_z_m
|
| 289 |
+
- left_eef_rot_euler_x_rad
|
| 290 |
+
- left_eef_rot_euler_y_rad
|
| 291 |
+
- left_eef_rot_euler_z_rad
|
| 292 |
+
- right_arm_joint_1_rad
|
| 293 |
+
- right_arm_joint_2_rad
|
| 294 |
+
- right_arm_joint_3_rad
|
| 295 |
+
- right_arm_joint_4_rad
|
| 296 |
+
- right_arm_joint_5_rad
|
| 297 |
+
- right_arm_joint_6_rad
|
| 298 |
+
- right_arm_joint_7_rad
|
| 299 |
+
- right_eef_pos_x_m
|
| 300 |
+
- right_eef_pos_y_m
|
| 301 |
+
- right_eef_pos_z_m
|
| 302 |
+
- right_eef_rot_euler_x_rad
|
| 303 |
+
- right_eef_rot_euler_y_rad
|
| 304 |
+
- right_eef_rot_euler_z_rad
|
| 305 |
+
- left_gripper_open
|
| 306 |
+
- right_gripper_open
|
| 307 |
+
- neck_joint_1_rad
|
| 308 |
+
- neck_joint_2_rad
|
| 309 |
+
- torso_joint_1_rad
|
| 310 |
+
- torso_joint_2_rad
|
| 311 |
+
- torso_joint_3_rad
|
| 312 |
+
- torso_joint_4_rad
|
| 313 |
+
timestamp:
|
| 314 |
+
dtype: float32
|
| 315 |
+
shape:
|
| 316 |
+
- 1
|
| 317 |
+
names: null
|
| 318 |
+
frame_index:
|
| 319 |
+
dtype: int64
|
| 320 |
+
shape:
|
| 321 |
+
- 1
|
| 322 |
+
names: null
|
| 323 |
+
episode_index:
|
| 324 |
+
dtype: int64
|
| 325 |
+
shape:
|
| 326 |
+
- 1
|
| 327 |
+
names: null
|
| 328 |
+
index:
|
| 329 |
+
dtype: int64
|
| 330 |
+
shape:
|
| 331 |
+
- 1
|
| 332 |
+
names: null
|
| 333 |
+
task_index:
|
| 334 |
+
dtype: int64
|
| 335 |
+
shape:
|
| 336 |
+
- 1
|
| 337 |
+
names: null
|
| 338 |
+
gripper_open_scale_state:
|
| 339 |
+
names:
|
| 340 |
+
- left_gripper_open_scale
|
| 341 |
+
- right_gripper_open_scale
|
| 342 |
+
dtype: float64
|
| 343 |
+
shape:
|
| 344 |
+
- 2
|
| 345 |
+
gripper_open_scale_action:
|
| 346 |
+
names:
|
| 347 |
+
- left_gripper_open_scale
|
| 348 |
+
- right_gripper_open_scale
|
| 349 |
+
dtype: float64
|
| 350 |
+
shape:
|
| 351 |
+
- 2
|
| 352 |
+
eef_sim_pose_state:
|
| 353 |
+
names:
|
| 354 |
+
- left_eef_pos_x
|
| 355 |
+
- left_eef_pos_y
|
| 356 |
+
- left_eef_pos_z
|
| 357 |
+
- left_eef_rot_x
|
| 358 |
+
- left_eef_rot_y
|
| 359 |
+
- left_eef_rot_z
|
| 360 |
+
- right_eef_pos_x
|
| 361 |
+
- right_eef_pos_y
|
| 362 |
+
- right_eef_pos_z
|
| 363 |
+
- right_eef_rot_x
|
| 364 |
+
- right_eef_rot_y
|
| 365 |
+
- right_eef_rot_z
|
| 366 |
+
dtype: float32
|
| 367 |
+
shape:
|
| 368 |
+
- 12
|
| 369 |
+
eef_sim_pose_action:
|
| 370 |
+
names:
|
| 371 |
+
- left_eef_pos_x
|
| 372 |
+
- left_eef_pos_y
|
| 373 |
+
- left_eef_pos_z
|
| 374 |
+
- left_eef_rot_x
|
| 375 |
+
- left_eef_rot_y
|
| 376 |
+
- left_eef_rot_z
|
| 377 |
+
- right_eef_pos_x
|
| 378 |
+
- right_eef_pos_y
|
| 379 |
+
- right_eef_pos_z
|
| 380 |
+
- right_eef_rot_x
|
| 381 |
+
- right_eef_rot_y
|
| 382 |
+
- right_eef_rot_z
|
| 383 |
+
dtype: float32
|
| 384 |
+
shape:
|
| 385 |
+
- 12
|
| 386 |
+
eef_direction_state:
|
| 387 |
+
names:
|
| 388 |
+
- left_eef_direction
|
| 389 |
+
- right_eef_direction
|
| 390 |
+
dtype: int32
|
| 391 |
+
shape:
|
| 392 |
+
- 2
|
| 393 |
+
eef_direction_action:
|
| 394 |
+
names:
|
| 395 |
+
- left_eef_direction
|
| 396 |
+
- right_eef_direction
|
| 397 |
+
dtype: int32
|
| 398 |
+
shape:
|
| 399 |
+
- 2
|
| 400 |
+
eef_velocity_state:
|
| 401 |
+
names:
|
| 402 |
+
- left_eef_velocity
|
| 403 |
+
- right_eef_velocity
|
| 404 |
+
dtype: int32
|
| 405 |
+
shape:
|
| 406 |
+
- 2
|
| 407 |
+
eef_velocity_action:
|
| 408 |
+
names:
|
| 409 |
+
- left_eef_velocity
|
| 410 |
+
- right_eef_velocity
|
| 411 |
+
dtype: int32
|
| 412 |
+
shape:
|
| 413 |
+
- 2
|
| 414 |
+
eef_acc_mag_state:
|
| 415 |
+
names:
|
| 416 |
+
- left_eef_acc_mag
|
| 417 |
+
- right_eef_acc_mag
|
| 418 |
+
dtype: int32
|
| 419 |
+
shape:
|
| 420 |
+
- 2
|
| 421 |
+
eef_acc_mag_action:
|
| 422 |
+
names:
|
| 423 |
+
- left_eef_acc_mag
|
| 424 |
+
- right_eef_acc_mag
|
| 425 |
+
dtype: int32
|
| 426 |
+
shape:
|
| 427 |
+
- 2
|
| 428 |
+
gripper_mode_state:
|
| 429 |
+
names:
|
| 430 |
+
- left_gripper_mode
|
| 431 |
+
- right_gripper_mode
|
| 432 |
+
dtype: int32
|
| 433 |
+
shape:
|
| 434 |
+
- 2
|
| 435 |
+
gripper_mode_action:
|
| 436 |
+
names:
|
| 437 |
+
- left_gripper_mode
|
| 438 |
+
- right_gripper_mode
|
| 439 |
+
dtype: int32
|
| 440 |
+
shape:
|
| 441 |
+
- 2
|
| 442 |
+
gripper_activity_state:
|
| 443 |
+
names:
|
| 444 |
+
- left_gripper_activity
|
| 445 |
+
- right_gripper_activity
|
| 446 |
+
dtype: int32
|
| 447 |
+
shape:
|
| 448 |
+
- 2
|
| 449 |
+
gripper_activity_action:
|
| 450 |
+
names:
|
| 451 |
+
- left_gripper_activity
|
| 452 |
+
- right_gripper_activity
|
| 453 |
+
dtype: int32
|
| 454 |
+
shape:
|
| 455 |
+
- 2
|
| 456 |
+
authors:
|
| 457 |
+
contributed_by:
|
| 458 |
+
- name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI)
|
| 459 |
+
dataset_description: This dataset uses an extended format based on LeRobot and is
|
| 460 |
+
fully compatible with LeRobot.
|
| 461 |
+
homepage: https://flagopen.github.io/RoboCOIN/
|
| 462 |
+
paper: https://arxiv.org/abs/2511.17441
|
| 463 |
+
repository: https://github.com/FlagOpen/RoboCOIN
|
| 464 |
+
contact_info: For questions, issues, or feedback regarding this dataset, please contact
|
| 465 |
+
us.
|
| 466 |
+
support_info: For technical support, please open an issue on our GitHub repository.
|
| 467 |
+
license_details: apache-2.0
|
| 468 |
+
citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\
|
| 469 |
+
\ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\
|
| 470 |
+
\ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\
|
| 471 |
+
\ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\
|
| 472 |
+
\ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\
|
| 473 |
+
\ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\
|
| 474 |
+
\ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\
|
| 475 |
+
\ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\
|
| 476 |
+
\ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\
|
| 477 |
+
\ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\
|
| 478 |
+
\ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\
|
| 479 |
+
\ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\
|
| 480 |
+
\ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\
|
| 481 |
+
\ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\
|
| 482 |
+
\ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\
|
| 483 |
+
\ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n"
|
| 484 |
+
additional_citations: 'If you use this dataset, please also consider citing:
|
| 485 |
+
|
| 486 |
+
LeRobot Framework: https://github.com/huggingface/lerobot
|
| 487 |
+
|
| 488 |
+
'
|
| 489 |
+
version_info: Initial Release
|
| 490 |
+
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 491 |
+
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 492 |
+
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_stack_cups.yaml
CHANGED
|
@@ -39,6 +39,7 @@ objects:
|
|
| 39 |
task_operation_type: fixed_single_arm
|
| 40 |
task_instruction: &id001
|
| 41 |
- Stack the three plastic cups sequentially using one hand.
|
|
|
|
| 42 |
atomic_actions:
|
| 43 |
- pick
|
| 44 |
- place
|
|
@@ -67,6 +68,7 @@ joint_rotation_dim: radian
|
|
| 67 |
end_rotation_dim: radian
|
| 68 |
end_translation_dim: meter
|
| 69 |
annotations:
|
|
|
|
| 70 |
- eef_acc_mag_annotation.jsonl
|
| 71 |
- eef_direction_annotation.jsonl
|
| 72 |
- eef_velocity_annotation.jsonl
|
|
@@ -87,19 +89,77 @@ statistics:
|
|
| 87 |
frame_num: 324466
|
| 88 |
frame_range: 1M
|
| 89 |
dataset_size: 9.35 GB
|
| 90 |
-
data_structure:
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
| |--
|
| 101 |
-
|
| 102 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 103 |
splits:
|
| 104 |
train: 0:402
|
| 105 |
features:
|
|
@@ -436,5 +496,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 436 |
version_info: Initial Release
|
| 437 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 438 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 439 |
-
sub_tasks: *id001
|
| 440 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 39 |
task_operation_type: fixed_single_arm
|
| 40 |
task_instruction: &id001
|
| 41 |
- Stack the three plastic cups sequentially using one hand.
|
| 42 |
+
sub_tasks: *id001
|
| 43 |
atomic_actions:
|
| 44 |
- pick
|
| 45 |
- place
|
|
|
|
| 68 |
end_rotation_dim: radian
|
| 69 |
end_translation_dim: meter
|
| 70 |
annotations:
|
| 71 |
+
- camera_params.json
|
| 72 |
- eef_acc_mag_annotation.jsonl
|
| 73 |
- eef_direction_annotation.jsonl
|
| 74 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 89 |
frame_num: 324466
|
| 90 |
frame_range: 1M
|
| 91 |
dataset_size: 9.35 GB
|
| 92 |
+
data_structure: 'AI2_Alphabot_2_stack_cups_0_qced_hardlink/
|
| 93 |
+
|
| 94 |
+
|-- annotations
|
| 95 |
+
|
| 96 |
+
| |-- camera_params.json
|
| 97 |
+
|
| 98 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 99 |
+
|
| 100 |
+
| |-- eef_direction_annotation.jsonl
|
| 101 |
+
|
| 102 |
+
| |-- eef_velocity_annotation.jsonl
|
| 103 |
+
|
| 104 |
+
| |-- gripper_activity_annotation.jsonl
|
| 105 |
+
|
| 106 |
+
| `-- gripper_mode_annotation.jsonl
|
| 107 |
+
|
| 108 |
+
|-- data
|
| 109 |
+
|
| 110 |
+
| `-- chunk-000
|
| 111 |
+
|
| 112 |
+
| |-- episode_000000.parquet
|
| 113 |
+
|
| 114 |
+
| |-- episode_000001.parquet
|
| 115 |
+
|
| 116 |
+
| |-- episode_000002.parquet
|
| 117 |
+
|
| 118 |
+
| |-- episode_000003.parquet
|
| 119 |
+
|
| 120 |
+
| |-- episode_000004.parquet
|
| 121 |
+
|
| 122 |
+
| |-- episode_000005.parquet
|
| 123 |
+
|
| 124 |
+
| |-- episode_000006.parquet
|
| 125 |
+
|
| 126 |
+
| |-- episode_000007.parquet
|
| 127 |
+
|
| 128 |
+
| |-- episode_000008.parquet
|
| 129 |
+
|
| 130 |
+
| |-- episode_000009.parquet
|
| 131 |
+
|
| 132 |
+
| |-- episode_000010.parquet
|
| 133 |
+
|
| 134 |
+
| `-- episode_000011.parquet
|
| 135 |
+
|
| 136 |
+
| `-- ... (391 more entries)
|
| 137 |
+
|
| 138 |
+
|-- meta
|
| 139 |
+
|
| 140 |
+
| |-- episodes.jsonl
|
| 141 |
+
|
| 142 |
+
| |-- episodes_stats.jsonl
|
| 143 |
+
|
| 144 |
+
| |-- info.json
|
| 145 |
+
|
| 146 |
+
| `-- tasks.jsonl
|
| 147 |
+
|
| 148 |
+
|-- videos
|
| 149 |
+
|
| 150 |
+
| `-- chunk-000
|
| 151 |
+
|
| 152 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 153 |
+
|
| 154 |
+
| |-- observation.images.cam_front_head_rgb
|
| 155 |
+
|
| 156 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 157 |
+
|
| 158 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 159 |
+
|
| 160 |
+
|-- info.yaml
|
| 161 |
+
|
| 162 |
+
`-- README.md'
|
| 163 |
splits:
|
| 164 |
train: 0:402
|
| 165 |
features:
|
|
|
|
| 496 |
version_info: Initial Release
|
| 497 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 498 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 499 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_stamp_document.yaml
CHANGED
|
@@ -37,6 +37,7 @@ objects:
|
|
| 37 |
task_operation_type: fixed_single_arm
|
| 38 |
task_instruction: &id001
|
| 39 |
- Use the right hand to pick up the stamp and affix it onto the A4 paper.
|
|
|
|
| 40 |
atomic_actions:
|
| 41 |
- pick
|
| 42 |
- press
|
|
@@ -64,6 +65,7 @@ joint_rotation_dim: radian
|
|
| 64 |
end_rotation_dim: radian
|
| 65 |
end_translation_dim: meter
|
| 66 |
annotations:
|
|
|
|
| 67 |
- eef_acc_mag_annotation.jsonl
|
| 68 |
- eef_direction_annotation.jsonl
|
| 69 |
- eef_velocity_annotation.jsonl
|
|
@@ -84,19 +86,77 @@ statistics:
|
|
| 84 |
frame_num: 369702
|
| 85 |
frame_range: 1M
|
| 86 |
dataset_size: 7.18 GB
|
| 87 |
-
data_structure:
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
| |--
|
| 98 |
-
|
| 99 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
splits:
|
| 101 |
train: 0:986
|
| 102 |
features:
|
|
@@ -433,5 +493,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 433 |
version_info: Initial Release
|
| 434 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 435 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 436 |
-
sub_tasks: *id001
|
| 437 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 37 |
task_operation_type: fixed_single_arm
|
| 38 |
task_instruction: &id001
|
| 39 |
- Use the right hand to pick up the stamp and affix it onto the A4 paper.
|
| 40 |
+
sub_tasks: *id001
|
| 41 |
atomic_actions:
|
| 42 |
- pick
|
| 43 |
- press
|
|
|
|
| 65 |
end_rotation_dim: radian
|
| 66 |
end_translation_dim: meter
|
| 67 |
annotations:
|
| 68 |
+
- camera_params.json
|
| 69 |
- eef_acc_mag_annotation.jsonl
|
| 70 |
- eef_direction_annotation.jsonl
|
| 71 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 86 |
frame_num: 369702
|
| 87 |
frame_range: 1M
|
| 88 |
dataset_size: 7.18 GB
|
| 89 |
+
data_structure: 'AI2_Alphabot_2_stamp_document_0_qced_hardlink/
|
| 90 |
+
|
| 91 |
+
|-- annotations
|
| 92 |
+
|
| 93 |
+
| |-- camera_params.json
|
| 94 |
+
|
| 95 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 96 |
+
|
| 97 |
+
| |-- eef_direction_annotation.jsonl
|
| 98 |
+
|
| 99 |
+
| |-- eef_velocity_annotation.jsonl
|
| 100 |
+
|
| 101 |
+
| |-- gripper_activity_annotation.jsonl
|
| 102 |
+
|
| 103 |
+
| `-- gripper_mode_annotation.jsonl
|
| 104 |
+
|
| 105 |
+
|-- data
|
| 106 |
+
|
| 107 |
+
| `-- chunk-000
|
| 108 |
+
|
| 109 |
+
| |-- episode_000000.parquet
|
| 110 |
+
|
| 111 |
+
| |-- episode_000001.parquet
|
| 112 |
+
|
| 113 |
+
| |-- episode_000002.parquet
|
| 114 |
+
|
| 115 |
+
| |-- episode_000003.parquet
|
| 116 |
+
|
| 117 |
+
| |-- episode_000004.parquet
|
| 118 |
+
|
| 119 |
+
| |-- episode_000005.parquet
|
| 120 |
+
|
| 121 |
+
| |-- episode_000006.parquet
|
| 122 |
+
|
| 123 |
+
| |-- episode_000007.parquet
|
| 124 |
+
|
| 125 |
+
| |-- episode_000008.parquet
|
| 126 |
+
|
| 127 |
+
| |-- episode_000009.parquet
|
| 128 |
+
|
| 129 |
+
| |-- episode_000010.parquet
|
| 130 |
+
|
| 131 |
+
| `-- episode_000011.parquet
|
| 132 |
+
|
| 133 |
+
| `-- ... (975 more entries)
|
| 134 |
+
|
| 135 |
+
|-- meta
|
| 136 |
+
|
| 137 |
+
| |-- episodes.jsonl
|
| 138 |
+
|
| 139 |
+
| |-- episodes_stats.jsonl
|
| 140 |
+
|
| 141 |
+
| |-- info.json
|
| 142 |
+
|
| 143 |
+
| `-- tasks.jsonl
|
| 144 |
+
|
| 145 |
+
|-- videos
|
| 146 |
+
|
| 147 |
+
| `-- chunk-000
|
| 148 |
+
|
| 149 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 150 |
+
|
| 151 |
+
| |-- observation.images.cam_front_head_rgb
|
| 152 |
+
|
| 153 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 154 |
+
|
| 155 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 156 |
+
|
| 157 |
+
|-- info.yaml
|
| 158 |
+
|
| 159 |
+
`-- README.md'
|
| 160 |
splits:
|
| 161 |
train: 0:986
|
| 162 |
features:
|
|
|
|
| 493 |
version_info: Initial Release
|
| 494 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 495 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 496 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_stir_spoon.yaml
CHANGED
|
@@ -38,6 +38,7 @@ task_operation_type: fixed_single_arm
|
|
| 38 |
task_instruction: &id001
|
| 39 |
- Pick up the stirring spoon with one hand, stir inside the cup, then place it back
|
| 40 |
in its original position.
|
|
|
|
| 41 |
atomic_actions:
|
| 42 |
- pick
|
| 43 |
- stir
|
|
@@ -67,6 +68,7 @@ joint_rotation_dim: radian
|
|
| 67 |
end_rotation_dim: radian
|
| 68 |
end_translation_dim: meter
|
| 69 |
annotations:
|
|
|
|
| 70 |
- eef_acc_mag_annotation.jsonl
|
| 71 |
- eef_direction_annotation.jsonl
|
| 72 |
- eef_velocity_annotation.jsonl
|
|
@@ -83,23 +85,81 @@ statistics:
|
|
| 83 |
state_dim: 34
|
| 84 |
action_dim: 34
|
| 85 |
camera_views: 4
|
| 86 |
-
dataset_size: 14.
|
| 87 |
frame_num: 334844
|
| 88 |
frame_range: 1M
|
| 89 |
-
dataset_size: 14.
|
| 90 |
-
data_structure:
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
| |--
|
| 101 |
-
|
| 102 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 103 |
splits:
|
| 104 |
train: 0:404
|
| 105 |
features:
|
|
@@ -286,119 +346,15 @@ features:
|
|
| 286 |
names:
|
| 287 |
- left_gripper_open_scale
|
| 288 |
- right_gripper_open_scale
|
| 289 |
-
dtype:
|
| 290 |
shape:
|
| 291 |
- 2
|
| 292 |
gripper_open_scale_action:
|
| 293 |
names:
|
| 294 |
- left_gripper_open_scale
|
| 295 |
- right_gripper_open_scale
|
| 296 |
-
dtype: float64
|
| 297 |
-
shape:
|
| 298 |
-
- 2
|
| 299 |
-
eef_sim_pose_state:
|
| 300 |
-
names:
|
| 301 |
-
- left_eef_pos_x
|
| 302 |
-
- left_eef_pos_y
|
| 303 |
-
- left_eef_pos_z
|
| 304 |
-
- left_eef_rot_x
|
| 305 |
-
- left_eef_rot_y
|
| 306 |
-
- left_eef_rot_z
|
| 307 |
-
- right_eef_pos_x
|
| 308 |
-
- right_eef_pos_y
|
| 309 |
-
- right_eef_pos_z
|
| 310 |
-
- right_eef_rot_x
|
| 311 |
-
- right_eef_rot_y
|
| 312 |
-
- right_eef_rot_z
|
| 313 |
dtype: float32
|
| 314 |
shape:
|
| 315 |
-
- 12
|
| 316 |
-
eef_sim_pose_action:
|
| 317 |
-
names:
|
| 318 |
-
- left_eef_pos_x
|
| 319 |
-
- left_eef_pos_y
|
| 320 |
-
- left_eef_pos_z
|
| 321 |
-
- left_eef_rot_x
|
| 322 |
-
- left_eef_rot_y
|
| 323 |
-
- left_eef_rot_z
|
| 324 |
-
- right_eef_pos_x
|
| 325 |
-
- right_eef_pos_y
|
| 326 |
-
- right_eef_pos_z
|
| 327 |
-
- right_eef_rot_x
|
| 328 |
-
- right_eef_rot_y
|
| 329 |
-
- right_eef_rot_z
|
| 330 |
-
dtype: float32
|
| 331 |
-
shape:
|
| 332 |
-
- 12
|
| 333 |
-
eef_direction_state:
|
| 334 |
-
names:
|
| 335 |
-
- left_eef_direction
|
| 336 |
-
- right_eef_direction
|
| 337 |
-
dtype: int32
|
| 338 |
-
shape:
|
| 339 |
-
- 2
|
| 340 |
-
eef_direction_action:
|
| 341 |
-
names:
|
| 342 |
-
- left_eef_direction
|
| 343 |
-
- right_eef_direction
|
| 344 |
-
dtype: int32
|
| 345 |
-
shape:
|
| 346 |
-
- 2
|
| 347 |
-
eef_velocity_state:
|
| 348 |
-
names:
|
| 349 |
-
- left_eef_velocity
|
| 350 |
-
- right_eef_velocity
|
| 351 |
-
dtype: int32
|
| 352 |
-
shape:
|
| 353 |
-
- 2
|
| 354 |
-
eef_velocity_action:
|
| 355 |
-
names:
|
| 356 |
-
- left_eef_velocity
|
| 357 |
-
- right_eef_velocity
|
| 358 |
-
dtype: int32
|
| 359 |
-
shape:
|
| 360 |
-
- 2
|
| 361 |
-
eef_acc_mag_state:
|
| 362 |
-
names:
|
| 363 |
-
- left_eef_acc_mag
|
| 364 |
-
- right_eef_acc_mag
|
| 365 |
-
dtype: int32
|
| 366 |
-
shape:
|
| 367 |
-
- 2
|
| 368 |
-
eef_acc_mag_action:
|
| 369 |
-
names:
|
| 370 |
-
- left_eef_acc_mag
|
| 371 |
-
- right_eef_acc_mag
|
| 372 |
-
dtype: int32
|
| 373 |
-
shape:
|
| 374 |
-
- 2
|
| 375 |
-
gripper_mode_state:
|
| 376 |
-
names:
|
| 377 |
-
- left_gripper_mode
|
| 378 |
-
- right_gripper_mode
|
| 379 |
-
dtype: int32
|
| 380 |
-
shape:
|
| 381 |
-
- 2
|
| 382 |
-
gripper_mode_action:
|
| 383 |
-
names:
|
| 384 |
-
- left_gripper_mode
|
| 385 |
-
- right_gripper_mode
|
| 386 |
-
dtype: int32
|
| 387 |
-
shape:
|
| 388 |
-
- 2
|
| 389 |
-
gripper_activity_state:
|
| 390 |
-
names:
|
| 391 |
-
- left_gripper_activity
|
| 392 |
-
- right_gripper_activity
|
| 393 |
-
dtype: int32
|
| 394 |
-
shape:
|
| 395 |
-
- 2
|
| 396 |
-
gripper_activity_action:
|
| 397 |
-
names:
|
| 398 |
-
- left_gripper_activity
|
| 399 |
-
- right_gripper_activity
|
| 400 |
-
dtype: int32
|
| 401 |
-
shape:
|
| 402 |
- 2
|
| 403 |
authors:
|
| 404 |
contributed_by:
|
|
@@ -436,5 +392,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 436 |
version_info: Initial Release
|
| 437 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 438 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 439 |
-
sub_tasks: *id001
|
| 440 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 38 |
task_instruction: &id001
|
| 39 |
- Pick up the stirring spoon with one hand, stir inside the cup, then place it back
|
| 40 |
in its original position.
|
| 41 |
+
sub_tasks: *id001
|
| 42 |
atomic_actions:
|
| 43 |
- pick
|
| 44 |
- stir
|
|
|
|
| 68 |
end_rotation_dim: radian
|
| 69 |
end_translation_dim: meter
|
| 70 |
annotations:
|
| 71 |
+
- camera_params.json
|
| 72 |
- eef_acc_mag_annotation.jsonl
|
| 73 |
- eef_direction_annotation.jsonl
|
| 74 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 85 |
state_dim: 34
|
| 86 |
action_dim: 34
|
| 87 |
camera_views: 4
|
| 88 |
+
dataset_size: 14.25 GB
|
| 89 |
frame_num: 334844
|
| 90 |
frame_range: 1M
|
| 91 |
+
dataset_size: 14.25 GB
|
| 92 |
+
data_structure: 'AI2_Alphabot_2_stir_spoon_0_qced_hardlink/
|
| 93 |
+
|
| 94 |
+
|-- annotations
|
| 95 |
+
|
| 96 |
+
| |-- camera_params.json
|
| 97 |
+
|
| 98 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 99 |
+
|
| 100 |
+
| |-- eef_direction_annotation.jsonl
|
| 101 |
+
|
| 102 |
+
| |-- eef_velocity_annotation.jsonl
|
| 103 |
+
|
| 104 |
+
| |-- gripper_activity_annotation.jsonl
|
| 105 |
+
|
| 106 |
+
| `-- gripper_mode_annotation.jsonl
|
| 107 |
+
|
| 108 |
+
|-- data
|
| 109 |
+
|
| 110 |
+
| `-- chunk-000
|
| 111 |
+
|
| 112 |
+
| |-- episode_000000.parquet
|
| 113 |
+
|
| 114 |
+
| |-- episode_000001.parquet
|
| 115 |
+
|
| 116 |
+
| |-- episode_000002.parquet
|
| 117 |
+
|
| 118 |
+
| |-- episode_000003.parquet
|
| 119 |
+
|
| 120 |
+
| |-- episode_000004.parquet
|
| 121 |
+
|
| 122 |
+
| |-- episode_000005.parquet
|
| 123 |
+
|
| 124 |
+
| |-- episode_000006.parquet
|
| 125 |
+
|
| 126 |
+
| |-- episode_000007.parquet
|
| 127 |
+
|
| 128 |
+
| |-- episode_000008.parquet
|
| 129 |
+
|
| 130 |
+
| |-- episode_000009.parquet
|
| 131 |
+
|
| 132 |
+
| |-- episode_000010.parquet
|
| 133 |
+
|
| 134 |
+
| `-- episode_000011.parquet
|
| 135 |
+
|
| 136 |
+
| `-- ... (393 more entries)
|
| 137 |
+
|
| 138 |
+
|-- meta
|
| 139 |
+
|
| 140 |
+
| |-- episodes.jsonl
|
| 141 |
+
|
| 142 |
+
| |-- episodes_stats.jsonl
|
| 143 |
+
|
| 144 |
+
| |-- info.json
|
| 145 |
+
|
| 146 |
+
| `-- tasks.jsonl
|
| 147 |
+
|
| 148 |
+
|-- videos
|
| 149 |
+
|
| 150 |
+
| `-- chunk-000
|
| 151 |
+
|
| 152 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 153 |
+
|
| 154 |
+
| |-- observation.images.cam_front_head_rgb
|
| 155 |
+
|
| 156 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 157 |
+
|
| 158 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 159 |
+
|
| 160 |
+
|-- info.yaml
|
| 161 |
+
|
| 162 |
+
`-- README.md'
|
| 163 |
splits:
|
| 164 |
train: 0:404
|
| 165 |
features:
|
|
|
|
| 346 |
names:
|
| 347 |
- left_gripper_open_scale
|
| 348 |
- right_gripper_open_scale
|
| 349 |
+
dtype: float32
|
| 350 |
shape:
|
| 351 |
- 2
|
| 352 |
gripper_open_scale_action:
|
| 353 |
names:
|
| 354 |
- left_gripper_open_scale
|
| 355 |
- right_gripper_open_scale
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 356 |
dtype: float32
|
| 357 |
shape:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 358 |
- 2
|
| 359 |
authors:
|
| 360 |
contributed_by:
|
|
|
|
| 392 |
version_info: Initial Release
|
| 393 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 394 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 395 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_stir_water.yaml
CHANGED
|
@@ -30,22 +30,35 @@ scene_type:
|
|
| 30 |
level5: null
|
| 31 |
env_type: real_world
|
| 32 |
objects:
|
| 33 |
-
-
|
|
|
|
| 34 |
color: white
|
| 35 |
-
|
|
|
|
|
|
|
| 36 |
color: pink
|
| 37 |
-
|
|
|
|
|
|
|
| 38 |
color: black
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
task_operation_type: fixed_single_arm
|
| 40 |
-
task_instruction:
|
|
|
|
|
|
|
| 41 |
- Use the right hand to pick up the spoon and stir the clear water in the bowl.
|
| 42 |
atomic_actions:
|
| 43 |
-
-
|
| 44 |
-
- move
|
| 45 |
-
- stir
|
| 46 |
- place
|
| 47 |
-
|
| 48 |
-
|
|
|
|
|
|
|
|
|
|
| 49 |
tele_type: vr_controller
|
| 50 |
sensor_list:
|
| 51 |
- cam_front_chest_rgb
|
|
@@ -67,6 +80,7 @@ joint_rotation_dim: radian
|
|
| 67 |
end_rotation_dim: radian
|
| 68 |
end_translation_dim: meter
|
| 69 |
annotations:
|
|
|
|
| 70 |
- eef_acc_mag_annotation.jsonl
|
| 71 |
- eef_direction_annotation.jsonl
|
| 72 |
- eef_velocity_annotation.jsonl
|
|
@@ -87,19 +101,77 @@ statistics:
|
|
| 87 |
frame_num: 284361
|
| 88 |
frame_range: 1M
|
| 89 |
dataset_size: 12.14 GB
|
| 90 |
-
data_structure:
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
| |--
|
| 101 |
-
|
| 102 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 103 |
splits:
|
| 104 |
train: 0:321
|
| 105 |
features:
|
|
@@ -436,5 +508,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 436 |
version_info: Initial Release
|
| 437 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 438 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 439 |
-
sub_tasks: *id001
|
| 440 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 30 |
level5: null
|
| 31 |
env_type: real_world
|
| 32 |
objects:
|
| 33 |
+
- id: stirring_spoon
|
| 34 |
+
name: stirring spoon
|
| 35 |
color: white
|
| 36 |
+
anchor_policy: static
|
| 37 |
+
- id: plastic_bowl
|
| 38 |
+
name: plastic bowl
|
| 39 |
color: pink
|
| 40 |
+
anchor_policy: static
|
| 41 |
+
- id: glass_cup
|
| 42 |
+
name: glass cup
|
| 43 |
color: black
|
| 44 |
+
anchor_policy: static
|
| 45 |
+
- id: table
|
| 46 |
+
name: table
|
| 47 |
+
color: black
|
| 48 |
+
anchor_policy: static
|
| 49 |
task_operation_type: fixed_single_arm
|
| 50 |
+
task_instruction: Use the right hand to pick up the spoon and stir the clear water
|
| 51 |
+
in the bowl.
|
| 52 |
+
sub_tasks:
|
| 53 |
- Use the right hand to pick up the spoon and stir the clear water in the bowl.
|
| 54 |
atomic_actions:
|
| 55 |
+
- grasp
|
|
|
|
|
|
|
| 56 |
- place
|
| 57 |
+
- stir
|
| 58 |
+
robot_name:
|
| 59 |
+
- AI2_Alphabot_2
|
| 60 |
+
end_effector_type:
|
| 61 |
+
- two_finger_end_effector
|
| 62 |
tele_type: vr_controller
|
| 63 |
sensor_list:
|
| 64 |
- cam_front_chest_rgb
|
|
|
|
| 80 |
end_rotation_dim: radian
|
| 81 |
end_translation_dim: meter
|
| 82 |
annotations:
|
| 83 |
+
- camera_params.json
|
| 84 |
- eef_acc_mag_annotation.jsonl
|
| 85 |
- eef_direction_annotation.jsonl
|
| 86 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 101 |
frame_num: 284361
|
| 102 |
frame_range: 1M
|
| 103 |
dataset_size: 12.14 GB
|
| 104 |
+
data_structure: 'AI2_Alphabot_2_stir_water_0_qced_hardlink/
|
| 105 |
+
|
| 106 |
+
|-- annotations
|
| 107 |
+
|
| 108 |
+
| |-- camera_params.json
|
| 109 |
+
|
| 110 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 111 |
+
|
| 112 |
+
| |-- eef_direction_annotation.jsonl
|
| 113 |
+
|
| 114 |
+
| |-- eef_velocity_annotation.jsonl
|
| 115 |
+
|
| 116 |
+
| |-- gripper_activity_annotation.jsonl
|
| 117 |
+
|
| 118 |
+
| `-- gripper_mode_annotation.jsonl
|
| 119 |
+
|
| 120 |
+
|-- data
|
| 121 |
+
|
| 122 |
+
| `-- chunk-000
|
| 123 |
+
|
| 124 |
+
| |-- episode_000000.parquet
|
| 125 |
+
|
| 126 |
+
| |-- episode_000001.parquet
|
| 127 |
+
|
| 128 |
+
| |-- episode_000002.parquet
|
| 129 |
+
|
| 130 |
+
| |-- episode_000003.parquet
|
| 131 |
+
|
| 132 |
+
| |-- episode_000004.parquet
|
| 133 |
+
|
| 134 |
+
| |-- episode_000005.parquet
|
| 135 |
+
|
| 136 |
+
| |-- episode_000006.parquet
|
| 137 |
+
|
| 138 |
+
| |-- episode_000007.parquet
|
| 139 |
+
|
| 140 |
+
| |-- episode_000008.parquet
|
| 141 |
+
|
| 142 |
+
| |-- episode_000009.parquet
|
| 143 |
+
|
| 144 |
+
| |-- episode_000010.parquet
|
| 145 |
+
|
| 146 |
+
| `-- episode_000011.parquet
|
| 147 |
+
|
| 148 |
+
| `-- ... (310 more entries)
|
| 149 |
+
|
| 150 |
+
|-- meta
|
| 151 |
+
|
| 152 |
+
| |-- episodes.jsonl
|
| 153 |
+
|
| 154 |
+
| |-- episodes_stats.jsonl
|
| 155 |
+
|
| 156 |
+
| |-- info.json
|
| 157 |
+
|
| 158 |
+
| `-- tasks.jsonl
|
| 159 |
+
|
| 160 |
+
|-- videos
|
| 161 |
+
|
| 162 |
+
| `-- chunk-000
|
| 163 |
+
|
| 164 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 165 |
+
|
| 166 |
+
| |-- observation.images.cam_front_head_rgb
|
| 167 |
+
|
| 168 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 169 |
+
|
| 170 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 171 |
+
|
| 172 |
+
|-- info.yaml
|
| 173 |
+
|
| 174 |
+
`-- README.md'
|
| 175 |
splits:
|
| 176 |
train: 0:321
|
| 177 |
features:
|
|
|
|
| 508 |
version_info: Initial Release
|
| 509 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 510 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 511 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_store_toys.yaml
CHANGED
|
@@ -21,27 +21,30 @@ extra_gated_fields:
|
|
| 21 |
description: e.g., "Germany", "China", "United States"
|
| 22 |
codebase_version: v2.1
|
| 23 |
dataset_name: AI2_Alphabot_2_store_toys
|
| 24 |
-
dataset_uuid:
|
| 25 |
scene_type:
|
| 26 |
-
level1:
|
| 27 |
-
level2:
|
| 28 |
level3: null
|
| 29 |
level4: null
|
| 30 |
level5: null
|
| 31 |
env_type: real_world
|
| 32 |
objects:
|
|
|
|
|
|
|
| 33 |
- object_name: open top box
|
| 34 |
color: blue
|
| 35 |
-
- object_name:
|
| 36 |
color: blue
|
| 37 |
-
- object_name:
|
| 38 |
-
color:
|
| 39 |
-
task_operation_type:
|
| 40 |
task_instruction: &id001
|
| 41 |
-
-
|
| 42 |
sub_tasks: *id001
|
| 43 |
atomic_actions:
|
| 44 |
-
-
|
|
|
|
| 45 |
- place
|
| 46 |
robot_name: AI2_Alphabot_2
|
| 47 |
end_effector_type: two_finger_end_effector
|
|
@@ -52,13 +55,13 @@ sensor_list:
|
|
| 52 |
- cam_left_wrist_rgb
|
| 53 |
- cam_right_wrist_rgb
|
| 54 |
came_info:
|
| 55 |
-
cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=
|
| 56 |
pix_fmt=yuv420p
|
| 57 |
-
cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=
|
| 58 |
pix_fmt=yuv420p
|
| 59 |
-
cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=
|
| 60 |
pix_fmt=yuv420p
|
| 61 |
-
cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=
|
| 62 |
pix_fmt=yuv420p
|
| 63 |
depth_enabled: false
|
| 64 |
coordinate_definition: right-hand-frame
|
|
@@ -73,21 +76,21 @@ annotations:
|
|
| 73 |
- gripper_activity_annotation.jsonl
|
| 74 |
- gripper_mode_annotation.jsonl
|
| 75 |
statistics:
|
| 76 |
-
total_episodes:
|
| 77 |
-
total_frames:
|
| 78 |
fps: 30
|
| 79 |
total_tasks: 1
|
| 80 |
-
total_videos:
|
| 81 |
total_chunks: 1
|
| 82 |
chunks_size: 1000
|
| 83 |
state_dim: 34
|
| 84 |
action_dim: 34
|
| 85 |
camera_views: 4
|
| 86 |
-
dataset_size:
|
| 87 |
-
frame_num:
|
| 88 |
frame_range: 1M
|
| 89 |
-
dataset_size:
|
| 90 |
-
data_structure: '
|
| 91 |
|
| 92 |
|-- annotations
|
| 93 |
|
|
@@ -131,7 +134,7 @@ data_structure: 'AI2_Alphabot_2_store_toys_2_qced_hardlink/
|
|
| 131 |
|
| 132 |
| `-- episode_000011.parquet
|
| 133 |
|
| 134 |
-
| `-- ... (
|
| 135 |
|
| 136 |
|-- meta
|
| 137 |
|
|
@@ -155,9 +158,11 @@ data_structure: 'AI2_Alphabot_2_store_toys_2_qced_hardlink/
|
|
| 155 |
|
| 156 |
| `-- observation.images.cam_right_wrist_rgb
|
| 157 |
|
| 158 |
-
|
|
|
|
|
|
|
| 159 |
splits:
|
| 160 |
-
train: 0:
|
| 161 |
features:
|
| 162 |
observation.images.cam_front_chest_rgb:
|
| 163 |
dtype: video
|
|
@@ -172,7 +177,7 @@ features:
|
|
| 172 |
info:
|
| 173 |
video.height: 480
|
| 174 |
video.width: 640
|
| 175 |
-
video.codec:
|
| 176 |
video.pix_fmt: yuv420p
|
| 177 |
video.is_depth_map: false
|
| 178 |
video.fps: 30
|
|
@@ -191,7 +196,7 @@ features:
|
|
| 191 |
info:
|
| 192 |
video.height: 480
|
| 193 |
video.width: 640
|
| 194 |
-
video.codec:
|
| 195 |
video.pix_fmt: yuv420p
|
| 196 |
video.is_depth_map: false
|
| 197 |
video.fps: 30
|
|
@@ -210,7 +215,7 @@ features:
|
|
| 210 |
info:
|
| 211 |
video.height: 480
|
| 212 |
video.width: 640
|
| 213 |
-
video.codec:
|
| 214 |
video.pix_fmt: yuv420p
|
| 215 |
video.is_depth_map: false
|
| 216 |
video.fps: 30
|
|
@@ -229,7 +234,7 @@ features:
|
|
| 229 |
info:
|
| 230 |
video.height: 480
|
| 231 |
video.width: 640
|
| 232 |
-
video.codec:
|
| 233 |
video.pix_fmt: yuv420p
|
| 234 |
video.is_depth_map: false
|
| 235 |
video.fps: 30
|
|
@@ -491,5 +496,5 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 491 |
'
|
| 492 |
version_info: Initial Release
|
| 493 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 494 |
-
video_path: videos/chunk-{id}/observation.images.
|
| 495 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 21 |
description: e.g., "Germany", "China", "United States"
|
| 22 |
codebase_version: v2.1
|
| 23 |
dataset_name: AI2_Alphabot_2_store_toys
|
| 24 |
+
dataset_uuid: 4730bad7-ce44-4ee7-862e-3b3c100d50a8
|
| 25 |
scene_type:
|
| 26 |
+
level1: Retail
|
| 27 |
+
level2: Supermarket
|
| 28 |
level3: null
|
| 29 |
level4: null
|
| 30 |
level5: null
|
| 31 |
env_type: real_world
|
| 32 |
objects:
|
| 33 |
+
- object_name: animal doll
|
| 34 |
+
color: brown
|
| 35 |
- object_name: open top box
|
| 36 |
color: blue
|
| 37 |
+
- object_name: animal doll
|
| 38 |
color: blue
|
| 39 |
+
- object_name: animal doll
|
| 40 |
+
color: pink
|
| 41 |
+
task_operation_type: fixed_dual_arm
|
| 42 |
task_instruction: &id001
|
| 43 |
+
- Place the animal plush toys into the open top box.
|
| 44 |
sub_tasks: *id001
|
| 45 |
atomic_actions:
|
| 46 |
+
- pick
|
| 47 |
+
- move
|
| 48 |
- place
|
| 49 |
robot_name: AI2_Alphabot_2
|
| 50 |
end_effector_type: two_finger_end_effector
|
|
|
|
| 55 |
- cam_left_wrist_rgb
|
| 56 |
- cam_right_wrist_rgb
|
| 57 |
came_info:
|
| 58 |
+
cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 59 |
pix_fmt=yuv420p
|
| 60 |
+
cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 61 |
pix_fmt=yuv420p
|
| 62 |
+
cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 63 |
pix_fmt=yuv420p
|
| 64 |
+
cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 65 |
pix_fmt=yuv420p
|
| 66 |
depth_enabled: false
|
| 67 |
coordinate_definition: right-hand-frame
|
|
|
|
| 76 |
- gripper_activity_annotation.jsonl
|
| 77 |
- gripper_mode_annotation.jsonl
|
| 78 |
statistics:
|
| 79 |
+
total_episodes: 968
|
| 80 |
+
total_frames: 541645
|
| 81 |
fps: 30
|
| 82 |
total_tasks: 1
|
| 83 |
+
total_videos: 3872
|
| 84 |
total_chunks: 1
|
| 85 |
chunks_size: 1000
|
| 86 |
state_dim: 34
|
| 87 |
action_dim: 34
|
| 88 |
camera_views: 4
|
| 89 |
+
dataset_size: 10.85 GB
|
| 90 |
+
frame_num: 541645
|
| 91 |
frame_range: 1M
|
| 92 |
+
dataset_size: 10.85 GB
|
| 93 |
+
data_structure: 'AI2_Alphabot_2_store_toys_0_qced_hardlink/
|
| 94 |
|
| 95 |
|-- annotations
|
| 96 |
|
|
|
|
| 134 |
|
| 135 |
| `-- episode_000011.parquet
|
| 136 |
|
| 137 |
+
| `-- ... (956 more entries)
|
| 138 |
|
| 139 |
|-- meta
|
| 140 |
|
|
|
|
| 158 |
|
| 159 |
| `-- observation.images.cam_right_wrist_rgb
|
| 160 |
|
| 161 |
+
|-- info.yaml
|
| 162 |
+
|
| 163 |
+
`-- README.md'
|
| 164 |
splits:
|
| 165 |
+
train: 0:967
|
| 166 |
features:
|
| 167 |
observation.images.cam_front_chest_rgb:
|
| 168 |
dtype: video
|
|
|
|
| 177 |
info:
|
| 178 |
video.height: 480
|
| 179 |
video.width: 640
|
| 180 |
+
video.codec: av1
|
| 181 |
video.pix_fmt: yuv420p
|
| 182 |
video.is_depth_map: false
|
| 183 |
video.fps: 30
|
|
|
|
| 196 |
info:
|
| 197 |
video.height: 480
|
| 198 |
video.width: 640
|
| 199 |
+
video.codec: av1
|
| 200 |
video.pix_fmt: yuv420p
|
| 201 |
video.is_depth_map: false
|
| 202 |
video.fps: 30
|
|
|
|
| 215 |
info:
|
| 216 |
video.height: 480
|
| 217 |
video.width: 640
|
| 218 |
+
video.codec: av1
|
| 219 |
video.pix_fmt: yuv420p
|
| 220 |
video.is_depth_map: false
|
| 221 |
video.fps: 30
|
|
|
|
| 234 |
info:
|
| 235 |
video.height: 480
|
| 236 |
video.width: 640
|
| 237 |
+
video.codec: av1
|
| 238 |
video.pix_fmt: yuv420p
|
| 239 |
video.is_depth_map: false
|
| 240 |
video.fps: 30
|
|
|
|
| 496 |
'
|
| 497 |
version_info: Initial Release
|
| 498 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 499 |
+
video_path: videos/chunk-{id}/observation.images.cam_left_wrist_rgb/episode_{id}.mp{id}
|
| 500 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_store_toys_1.yaml
ADDED
|
@@ -0,0 +1,516 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
task_categories:
|
| 2 |
+
- robotics
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- RoboCOIN
|
| 7 |
+
- LeRobot
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
configs:
|
| 10 |
+
- config_name: default
|
| 11 |
+
data_files: data/chunk-{id}/episode_{id}.parquet
|
| 12 |
+
extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper
|
| 13 |
+
in your research/publications—see the "Citation" section for details. You agree
|
| 14 |
+
to not use the dataset to conduct experiments that cause harm to human subjects.
|
| 15 |
+
extra_gated_fields:
|
| 16 |
+
Company/Organization:
|
| 17 |
+
type: text
|
| 18 |
+
description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher"
|
| 19 |
+
Country:
|
| 20 |
+
type: country
|
| 21 |
+
description: e.g., "Germany", "China", "United States"
|
| 22 |
+
codebase_version: v2.1
|
| 23 |
+
dataset_name: AI2_Alphabot_2_store_toys_1
|
| 24 |
+
dataset_uuid: d68b37cf-e7af-4d7a-8e6a-4e61d06dd33e
|
| 25 |
+
scene_type:
|
| 26 |
+
level1: Household
|
| 27 |
+
level2: Living Room
|
| 28 |
+
level3: null
|
| 29 |
+
level4: null
|
| 30 |
+
level5: null
|
| 31 |
+
env_type: real_world
|
| 32 |
+
objects:
|
| 33 |
+
- object_name: doll
|
| 34 |
+
color: yellow
|
| 35 |
+
- object_name: doll
|
| 36 |
+
color: black
|
| 37 |
+
- object_name: doll
|
| 38 |
+
color: yellow
|
| 39 |
+
task_operation_type: fixed_dual_arm
|
| 40 |
+
task_instruction: &id001
|
| 41 |
+
- Pick up the toy alternately with the left and right hands and place it into the
|
| 42 |
+
central storage box.
|
| 43 |
+
sub_tasks: *id001
|
| 44 |
+
atomic_actions:
|
| 45 |
+
- move
|
| 46 |
+
- pick
|
| 47 |
+
- release
|
| 48 |
+
- place
|
| 49 |
+
robot_name: AI2_Alphabot_2
|
| 50 |
+
end_effector_type: two_finger_end_effector
|
| 51 |
+
tele_type: vr_controller
|
| 52 |
+
sensor_list:
|
| 53 |
+
- cam_front_chest_rgb
|
| 54 |
+
- cam_front_head_rgb
|
| 55 |
+
- cam_left_wrist_rgb
|
| 56 |
+
- cam_right_wrist_rgb
|
| 57 |
+
came_info:
|
| 58 |
+
cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 59 |
+
pix_fmt=yuv420p
|
| 60 |
+
cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 61 |
+
pix_fmt=yuv420p
|
| 62 |
+
cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 63 |
+
pix_fmt=yuv420p
|
| 64 |
+
cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 65 |
+
pix_fmt=yuv420p
|
| 66 |
+
depth_enabled: false
|
| 67 |
+
coordinate_definition: right-hand-frame
|
| 68 |
+
joint_rotation_dim: radian
|
| 69 |
+
end_rotation_dim: radian
|
| 70 |
+
end_translation_dim: meter
|
| 71 |
+
annotations:
|
| 72 |
+
- camera_params.json
|
| 73 |
+
- eef_acc_mag_annotation.jsonl
|
| 74 |
+
- eef_direction_annotation.jsonl
|
| 75 |
+
- eef_velocity_annotation.jsonl
|
| 76 |
+
- gripper_activity_annotation.jsonl
|
| 77 |
+
- gripper_mode_annotation.jsonl
|
| 78 |
+
statistics:
|
| 79 |
+
total_episodes: 113
|
| 80 |
+
total_frames: 71384
|
| 81 |
+
fps: 30
|
| 82 |
+
total_tasks: 1
|
| 83 |
+
total_videos: 452
|
| 84 |
+
total_chunks: 1
|
| 85 |
+
chunks_size: 1000
|
| 86 |
+
state_dim: 34
|
| 87 |
+
action_dim: 34
|
| 88 |
+
camera_views: 4
|
| 89 |
+
dataset_size: 1.47 GB
|
| 90 |
+
frame_num: 71384
|
| 91 |
+
frame_range: 100K
|
| 92 |
+
dataset_size: 1.47 GB
|
| 93 |
+
data_structure: 'AI2_Alphabot_2_store_toys_1_qced_hardlink/
|
| 94 |
+
|
| 95 |
+
|-- annotations
|
| 96 |
+
|
| 97 |
+
| |-- camera_params.json
|
| 98 |
+
|
| 99 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 100 |
+
|
| 101 |
+
| |-- eef_direction_annotation.jsonl
|
| 102 |
+
|
| 103 |
+
| |-- eef_velocity_annotation.jsonl
|
| 104 |
+
|
| 105 |
+
| |-- gripper_activity_annotation.jsonl
|
| 106 |
+
|
| 107 |
+
| `-- gripper_mode_annotation.jsonl
|
| 108 |
+
|
| 109 |
+
|-- data
|
| 110 |
+
|
| 111 |
+
| `-- chunk-000
|
| 112 |
+
|
| 113 |
+
| |-- episode_000000.parquet
|
| 114 |
+
|
| 115 |
+
| |-- episode_000001.parquet
|
| 116 |
+
|
| 117 |
+
| |-- episode_000002.parquet
|
| 118 |
+
|
| 119 |
+
| |-- episode_000003.parquet
|
| 120 |
+
|
| 121 |
+
| |-- episode_000004.parquet
|
| 122 |
+
|
| 123 |
+
| |-- episode_000005.parquet
|
| 124 |
+
|
| 125 |
+
| |-- episode_000006.parquet
|
| 126 |
+
|
| 127 |
+
| |-- episode_000007.parquet
|
| 128 |
+
|
| 129 |
+
| |-- episode_000008.parquet
|
| 130 |
+
|
| 131 |
+
| |-- episode_000009.parquet
|
| 132 |
+
|
| 133 |
+
| |-- episode_000010.parquet
|
| 134 |
+
|
| 135 |
+
| `-- episode_000011.parquet
|
| 136 |
+
|
| 137 |
+
| `-- ... (101 more entries)
|
| 138 |
+
|
| 139 |
+
|-- logs
|
| 140 |
+
|
| 141 |
+
| `-- collect
|
| 142 |
+
|
| 143 |
+
| |-- collect_20260601115839.log
|
| 144 |
+
|
| 145 |
+
| |-- collect_20260601120328.log
|
| 146 |
+
|
| 147 |
+
| |-- collect_20260601120549.log
|
| 148 |
+
|
| 149 |
+
| |-- collect_20260601130102.log
|
| 150 |
+
|
| 151 |
+
| |-- collect_20260601130243.log
|
| 152 |
+
|
| 153 |
+
| `-- collect_20260601131051.log
|
| 154 |
+
|
| 155 |
+
|-- meta
|
| 156 |
+
|
| 157 |
+
| |-- episodes.jsonl
|
| 158 |
+
|
| 159 |
+
| |-- episodes_stats.jsonl
|
| 160 |
+
|
| 161 |
+
| |-- info.json
|
| 162 |
+
|
| 163 |
+
| `-- tasks.jsonl
|
| 164 |
+
|
| 165 |
+
|-- videos
|
| 166 |
+
|
| 167 |
+
| `-- chunk-000
|
| 168 |
+
|
| 169 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 170 |
+
|
| 171 |
+
| |-- observation.images.cam_front_head_rgb
|
| 172 |
+
|
| 173 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 174 |
+
|
| 175 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 176 |
+
|
| 177 |
+
|-- info.yaml
|
| 178 |
+
|
| 179 |
+
`-- README.md'
|
| 180 |
+
splits:
|
| 181 |
+
train: 0:112
|
| 182 |
+
features:
|
| 183 |
+
observation.images.cam_front_chest_rgb:
|
| 184 |
+
dtype: video
|
| 185 |
+
shape:
|
| 186 |
+
- 480
|
| 187 |
+
- 640
|
| 188 |
+
- 3
|
| 189 |
+
names:
|
| 190 |
+
- height
|
| 191 |
+
- width
|
| 192 |
+
- channels
|
| 193 |
+
info:
|
| 194 |
+
video.height: 480
|
| 195 |
+
video.width: 640
|
| 196 |
+
video.codec: av1
|
| 197 |
+
video.pix_fmt: yuv420p
|
| 198 |
+
video.is_depth_map: false
|
| 199 |
+
video.fps: 30
|
| 200 |
+
video.channels: 3
|
| 201 |
+
has_audio: false
|
| 202 |
+
observation.images.cam_front_head_rgb:
|
| 203 |
+
dtype: video
|
| 204 |
+
shape:
|
| 205 |
+
- 480
|
| 206 |
+
- 640
|
| 207 |
+
- 3
|
| 208 |
+
names:
|
| 209 |
+
- height
|
| 210 |
+
- width
|
| 211 |
+
- channels
|
| 212 |
+
info:
|
| 213 |
+
video.height: 480
|
| 214 |
+
video.width: 640
|
| 215 |
+
video.codec: av1
|
| 216 |
+
video.pix_fmt: yuv420p
|
| 217 |
+
video.is_depth_map: false
|
| 218 |
+
video.fps: 30
|
| 219 |
+
video.channels: 3
|
| 220 |
+
has_audio: false
|
| 221 |
+
observation.images.cam_left_wrist_rgb:
|
| 222 |
+
dtype: video
|
| 223 |
+
shape:
|
| 224 |
+
- 480
|
| 225 |
+
- 640
|
| 226 |
+
- 3
|
| 227 |
+
names:
|
| 228 |
+
- height
|
| 229 |
+
- width
|
| 230 |
+
- channels
|
| 231 |
+
info:
|
| 232 |
+
video.height: 480
|
| 233 |
+
video.width: 640
|
| 234 |
+
video.codec: av1
|
| 235 |
+
video.pix_fmt: yuv420p
|
| 236 |
+
video.is_depth_map: false
|
| 237 |
+
video.fps: 30
|
| 238 |
+
video.channels: 3
|
| 239 |
+
has_audio: false
|
| 240 |
+
observation.images.cam_right_wrist_rgb:
|
| 241 |
+
dtype: video
|
| 242 |
+
shape:
|
| 243 |
+
- 480
|
| 244 |
+
- 640
|
| 245 |
+
- 3
|
| 246 |
+
names:
|
| 247 |
+
- height
|
| 248 |
+
- width
|
| 249 |
+
- channels
|
| 250 |
+
info:
|
| 251 |
+
video.height: 480
|
| 252 |
+
video.width: 640
|
| 253 |
+
video.codec: av1
|
| 254 |
+
video.pix_fmt: yuv420p
|
| 255 |
+
video.is_depth_map: false
|
| 256 |
+
video.fps: 30
|
| 257 |
+
video.channels: 3
|
| 258 |
+
has_audio: false
|
| 259 |
+
observation.state:
|
| 260 |
+
dtype: float32
|
| 261 |
+
shape:
|
| 262 |
+
- 34
|
| 263 |
+
names:
|
| 264 |
+
- left_arm_joint_1_rad
|
| 265 |
+
- left_arm_joint_2_rad
|
| 266 |
+
- left_arm_joint_3_rad
|
| 267 |
+
- left_arm_joint_4_rad
|
| 268 |
+
- left_arm_joint_5_rad
|
| 269 |
+
- left_arm_joint_6_rad
|
| 270 |
+
- left_arm_joint_7_rad
|
| 271 |
+
- left_eef_pos_x_m
|
| 272 |
+
- left_eef_pos_y_m
|
| 273 |
+
- left_eef_pos_z_m
|
| 274 |
+
- left_eef_rot_euler_x_rad
|
| 275 |
+
- left_eef_rot_euler_y_rad
|
| 276 |
+
- left_eef_rot_euler_z_rad
|
| 277 |
+
- right_arm_joint_1_rad
|
| 278 |
+
- right_arm_joint_2_rad
|
| 279 |
+
- right_arm_joint_3_rad
|
| 280 |
+
- right_arm_joint_4_rad
|
| 281 |
+
- right_arm_joint_5_rad
|
| 282 |
+
- right_arm_joint_6_rad
|
| 283 |
+
- right_arm_joint_7_rad
|
| 284 |
+
- right_eef_pos_x_m
|
| 285 |
+
- right_eef_pos_y_m
|
| 286 |
+
- right_eef_pos_z_m
|
| 287 |
+
- right_eef_rot_euler_x_rad
|
| 288 |
+
- right_eef_rot_euler_y_rad
|
| 289 |
+
- right_eef_rot_euler_z_rad
|
| 290 |
+
- left_gripper_open
|
| 291 |
+
- right_gripper_open
|
| 292 |
+
- neck_joint_1_rad
|
| 293 |
+
- neck_joint_2_rad
|
| 294 |
+
- torso_joint_1_rad
|
| 295 |
+
- torso_joint_2_rad
|
| 296 |
+
- torso_joint_3_rad
|
| 297 |
+
- torso_joint_4_rad
|
| 298 |
+
action:
|
| 299 |
+
dtype: float32
|
| 300 |
+
shape:
|
| 301 |
+
- 34
|
| 302 |
+
names:
|
| 303 |
+
- left_arm_joint_1_rad
|
| 304 |
+
- left_arm_joint_2_rad
|
| 305 |
+
- left_arm_joint_3_rad
|
| 306 |
+
- left_arm_joint_4_rad
|
| 307 |
+
- left_arm_joint_5_rad
|
| 308 |
+
- left_arm_joint_6_rad
|
| 309 |
+
- left_arm_joint_7_rad
|
| 310 |
+
- left_eef_pos_x_m
|
| 311 |
+
- left_eef_pos_y_m
|
| 312 |
+
- left_eef_pos_z_m
|
| 313 |
+
- left_eef_rot_euler_x_rad
|
| 314 |
+
- left_eef_rot_euler_y_rad
|
| 315 |
+
- left_eef_rot_euler_z_rad
|
| 316 |
+
- right_arm_joint_1_rad
|
| 317 |
+
- right_arm_joint_2_rad
|
| 318 |
+
- right_arm_joint_3_rad
|
| 319 |
+
- right_arm_joint_4_rad
|
| 320 |
+
- right_arm_joint_5_rad
|
| 321 |
+
- right_arm_joint_6_rad
|
| 322 |
+
- right_arm_joint_7_rad
|
| 323 |
+
- right_eef_pos_x_m
|
| 324 |
+
- right_eef_pos_y_m
|
| 325 |
+
- right_eef_pos_z_m
|
| 326 |
+
- right_eef_rot_euler_x_rad
|
| 327 |
+
- right_eef_rot_euler_y_rad
|
| 328 |
+
- right_eef_rot_euler_z_rad
|
| 329 |
+
- left_gripper_open
|
| 330 |
+
- right_gripper_open
|
| 331 |
+
- neck_joint_1_rad
|
| 332 |
+
- neck_joint_2_rad
|
| 333 |
+
- torso_joint_1_rad
|
| 334 |
+
- torso_joint_2_rad
|
| 335 |
+
- torso_joint_3_rad
|
| 336 |
+
- torso_joint_4_rad
|
| 337 |
+
timestamp:
|
| 338 |
+
dtype: float32
|
| 339 |
+
shape:
|
| 340 |
+
- 1
|
| 341 |
+
names: null
|
| 342 |
+
frame_index:
|
| 343 |
+
dtype: int64
|
| 344 |
+
shape:
|
| 345 |
+
- 1
|
| 346 |
+
names: null
|
| 347 |
+
episode_index:
|
| 348 |
+
dtype: int64
|
| 349 |
+
shape:
|
| 350 |
+
- 1
|
| 351 |
+
names: null
|
| 352 |
+
index:
|
| 353 |
+
dtype: int64
|
| 354 |
+
shape:
|
| 355 |
+
- 1
|
| 356 |
+
names: null
|
| 357 |
+
task_index:
|
| 358 |
+
dtype: int64
|
| 359 |
+
shape:
|
| 360 |
+
- 1
|
| 361 |
+
names: null
|
| 362 |
+
gripper_open_scale_state:
|
| 363 |
+
names:
|
| 364 |
+
- left_gripper_open_scale
|
| 365 |
+
- right_gripper_open_scale
|
| 366 |
+
dtype: float64
|
| 367 |
+
shape:
|
| 368 |
+
- 2
|
| 369 |
+
gripper_open_scale_action:
|
| 370 |
+
names:
|
| 371 |
+
- left_gripper_open_scale
|
| 372 |
+
- right_gripper_open_scale
|
| 373 |
+
dtype: float64
|
| 374 |
+
shape:
|
| 375 |
+
- 2
|
| 376 |
+
eef_sim_pose_state:
|
| 377 |
+
names:
|
| 378 |
+
- left_eef_pos_x
|
| 379 |
+
- left_eef_pos_y
|
| 380 |
+
- left_eef_pos_z
|
| 381 |
+
- left_eef_rot_x
|
| 382 |
+
- left_eef_rot_y
|
| 383 |
+
- left_eef_rot_z
|
| 384 |
+
- right_eef_pos_x
|
| 385 |
+
- right_eef_pos_y
|
| 386 |
+
- right_eef_pos_z
|
| 387 |
+
- right_eef_rot_x
|
| 388 |
+
- right_eef_rot_y
|
| 389 |
+
- right_eef_rot_z
|
| 390 |
+
dtype: float32
|
| 391 |
+
shape:
|
| 392 |
+
- 12
|
| 393 |
+
eef_sim_pose_action:
|
| 394 |
+
names:
|
| 395 |
+
- left_eef_pos_x
|
| 396 |
+
- left_eef_pos_y
|
| 397 |
+
- left_eef_pos_z
|
| 398 |
+
- left_eef_rot_x
|
| 399 |
+
- left_eef_rot_y
|
| 400 |
+
- left_eef_rot_z
|
| 401 |
+
- right_eef_pos_x
|
| 402 |
+
- right_eef_pos_y
|
| 403 |
+
- right_eef_pos_z
|
| 404 |
+
- right_eef_rot_x
|
| 405 |
+
- right_eef_rot_y
|
| 406 |
+
- right_eef_rot_z
|
| 407 |
+
dtype: float32
|
| 408 |
+
shape:
|
| 409 |
+
- 12
|
| 410 |
+
eef_direction_state:
|
| 411 |
+
names:
|
| 412 |
+
- left_eef_direction
|
| 413 |
+
- right_eef_direction
|
| 414 |
+
dtype: int32
|
| 415 |
+
shape:
|
| 416 |
+
- 2
|
| 417 |
+
eef_direction_action:
|
| 418 |
+
names:
|
| 419 |
+
- left_eef_direction
|
| 420 |
+
- right_eef_direction
|
| 421 |
+
dtype: int32
|
| 422 |
+
shape:
|
| 423 |
+
- 2
|
| 424 |
+
eef_velocity_state:
|
| 425 |
+
names:
|
| 426 |
+
- left_eef_velocity
|
| 427 |
+
- right_eef_velocity
|
| 428 |
+
dtype: int32
|
| 429 |
+
shape:
|
| 430 |
+
- 2
|
| 431 |
+
eef_velocity_action:
|
| 432 |
+
names:
|
| 433 |
+
- left_eef_velocity
|
| 434 |
+
- right_eef_velocity
|
| 435 |
+
dtype: int32
|
| 436 |
+
shape:
|
| 437 |
+
- 2
|
| 438 |
+
eef_acc_mag_state:
|
| 439 |
+
names:
|
| 440 |
+
- left_eef_acc_mag
|
| 441 |
+
- right_eef_acc_mag
|
| 442 |
+
dtype: int32
|
| 443 |
+
shape:
|
| 444 |
+
- 2
|
| 445 |
+
eef_acc_mag_action:
|
| 446 |
+
names:
|
| 447 |
+
- left_eef_acc_mag
|
| 448 |
+
- right_eef_acc_mag
|
| 449 |
+
dtype: int32
|
| 450 |
+
shape:
|
| 451 |
+
- 2
|
| 452 |
+
gripper_mode_state:
|
| 453 |
+
names:
|
| 454 |
+
- left_gripper_mode
|
| 455 |
+
- right_gripper_mode
|
| 456 |
+
dtype: int32
|
| 457 |
+
shape:
|
| 458 |
+
- 2
|
| 459 |
+
gripper_mode_action:
|
| 460 |
+
names:
|
| 461 |
+
- left_gripper_mode
|
| 462 |
+
- right_gripper_mode
|
| 463 |
+
dtype: int32
|
| 464 |
+
shape:
|
| 465 |
+
- 2
|
| 466 |
+
gripper_activity_state:
|
| 467 |
+
names:
|
| 468 |
+
- left_gripper_activity
|
| 469 |
+
- right_gripper_activity
|
| 470 |
+
dtype: int32
|
| 471 |
+
shape:
|
| 472 |
+
- 2
|
| 473 |
+
gripper_activity_action:
|
| 474 |
+
names:
|
| 475 |
+
- left_gripper_activity
|
| 476 |
+
- right_gripper_activity
|
| 477 |
+
dtype: int32
|
| 478 |
+
shape:
|
| 479 |
+
- 2
|
| 480 |
+
authors:
|
| 481 |
+
contributed_by:
|
| 482 |
+
- name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI)
|
| 483 |
+
dataset_description: This dataset uses an extended format based on LeRobot and is
|
| 484 |
+
fully compatible with LeRobot.
|
| 485 |
+
homepage: https://flagopen.github.io/RoboCOIN/
|
| 486 |
+
paper: https://arxiv.org/abs/2511.17441
|
| 487 |
+
repository: https://github.com/FlagOpen/RoboCOIN
|
| 488 |
+
contact_info: For questions, issues, or feedback regarding this dataset, please contact
|
| 489 |
+
us.
|
| 490 |
+
support_info: For technical support, please open an issue on our GitHub repository.
|
| 491 |
+
license_details: apache-2.0
|
| 492 |
+
citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\
|
| 493 |
+
\ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\
|
| 494 |
+
\ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\
|
| 495 |
+
\ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\
|
| 496 |
+
\ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\
|
| 497 |
+
\ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\
|
| 498 |
+
\ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\
|
| 499 |
+
\ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\
|
| 500 |
+
\ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\
|
| 501 |
+
\ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\
|
| 502 |
+
\ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\
|
| 503 |
+
\ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\
|
| 504 |
+
\ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\
|
| 505 |
+
\ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\
|
| 506 |
+
\ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\
|
| 507 |
+
\ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n"
|
| 508 |
+
additional_citations: 'If you use this dataset, please also consider citing:
|
| 509 |
+
|
| 510 |
+
LeRobot Framework: https://github.com/huggingface/lerobot
|
| 511 |
+
|
| 512 |
+
'
|
| 513 |
+
version_info: Initial Release
|
| 514 |
+
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 515 |
+
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 516 |
+
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_store_toys_2.yaml
ADDED
|
@@ -0,0 +1,497 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
task_categories:
|
| 2 |
+
- robotics
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- RoboCOIN
|
| 7 |
+
- LeRobot
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
configs:
|
| 10 |
+
- config_name: default
|
| 11 |
+
data_files: data/chunk-{id}/episode_{id}.parquet
|
| 12 |
+
extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper
|
| 13 |
+
in your research/publications—see the "Citation" section for details. You agree
|
| 14 |
+
to not use the dataset to conduct experiments that cause harm to human subjects.
|
| 15 |
+
extra_gated_fields:
|
| 16 |
+
Company/Organization:
|
| 17 |
+
type: text
|
| 18 |
+
description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher"
|
| 19 |
+
Country:
|
| 20 |
+
type: country
|
| 21 |
+
description: e.g., "Germany", "China", "United States"
|
| 22 |
+
codebase_version: v2.1
|
| 23 |
+
dataset_name: AI2_Alphabot_2_store_toys_2
|
| 24 |
+
dataset_uuid: 0ab3a510-b0dd-48fe-8672-a603fa569055
|
| 25 |
+
scene_type:
|
| 26 |
+
level1: Household
|
| 27 |
+
level2: Living Room
|
| 28 |
+
level3: null
|
| 29 |
+
level4: null
|
| 30 |
+
level5: null
|
| 31 |
+
env_type: real_world
|
| 32 |
+
objects:
|
| 33 |
+
- object_name: open top box
|
| 34 |
+
color: blue
|
| 35 |
+
- object_name: figure
|
| 36 |
+
color: blue
|
| 37 |
+
- object_name: figure
|
| 38 |
+
color: black
|
| 39 |
+
task_operation_type: fixed_single_arm
|
| 40 |
+
task_instruction: &id001
|
| 41 |
+
- Pick up the two dolls from the table and place them into the box.
|
| 42 |
+
sub_tasks: *id001
|
| 43 |
+
atomic_actions:
|
| 44 |
+
- grasp
|
| 45 |
+
- place
|
| 46 |
+
robot_name: AI2_Alphabot_2
|
| 47 |
+
end_effector_type: two_finger_end_effector
|
| 48 |
+
tele_type: vr_controller
|
| 49 |
+
sensor_list:
|
| 50 |
+
- cam_front_chest_rgb
|
| 51 |
+
- cam_front_head_rgb
|
| 52 |
+
- cam_left_wrist_rgb
|
| 53 |
+
- cam_right_wrist_rgb
|
| 54 |
+
came_info:
|
| 55 |
+
cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 56 |
+
pix_fmt=yuv420p
|
| 57 |
+
cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 58 |
+
pix_fmt=yuv420p
|
| 59 |
+
cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 60 |
+
pix_fmt=yuv420p
|
| 61 |
+
cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 62 |
+
pix_fmt=yuv420p
|
| 63 |
+
depth_enabled: false
|
| 64 |
+
coordinate_definition: right-hand-frame
|
| 65 |
+
joint_rotation_dim: radian
|
| 66 |
+
end_rotation_dim: radian
|
| 67 |
+
end_translation_dim: meter
|
| 68 |
+
annotations:
|
| 69 |
+
- camera_params.json
|
| 70 |
+
- eef_acc_mag_annotation.jsonl
|
| 71 |
+
- eef_direction_annotation.jsonl
|
| 72 |
+
- eef_velocity_annotation.jsonl
|
| 73 |
+
- gripper_activity_annotation.jsonl
|
| 74 |
+
- gripper_mode_annotation.jsonl
|
| 75 |
+
statistics:
|
| 76 |
+
total_episodes: 499
|
| 77 |
+
total_frames: 152601
|
| 78 |
+
fps: 30
|
| 79 |
+
total_tasks: 1
|
| 80 |
+
total_videos: 1996
|
| 81 |
+
total_chunks: 1
|
| 82 |
+
chunks_size: 1000
|
| 83 |
+
state_dim: 34
|
| 84 |
+
action_dim: 34
|
| 85 |
+
camera_views: 4
|
| 86 |
+
dataset_size: 1.87 GB
|
| 87 |
+
frame_num: 152601
|
| 88 |
+
frame_range: 1M
|
| 89 |
+
dataset_size: 1.87 GB
|
| 90 |
+
data_structure: 'AI2_Alphabot_2_store_toys_2_qced_hardlink/
|
| 91 |
+
|
| 92 |
+
|-- annotations
|
| 93 |
+
|
| 94 |
+
| |-- camera_params.json
|
| 95 |
+
|
| 96 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 97 |
+
|
| 98 |
+
| |-- eef_direction_annotation.jsonl
|
| 99 |
+
|
| 100 |
+
| |-- eef_velocity_annotation.jsonl
|
| 101 |
+
|
| 102 |
+
| |-- gripper_activity_annotation.jsonl
|
| 103 |
+
|
| 104 |
+
| `-- gripper_mode_annotation.jsonl
|
| 105 |
+
|
| 106 |
+
|-- data
|
| 107 |
+
|
| 108 |
+
| `-- chunk-000
|
| 109 |
+
|
| 110 |
+
| |-- episode_000000.parquet
|
| 111 |
+
|
| 112 |
+
| |-- episode_000001.parquet
|
| 113 |
+
|
| 114 |
+
| |-- episode_000002.parquet
|
| 115 |
+
|
| 116 |
+
| |-- episode_000003.parquet
|
| 117 |
+
|
| 118 |
+
| |-- episode_000004.parquet
|
| 119 |
+
|
| 120 |
+
| |-- episode_000005.parquet
|
| 121 |
+
|
| 122 |
+
| |-- episode_000006.parquet
|
| 123 |
+
|
| 124 |
+
| |-- episode_000007.parquet
|
| 125 |
+
|
| 126 |
+
| |-- episode_000008.parquet
|
| 127 |
+
|
| 128 |
+
| |-- episode_000009.parquet
|
| 129 |
+
|
| 130 |
+
| |-- episode_000010.parquet
|
| 131 |
+
|
| 132 |
+
| `-- episode_000011.parquet
|
| 133 |
+
|
| 134 |
+
| `-- ... (487 more entries)
|
| 135 |
+
|
| 136 |
+
|-- meta
|
| 137 |
+
|
| 138 |
+
| |-- episodes.jsonl
|
| 139 |
+
|
| 140 |
+
| |-- episodes_stats.jsonl
|
| 141 |
+
|
| 142 |
+
| |-- info.json
|
| 143 |
+
|
| 144 |
+
| `-- tasks.jsonl
|
| 145 |
+
|
| 146 |
+
|-- videos
|
| 147 |
+
|
| 148 |
+
| `-- chunk-000
|
| 149 |
+
|
| 150 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 151 |
+
|
| 152 |
+
| |-- observation.images.cam_front_head_rgb
|
| 153 |
+
|
| 154 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 155 |
+
|
| 156 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 157 |
+
|
| 158 |
+
|-- info.yaml
|
| 159 |
+
|
| 160 |
+
`-- README.md'
|
| 161 |
+
splits:
|
| 162 |
+
train: 0:498
|
| 163 |
+
features:
|
| 164 |
+
observation.images.cam_front_chest_rgb:
|
| 165 |
+
dtype: video
|
| 166 |
+
shape:
|
| 167 |
+
- 480
|
| 168 |
+
- 640
|
| 169 |
+
- 3
|
| 170 |
+
names:
|
| 171 |
+
- height
|
| 172 |
+
- width
|
| 173 |
+
- channels
|
| 174 |
+
info:
|
| 175 |
+
video.height: 480
|
| 176 |
+
video.width: 640
|
| 177 |
+
video.codec: h264
|
| 178 |
+
video.pix_fmt: yuv420p
|
| 179 |
+
video.is_depth_map: false
|
| 180 |
+
video.fps: 30
|
| 181 |
+
video.channels: 3
|
| 182 |
+
has_audio: false
|
| 183 |
+
observation.images.cam_front_head_rgb:
|
| 184 |
+
dtype: video
|
| 185 |
+
shape:
|
| 186 |
+
- 480
|
| 187 |
+
- 640
|
| 188 |
+
- 3
|
| 189 |
+
names:
|
| 190 |
+
- height
|
| 191 |
+
- width
|
| 192 |
+
- channels
|
| 193 |
+
info:
|
| 194 |
+
video.height: 480
|
| 195 |
+
video.width: 640
|
| 196 |
+
video.codec: h264
|
| 197 |
+
video.pix_fmt: yuv420p
|
| 198 |
+
video.is_depth_map: false
|
| 199 |
+
video.fps: 30
|
| 200 |
+
video.channels: 3
|
| 201 |
+
has_audio: false
|
| 202 |
+
observation.images.cam_left_wrist_rgb:
|
| 203 |
+
dtype: video
|
| 204 |
+
shape:
|
| 205 |
+
- 480
|
| 206 |
+
- 640
|
| 207 |
+
- 3
|
| 208 |
+
names:
|
| 209 |
+
- height
|
| 210 |
+
- width
|
| 211 |
+
- channels
|
| 212 |
+
info:
|
| 213 |
+
video.height: 480
|
| 214 |
+
video.width: 640
|
| 215 |
+
video.codec: h264
|
| 216 |
+
video.pix_fmt: yuv420p
|
| 217 |
+
video.is_depth_map: false
|
| 218 |
+
video.fps: 30
|
| 219 |
+
video.channels: 3
|
| 220 |
+
has_audio: false
|
| 221 |
+
observation.images.cam_right_wrist_rgb:
|
| 222 |
+
dtype: video
|
| 223 |
+
shape:
|
| 224 |
+
- 480
|
| 225 |
+
- 640
|
| 226 |
+
- 3
|
| 227 |
+
names:
|
| 228 |
+
- height
|
| 229 |
+
- width
|
| 230 |
+
- channels
|
| 231 |
+
info:
|
| 232 |
+
video.height: 480
|
| 233 |
+
video.width: 640
|
| 234 |
+
video.codec: h264
|
| 235 |
+
video.pix_fmt: yuv420p
|
| 236 |
+
video.is_depth_map: false
|
| 237 |
+
video.fps: 30
|
| 238 |
+
video.channels: 3
|
| 239 |
+
has_audio: false
|
| 240 |
+
observation.state:
|
| 241 |
+
dtype: float32
|
| 242 |
+
shape:
|
| 243 |
+
- 34
|
| 244 |
+
names:
|
| 245 |
+
- left_arm_joint_1_rad
|
| 246 |
+
- left_arm_joint_2_rad
|
| 247 |
+
- left_arm_joint_3_rad
|
| 248 |
+
- left_arm_joint_4_rad
|
| 249 |
+
- left_arm_joint_5_rad
|
| 250 |
+
- left_arm_joint_6_rad
|
| 251 |
+
- left_arm_joint_7_rad
|
| 252 |
+
- left_eef_pos_x_m
|
| 253 |
+
- left_eef_pos_y_m
|
| 254 |
+
- left_eef_pos_z_m
|
| 255 |
+
- left_eef_rot_euler_x_rad
|
| 256 |
+
- left_eef_rot_euler_y_rad
|
| 257 |
+
- left_eef_rot_euler_z_rad
|
| 258 |
+
- right_arm_joint_1_rad
|
| 259 |
+
- right_arm_joint_2_rad
|
| 260 |
+
- right_arm_joint_3_rad
|
| 261 |
+
- right_arm_joint_4_rad
|
| 262 |
+
- right_arm_joint_5_rad
|
| 263 |
+
- right_arm_joint_6_rad
|
| 264 |
+
- right_arm_joint_7_rad
|
| 265 |
+
- right_eef_pos_x_m
|
| 266 |
+
- right_eef_pos_y_m
|
| 267 |
+
- right_eef_pos_z_m
|
| 268 |
+
- right_eef_rot_euler_x_rad
|
| 269 |
+
- right_eef_rot_euler_y_rad
|
| 270 |
+
- right_eef_rot_euler_z_rad
|
| 271 |
+
- left_gripper_open
|
| 272 |
+
- right_gripper_open
|
| 273 |
+
- neck_joint_1_rad
|
| 274 |
+
- neck_joint_2_rad
|
| 275 |
+
- torso_joint_1_rad
|
| 276 |
+
- torso_joint_2_rad
|
| 277 |
+
- torso_joint_3_rad
|
| 278 |
+
- torso_joint_4_rad
|
| 279 |
+
action:
|
| 280 |
+
dtype: float32
|
| 281 |
+
shape:
|
| 282 |
+
- 34
|
| 283 |
+
names:
|
| 284 |
+
- left_arm_joint_1_rad
|
| 285 |
+
- left_arm_joint_2_rad
|
| 286 |
+
- left_arm_joint_3_rad
|
| 287 |
+
- left_arm_joint_4_rad
|
| 288 |
+
- left_arm_joint_5_rad
|
| 289 |
+
- left_arm_joint_6_rad
|
| 290 |
+
- left_arm_joint_7_rad
|
| 291 |
+
- left_eef_pos_x_m
|
| 292 |
+
- left_eef_pos_y_m
|
| 293 |
+
- left_eef_pos_z_m
|
| 294 |
+
- left_eef_rot_euler_x_rad
|
| 295 |
+
- left_eef_rot_euler_y_rad
|
| 296 |
+
- left_eef_rot_euler_z_rad
|
| 297 |
+
- right_arm_joint_1_rad
|
| 298 |
+
- right_arm_joint_2_rad
|
| 299 |
+
- right_arm_joint_3_rad
|
| 300 |
+
- right_arm_joint_4_rad
|
| 301 |
+
- right_arm_joint_5_rad
|
| 302 |
+
- right_arm_joint_6_rad
|
| 303 |
+
- right_arm_joint_7_rad
|
| 304 |
+
- right_eef_pos_x_m
|
| 305 |
+
- right_eef_pos_y_m
|
| 306 |
+
- right_eef_pos_z_m
|
| 307 |
+
- right_eef_rot_euler_x_rad
|
| 308 |
+
- right_eef_rot_euler_y_rad
|
| 309 |
+
- right_eef_rot_euler_z_rad
|
| 310 |
+
- left_gripper_open
|
| 311 |
+
- right_gripper_open
|
| 312 |
+
- neck_joint_1_rad
|
| 313 |
+
- neck_joint_2_rad
|
| 314 |
+
- torso_joint_1_rad
|
| 315 |
+
- torso_joint_2_rad
|
| 316 |
+
- torso_joint_3_rad
|
| 317 |
+
- torso_joint_4_rad
|
| 318 |
+
timestamp:
|
| 319 |
+
dtype: float32
|
| 320 |
+
shape:
|
| 321 |
+
- 1
|
| 322 |
+
names: null
|
| 323 |
+
frame_index:
|
| 324 |
+
dtype: int64
|
| 325 |
+
shape:
|
| 326 |
+
- 1
|
| 327 |
+
names: null
|
| 328 |
+
episode_index:
|
| 329 |
+
dtype: int64
|
| 330 |
+
shape:
|
| 331 |
+
- 1
|
| 332 |
+
names: null
|
| 333 |
+
index:
|
| 334 |
+
dtype: int64
|
| 335 |
+
shape:
|
| 336 |
+
- 1
|
| 337 |
+
names: null
|
| 338 |
+
task_index:
|
| 339 |
+
dtype: int64
|
| 340 |
+
shape:
|
| 341 |
+
- 1
|
| 342 |
+
names: null
|
| 343 |
+
gripper_open_scale_state:
|
| 344 |
+
names:
|
| 345 |
+
- left_gripper_open_scale
|
| 346 |
+
- right_gripper_open_scale
|
| 347 |
+
dtype: float64
|
| 348 |
+
shape:
|
| 349 |
+
- 2
|
| 350 |
+
gripper_open_scale_action:
|
| 351 |
+
names:
|
| 352 |
+
- left_gripper_open_scale
|
| 353 |
+
- right_gripper_open_scale
|
| 354 |
+
dtype: float64
|
| 355 |
+
shape:
|
| 356 |
+
- 2
|
| 357 |
+
eef_sim_pose_state:
|
| 358 |
+
names:
|
| 359 |
+
- left_eef_pos_x
|
| 360 |
+
- left_eef_pos_y
|
| 361 |
+
- left_eef_pos_z
|
| 362 |
+
- left_eef_rot_x
|
| 363 |
+
- left_eef_rot_y
|
| 364 |
+
- left_eef_rot_z
|
| 365 |
+
- right_eef_pos_x
|
| 366 |
+
- right_eef_pos_y
|
| 367 |
+
- right_eef_pos_z
|
| 368 |
+
- right_eef_rot_x
|
| 369 |
+
- right_eef_rot_y
|
| 370 |
+
- right_eef_rot_z
|
| 371 |
+
dtype: float32
|
| 372 |
+
shape:
|
| 373 |
+
- 12
|
| 374 |
+
eef_sim_pose_action:
|
| 375 |
+
names:
|
| 376 |
+
- left_eef_pos_x
|
| 377 |
+
- left_eef_pos_y
|
| 378 |
+
- left_eef_pos_z
|
| 379 |
+
- left_eef_rot_x
|
| 380 |
+
- left_eef_rot_y
|
| 381 |
+
- left_eef_rot_z
|
| 382 |
+
- right_eef_pos_x
|
| 383 |
+
- right_eef_pos_y
|
| 384 |
+
- right_eef_pos_z
|
| 385 |
+
- right_eef_rot_x
|
| 386 |
+
- right_eef_rot_y
|
| 387 |
+
- right_eef_rot_z
|
| 388 |
+
dtype: float32
|
| 389 |
+
shape:
|
| 390 |
+
- 12
|
| 391 |
+
eef_direction_state:
|
| 392 |
+
names:
|
| 393 |
+
- left_eef_direction
|
| 394 |
+
- right_eef_direction
|
| 395 |
+
dtype: int32
|
| 396 |
+
shape:
|
| 397 |
+
- 2
|
| 398 |
+
eef_direction_action:
|
| 399 |
+
names:
|
| 400 |
+
- left_eef_direction
|
| 401 |
+
- right_eef_direction
|
| 402 |
+
dtype: int32
|
| 403 |
+
shape:
|
| 404 |
+
- 2
|
| 405 |
+
eef_velocity_state:
|
| 406 |
+
names:
|
| 407 |
+
- left_eef_velocity
|
| 408 |
+
- right_eef_velocity
|
| 409 |
+
dtype: int32
|
| 410 |
+
shape:
|
| 411 |
+
- 2
|
| 412 |
+
eef_velocity_action:
|
| 413 |
+
names:
|
| 414 |
+
- left_eef_velocity
|
| 415 |
+
- right_eef_velocity
|
| 416 |
+
dtype: int32
|
| 417 |
+
shape:
|
| 418 |
+
- 2
|
| 419 |
+
eef_acc_mag_state:
|
| 420 |
+
names:
|
| 421 |
+
- left_eef_acc_mag
|
| 422 |
+
- right_eef_acc_mag
|
| 423 |
+
dtype: int32
|
| 424 |
+
shape:
|
| 425 |
+
- 2
|
| 426 |
+
eef_acc_mag_action:
|
| 427 |
+
names:
|
| 428 |
+
- left_eef_acc_mag
|
| 429 |
+
- right_eef_acc_mag
|
| 430 |
+
dtype: int32
|
| 431 |
+
shape:
|
| 432 |
+
- 2
|
| 433 |
+
gripper_mode_state:
|
| 434 |
+
names:
|
| 435 |
+
- left_gripper_mode
|
| 436 |
+
- right_gripper_mode
|
| 437 |
+
dtype: int32
|
| 438 |
+
shape:
|
| 439 |
+
- 2
|
| 440 |
+
gripper_mode_action:
|
| 441 |
+
names:
|
| 442 |
+
- left_gripper_mode
|
| 443 |
+
- right_gripper_mode
|
| 444 |
+
dtype: int32
|
| 445 |
+
shape:
|
| 446 |
+
- 2
|
| 447 |
+
gripper_activity_state:
|
| 448 |
+
names:
|
| 449 |
+
- left_gripper_activity
|
| 450 |
+
- right_gripper_activity
|
| 451 |
+
dtype: int32
|
| 452 |
+
shape:
|
| 453 |
+
- 2
|
| 454 |
+
gripper_activity_action:
|
| 455 |
+
names:
|
| 456 |
+
- left_gripper_activity
|
| 457 |
+
- right_gripper_activity
|
| 458 |
+
dtype: int32
|
| 459 |
+
shape:
|
| 460 |
+
- 2
|
| 461 |
+
authors:
|
| 462 |
+
contributed_by:
|
| 463 |
+
- name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI)
|
| 464 |
+
dataset_description: This dataset uses an extended format based on LeRobot and is
|
| 465 |
+
fully compatible with LeRobot.
|
| 466 |
+
homepage: https://flagopen.github.io/RoboCOIN/
|
| 467 |
+
paper: https://arxiv.org/abs/2511.17441
|
| 468 |
+
repository: https://github.com/FlagOpen/RoboCOIN
|
| 469 |
+
contact_info: For questions, issues, or feedback regarding this dataset, please contact
|
| 470 |
+
us.
|
| 471 |
+
support_info: For technical support, please open an issue on our GitHub repository.
|
| 472 |
+
license_details: apache-2.0
|
| 473 |
+
citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\
|
| 474 |
+
\ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\
|
| 475 |
+
\ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\
|
| 476 |
+
\ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\
|
| 477 |
+
\ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\
|
| 478 |
+
\ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\
|
| 479 |
+
\ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\
|
| 480 |
+
\ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\
|
| 481 |
+
\ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\
|
| 482 |
+
\ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\
|
| 483 |
+
\ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\
|
| 484 |
+
\ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\
|
| 485 |
+
\ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\
|
| 486 |
+
\ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\
|
| 487 |
+
\ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\
|
| 488 |
+
\ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n"
|
| 489 |
+
additional_citations: 'If you use this dataset, please also consider citing:
|
| 490 |
+
|
| 491 |
+
LeRobot Framework: https://github.com/huggingface/lerobot
|
| 492 |
+
|
| 493 |
+
'
|
| 494 |
+
version_info: Initial Release
|
| 495 |
+
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 496 |
+
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 497 |
+
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_store_toys_3.yaml
ADDED
|
@@ -0,0 +1,494 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
task_categories:
|
| 2 |
+
- robotics
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- RoboCOIN
|
| 7 |
+
- LeRobot
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
configs:
|
| 10 |
+
- config_name: default
|
| 11 |
+
data_files: data/chunk-{id}/episode_{id}.parquet
|
| 12 |
+
extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper
|
| 13 |
+
in your research/publications—see the "Citation" section for details. You agree
|
| 14 |
+
to not use the dataset to conduct experiments that cause harm to human subjects.
|
| 15 |
+
extra_gated_fields:
|
| 16 |
+
Company/Organization:
|
| 17 |
+
type: text
|
| 18 |
+
description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher"
|
| 19 |
+
Country:
|
| 20 |
+
type: country
|
| 21 |
+
description: e.g., "Germany", "China", "United States"
|
| 22 |
+
codebase_version: v2.1
|
| 23 |
+
dataset_name: AI2_Alphabot_2_store_toys_3
|
| 24 |
+
dataset_uuid: b1cff7f3-645f-46a1-9c8a-cd84c8ffaef2
|
| 25 |
+
scene_type:
|
| 26 |
+
level1: Household
|
| 27 |
+
level2: Living Room
|
| 28 |
+
level3: null
|
| 29 |
+
level4: null
|
| 30 |
+
level5: null
|
| 31 |
+
env_type: real_world
|
| 32 |
+
objects:
|
| 33 |
+
- object_name: open top box
|
| 34 |
+
color: blue
|
| 35 |
+
- object_name: figure
|
| 36 |
+
color: blue
|
| 37 |
+
- object_name: figure
|
| 38 |
+
color: black
|
| 39 |
+
task_operation_type: fixed_single_arm
|
| 40 |
+
task_instruction: &id001
|
| 41 |
+
- Pick up the two dolls from the table and place them into the box.
|
| 42 |
+
sub_tasks: *id001
|
| 43 |
+
atomic_actions:
|
| 44 |
+
- grasp
|
| 45 |
+
- place
|
| 46 |
+
robot_name: AI2_Alphabot_2
|
| 47 |
+
end_effector_type: two_finger_end_effector
|
| 48 |
+
tele_type: vr_controller
|
| 49 |
+
sensor_list:
|
| 50 |
+
- cam_front_chest_rgb
|
| 51 |
+
- cam_front_head_rgb
|
| 52 |
+
- cam_left_wrist_rgb
|
| 53 |
+
- cam_right_wrist_rgb
|
| 54 |
+
came_info:
|
| 55 |
+
cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 56 |
+
pix_fmt=yuv420p
|
| 57 |
+
cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 58 |
+
pix_fmt=yuv420p
|
| 59 |
+
cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 60 |
+
pix_fmt=yuv420p
|
| 61 |
+
cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 62 |
+
pix_fmt=yuv420p
|
| 63 |
+
depth_enabled: false
|
| 64 |
+
coordinate_definition: right-hand-frame
|
| 65 |
+
joint_rotation_dim: radian
|
| 66 |
+
end_rotation_dim: radian
|
| 67 |
+
end_translation_dim: meter
|
| 68 |
+
annotations:
|
| 69 |
+
- eef_acc_mag_annotation.jsonl
|
| 70 |
+
- eef_direction_annotation.jsonl
|
| 71 |
+
- eef_velocity_annotation.jsonl
|
| 72 |
+
- gripper_activity_annotation.jsonl
|
| 73 |
+
- gripper_mode_annotation.jsonl
|
| 74 |
+
statistics:
|
| 75 |
+
total_episodes: 494
|
| 76 |
+
total_frames: 166579
|
| 77 |
+
fps: 30
|
| 78 |
+
total_tasks: 1
|
| 79 |
+
total_videos: 1976
|
| 80 |
+
total_chunks: 1
|
| 81 |
+
chunks_size: 1000
|
| 82 |
+
state_dim: 34
|
| 83 |
+
action_dim: 34
|
| 84 |
+
camera_views: 4
|
| 85 |
+
dataset_size: 2.00 GB
|
| 86 |
+
frame_num: 166579
|
| 87 |
+
frame_range: 1M
|
| 88 |
+
dataset_size: 2.00 GB
|
| 89 |
+
data_structure: 'AI2_Alphabot_2_store_toys_3_qced_hardlink/
|
| 90 |
+
|
| 91 |
+
|-- annotations
|
| 92 |
+
|
| 93 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 94 |
+
|
| 95 |
+
| |-- eef_direction_annotation.jsonl
|
| 96 |
+
|
| 97 |
+
| |-- eef_velocity_annotation.jsonl
|
| 98 |
+
|
| 99 |
+
| |-- gripper_activity_annotation.jsonl
|
| 100 |
+
|
| 101 |
+
| `-- gripper_mode_annotation.jsonl
|
| 102 |
+
|
| 103 |
+
|-- data
|
| 104 |
+
|
| 105 |
+
| `-- chunk-000
|
| 106 |
+
|
| 107 |
+
| |-- episode_000000.parquet
|
| 108 |
+
|
| 109 |
+
| |-- episode_000001.parquet
|
| 110 |
+
|
| 111 |
+
| |-- episode_000002.parquet
|
| 112 |
+
|
| 113 |
+
| |-- episode_000003.parquet
|
| 114 |
+
|
| 115 |
+
| |-- episode_000004.parquet
|
| 116 |
+
|
| 117 |
+
| |-- episode_000005.parquet
|
| 118 |
+
|
| 119 |
+
| |-- episode_000006.parquet
|
| 120 |
+
|
| 121 |
+
| |-- episode_000007.parquet
|
| 122 |
+
|
| 123 |
+
| |-- episode_000008.parquet
|
| 124 |
+
|
| 125 |
+
| |-- episode_000009.parquet
|
| 126 |
+
|
| 127 |
+
| |-- episode_000010.parquet
|
| 128 |
+
|
| 129 |
+
| `-- episode_000011.parquet
|
| 130 |
+
|
| 131 |
+
| `-- ... (482 more entries)
|
| 132 |
+
|
| 133 |
+
|-- meta
|
| 134 |
+
|
| 135 |
+
| |-- episodes.jsonl
|
| 136 |
+
|
| 137 |
+
| |-- episodes_stats.jsonl
|
| 138 |
+
|
| 139 |
+
| |-- info.json
|
| 140 |
+
|
| 141 |
+
| `-- tasks.jsonl
|
| 142 |
+
|
| 143 |
+
|-- videos
|
| 144 |
+
|
| 145 |
+
| `-- chunk-000
|
| 146 |
+
|
| 147 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 148 |
+
|
| 149 |
+
| |-- observation.images.cam_front_head_rgb
|
| 150 |
+
|
| 151 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 152 |
+
|
| 153 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 154 |
+
|
| 155 |
+
|-- info.yaml
|
| 156 |
+
|
| 157 |
+
`-- README.md'
|
| 158 |
+
splits:
|
| 159 |
+
train: 0:493
|
| 160 |
+
features:
|
| 161 |
+
observation.images.cam_front_chest_rgb:
|
| 162 |
+
dtype: video
|
| 163 |
+
shape:
|
| 164 |
+
- 480
|
| 165 |
+
- 640
|
| 166 |
+
- 3
|
| 167 |
+
names:
|
| 168 |
+
- height
|
| 169 |
+
- width
|
| 170 |
+
- channels
|
| 171 |
+
info:
|
| 172 |
+
video.height: 480
|
| 173 |
+
video.width: 640
|
| 174 |
+
video.codec: h264
|
| 175 |
+
video.pix_fmt: yuv420p
|
| 176 |
+
video.is_depth_map: false
|
| 177 |
+
video.fps: 30
|
| 178 |
+
video.channels: 3
|
| 179 |
+
has_audio: false
|
| 180 |
+
observation.images.cam_front_head_rgb:
|
| 181 |
+
dtype: video
|
| 182 |
+
shape:
|
| 183 |
+
- 480
|
| 184 |
+
- 640
|
| 185 |
+
- 3
|
| 186 |
+
names:
|
| 187 |
+
- height
|
| 188 |
+
- width
|
| 189 |
+
- channels
|
| 190 |
+
info:
|
| 191 |
+
video.height: 480
|
| 192 |
+
video.width: 640
|
| 193 |
+
video.codec: h264
|
| 194 |
+
video.pix_fmt: yuv420p
|
| 195 |
+
video.is_depth_map: false
|
| 196 |
+
video.fps: 30
|
| 197 |
+
video.channels: 3
|
| 198 |
+
has_audio: false
|
| 199 |
+
observation.images.cam_left_wrist_rgb:
|
| 200 |
+
dtype: video
|
| 201 |
+
shape:
|
| 202 |
+
- 480
|
| 203 |
+
- 640
|
| 204 |
+
- 3
|
| 205 |
+
names:
|
| 206 |
+
- height
|
| 207 |
+
- width
|
| 208 |
+
- channels
|
| 209 |
+
info:
|
| 210 |
+
video.height: 480
|
| 211 |
+
video.width: 640
|
| 212 |
+
video.codec: h264
|
| 213 |
+
video.pix_fmt: yuv420p
|
| 214 |
+
video.is_depth_map: false
|
| 215 |
+
video.fps: 30
|
| 216 |
+
video.channels: 3
|
| 217 |
+
has_audio: false
|
| 218 |
+
observation.images.cam_right_wrist_rgb:
|
| 219 |
+
dtype: video
|
| 220 |
+
shape:
|
| 221 |
+
- 480
|
| 222 |
+
- 640
|
| 223 |
+
- 3
|
| 224 |
+
names:
|
| 225 |
+
- height
|
| 226 |
+
- width
|
| 227 |
+
- channels
|
| 228 |
+
info:
|
| 229 |
+
video.height: 480
|
| 230 |
+
video.width: 640
|
| 231 |
+
video.codec: h264
|
| 232 |
+
video.pix_fmt: yuv420p
|
| 233 |
+
video.is_depth_map: false
|
| 234 |
+
video.fps: 30
|
| 235 |
+
video.channels: 3
|
| 236 |
+
has_audio: false
|
| 237 |
+
observation.state:
|
| 238 |
+
dtype: float32
|
| 239 |
+
shape:
|
| 240 |
+
- 34
|
| 241 |
+
names:
|
| 242 |
+
- left_arm_joint_1_rad
|
| 243 |
+
- left_arm_joint_2_rad
|
| 244 |
+
- left_arm_joint_3_rad
|
| 245 |
+
- left_arm_joint_4_rad
|
| 246 |
+
- left_arm_joint_5_rad
|
| 247 |
+
- left_arm_joint_6_rad
|
| 248 |
+
- left_arm_joint_7_rad
|
| 249 |
+
- left_eef_pos_x_m
|
| 250 |
+
- left_eef_pos_y_m
|
| 251 |
+
- left_eef_pos_z_m
|
| 252 |
+
- left_eef_rot_euler_x_rad
|
| 253 |
+
- left_eef_rot_euler_y_rad
|
| 254 |
+
- left_eef_rot_euler_z_rad
|
| 255 |
+
- right_arm_joint_1_rad
|
| 256 |
+
- right_arm_joint_2_rad
|
| 257 |
+
- right_arm_joint_3_rad
|
| 258 |
+
- right_arm_joint_4_rad
|
| 259 |
+
- right_arm_joint_5_rad
|
| 260 |
+
- right_arm_joint_6_rad
|
| 261 |
+
- right_arm_joint_7_rad
|
| 262 |
+
- right_eef_pos_x_m
|
| 263 |
+
- right_eef_pos_y_m
|
| 264 |
+
- right_eef_pos_z_m
|
| 265 |
+
- right_eef_rot_euler_x_rad
|
| 266 |
+
- right_eef_rot_euler_y_rad
|
| 267 |
+
- right_eef_rot_euler_z_rad
|
| 268 |
+
- left_gripper_open
|
| 269 |
+
- right_gripper_open
|
| 270 |
+
- neck_joint_1_rad
|
| 271 |
+
- neck_joint_2_rad
|
| 272 |
+
- torso_joint_1_rad
|
| 273 |
+
- torso_joint_2_rad
|
| 274 |
+
- torso_joint_3_rad
|
| 275 |
+
- torso_joint_4_rad
|
| 276 |
+
action:
|
| 277 |
+
dtype: float32
|
| 278 |
+
shape:
|
| 279 |
+
- 34
|
| 280 |
+
names:
|
| 281 |
+
- left_arm_joint_1_rad
|
| 282 |
+
- left_arm_joint_2_rad
|
| 283 |
+
- left_arm_joint_3_rad
|
| 284 |
+
- left_arm_joint_4_rad
|
| 285 |
+
- left_arm_joint_5_rad
|
| 286 |
+
- left_arm_joint_6_rad
|
| 287 |
+
- left_arm_joint_7_rad
|
| 288 |
+
- left_eef_pos_x_m
|
| 289 |
+
- left_eef_pos_y_m
|
| 290 |
+
- left_eef_pos_z_m
|
| 291 |
+
- left_eef_rot_euler_x_rad
|
| 292 |
+
- left_eef_rot_euler_y_rad
|
| 293 |
+
- left_eef_rot_euler_z_rad
|
| 294 |
+
- right_arm_joint_1_rad
|
| 295 |
+
- right_arm_joint_2_rad
|
| 296 |
+
- right_arm_joint_3_rad
|
| 297 |
+
- right_arm_joint_4_rad
|
| 298 |
+
- right_arm_joint_5_rad
|
| 299 |
+
- right_arm_joint_6_rad
|
| 300 |
+
- right_arm_joint_7_rad
|
| 301 |
+
- right_eef_pos_x_m
|
| 302 |
+
- right_eef_pos_y_m
|
| 303 |
+
- right_eef_pos_z_m
|
| 304 |
+
- right_eef_rot_euler_x_rad
|
| 305 |
+
- right_eef_rot_euler_y_rad
|
| 306 |
+
- right_eef_rot_euler_z_rad
|
| 307 |
+
- left_gripper_open
|
| 308 |
+
- right_gripper_open
|
| 309 |
+
- neck_joint_1_rad
|
| 310 |
+
- neck_joint_2_rad
|
| 311 |
+
- torso_joint_1_rad
|
| 312 |
+
- torso_joint_2_rad
|
| 313 |
+
- torso_joint_3_rad
|
| 314 |
+
- torso_joint_4_rad
|
| 315 |
+
timestamp:
|
| 316 |
+
dtype: float32
|
| 317 |
+
shape:
|
| 318 |
+
- 1
|
| 319 |
+
names: null
|
| 320 |
+
frame_index:
|
| 321 |
+
dtype: int64
|
| 322 |
+
shape:
|
| 323 |
+
- 1
|
| 324 |
+
names: null
|
| 325 |
+
episode_index:
|
| 326 |
+
dtype: int64
|
| 327 |
+
shape:
|
| 328 |
+
- 1
|
| 329 |
+
names: null
|
| 330 |
+
index:
|
| 331 |
+
dtype: int64
|
| 332 |
+
shape:
|
| 333 |
+
- 1
|
| 334 |
+
names: null
|
| 335 |
+
task_index:
|
| 336 |
+
dtype: int64
|
| 337 |
+
shape:
|
| 338 |
+
- 1
|
| 339 |
+
names: null
|
| 340 |
+
gripper_open_scale_state:
|
| 341 |
+
names:
|
| 342 |
+
- left_gripper_open_scale
|
| 343 |
+
- right_gripper_open_scale
|
| 344 |
+
dtype: float64
|
| 345 |
+
shape:
|
| 346 |
+
- 2
|
| 347 |
+
gripper_open_scale_action:
|
| 348 |
+
names:
|
| 349 |
+
- left_gripper_open_scale
|
| 350 |
+
- right_gripper_open_scale
|
| 351 |
+
dtype: float64
|
| 352 |
+
shape:
|
| 353 |
+
- 2
|
| 354 |
+
eef_sim_pose_state:
|
| 355 |
+
names:
|
| 356 |
+
- left_eef_pos_x
|
| 357 |
+
- left_eef_pos_y
|
| 358 |
+
- left_eef_pos_z
|
| 359 |
+
- left_eef_rot_x
|
| 360 |
+
- left_eef_rot_y
|
| 361 |
+
- left_eef_rot_z
|
| 362 |
+
- right_eef_pos_x
|
| 363 |
+
- right_eef_pos_y
|
| 364 |
+
- right_eef_pos_z
|
| 365 |
+
- right_eef_rot_x
|
| 366 |
+
- right_eef_rot_y
|
| 367 |
+
- right_eef_rot_z
|
| 368 |
+
dtype: float32
|
| 369 |
+
shape:
|
| 370 |
+
- 12
|
| 371 |
+
eef_sim_pose_action:
|
| 372 |
+
names:
|
| 373 |
+
- left_eef_pos_x
|
| 374 |
+
- left_eef_pos_y
|
| 375 |
+
- left_eef_pos_z
|
| 376 |
+
- left_eef_rot_x
|
| 377 |
+
- left_eef_rot_y
|
| 378 |
+
- left_eef_rot_z
|
| 379 |
+
- right_eef_pos_x
|
| 380 |
+
- right_eef_pos_y
|
| 381 |
+
- right_eef_pos_z
|
| 382 |
+
- right_eef_rot_x
|
| 383 |
+
- right_eef_rot_y
|
| 384 |
+
- right_eef_rot_z
|
| 385 |
+
dtype: float32
|
| 386 |
+
shape:
|
| 387 |
+
- 12
|
| 388 |
+
eef_direction_state:
|
| 389 |
+
names:
|
| 390 |
+
- left_eef_direction
|
| 391 |
+
- right_eef_direction
|
| 392 |
+
dtype: int32
|
| 393 |
+
shape:
|
| 394 |
+
- 2
|
| 395 |
+
eef_direction_action:
|
| 396 |
+
names:
|
| 397 |
+
- left_eef_direction
|
| 398 |
+
- right_eef_direction
|
| 399 |
+
dtype: int32
|
| 400 |
+
shape:
|
| 401 |
+
- 2
|
| 402 |
+
eef_velocity_state:
|
| 403 |
+
names:
|
| 404 |
+
- left_eef_velocity
|
| 405 |
+
- right_eef_velocity
|
| 406 |
+
dtype: int32
|
| 407 |
+
shape:
|
| 408 |
+
- 2
|
| 409 |
+
eef_velocity_action:
|
| 410 |
+
names:
|
| 411 |
+
- left_eef_velocity
|
| 412 |
+
- right_eef_velocity
|
| 413 |
+
dtype: int32
|
| 414 |
+
shape:
|
| 415 |
+
- 2
|
| 416 |
+
eef_acc_mag_state:
|
| 417 |
+
names:
|
| 418 |
+
- left_eef_acc_mag
|
| 419 |
+
- right_eef_acc_mag
|
| 420 |
+
dtype: int32
|
| 421 |
+
shape:
|
| 422 |
+
- 2
|
| 423 |
+
eef_acc_mag_action:
|
| 424 |
+
names:
|
| 425 |
+
- left_eef_acc_mag
|
| 426 |
+
- right_eef_acc_mag
|
| 427 |
+
dtype: int32
|
| 428 |
+
shape:
|
| 429 |
+
- 2
|
| 430 |
+
gripper_mode_state:
|
| 431 |
+
names:
|
| 432 |
+
- left_gripper_mode
|
| 433 |
+
- right_gripper_mode
|
| 434 |
+
dtype: int32
|
| 435 |
+
shape:
|
| 436 |
+
- 2
|
| 437 |
+
gripper_mode_action:
|
| 438 |
+
names:
|
| 439 |
+
- left_gripper_mode
|
| 440 |
+
- right_gripper_mode
|
| 441 |
+
dtype: int32
|
| 442 |
+
shape:
|
| 443 |
+
- 2
|
| 444 |
+
gripper_activity_state:
|
| 445 |
+
names:
|
| 446 |
+
- left_gripper_activity
|
| 447 |
+
- right_gripper_activity
|
| 448 |
+
dtype: int32
|
| 449 |
+
shape:
|
| 450 |
+
- 2
|
| 451 |
+
gripper_activity_action:
|
| 452 |
+
names:
|
| 453 |
+
- left_gripper_activity
|
| 454 |
+
- right_gripper_activity
|
| 455 |
+
dtype: int32
|
| 456 |
+
shape:
|
| 457 |
+
- 2
|
| 458 |
+
authors:
|
| 459 |
+
contributed_by:
|
| 460 |
+
- name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI)
|
| 461 |
+
dataset_description: This dataset uses an extended format based on LeRobot and is
|
| 462 |
+
fully compatible with LeRobot.
|
| 463 |
+
homepage: https://flagopen.github.io/RoboCOIN/
|
| 464 |
+
paper: https://arxiv.org/abs/2511.17441
|
| 465 |
+
repository: https://github.com/FlagOpen/RoboCOIN
|
| 466 |
+
contact_info: For questions, issues, or feedback regarding this dataset, please contact
|
| 467 |
+
us.
|
| 468 |
+
support_info: For technical support, please open an issue on our GitHub repository.
|
| 469 |
+
license_details: apache-2.0
|
| 470 |
+
citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\
|
| 471 |
+
\ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\
|
| 472 |
+
\ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\
|
| 473 |
+
\ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\
|
| 474 |
+
\ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\
|
| 475 |
+
\ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\
|
| 476 |
+
\ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\
|
| 477 |
+
\ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\
|
| 478 |
+
\ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\
|
| 479 |
+
\ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\
|
| 480 |
+
\ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\
|
| 481 |
+
\ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\
|
| 482 |
+
\ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\
|
| 483 |
+
\ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\
|
| 484 |
+
\ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\
|
| 485 |
+
\ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n"
|
| 486 |
+
additional_citations: 'If you use this dataset, please also consider citing:
|
| 487 |
+
|
| 488 |
+
LeRobot Framework: https://github.com/huggingface/lerobot
|
| 489 |
+
|
| 490 |
+
'
|
| 491 |
+
version_info: Initial Release
|
| 492 |
+
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 493 |
+
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 494 |
+
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_store_toys_4.yaml
ADDED
|
@@ -0,0 +1,494 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
task_categories:
|
| 2 |
+
- robotics
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- RoboCOIN
|
| 7 |
+
- LeRobot
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
configs:
|
| 10 |
+
- config_name: default
|
| 11 |
+
data_files: data/chunk-{id}/episode_{id}.parquet
|
| 12 |
+
extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper
|
| 13 |
+
in your research/publications—see the "Citation" section for details. You agree
|
| 14 |
+
to not use the dataset to conduct experiments that cause harm to human subjects.
|
| 15 |
+
extra_gated_fields:
|
| 16 |
+
Company/Organization:
|
| 17 |
+
type: text
|
| 18 |
+
description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher"
|
| 19 |
+
Country:
|
| 20 |
+
type: country
|
| 21 |
+
description: e.g., "Germany", "China", "United States"
|
| 22 |
+
codebase_version: v2.1
|
| 23 |
+
dataset_name: AI2_Alphabot_2_store_toys_4
|
| 24 |
+
dataset_uuid: 2e0cc553-9dab-452f-bfe2-7b7072112bdc
|
| 25 |
+
scene_type:
|
| 26 |
+
level1: Household
|
| 27 |
+
level2: Living Room
|
| 28 |
+
level3: null
|
| 29 |
+
level4: null
|
| 30 |
+
level5: null
|
| 31 |
+
env_type: real_world
|
| 32 |
+
objects:
|
| 33 |
+
- object_name: open top box
|
| 34 |
+
color: blue
|
| 35 |
+
- object_name: figure
|
| 36 |
+
color: blue
|
| 37 |
+
- object_name: figure
|
| 38 |
+
color: black
|
| 39 |
+
task_operation_type: fixed_single_arm
|
| 40 |
+
task_instruction: &id001
|
| 41 |
+
- Pick up the two dolls from the table and place them into the box.
|
| 42 |
+
sub_tasks: *id001
|
| 43 |
+
atomic_actions:
|
| 44 |
+
- grasp
|
| 45 |
+
- place
|
| 46 |
+
robot_name: AI2_Alphabot_2
|
| 47 |
+
end_effector_type: two_finger_end_effector
|
| 48 |
+
tele_type: vr_controller
|
| 49 |
+
sensor_list:
|
| 50 |
+
- cam_front_chest_rgb
|
| 51 |
+
- cam_front_head_rgb
|
| 52 |
+
- cam_left_wrist_rgb
|
| 53 |
+
- cam_right_wrist_rgb
|
| 54 |
+
came_info:
|
| 55 |
+
cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 56 |
+
pix_fmt=yuv420p
|
| 57 |
+
cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 58 |
+
pix_fmt=yuv420p
|
| 59 |
+
cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 60 |
+
pix_fmt=yuv420p
|
| 61 |
+
cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 62 |
+
pix_fmt=yuv420p
|
| 63 |
+
depth_enabled: false
|
| 64 |
+
coordinate_definition: right-hand-frame
|
| 65 |
+
joint_rotation_dim: radian
|
| 66 |
+
end_rotation_dim: radian
|
| 67 |
+
end_translation_dim: meter
|
| 68 |
+
annotations:
|
| 69 |
+
- eef_acc_mag_annotation.jsonl
|
| 70 |
+
- eef_direction_annotation.jsonl
|
| 71 |
+
- eef_velocity_annotation.jsonl
|
| 72 |
+
- gripper_activity_annotation.jsonl
|
| 73 |
+
- gripper_mode_annotation.jsonl
|
| 74 |
+
statistics:
|
| 75 |
+
total_episodes: 489
|
| 76 |
+
total_frames: 192629
|
| 77 |
+
fps: 30
|
| 78 |
+
total_tasks: 1
|
| 79 |
+
total_videos: 1956
|
| 80 |
+
total_chunks: 1
|
| 81 |
+
chunks_size: 1000
|
| 82 |
+
state_dim: 34
|
| 83 |
+
action_dim: 34
|
| 84 |
+
camera_views: 4
|
| 85 |
+
dataset_size: 2.41 GB
|
| 86 |
+
frame_num: 192629
|
| 87 |
+
frame_range: 1M
|
| 88 |
+
dataset_size: 2.41 GB
|
| 89 |
+
data_structure: 'AI2_Alphabot_2_store_toys_4_qced_hardlink/
|
| 90 |
+
|
| 91 |
+
|-- annotations
|
| 92 |
+
|
| 93 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 94 |
+
|
| 95 |
+
| |-- eef_direction_annotation.jsonl
|
| 96 |
+
|
| 97 |
+
| |-- eef_velocity_annotation.jsonl
|
| 98 |
+
|
| 99 |
+
| |-- gripper_activity_annotation.jsonl
|
| 100 |
+
|
| 101 |
+
| `-- gripper_mode_annotation.jsonl
|
| 102 |
+
|
| 103 |
+
|-- data
|
| 104 |
+
|
| 105 |
+
| `-- chunk-000
|
| 106 |
+
|
| 107 |
+
| |-- episode_000000.parquet
|
| 108 |
+
|
| 109 |
+
| |-- episode_000001.parquet
|
| 110 |
+
|
| 111 |
+
| |-- episode_000002.parquet
|
| 112 |
+
|
| 113 |
+
| |-- episode_000003.parquet
|
| 114 |
+
|
| 115 |
+
| |-- episode_000004.parquet
|
| 116 |
+
|
| 117 |
+
| |-- episode_000005.parquet
|
| 118 |
+
|
| 119 |
+
| |-- episode_000006.parquet
|
| 120 |
+
|
| 121 |
+
| |-- episode_000007.parquet
|
| 122 |
+
|
| 123 |
+
| |-- episode_000008.parquet
|
| 124 |
+
|
| 125 |
+
| |-- episode_000009.parquet
|
| 126 |
+
|
| 127 |
+
| |-- episode_000010.parquet
|
| 128 |
+
|
| 129 |
+
| `-- episode_000011.parquet
|
| 130 |
+
|
| 131 |
+
| `-- ... (477 more entries)
|
| 132 |
+
|
| 133 |
+
|-- meta
|
| 134 |
+
|
| 135 |
+
| |-- episodes.jsonl
|
| 136 |
+
|
| 137 |
+
| |-- episodes_stats.jsonl
|
| 138 |
+
|
| 139 |
+
| |-- info.json
|
| 140 |
+
|
| 141 |
+
| `-- tasks.jsonl
|
| 142 |
+
|
| 143 |
+
|-- videos
|
| 144 |
+
|
| 145 |
+
| `-- chunk-000
|
| 146 |
+
|
| 147 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 148 |
+
|
| 149 |
+
| |-- observation.images.cam_front_head_rgb
|
| 150 |
+
|
| 151 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 152 |
+
|
| 153 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 154 |
+
|
| 155 |
+
|-- info.yaml
|
| 156 |
+
|
| 157 |
+
`-- README.md'
|
| 158 |
+
splits:
|
| 159 |
+
train: 0:488
|
| 160 |
+
features:
|
| 161 |
+
observation.images.cam_front_chest_rgb:
|
| 162 |
+
dtype: video
|
| 163 |
+
shape:
|
| 164 |
+
- 480
|
| 165 |
+
- 640
|
| 166 |
+
- 3
|
| 167 |
+
names:
|
| 168 |
+
- height
|
| 169 |
+
- width
|
| 170 |
+
- channels
|
| 171 |
+
info:
|
| 172 |
+
video.height: 480
|
| 173 |
+
video.width: 640
|
| 174 |
+
video.codec: h264
|
| 175 |
+
video.pix_fmt: yuv420p
|
| 176 |
+
video.is_depth_map: false
|
| 177 |
+
video.fps: 30
|
| 178 |
+
video.channels: 3
|
| 179 |
+
has_audio: false
|
| 180 |
+
observation.images.cam_front_head_rgb:
|
| 181 |
+
dtype: video
|
| 182 |
+
shape:
|
| 183 |
+
- 480
|
| 184 |
+
- 640
|
| 185 |
+
- 3
|
| 186 |
+
names:
|
| 187 |
+
- height
|
| 188 |
+
- width
|
| 189 |
+
- channels
|
| 190 |
+
info:
|
| 191 |
+
video.height: 480
|
| 192 |
+
video.width: 640
|
| 193 |
+
video.codec: h264
|
| 194 |
+
video.pix_fmt: yuv420p
|
| 195 |
+
video.is_depth_map: false
|
| 196 |
+
video.fps: 30
|
| 197 |
+
video.channels: 3
|
| 198 |
+
has_audio: false
|
| 199 |
+
observation.images.cam_left_wrist_rgb:
|
| 200 |
+
dtype: video
|
| 201 |
+
shape:
|
| 202 |
+
- 480
|
| 203 |
+
- 640
|
| 204 |
+
- 3
|
| 205 |
+
names:
|
| 206 |
+
- height
|
| 207 |
+
- width
|
| 208 |
+
- channels
|
| 209 |
+
info:
|
| 210 |
+
video.height: 480
|
| 211 |
+
video.width: 640
|
| 212 |
+
video.codec: h264
|
| 213 |
+
video.pix_fmt: yuv420p
|
| 214 |
+
video.is_depth_map: false
|
| 215 |
+
video.fps: 30
|
| 216 |
+
video.channels: 3
|
| 217 |
+
has_audio: false
|
| 218 |
+
observation.images.cam_right_wrist_rgb:
|
| 219 |
+
dtype: video
|
| 220 |
+
shape:
|
| 221 |
+
- 480
|
| 222 |
+
- 640
|
| 223 |
+
- 3
|
| 224 |
+
names:
|
| 225 |
+
- height
|
| 226 |
+
- width
|
| 227 |
+
- channels
|
| 228 |
+
info:
|
| 229 |
+
video.height: 480
|
| 230 |
+
video.width: 640
|
| 231 |
+
video.codec: h264
|
| 232 |
+
video.pix_fmt: yuv420p
|
| 233 |
+
video.is_depth_map: false
|
| 234 |
+
video.fps: 30
|
| 235 |
+
video.channels: 3
|
| 236 |
+
has_audio: false
|
| 237 |
+
observation.state:
|
| 238 |
+
dtype: float32
|
| 239 |
+
shape:
|
| 240 |
+
- 34
|
| 241 |
+
names:
|
| 242 |
+
- left_arm_joint_1_rad
|
| 243 |
+
- left_arm_joint_2_rad
|
| 244 |
+
- left_arm_joint_3_rad
|
| 245 |
+
- left_arm_joint_4_rad
|
| 246 |
+
- left_arm_joint_5_rad
|
| 247 |
+
- left_arm_joint_6_rad
|
| 248 |
+
- left_arm_joint_7_rad
|
| 249 |
+
- left_eef_pos_x_m
|
| 250 |
+
- left_eef_pos_y_m
|
| 251 |
+
- left_eef_pos_z_m
|
| 252 |
+
- left_eef_rot_euler_x_rad
|
| 253 |
+
- left_eef_rot_euler_y_rad
|
| 254 |
+
- left_eef_rot_euler_z_rad
|
| 255 |
+
- right_arm_joint_1_rad
|
| 256 |
+
- right_arm_joint_2_rad
|
| 257 |
+
- right_arm_joint_3_rad
|
| 258 |
+
- right_arm_joint_4_rad
|
| 259 |
+
- right_arm_joint_5_rad
|
| 260 |
+
- right_arm_joint_6_rad
|
| 261 |
+
- right_arm_joint_7_rad
|
| 262 |
+
- right_eef_pos_x_m
|
| 263 |
+
- right_eef_pos_y_m
|
| 264 |
+
- right_eef_pos_z_m
|
| 265 |
+
- right_eef_rot_euler_x_rad
|
| 266 |
+
- right_eef_rot_euler_y_rad
|
| 267 |
+
- right_eef_rot_euler_z_rad
|
| 268 |
+
- left_gripper_open
|
| 269 |
+
- right_gripper_open
|
| 270 |
+
- neck_joint_1_rad
|
| 271 |
+
- neck_joint_2_rad
|
| 272 |
+
- torso_joint_1_rad
|
| 273 |
+
- torso_joint_2_rad
|
| 274 |
+
- torso_joint_3_rad
|
| 275 |
+
- torso_joint_4_rad
|
| 276 |
+
action:
|
| 277 |
+
dtype: float32
|
| 278 |
+
shape:
|
| 279 |
+
- 34
|
| 280 |
+
names:
|
| 281 |
+
- left_arm_joint_1_rad
|
| 282 |
+
- left_arm_joint_2_rad
|
| 283 |
+
- left_arm_joint_3_rad
|
| 284 |
+
- left_arm_joint_4_rad
|
| 285 |
+
- left_arm_joint_5_rad
|
| 286 |
+
- left_arm_joint_6_rad
|
| 287 |
+
- left_arm_joint_7_rad
|
| 288 |
+
- left_eef_pos_x_m
|
| 289 |
+
- left_eef_pos_y_m
|
| 290 |
+
- left_eef_pos_z_m
|
| 291 |
+
- left_eef_rot_euler_x_rad
|
| 292 |
+
- left_eef_rot_euler_y_rad
|
| 293 |
+
- left_eef_rot_euler_z_rad
|
| 294 |
+
- right_arm_joint_1_rad
|
| 295 |
+
- right_arm_joint_2_rad
|
| 296 |
+
- right_arm_joint_3_rad
|
| 297 |
+
- right_arm_joint_4_rad
|
| 298 |
+
- right_arm_joint_5_rad
|
| 299 |
+
- right_arm_joint_6_rad
|
| 300 |
+
- right_arm_joint_7_rad
|
| 301 |
+
- right_eef_pos_x_m
|
| 302 |
+
- right_eef_pos_y_m
|
| 303 |
+
- right_eef_pos_z_m
|
| 304 |
+
- right_eef_rot_euler_x_rad
|
| 305 |
+
- right_eef_rot_euler_y_rad
|
| 306 |
+
- right_eef_rot_euler_z_rad
|
| 307 |
+
- left_gripper_open
|
| 308 |
+
- right_gripper_open
|
| 309 |
+
- neck_joint_1_rad
|
| 310 |
+
- neck_joint_2_rad
|
| 311 |
+
- torso_joint_1_rad
|
| 312 |
+
- torso_joint_2_rad
|
| 313 |
+
- torso_joint_3_rad
|
| 314 |
+
- torso_joint_4_rad
|
| 315 |
+
timestamp:
|
| 316 |
+
dtype: float32
|
| 317 |
+
shape:
|
| 318 |
+
- 1
|
| 319 |
+
names: null
|
| 320 |
+
frame_index:
|
| 321 |
+
dtype: int64
|
| 322 |
+
shape:
|
| 323 |
+
- 1
|
| 324 |
+
names: null
|
| 325 |
+
episode_index:
|
| 326 |
+
dtype: int64
|
| 327 |
+
shape:
|
| 328 |
+
- 1
|
| 329 |
+
names: null
|
| 330 |
+
index:
|
| 331 |
+
dtype: int64
|
| 332 |
+
shape:
|
| 333 |
+
- 1
|
| 334 |
+
names: null
|
| 335 |
+
task_index:
|
| 336 |
+
dtype: int64
|
| 337 |
+
shape:
|
| 338 |
+
- 1
|
| 339 |
+
names: null
|
| 340 |
+
gripper_open_scale_state:
|
| 341 |
+
names:
|
| 342 |
+
- left_gripper_open_scale
|
| 343 |
+
- right_gripper_open_scale
|
| 344 |
+
dtype: float64
|
| 345 |
+
shape:
|
| 346 |
+
- 2
|
| 347 |
+
gripper_open_scale_action:
|
| 348 |
+
names:
|
| 349 |
+
- left_gripper_open_scale
|
| 350 |
+
- right_gripper_open_scale
|
| 351 |
+
dtype: float64
|
| 352 |
+
shape:
|
| 353 |
+
- 2
|
| 354 |
+
eef_sim_pose_state:
|
| 355 |
+
names:
|
| 356 |
+
- left_eef_pos_x
|
| 357 |
+
- left_eef_pos_y
|
| 358 |
+
- left_eef_pos_z
|
| 359 |
+
- left_eef_rot_x
|
| 360 |
+
- left_eef_rot_y
|
| 361 |
+
- left_eef_rot_z
|
| 362 |
+
- right_eef_pos_x
|
| 363 |
+
- right_eef_pos_y
|
| 364 |
+
- right_eef_pos_z
|
| 365 |
+
- right_eef_rot_x
|
| 366 |
+
- right_eef_rot_y
|
| 367 |
+
- right_eef_rot_z
|
| 368 |
+
dtype: float32
|
| 369 |
+
shape:
|
| 370 |
+
- 12
|
| 371 |
+
eef_sim_pose_action:
|
| 372 |
+
names:
|
| 373 |
+
- left_eef_pos_x
|
| 374 |
+
- left_eef_pos_y
|
| 375 |
+
- left_eef_pos_z
|
| 376 |
+
- left_eef_rot_x
|
| 377 |
+
- left_eef_rot_y
|
| 378 |
+
- left_eef_rot_z
|
| 379 |
+
- right_eef_pos_x
|
| 380 |
+
- right_eef_pos_y
|
| 381 |
+
- right_eef_pos_z
|
| 382 |
+
- right_eef_rot_x
|
| 383 |
+
- right_eef_rot_y
|
| 384 |
+
- right_eef_rot_z
|
| 385 |
+
dtype: float32
|
| 386 |
+
shape:
|
| 387 |
+
- 12
|
| 388 |
+
eef_direction_state:
|
| 389 |
+
names:
|
| 390 |
+
- left_eef_direction
|
| 391 |
+
- right_eef_direction
|
| 392 |
+
dtype: int32
|
| 393 |
+
shape:
|
| 394 |
+
- 2
|
| 395 |
+
eef_direction_action:
|
| 396 |
+
names:
|
| 397 |
+
- left_eef_direction
|
| 398 |
+
- right_eef_direction
|
| 399 |
+
dtype: int32
|
| 400 |
+
shape:
|
| 401 |
+
- 2
|
| 402 |
+
eef_velocity_state:
|
| 403 |
+
names:
|
| 404 |
+
- left_eef_velocity
|
| 405 |
+
- right_eef_velocity
|
| 406 |
+
dtype: int32
|
| 407 |
+
shape:
|
| 408 |
+
- 2
|
| 409 |
+
eef_velocity_action:
|
| 410 |
+
names:
|
| 411 |
+
- left_eef_velocity
|
| 412 |
+
- right_eef_velocity
|
| 413 |
+
dtype: int32
|
| 414 |
+
shape:
|
| 415 |
+
- 2
|
| 416 |
+
eef_acc_mag_state:
|
| 417 |
+
names:
|
| 418 |
+
- left_eef_acc_mag
|
| 419 |
+
- right_eef_acc_mag
|
| 420 |
+
dtype: int32
|
| 421 |
+
shape:
|
| 422 |
+
- 2
|
| 423 |
+
eef_acc_mag_action:
|
| 424 |
+
names:
|
| 425 |
+
- left_eef_acc_mag
|
| 426 |
+
- right_eef_acc_mag
|
| 427 |
+
dtype: int32
|
| 428 |
+
shape:
|
| 429 |
+
- 2
|
| 430 |
+
gripper_mode_state:
|
| 431 |
+
names:
|
| 432 |
+
- left_gripper_mode
|
| 433 |
+
- right_gripper_mode
|
| 434 |
+
dtype: int32
|
| 435 |
+
shape:
|
| 436 |
+
- 2
|
| 437 |
+
gripper_mode_action:
|
| 438 |
+
names:
|
| 439 |
+
- left_gripper_mode
|
| 440 |
+
- right_gripper_mode
|
| 441 |
+
dtype: int32
|
| 442 |
+
shape:
|
| 443 |
+
- 2
|
| 444 |
+
gripper_activity_state:
|
| 445 |
+
names:
|
| 446 |
+
- left_gripper_activity
|
| 447 |
+
- right_gripper_activity
|
| 448 |
+
dtype: int32
|
| 449 |
+
shape:
|
| 450 |
+
- 2
|
| 451 |
+
gripper_activity_action:
|
| 452 |
+
names:
|
| 453 |
+
- left_gripper_activity
|
| 454 |
+
- right_gripper_activity
|
| 455 |
+
dtype: int32
|
| 456 |
+
shape:
|
| 457 |
+
- 2
|
| 458 |
+
authors:
|
| 459 |
+
contributed_by:
|
| 460 |
+
- name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI)
|
| 461 |
+
dataset_description: This dataset uses an extended format based on LeRobot and is
|
| 462 |
+
fully compatible with LeRobot.
|
| 463 |
+
homepage: https://flagopen.github.io/RoboCOIN/
|
| 464 |
+
paper: https://arxiv.org/abs/2511.17441
|
| 465 |
+
repository: https://github.com/FlagOpen/RoboCOIN
|
| 466 |
+
contact_info: For questions, issues, or feedback regarding this dataset, please contact
|
| 467 |
+
us.
|
| 468 |
+
support_info: For technical support, please open an issue on our GitHub repository.
|
| 469 |
+
license_details: apache-2.0
|
| 470 |
+
citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\
|
| 471 |
+
\ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\
|
| 472 |
+
\ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\
|
| 473 |
+
\ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\
|
| 474 |
+
\ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\
|
| 475 |
+
\ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\
|
| 476 |
+
\ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\
|
| 477 |
+
\ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\
|
| 478 |
+
\ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\
|
| 479 |
+
\ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\
|
| 480 |
+
\ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\
|
| 481 |
+
\ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\
|
| 482 |
+
\ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\
|
| 483 |
+
\ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\
|
| 484 |
+
\ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\
|
| 485 |
+
\ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n"
|
| 486 |
+
additional_citations: 'If you use this dataset, please also consider citing:
|
| 487 |
+
|
| 488 |
+
LeRobot Framework: https://github.com/huggingface/lerobot
|
| 489 |
+
|
| 490 |
+
'
|
| 491 |
+
version_info: Initial Release
|
| 492 |
+
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 493 |
+
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 494 |
+
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_store_toys_5.yaml
ADDED
|
@@ -0,0 +1,515 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
task_categories:
|
| 2 |
+
- robotics
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- RoboCOIN
|
| 7 |
+
- LeRobot
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
configs:
|
| 10 |
+
- config_name: default
|
| 11 |
+
data_files: data/chunk-{id}/episode_{id}.parquet
|
| 12 |
+
extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper
|
| 13 |
+
in your research/publications—see the "Citation" section for details. You agree
|
| 14 |
+
to not use the dataset to conduct experiments that cause harm to human subjects.
|
| 15 |
+
extra_gated_fields:
|
| 16 |
+
Company/Organization:
|
| 17 |
+
type: text
|
| 18 |
+
description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher"
|
| 19 |
+
Country:
|
| 20 |
+
type: country
|
| 21 |
+
description: e.g., "Germany", "China", "United States"
|
| 22 |
+
codebase_version: v2.1
|
| 23 |
+
dataset_name: AI2_Alphabot_2_store_toys_5
|
| 24 |
+
dataset_uuid: fb712460-4fe1-45d5-a3d2-c9c100a3aedc
|
| 25 |
+
scene_type:
|
| 26 |
+
level1: Industry
|
| 27 |
+
level2: Inspection Area
|
| 28 |
+
level3: null
|
| 29 |
+
level4: null
|
| 30 |
+
level5: null
|
| 31 |
+
env_type: real_world
|
| 32 |
+
objects:
|
| 33 |
+
- id: duck_doll
|
| 34 |
+
name: duck doll
|
| 35 |
+
color: blue
|
| 36 |
+
anchor_policy: static
|
| 37 |
+
- id: lion_doll
|
| 38 |
+
name: lion_doll
|
| 39 |
+
color: brown
|
| 40 |
+
anchor_policy: static
|
| 41 |
+
- id: pig_doll
|
| 42 |
+
name: pig_doll
|
| 43 |
+
color: pink
|
| 44 |
+
anchor_policy: static
|
| 45 |
+
- id: open_top_box
|
| 46 |
+
name: open top box
|
| 47 |
+
color: blue
|
| 48 |
+
anchor_policy: static
|
| 49 |
+
- id: table
|
| 50 |
+
name: table
|
| 51 |
+
color: white
|
| 52 |
+
anchor_policy: static
|
| 53 |
+
task_operation_type: fixed_dual_arm
|
| 54 |
+
task_instruction: Use the right hand to place the duck plush toy into the storage
|
| 55 |
+
box, then use the left hand to place the dog plush toy into the storage box.
|
| 56 |
+
sub_tasks:
|
| 57 |
+
- Use the right hand to place the duck plush toy into the storage box, then use the
|
| 58 |
+
left hand to place the dog plush toy into the storage box.
|
| 59 |
+
atomic_actions:
|
| 60 |
+
- grasp
|
| 61 |
+
- release
|
| 62 |
+
robot_name:
|
| 63 |
+
- AI2_Alphabot_2
|
| 64 |
+
end_effector_type:
|
| 65 |
+
- two_finger_end_effector
|
| 66 |
+
tele_type: vr_controller
|
| 67 |
+
sensor_list:
|
| 68 |
+
- cam_front_chest_rgb
|
| 69 |
+
- cam_front_head_rgb
|
| 70 |
+
- cam_left_wrist_rgb
|
| 71 |
+
- cam_right_wrist_rgb
|
| 72 |
+
came_info:
|
| 73 |
+
cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 74 |
+
pix_fmt=yuv420p
|
| 75 |
+
cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 76 |
+
pix_fmt=yuv420p
|
| 77 |
+
cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 78 |
+
pix_fmt=yuv420p
|
| 79 |
+
cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1,
|
| 80 |
+
pix_fmt=yuv420p
|
| 81 |
+
depth_enabled: false
|
| 82 |
+
coordinate_definition: right-hand-frame
|
| 83 |
+
joint_rotation_dim: radian
|
| 84 |
+
end_rotation_dim: radian
|
| 85 |
+
end_translation_dim: meter
|
| 86 |
+
annotations:
|
| 87 |
+
- camera_params.json
|
| 88 |
+
- eef_acc_mag_annotation.jsonl
|
| 89 |
+
- eef_direction_annotation.jsonl
|
| 90 |
+
- eef_velocity_annotation.jsonl
|
| 91 |
+
- gripper_activity_annotation.jsonl
|
| 92 |
+
- gripper_mode_annotation.jsonl
|
| 93 |
+
statistics:
|
| 94 |
+
total_episodes: 852
|
| 95 |
+
total_frames: 471302
|
| 96 |
+
fps: 30
|
| 97 |
+
total_tasks: 1
|
| 98 |
+
total_videos: 3408
|
| 99 |
+
total_chunks: 1
|
| 100 |
+
chunks_size: 1000
|
| 101 |
+
state_dim: 34
|
| 102 |
+
action_dim: 34
|
| 103 |
+
camera_views: 4
|
| 104 |
+
dataset_size: 9.45 GB
|
| 105 |
+
frame_num: 471302
|
| 106 |
+
frame_range: 1M
|
| 107 |
+
dataset_size: 9.45 GB
|
| 108 |
+
data_structure: 'AI2_Alphabot_2_store_toys_5_qced_hardlink/
|
| 109 |
+
|
| 110 |
+
|-- annotations
|
| 111 |
+
|
| 112 |
+
| |-- camera_params.json
|
| 113 |
+
|
| 114 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 115 |
+
|
| 116 |
+
| |-- eef_direction_annotation.jsonl
|
| 117 |
+
|
| 118 |
+
| |-- eef_velocity_annotation.jsonl
|
| 119 |
+
|
| 120 |
+
| |-- gripper_activity_annotation.jsonl
|
| 121 |
+
|
| 122 |
+
| `-- gripper_mode_annotation.jsonl
|
| 123 |
+
|
| 124 |
+
|-- data
|
| 125 |
+
|
| 126 |
+
| `-- chunk-000
|
| 127 |
+
|
| 128 |
+
| |-- episode_000000.parquet
|
| 129 |
+
|
| 130 |
+
| |-- episode_000001.parquet
|
| 131 |
+
|
| 132 |
+
| |-- episode_000002.parquet
|
| 133 |
+
|
| 134 |
+
| |-- episode_000003.parquet
|
| 135 |
+
|
| 136 |
+
| |-- episode_000004.parquet
|
| 137 |
+
|
| 138 |
+
| |-- episode_000005.parquet
|
| 139 |
+
|
| 140 |
+
| |-- episode_000006.parquet
|
| 141 |
+
|
| 142 |
+
| |-- episode_000007.parquet
|
| 143 |
+
|
| 144 |
+
| |-- episode_000008.parquet
|
| 145 |
+
|
| 146 |
+
| |-- episode_000009.parquet
|
| 147 |
+
|
| 148 |
+
| |-- episode_000010.parquet
|
| 149 |
+
|
| 150 |
+
| `-- episode_000011.parquet
|
| 151 |
+
|
| 152 |
+
| `-- ... (840 more entries)
|
| 153 |
+
|
| 154 |
+
|-- meta
|
| 155 |
+
|
| 156 |
+
| |-- episodes.jsonl
|
| 157 |
+
|
| 158 |
+
| |-- episodes_stats.jsonl
|
| 159 |
+
|
| 160 |
+
| |-- info.json
|
| 161 |
+
|
| 162 |
+
| `-- tasks.jsonl
|
| 163 |
+
|
| 164 |
+
|-- videos
|
| 165 |
+
|
| 166 |
+
| `-- chunk-000
|
| 167 |
+
|
| 168 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 169 |
+
|
| 170 |
+
| |-- observation.images.cam_front_head_rgb
|
| 171 |
+
|
| 172 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 173 |
+
|
| 174 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 175 |
+
|
| 176 |
+
|-- info.yaml
|
| 177 |
+
|
| 178 |
+
`-- README.md'
|
| 179 |
+
splits:
|
| 180 |
+
train: 0:851
|
| 181 |
+
features:
|
| 182 |
+
observation.images.cam_front_chest_rgb:
|
| 183 |
+
dtype: video
|
| 184 |
+
shape:
|
| 185 |
+
- 480
|
| 186 |
+
- 640
|
| 187 |
+
- 3
|
| 188 |
+
names:
|
| 189 |
+
- height
|
| 190 |
+
- width
|
| 191 |
+
- channels
|
| 192 |
+
info:
|
| 193 |
+
video.height: 480
|
| 194 |
+
video.width: 640
|
| 195 |
+
video.codec: av1
|
| 196 |
+
video.pix_fmt: yuv420p
|
| 197 |
+
video.is_depth_map: false
|
| 198 |
+
video.fps: 30
|
| 199 |
+
video.channels: 3
|
| 200 |
+
has_audio: false
|
| 201 |
+
observation.images.cam_front_head_rgb:
|
| 202 |
+
dtype: video
|
| 203 |
+
shape:
|
| 204 |
+
- 480
|
| 205 |
+
- 640
|
| 206 |
+
- 3
|
| 207 |
+
names:
|
| 208 |
+
- height
|
| 209 |
+
- width
|
| 210 |
+
- channels
|
| 211 |
+
info:
|
| 212 |
+
video.height: 480
|
| 213 |
+
video.width: 640
|
| 214 |
+
video.codec: av1
|
| 215 |
+
video.pix_fmt: yuv420p
|
| 216 |
+
video.is_depth_map: false
|
| 217 |
+
video.fps: 30
|
| 218 |
+
video.channels: 3
|
| 219 |
+
has_audio: false
|
| 220 |
+
observation.images.cam_left_wrist_rgb:
|
| 221 |
+
dtype: video
|
| 222 |
+
shape:
|
| 223 |
+
- 480
|
| 224 |
+
- 640
|
| 225 |
+
- 3
|
| 226 |
+
names:
|
| 227 |
+
- height
|
| 228 |
+
- width
|
| 229 |
+
- channels
|
| 230 |
+
info:
|
| 231 |
+
video.height: 480
|
| 232 |
+
video.width: 640
|
| 233 |
+
video.codec: av1
|
| 234 |
+
video.pix_fmt: yuv420p
|
| 235 |
+
video.is_depth_map: false
|
| 236 |
+
video.fps: 30
|
| 237 |
+
video.channels: 3
|
| 238 |
+
has_audio: false
|
| 239 |
+
observation.images.cam_right_wrist_rgb:
|
| 240 |
+
dtype: video
|
| 241 |
+
shape:
|
| 242 |
+
- 480
|
| 243 |
+
- 640
|
| 244 |
+
- 3
|
| 245 |
+
names:
|
| 246 |
+
- height
|
| 247 |
+
- width
|
| 248 |
+
- channels
|
| 249 |
+
info:
|
| 250 |
+
video.height: 480
|
| 251 |
+
video.width: 640
|
| 252 |
+
video.codec: av1
|
| 253 |
+
video.pix_fmt: yuv420p
|
| 254 |
+
video.is_depth_map: false
|
| 255 |
+
video.fps: 30
|
| 256 |
+
video.channels: 3
|
| 257 |
+
has_audio: false
|
| 258 |
+
observation.state:
|
| 259 |
+
dtype: float32
|
| 260 |
+
shape:
|
| 261 |
+
- 34
|
| 262 |
+
names:
|
| 263 |
+
- left_arm_joint_1_rad
|
| 264 |
+
- left_arm_joint_2_rad
|
| 265 |
+
- left_arm_joint_3_rad
|
| 266 |
+
- left_arm_joint_4_rad
|
| 267 |
+
- left_arm_joint_5_rad
|
| 268 |
+
- left_arm_joint_6_rad
|
| 269 |
+
- left_arm_joint_7_rad
|
| 270 |
+
- left_eef_pos_x_m
|
| 271 |
+
- left_eef_pos_y_m
|
| 272 |
+
- left_eef_pos_z_m
|
| 273 |
+
- left_eef_rot_euler_x_rad
|
| 274 |
+
- left_eef_rot_euler_y_rad
|
| 275 |
+
- left_eef_rot_euler_z_rad
|
| 276 |
+
- right_arm_joint_1_rad
|
| 277 |
+
- right_arm_joint_2_rad
|
| 278 |
+
- right_arm_joint_3_rad
|
| 279 |
+
- right_arm_joint_4_rad
|
| 280 |
+
- right_arm_joint_5_rad
|
| 281 |
+
- right_arm_joint_6_rad
|
| 282 |
+
- right_arm_joint_7_rad
|
| 283 |
+
- right_eef_pos_x_m
|
| 284 |
+
- right_eef_pos_y_m
|
| 285 |
+
- right_eef_pos_z_m
|
| 286 |
+
- right_eef_rot_euler_x_rad
|
| 287 |
+
- right_eef_rot_euler_y_rad
|
| 288 |
+
- right_eef_rot_euler_z_rad
|
| 289 |
+
- left_gripper_open
|
| 290 |
+
- right_gripper_open
|
| 291 |
+
- neck_joint_1_rad
|
| 292 |
+
- neck_joint_2_rad
|
| 293 |
+
- torso_joint_1_rad
|
| 294 |
+
- torso_joint_2_rad
|
| 295 |
+
- torso_joint_3_rad
|
| 296 |
+
- torso_joint_4_rad
|
| 297 |
+
action:
|
| 298 |
+
dtype: float32
|
| 299 |
+
shape:
|
| 300 |
+
- 34
|
| 301 |
+
names:
|
| 302 |
+
- left_arm_joint_1_rad
|
| 303 |
+
- left_arm_joint_2_rad
|
| 304 |
+
- left_arm_joint_3_rad
|
| 305 |
+
- left_arm_joint_4_rad
|
| 306 |
+
- left_arm_joint_5_rad
|
| 307 |
+
- left_arm_joint_6_rad
|
| 308 |
+
- left_arm_joint_7_rad
|
| 309 |
+
- left_eef_pos_x_m
|
| 310 |
+
- left_eef_pos_y_m
|
| 311 |
+
- left_eef_pos_z_m
|
| 312 |
+
- left_eef_rot_euler_x_rad
|
| 313 |
+
- left_eef_rot_euler_y_rad
|
| 314 |
+
- left_eef_rot_euler_z_rad
|
| 315 |
+
- right_arm_joint_1_rad
|
| 316 |
+
- right_arm_joint_2_rad
|
| 317 |
+
- right_arm_joint_3_rad
|
| 318 |
+
- right_arm_joint_4_rad
|
| 319 |
+
- right_arm_joint_5_rad
|
| 320 |
+
- right_arm_joint_6_rad
|
| 321 |
+
- right_arm_joint_7_rad
|
| 322 |
+
- right_eef_pos_x_m
|
| 323 |
+
- right_eef_pos_y_m
|
| 324 |
+
- right_eef_pos_z_m
|
| 325 |
+
- right_eef_rot_euler_x_rad
|
| 326 |
+
- right_eef_rot_euler_y_rad
|
| 327 |
+
- right_eef_rot_euler_z_rad
|
| 328 |
+
- left_gripper_open
|
| 329 |
+
- right_gripper_open
|
| 330 |
+
- neck_joint_1_rad
|
| 331 |
+
- neck_joint_2_rad
|
| 332 |
+
- torso_joint_1_rad
|
| 333 |
+
- torso_joint_2_rad
|
| 334 |
+
- torso_joint_3_rad
|
| 335 |
+
- torso_joint_4_rad
|
| 336 |
+
timestamp:
|
| 337 |
+
dtype: float32
|
| 338 |
+
shape:
|
| 339 |
+
- 1
|
| 340 |
+
names: null
|
| 341 |
+
frame_index:
|
| 342 |
+
dtype: int64
|
| 343 |
+
shape:
|
| 344 |
+
- 1
|
| 345 |
+
names: null
|
| 346 |
+
episode_index:
|
| 347 |
+
dtype: int64
|
| 348 |
+
shape:
|
| 349 |
+
- 1
|
| 350 |
+
names: null
|
| 351 |
+
index:
|
| 352 |
+
dtype: int64
|
| 353 |
+
shape:
|
| 354 |
+
- 1
|
| 355 |
+
names: null
|
| 356 |
+
task_index:
|
| 357 |
+
dtype: int64
|
| 358 |
+
shape:
|
| 359 |
+
- 1
|
| 360 |
+
names: null
|
| 361 |
+
gripper_open_scale_state:
|
| 362 |
+
names:
|
| 363 |
+
- left_gripper_open_scale
|
| 364 |
+
- right_gripper_open_scale
|
| 365 |
+
dtype: float64
|
| 366 |
+
shape:
|
| 367 |
+
- 2
|
| 368 |
+
gripper_open_scale_action:
|
| 369 |
+
names:
|
| 370 |
+
- left_gripper_open_scale
|
| 371 |
+
- right_gripper_open_scale
|
| 372 |
+
dtype: float64
|
| 373 |
+
shape:
|
| 374 |
+
- 2
|
| 375 |
+
eef_sim_pose_state:
|
| 376 |
+
names:
|
| 377 |
+
- left_eef_pos_x
|
| 378 |
+
- left_eef_pos_y
|
| 379 |
+
- left_eef_pos_z
|
| 380 |
+
- left_eef_rot_x
|
| 381 |
+
- left_eef_rot_y
|
| 382 |
+
- left_eef_rot_z
|
| 383 |
+
- right_eef_pos_x
|
| 384 |
+
- right_eef_pos_y
|
| 385 |
+
- right_eef_pos_z
|
| 386 |
+
- right_eef_rot_x
|
| 387 |
+
- right_eef_rot_y
|
| 388 |
+
- right_eef_rot_z
|
| 389 |
+
dtype: float32
|
| 390 |
+
shape:
|
| 391 |
+
- 12
|
| 392 |
+
eef_sim_pose_action:
|
| 393 |
+
names:
|
| 394 |
+
- left_eef_pos_x
|
| 395 |
+
- left_eef_pos_y
|
| 396 |
+
- left_eef_pos_z
|
| 397 |
+
- left_eef_rot_x
|
| 398 |
+
- left_eef_rot_y
|
| 399 |
+
- left_eef_rot_z
|
| 400 |
+
- right_eef_pos_x
|
| 401 |
+
- right_eef_pos_y
|
| 402 |
+
- right_eef_pos_z
|
| 403 |
+
- right_eef_rot_x
|
| 404 |
+
- right_eef_rot_y
|
| 405 |
+
- right_eef_rot_z
|
| 406 |
+
dtype: float32
|
| 407 |
+
shape:
|
| 408 |
+
- 12
|
| 409 |
+
eef_direction_state:
|
| 410 |
+
names:
|
| 411 |
+
- left_eef_direction
|
| 412 |
+
- right_eef_direction
|
| 413 |
+
dtype: int32
|
| 414 |
+
shape:
|
| 415 |
+
- 2
|
| 416 |
+
eef_direction_action:
|
| 417 |
+
names:
|
| 418 |
+
- left_eef_direction
|
| 419 |
+
- right_eef_direction
|
| 420 |
+
dtype: int32
|
| 421 |
+
shape:
|
| 422 |
+
- 2
|
| 423 |
+
eef_velocity_state:
|
| 424 |
+
names:
|
| 425 |
+
- left_eef_velocity
|
| 426 |
+
- right_eef_velocity
|
| 427 |
+
dtype: int32
|
| 428 |
+
shape:
|
| 429 |
+
- 2
|
| 430 |
+
eef_velocity_action:
|
| 431 |
+
names:
|
| 432 |
+
- left_eef_velocity
|
| 433 |
+
- right_eef_velocity
|
| 434 |
+
dtype: int32
|
| 435 |
+
shape:
|
| 436 |
+
- 2
|
| 437 |
+
eef_acc_mag_state:
|
| 438 |
+
names:
|
| 439 |
+
- left_eef_acc_mag
|
| 440 |
+
- right_eef_acc_mag
|
| 441 |
+
dtype: int32
|
| 442 |
+
shape:
|
| 443 |
+
- 2
|
| 444 |
+
eef_acc_mag_action:
|
| 445 |
+
names:
|
| 446 |
+
- left_eef_acc_mag
|
| 447 |
+
- right_eef_acc_mag
|
| 448 |
+
dtype: int32
|
| 449 |
+
shape:
|
| 450 |
+
- 2
|
| 451 |
+
gripper_mode_state:
|
| 452 |
+
names:
|
| 453 |
+
- left_gripper_mode
|
| 454 |
+
- right_gripper_mode
|
| 455 |
+
dtype: int32
|
| 456 |
+
shape:
|
| 457 |
+
- 2
|
| 458 |
+
gripper_mode_action:
|
| 459 |
+
names:
|
| 460 |
+
- left_gripper_mode
|
| 461 |
+
- right_gripper_mode
|
| 462 |
+
dtype: int32
|
| 463 |
+
shape:
|
| 464 |
+
- 2
|
| 465 |
+
gripper_activity_state:
|
| 466 |
+
names:
|
| 467 |
+
- left_gripper_activity
|
| 468 |
+
- right_gripper_activity
|
| 469 |
+
dtype: int32
|
| 470 |
+
shape:
|
| 471 |
+
- 2
|
| 472 |
+
gripper_activity_action:
|
| 473 |
+
names:
|
| 474 |
+
- left_gripper_activity
|
| 475 |
+
- right_gripper_activity
|
| 476 |
+
dtype: int32
|
| 477 |
+
shape:
|
| 478 |
+
- 2
|
| 479 |
+
authors:
|
| 480 |
+
contributed_by:
|
| 481 |
+
- name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI)
|
| 482 |
+
dataset_description: This dataset uses an extended format based on LeRobot and is
|
| 483 |
+
fully compatible with LeRobot.
|
| 484 |
+
homepage: https://flagopen.github.io/RoboCOIN/
|
| 485 |
+
paper: https://arxiv.org/abs/2511.17441
|
| 486 |
+
repository: https://github.com/FlagOpen/RoboCOIN
|
| 487 |
+
contact_info: For questions, issues, or feedback regarding this dataset, please contact
|
| 488 |
+
us.
|
| 489 |
+
support_info: For technical support, please open an issue on our GitHub repository.
|
| 490 |
+
license_details: apache-2.0
|
| 491 |
+
citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\
|
| 492 |
+
\ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\
|
| 493 |
+
\ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\
|
| 494 |
+
\ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\
|
| 495 |
+
\ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\
|
| 496 |
+
\ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\
|
| 497 |
+
\ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\
|
| 498 |
+
\ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\
|
| 499 |
+
\ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\
|
| 500 |
+
\ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\
|
| 501 |
+
\ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\
|
| 502 |
+
\ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\
|
| 503 |
+
\ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\
|
| 504 |
+
\ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\
|
| 505 |
+
\ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\
|
| 506 |
+
\ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n"
|
| 507 |
+
additional_citations: 'If you use this dataset, please also consider citing:
|
| 508 |
+
|
| 509 |
+
LeRobot Framework: https://github.com/huggingface/lerobot
|
| 510 |
+
|
| 511 |
+
'
|
| 512 |
+
version_info: Initial Release
|
| 513 |
+
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 514 |
+
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 515 |
+
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_test_data_cable.yaml
CHANGED
|
@@ -38,6 +38,7 @@ task_operation_type: fixed_dual_arm
|
|
| 38 |
task_instruction: &id001
|
| 39 |
- Pick up the data cable with the left hand.
|
| 40 |
- Use the voltage tester with the right hand to verify the data cable.
|
|
|
|
| 41 |
atomic_actions:
|
| 42 |
- pick
|
| 43 |
- move
|
|
@@ -66,6 +67,7 @@ joint_rotation_dim: radian
|
|
| 66 |
end_rotation_dim: radian
|
| 67 |
end_translation_dim: meter
|
| 68 |
annotations:
|
|
|
|
| 69 |
- eef_acc_mag_annotation.jsonl
|
| 70 |
- eef_direction_annotation.jsonl
|
| 71 |
- eef_velocity_annotation.jsonl
|
|
@@ -86,19 +88,77 @@ statistics:
|
|
| 86 |
frame_num: 326536
|
| 87 |
frame_range: 1M
|
| 88 |
dataset_size: 5.77 GB
|
| 89 |
-
data_structure:
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
| |--
|
| 100 |
-
|
| 101 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
splits:
|
| 103 |
train: 0:927
|
| 104 |
features:
|
|
@@ -435,5 +495,4 @@ additional_citations: 'If you use this dataset, please also consider citing:
|
|
| 435 |
version_info: Initial Release
|
| 436 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 437 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 438 |
-
sub_tasks: *id001
|
| 439 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
|
|
|
| 38 |
task_instruction: &id001
|
| 39 |
- Pick up the data cable with the left hand.
|
| 40 |
- Use the voltage tester with the right hand to verify the data cable.
|
| 41 |
+
sub_tasks: *id001
|
| 42 |
atomic_actions:
|
| 43 |
- pick
|
| 44 |
- move
|
|
|
|
| 67 |
end_rotation_dim: radian
|
| 68 |
end_translation_dim: meter
|
| 69 |
annotations:
|
| 70 |
+
- camera_params.json
|
| 71 |
- eef_acc_mag_annotation.jsonl
|
| 72 |
- eef_direction_annotation.jsonl
|
| 73 |
- eef_velocity_annotation.jsonl
|
|
|
|
| 88 |
frame_num: 326536
|
| 89 |
frame_range: 1M
|
| 90 |
dataset_size: 5.77 GB
|
| 91 |
+
data_structure: 'AI2_Alphabot_2_test_data_cable_0_qced_hardlink/
|
| 92 |
+
|
| 93 |
+
|-- annotations
|
| 94 |
+
|
| 95 |
+
| |-- camera_params.json
|
| 96 |
+
|
| 97 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 98 |
+
|
| 99 |
+
| |-- eef_direction_annotation.jsonl
|
| 100 |
+
|
| 101 |
+
| |-- eef_velocity_annotation.jsonl
|
| 102 |
+
|
| 103 |
+
| |-- gripper_activity_annotation.jsonl
|
| 104 |
+
|
| 105 |
+
| `-- gripper_mode_annotation.jsonl
|
| 106 |
+
|
| 107 |
+
|-- data
|
| 108 |
+
|
| 109 |
+
| `-- chunk-000
|
| 110 |
+
|
| 111 |
+
| |-- episode_000000.parquet
|
| 112 |
+
|
| 113 |
+
| |-- episode_000001.parquet
|
| 114 |
+
|
| 115 |
+
| |-- episode_000002.parquet
|
| 116 |
+
|
| 117 |
+
| |-- episode_000003.parquet
|
| 118 |
+
|
| 119 |
+
| |-- episode_000004.parquet
|
| 120 |
+
|
| 121 |
+
| |-- episode_000005.parquet
|
| 122 |
+
|
| 123 |
+
| |-- episode_000006.parquet
|
| 124 |
+
|
| 125 |
+
| |-- episode_000007.parquet
|
| 126 |
+
|
| 127 |
+
| |-- episode_000008.parquet
|
| 128 |
+
|
| 129 |
+
| |-- episode_000009.parquet
|
| 130 |
+
|
| 131 |
+
| |-- episode_000010.parquet
|
| 132 |
+
|
| 133 |
+
| `-- episode_000011.parquet
|
| 134 |
+
|
| 135 |
+
| `-- ... (916 more entries)
|
| 136 |
+
|
| 137 |
+
|-- meta
|
| 138 |
+
|
| 139 |
+
| |-- episodes.jsonl
|
| 140 |
+
|
| 141 |
+
| |-- episodes_stats.jsonl
|
| 142 |
+
|
| 143 |
+
| |-- info.json
|
| 144 |
+
|
| 145 |
+
| `-- tasks.jsonl
|
| 146 |
+
|
| 147 |
+
|-- videos
|
| 148 |
+
|
| 149 |
+
| `-- chunk-000
|
| 150 |
+
|
| 151 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 152 |
+
|
| 153 |
+
| |-- observation.images.cam_front_head_rgb
|
| 154 |
+
|
| 155 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 156 |
+
|
| 157 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 158 |
+
|
| 159 |
+
|-- info.yaml
|
| 160 |
+
|
| 161 |
+
`-- README.md'
|
| 162 |
splits:
|
| 163 |
train: 0:927
|
| 164 |
features:
|
|
|
|
| 495 |
version_info: Initial Release
|
| 496 |
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 497 |
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
|
|
|
| 498 |
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_test_electricity.yaml
ADDED
|
@@ -0,0 +1,492 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
task_categories:
|
| 2 |
+
- robotics
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- RoboCOIN
|
| 7 |
+
- LeRobot
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
configs:
|
| 10 |
+
- config_name: default
|
| 11 |
+
data_files: data/chunk-{id}/episode_{id}.parquet
|
| 12 |
+
extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper
|
| 13 |
+
in your research/publications—see the "Citation" section for details. You agree
|
| 14 |
+
to not use the dataset to conduct experiments that cause harm to human subjects.
|
| 15 |
+
extra_gated_fields:
|
| 16 |
+
Company/Organization:
|
| 17 |
+
type: text
|
| 18 |
+
description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher"
|
| 19 |
+
Country:
|
| 20 |
+
type: country
|
| 21 |
+
description: e.g., "Germany", "China", "United States"
|
| 22 |
+
codebase_version: v2.1
|
| 23 |
+
dataset_name: AI2_Alphabot_2_test_electricity
|
| 24 |
+
dataset_uuid: 4508f796-f4a0-4891-a090-06c24b83d5b3
|
| 25 |
+
scene_type:
|
| 26 |
+
level1: Industry
|
| 27 |
+
level2: Inspection Area
|
| 28 |
+
level3: null
|
| 29 |
+
level4: null
|
| 30 |
+
level5: null
|
| 31 |
+
env_type: real_world
|
| 32 |
+
objects:
|
| 33 |
+
- object_name: voltage tester
|
| 34 |
+
color: black
|
| 35 |
+
- object_name: data cable
|
| 36 |
+
color: black
|
| 37 |
+
task_operation_type: fixed_dual_arm
|
| 38 |
+
task_instruction: &id001
|
| 39 |
+
- Use a voltage tester to check the data cable.
|
| 40 |
+
sub_tasks: *id001
|
| 41 |
+
atomic_actions:
|
| 42 |
+
- grasp
|
| 43 |
+
- insert
|
| 44 |
+
robot_name: AI2_Alphabot_2
|
| 45 |
+
end_effector_type: two_finger_end_effector
|
| 46 |
+
tele_type: vr_controller
|
| 47 |
+
sensor_list:
|
| 48 |
+
- cam_front_chest_rgb
|
| 49 |
+
- cam_front_head_rgb
|
| 50 |
+
- cam_left_wrist_rgb
|
| 51 |
+
- cam_right_wrist_rgb
|
| 52 |
+
came_info:
|
| 53 |
+
cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 54 |
+
pix_fmt=yuv420p
|
| 55 |
+
cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 56 |
+
pix_fmt=yuv420p
|
| 57 |
+
cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 58 |
+
pix_fmt=yuv420p
|
| 59 |
+
cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264,
|
| 60 |
+
pix_fmt=yuv420p
|
| 61 |
+
depth_enabled: false
|
| 62 |
+
coordinate_definition: right-hand-frame
|
| 63 |
+
joint_rotation_dim: radian
|
| 64 |
+
end_rotation_dim: radian
|
| 65 |
+
end_translation_dim: meter
|
| 66 |
+
annotations:
|
| 67 |
+
- eef_acc_mag_annotation.jsonl
|
| 68 |
+
- eef_direction_annotation.jsonl
|
| 69 |
+
- eef_velocity_annotation.jsonl
|
| 70 |
+
- gripper_activity_annotation.jsonl
|
| 71 |
+
- gripper_mode_annotation.jsonl
|
| 72 |
+
statistics:
|
| 73 |
+
total_episodes: 142
|
| 74 |
+
total_frames: 48108
|
| 75 |
+
fps: 30
|
| 76 |
+
total_tasks: 1
|
| 77 |
+
total_videos: 568
|
| 78 |
+
total_chunks: 1
|
| 79 |
+
chunks_size: 1000
|
| 80 |
+
state_dim: 34
|
| 81 |
+
action_dim: 34
|
| 82 |
+
camera_views: 4
|
| 83 |
+
dataset_size: 480.93 MB
|
| 84 |
+
frame_num: 48108
|
| 85 |
+
frame_range: 100K
|
| 86 |
+
dataset_size: 480.93 MB
|
| 87 |
+
data_structure: 'AI2_Alphabot_2_test_electricity_0_qced_hardlink/
|
| 88 |
+
|
| 89 |
+
|-- annotations
|
| 90 |
+
|
| 91 |
+
| |-- eef_acc_mag_annotation.jsonl
|
| 92 |
+
|
| 93 |
+
| |-- eef_direction_annotation.jsonl
|
| 94 |
+
|
| 95 |
+
| |-- eef_velocity_annotation.jsonl
|
| 96 |
+
|
| 97 |
+
| |-- gripper_activity_annotation.jsonl
|
| 98 |
+
|
| 99 |
+
| `-- gripper_mode_annotation.jsonl
|
| 100 |
+
|
| 101 |
+
|-- data
|
| 102 |
+
|
| 103 |
+
| `-- chunk-000
|
| 104 |
+
|
| 105 |
+
| |-- episode_000000.parquet
|
| 106 |
+
|
| 107 |
+
| |-- episode_000001.parquet
|
| 108 |
+
|
| 109 |
+
| |-- episode_000002.parquet
|
| 110 |
+
|
| 111 |
+
| |-- episode_000003.parquet
|
| 112 |
+
|
| 113 |
+
| |-- episode_000004.parquet
|
| 114 |
+
|
| 115 |
+
| |-- episode_000005.parquet
|
| 116 |
+
|
| 117 |
+
| |-- episode_000006.parquet
|
| 118 |
+
|
| 119 |
+
| |-- episode_000007.parquet
|
| 120 |
+
|
| 121 |
+
| |-- episode_000008.parquet
|
| 122 |
+
|
| 123 |
+
| |-- episode_000009.parquet
|
| 124 |
+
|
| 125 |
+
| |-- episode_000010.parquet
|
| 126 |
+
|
| 127 |
+
| `-- episode_000011.parquet
|
| 128 |
+
|
| 129 |
+
| `-- ... (130 more entries)
|
| 130 |
+
|
| 131 |
+
|-- meta
|
| 132 |
+
|
| 133 |
+
| |-- episodes.jsonl
|
| 134 |
+
|
| 135 |
+
| |-- episodes_stats.jsonl
|
| 136 |
+
|
| 137 |
+
| |-- info.json
|
| 138 |
+
|
| 139 |
+
| `-- tasks.jsonl
|
| 140 |
+
|
| 141 |
+
|-- videos
|
| 142 |
+
|
| 143 |
+
| `-- chunk-000
|
| 144 |
+
|
| 145 |
+
| |-- observation.images.cam_front_chest_rgb
|
| 146 |
+
|
| 147 |
+
| |-- observation.images.cam_front_head_rgb
|
| 148 |
+
|
| 149 |
+
| |-- observation.images.cam_left_wrist_rgb
|
| 150 |
+
|
| 151 |
+
| `-- observation.images.cam_right_wrist_rgb
|
| 152 |
+
|
| 153 |
+
|-- info.yaml
|
| 154 |
+
|
| 155 |
+
`-- README.md'
|
| 156 |
+
splits:
|
| 157 |
+
train: 0:141
|
| 158 |
+
features:
|
| 159 |
+
observation.images.cam_front_chest_rgb:
|
| 160 |
+
dtype: video
|
| 161 |
+
shape:
|
| 162 |
+
- 480
|
| 163 |
+
- 640
|
| 164 |
+
- 3
|
| 165 |
+
names:
|
| 166 |
+
- height
|
| 167 |
+
- width
|
| 168 |
+
- channels
|
| 169 |
+
info:
|
| 170 |
+
video.height: 480
|
| 171 |
+
video.width: 640
|
| 172 |
+
video.codec: h264
|
| 173 |
+
video.pix_fmt: yuv420p
|
| 174 |
+
video.is_depth_map: false
|
| 175 |
+
video.fps: 30
|
| 176 |
+
video.channels: 3
|
| 177 |
+
has_audio: false
|
| 178 |
+
observation.images.cam_front_head_rgb:
|
| 179 |
+
dtype: video
|
| 180 |
+
shape:
|
| 181 |
+
- 480
|
| 182 |
+
- 640
|
| 183 |
+
- 3
|
| 184 |
+
names:
|
| 185 |
+
- height
|
| 186 |
+
- width
|
| 187 |
+
- channels
|
| 188 |
+
info:
|
| 189 |
+
video.height: 480
|
| 190 |
+
video.width: 640
|
| 191 |
+
video.codec: h264
|
| 192 |
+
video.pix_fmt: yuv420p
|
| 193 |
+
video.is_depth_map: false
|
| 194 |
+
video.fps: 30
|
| 195 |
+
video.channels: 3
|
| 196 |
+
has_audio: false
|
| 197 |
+
observation.images.cam_left_wrist_rgb:
|
| 198 |
+
dtype: video
|
| 199 |
+
shape:
|
| 200 |
+
- 480
|
| 201 |
+
- 640
|
| 202 |
+
- 3
|
| 203 |
+
names:
|
| 204 |
+
- height
|
| 205 |
+
- width
|
| 206 |
+
- channels
|
| 207 |
+
info:
|
| 208 |
+
video.height: 480
|
| 209 |
+
video.width: 640
|
| 210 |
+
video.codec: h264
|
| 211 |
+
video.pix_fmt: yuv420p
|
| 212 |
+
video.is_depth_map: false
|
| 213 |
+
video.fps: 30
|
| 214 |
+
video.channels: 3
|
| 215 |
+
has_audio: false
|
| 216 |
+
observation.images.cam_right_wrist_rgb:
|
| 217 |
+
dtype: video
|
| 218 |
+
shape:
|
| 219 |
+
- 480
|
| 220 |
+
- 640
|
| 221 |
+
- 3
|
| 222 |
+
names:
|
| 223 |
+
- height
|
| 224 |
+
- width
|
| 225 |
+
- channels
|
| 226 |
+
info:
|
| 227 |
+
video.height: 480
|
| 228 |
+
video.width: 640
|
| 229 |
+
video.codec: h264
|
| 230 |
+
video.pix_fmt: yuv420p
|
| 231 |
+
video.is_depth_map: false
|
| 232 |
+
video.fps: 30
|
| 233 |
+
video.channels: 3
|
| 234 |
+
has_audio: false
|
| 235 |
+
observation.state:
|
| 236 |
+
dtype: float32
|
| 237 |
+
shape:
|
| 238 |
+
- 34
|
| 239 |
+
names:
|
| 240 |
+
- left_arm_joint_1_rad
|
| 241 |
+
- left_arm_joint_2_rad
|
| 242 |
+
- left_arm_joint_3_rad
|
| 243 |
+
- left_arm_joint_4_rad
|
| 244 |
+
- left_arm_joint_5_rad
|
| 245 |
+
- left_arm_joint_6_rad
|
| 246 |
+
- left_arm_joint_7_rad
|
| 247 |
+
- left_eef_pos_x_m
|
| 248 |
+
- left_eef_pos_y_m
|
| 249 |
+
- left_eef_pos_z_m
|
| 250 |
+
- left_eef_rot_euler_x_rad
|
| 251 |
+
- left_eef_rot_euler_y_rad
|
| 252 |
+
- left_eef_rot_euler_z_rad
|
| 253 |
+
- right_arm_joint_1_rad
|
| 254 |
+
- right_arm_joint_2_rad
|
| 255 |
+
- right_arm_joint_3_rad
|
| 256 |
+
- right_arm_joint_4_rad
|
| 257 |
+
- right_arm_joint_5_rad
|
| 258 |
+
- right_arm_joint_6_rad
|
| 259 |
+
- right_arm_joint_7_rad
|
| 260 |
+
- right_eef_pos_x_m
|
| 261 |
+
- right_eef_pos_y_m
|
| 262 |
+
- right_eef_pos_z_m
|
| 263 |
+
- right_eef_rot_euler_x_rad
|
| 264 |
+
- right_eef_rot_euler_y_rad
|
| 265 |
+
- right_eef_rot_euler_z_rad
|
| 266 |
+
- left_gripper_open
|
| 267 |
+
- right_gripper_open
|
| 268 |
+
- neck_joint_1_rad
|
| 269 |
+
- neck_joint_2_rad
|
| 270 |
+
- torso_joint_1_rad
|
| 271 |
+
- torso_joint_2_rad
|
| 272 |
+
- torso_joint_3_rad
|
| 273 |
+
- torso_joint_4_rad
|
| 274 |
+
action:
|
| 275 |
+
dtype: float32
|
| 276 |
+
shape:
|
| 277 |
+
- 34
|
| 278 |
+
names:
|
| 279 |
+
- left_arm_joint_1_rad
|
| 280 |
+
- left_arm_joint_2_rad
|
| 281 |
+
- left_arm_joint_3_rad
|
| 282 |
+
- left_arm_joint_4_rad
|
| 283 |
+
- left_arm_joint_5_rad
|
| 284 |
+
- left_arm_joint_6_rad
|
| 285 |
+
- left_arm_joint_7_rad
|
| 286 |
+
- left_eef_pos_x_m
|
| 287 |
+
- left_eef_pos_y_m
|
| 288 |
+
- left_eef_pos_z_m
|
| 289 |
+
- left_eef_rot_euler_x_rad
|
| 290 |
+
- left_eef_rot_euler_y_rad
|
| 291 |
+
- left_eef_rot_euler_z_rad
|
| 292 |
+
- right_arm_joint_1_rad
|
| 293 |
+
- right_arm_joint_2_rad
|
| 294 |
+
- right_arm_joint_3_rad
|
| 295 |
+
- right_arm_joint_4_rad
|
| 296 |
+
- right_arm_joint_5_rad
|
| 297 |
+
- right_arm_joint_6_rad
|
| 298 |
+
- right_arm_joint_7_rad
|
| 299 |
+
- right_eef_pos_x_m
|
| 300 |
+
- right_eef_pos_y_m
|
| 301 |
+
- right_eef_pos_z_m
|
| 302 |
+
- right_eef_rot_euler_x_rad
|
| 303 |
+
- right_eef_rot_euler_y_rad
|
| 304 |
+
- right_eef_rot_euler_z_rad
|
| 305 |
+
- left_gripper_open
|
| 306 |
+
- right_gripper_open
|
| 307 |
+
- neck_joint_1_rad
|
| 308 |
+
- neck_joint_2_rad
|
| 309 |
+
- torso_joint_1_rad
|
| 310 |
+
- torso_joint_2_rad
|
| 311 |
+
- torso_joint_3_rad
|
| 312 |
+
- torso_joint_4_rad
|
| 313 |
+
timestamp:
|
| 314 |
+
dtype: float32
|
| 315 |
+
shape:
|
| 316 |
+
- 1
|
| 317 |
+
names: null
|
| 318 |
+
frame_index:
|
| 319 |
+
dtype: int64
|
| 320 |
+
shape:
|
| 321 |
+
- 1
|
| 322 |
+
names: null
|
| 323 |
+
episode_index:
|
| 324 |
+
dtype: int64
|
| 325 |
+
shape:
|
| 326 |
+
- 1
|
| 327 |
+
names: null
|
| 328 |
+
index:
|
| 329 |
+
dtype: int64
|
| 330 |
+
shape:
|
| 331 |
+
- 1
|
| 332 |
+
names: null
|
| 333 |
+
task_index:
|
| 334 |
+
dtype: int64
|
| 335 |
+
shape:
|
| 336 |
+
- 1
|
| 337 |
+
names: null
|
| 338 |
+
gripper_open_scale_state:
|
| 339 |
+
names:
|
| 340 |
+
- left_gripper_open_scale
|
| 341 |
+
- right_gripper_open_scale
|
| 342 |
+
dtype: float64
|
| 343 |
+
shape:
|
| 344 |
+
- 2
|
| 345 |
+
gripper_open_scale_action:
|
| 346 |
+
names:
|
| 347 |
+
- left_gripper_open_scale
|
| 348 |
+
- right_gripper_open_scale
|
| 349 |
+
dtype: float64
|
| 350 |
+
shape:
|
| 351 |
+
- 2
|
| 352 |
+
eef_sim_pose_state:
|
| 353 |
+
names:
|
| 354 |
+
- left_eef_pos_x
|
| 355 |
+
- left_eef_pos_y
|
| 356 |
+
- left_eef_pos_z
|
| 357 |
+
- left_eef_rot_x
|
| 358 |
+
- left_eef_rot_y
|
| 359 |
+
- left_eef_rot_z
|
| 360 |
+
- right_eef_pos_x
|
| 361 |
+
- right_eef_pos_y
|
| 362 |
+
- right_eef_pos_z
|
| 363 |
+
- right_eef_rot_x
|
| 364 |
+
- right_eef_rot_y
|
| 365 |
+
- right_eef_rot_z
|
| 366 |
+
dtype: float32
|
| 367 |
+
shape:
|
| 368 |
+
- 12
|
| 369 |
+
eef_sim_pose_action:
|
| 370 |
+
names:
|
| 371 |
+
- left_eef_pos_x
|
| 372 |
+
- left_eef_pos_y
|
| 373 |
+
- left_eef_pos_z
|
| 374 |
+
- left_eef_rot_x
|
| 375 |
+
- left_eef_rot_y
|
| 376 |
+
- left_eef_rot_z
|
| 377 |
+
- right_eef_pos_x
|
| 378 |
+
- right_eef_pos_y
|
| 379 |
+
- right_eef_pos_z
|
| 380 |
+
- right_eef_rot_x
|
| 381 |
+
- right_eef_rot_y
|
| 382 |
+
- right_eef_rot_z
|
| 383 |
+
dtype: float32
|
| 384 |
+
shape:
|
| 385 |
+
- 12
|
| 386 |
+
eef_direction_state:
|
| 387 |
+
names:
|
| 388 |
+
- left_eef_direction
|
| 389 |
+
- right_eef_direction
|
| 390 |
+
dtype: int32
|
| 391 |
+
shape:
|
| 392 |
+
- 2
|
| 393 |
+
eef_direction_action:
|
| 394 |
+
names:
|
| 395 |
+
- left_eef_direction
|
| 396 |
+
- right_eef_direction
|
| 397 |
+
dtype: int32
|
| 398 |
+
shape:
|
| 399 |
+
- 2
|
| 400 |
+
eef_velocity_state:
|
| 401 |
+
names:
|
| 402 |
+
- left_eef_velocity
|
| 403 |
+
- right_eef_velocity
|
| 404 |
+
dtype: int32
|
| 405 |
+
shape:
|
| 406 |
+
- 2
|
| 407 |
+
eef_velocity_action:
|
| 408 |
+
names:
|
| 409 |
+
- left_eef_velocity
|
| 410 |
+
- right_eef_velocity
|
| 411 |
+
dtype: int32
|
| 412 |
+
shape:
|
| 413 |
+
- 2
|
| 414 |
+
eef_acc_mag_state:
|
| 415 |
+
names:
|
| 416 |
+
- left_eef_acc_mag
|
| 417 |
+
- right_eef_acc_mag
|
| 418 |
+
dtype: int32
|
| 419 |
+
shape:
|
| 420 |
+
- 2
|
| 421 |
+
eef_acc_mag_action:
|
| 422 |
+
names:
|
| 423 |
+
- left_eef_acc_mag
|
| 424 |
+
- right_eef_acc_mag
|
| 425 |
+
dtype: int32
|
| 426 |
+
shape:
|
| 427 |
+
- 2
|
| 428 |
+
gripper_mode_state:
|
| 429 |
+
names:
|
| 430 |
+
- left_gripper_mode
|
| 431 |
+
- right_gripper_mode
|
| 432 |
+
dtype: int32
|
| 433 |
+
shape:
|
| 434 |
+
- 2
|
| 435 |
+
gripper_mode_action:
|
| 436 |
+
names:
|
| 437 |
+
- left_gripper_mode
|
| 438 |
+
- right_gripper_mode
|
| 439 |
+
dtype: int32
|
| 440 |
+
shape:
|
| 441 |
+
- 2
|
| 442 |
+
gripper_activity_state:
|
| 443 |
+
names:
|
| 444 |
+
- left_gripper_activity
|
| 445 |
+
- right_gripper_activity
|
| 446 |
+
dtype: int32
|
| 447 |
+
shape:
|
| 448 |
+
- 2
|
| 449 |
+
gripper_activity_action:
|
| 450 |
+
names:
|
| 451 |
+
- left_gripper_activity
|
| 452 |
+
- right_gripper_activity
|
| 453 |
+
dtype: int32
|
| 454 |
+
shape:
|
| 455 |
+
- 2
|
| 456 |
+
authors:
|
| 457 |
+
contributed_by:
|
| 458 |
+
- name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI)
|
| 459 |
+
dataset_description: This dataset uses an extended format based on LeRobot and is
|
| 460 |
+
fully compatible with LeRobot.
|
| 461 |
+
homepage: https://flagopen.github.io/RoboCOIN/
|
| 462 |
+
paper: https://arxiv.org/abs/2511.17441
|
| 463 |
+
repository: https://github.com/FlagOpen/RoboCOIN
|
| 464 |
+
contact_info: For questions, issues, or feedback regarding this dataset, please contact
|
| 465 |
+
us.
|
| 466 |
+
support_info: For technical support, please open an issue on our GitHub repository.
|
| 467 |
+
license_details: apache-2.0
|
| 468 |
+
citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\
|
| 469 |
+
\ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\
|
| 470 |
+
\ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\
|
| 471 |
+
\ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\
|
| 472 |
+
\ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\
|
| 473 |
+
\ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\
|
| 474 |
+
\ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\
|
| 475 |
+
\ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\
|
| 476 |
+
\ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\
|
| 477 |
+
\ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\
|
| 478 |
+
\ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\
|
| 479 |
+
\ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\
|
| 480 |
+
\ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\
|
| 481 |
+
\ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\
|
| 482 |
+
\ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\
|
| 483 |
+
\ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n"
|
| 484 |
+
additional_citations: 'If you use this dataset, please also consider citing:
|
| 485 |
+
|
| 486 |
+
LeRobot Framework: https://github.com/huggingface/lerobot
|
| 487 |
+
|
| 488 |
+
'
|
| 489 |
+
version_info: Initial Release
|
| 490 |
+
data_path: data/chunk-{id}/episode_{id}.parquet
|
| 491 |
+
video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}
|
| 492 |
+
video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4
|
dataset_info/AI2_Alphabot_2_tidy_countertop.yaml
CHANGED
|
@@ -156,7 +156,9 @@ data_structure: 'AI2_Alphabot_2_tidy_countertop_0_qced_hardlink/
|
|
| 156 |
|
| 157 |
| `-- observation.images.cam_right_wrist_rgb
|
| 158 |
|
| 159 |
-
|
|
|
|
|
|
|
| 160 |
splits:
|
| 161 |
train: 0:405
|
| 162 |
features:
|
|
|
|
| 156 |
|
| 157 |
| `-- observation.images.cam_right_wrist_rgb
|
| 158 |
|
| 159 |
+
|-- info.yaml
|
| 160 |
+
|
| 161 |
+
`-- README.md'
|
| 162 |
splits:
|
| 163 |
train: 0:405
|
| 164 |
features:
|