diff --git a/dataset_info/AI2_Alphabot_2_arrange_teaset.yaml b/dataset_info/AI2_Alphabot_2_arrange_teaset.yaml index 373fb940371fd813c97f0196aaed6010eb57607f..964b2bd7215fc2c147cccd5c0d0803076aa5808a 100644 --- a/dataset_info/AI2_Alphabot_2_arrange_teaset.yaml +++ b/dataset_info/AI2_Alphabot_2_arrange_teaset.yaml @@ -37,6 +37,7 @@ objects: task_operation_type: fixed_single_arm task_instruction: &id001 - Pick up the glass from the table and place it on the tray. +sub_tasks: *id001 atomic_actions: - pick - place @@ -50,6 +51,10 @@ sensor_list: - cam_front_head_rgb - cam_left_wrist_rgb - cam_right_wrist_rgb +- cam_front_head_depth +- cam_front_chest_depth +- cam_left_wrist_depth +- cam_right_wrist_depth came_info: cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p @@ -59,12 +64,21 @@ came_info: pix_fmt=yuv420p cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p -depth_enabled: false + cam_front_head_depth: dtype=video, shape=480x640x3, resolution=640x480, codec=hevc, + pix_fmt=gray12le + cam_front_chest_depth: dtype=video, shape=480x640x3, resolution=640x480, codec=hevc, + pix_fmt=gray12le + cam_left_wrist_depth: dtype=video, shape=480x640x3, resolution=640x480, codec=hevc, + pix_fmt=gray12le + cam_right_wrist_depth: dtype=video, shape=480x640x3, resolution=640x480, codec=hevc, + pix_fmt=gray12le +depth_enabled: true coordinate_definition: right-hand-frame joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -75,29 +89,87 @@ statistics: total_frames: 318301 fps: 30 total_tasks: 1 - total_videos: 1596 + total_videos: 3193 total_chunks: 1 chunks_size: 1000 state_dim: 34 action_dim: 34 - camera_views: 4 + camera_views: 8 dataset_size: 11.51 GB frame_num: 318301 frame_range: 1M dataset_size: 11.51 GB -data_structure: "AI2_Alphabot_2_arrange_teaset_0_qced_hardlink/\n|-- annotations\n\ - | |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (387 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_arrange_teaset_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (387 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:398 features: @@ -398,6 +470,82 @@ features: dtype: int32 shape: - 2 + observation.images.cam_front_head_depth: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: hevc + video.pix_fmt: gray12le + video.is_depth_map: true + video.fps: 30 + has_audio: false + observation.images.cam_front_chest_depth: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: hevc + video.pix_fmt: gray12le + video.is_depth_map: true + video.fps: 30 + has_audio: false + observation.images.cam_left_wrist_depth: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: hevc + video.pix_fmt: gray12le + video.is_depth_map: true + video.fps: 30 + has_audio: false + observation.images.cam_right_wrist_depth: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: hevc + video.pix_fmt: gray12le + video.is_depth_map: true + video.fps: 30 + has_audio: false authors: contributed_by: - 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: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_brush_egg_wash.yaml b/dataset_info/AI2_Alphabot_2_brush_egg_wash.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6794012da65e03be5ecab52869190e921dcd5646 --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_brush_egg_wash.yaml @@ -0,0 +1,498 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: AI2_Alphabot_2_brush_egg_wash +dataset_uuid: 12c6c36c-f45c-42e9-9b79-2c67af7a3763 +scene_type: + level1: Catering + level2: Restaurant + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: cooking brush + color: white +- object_name: sandwich + color: yellow +- object_name: egg liquid + color: yellow +- object_name: kitchen storage box + color: black +task_operation_type: fixed_single_arm +task_instruction: &id001 +- Pick up the cooking brush, immerse it in the egg mixture, spread the egg mixture + onto the sandwich, then place the cooking brush back in its original position. +sub_tasks: *id001 +atomic_actions: +- grasp +- spread +- place +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_chest_rgb +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 210 + total_frames: 125085 + fps: 30 + total_tasks: 1 + total_videos: 840 + total_chunks: 1 + chunks_size: 1000 + state_dim: 34 + action_dim: 34 + camera_views: 4 + dataset_size: 2.45 GB +frame_num: 125085 +frame_range: 1M +dataset_size: 2.45 GB +data_structure: 'AI2_Alphabot_2_brush_egg_wash_0_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (198 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:209 +features: + observation.images.cam_front_chest_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + action: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_clink_glasses.yaml b/dataset_info/AI2_Alphabot_2_clink_glasses.yaml index b03d0a60b1b1d68890f19906e9594ce83b83f4ac..a83a42419c0c4e36bdda8acad495b03f72834a07 100644 --- a/dataset_info/AI2_Alphabot_2_clink_glasses.yaml +++ b/dataset_info/AI2_Alphabot_2_clink_glasses.yaml @@ -39,6 +39,7 @@ objects: task_operation_type: fixed_single_arm task_instruction: &id001 - Pick up one cup with a gripper and tap it against the other cup. +sub_tasks: *id001 atomic_actions: - pick - move @@ -66,6 +67,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -86,19 +88,77 @@ statistics: frame_num: 337932 frame_range: 1M dataset_size: 10.16 GB -data_structure: "AI2_Alphabot_2_clink_glasses_0_qced_hardlink/\n|-- annotations\n\ - | |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (381 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_clink_glasses_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (381 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:392 features: @@ -435,5 +495,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_grind_ink.yaml b/dataset_info/AI2_Alphabot_2_grind_ink.yaml index eecfb85b77dc30e65b9a1ebcf7a0b1a71d6ba61b..030724e23e12ce4f33fb370ce7438fa1941782fd 100644 --- a/dataset_info/AI2_Alphabot_2_grind_ink.yaml +++ b/dataset_info/AI2_Alphabot_2_grind_ink.yaml @@ -155,7 +155,9 @@ data_structure: 'AI2_Alphabot_2_grind_ink_0_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:250 features: diff --git a/dataset_info/AI2_Alphabot_2_heat_test_tube.yaml b/dataset_info/AI2_Alphabot_2_heat_test_tube.yaml index 311d36b0b8935b30a8cd246ca5e9b1aaa8ee480a..2f59b2f710463197059a97ddebc5b054ca3ffd8a 100644 --- a/dataset_info/AI2_Alphabot_2_heat_test_tube.yaml +++ b/dataset_info/AI2_Alphabot_2_heat_test_tube.yaml @@ -40,6 +40,7 @@ task_operation_type: fixed_single_arm task_instruction: &id001 - Hold the test tube with one hand and immerse one end into the beaker, then return - it to the test tube rack. +sub_tasks: *id001 atomic_actions: - pick - move @@ -67,6 +68,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -87,19 +89,77 @@ statistics: frame_num: 371481 frame_range: 1M dataset_size: 16.44 GB -data_structure: "AI2_Alphabot_2_heat_test_tube_0_qced_hardlink/\n|-- annotations\n\ - | |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (392 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_heat_test_tube_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (392 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:403 features: @@ -436,5 +496,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_insert_hose_into_hole.yaml b/dataset_info/AI2_Alphabot_2_insert_hose_into_hole.yaml index f13b18c3324ed224959831ff0d8040b6450d08d8..dffc9266ce8ae3315bd43a72a8478791ea7a0366 100644 --- a/dataset_info/AI2_Alphabot_2_insert_hose_into_hole.yaml +++ b/dataset_info/AI2_Alphabot_2_insert_hose_into_hole.yaml @@ -153,7 +153,9 @@ data_structure: 'AI2_Alphabot_2_insert_hose_into_hole_0_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:975 features: diff --git a/dataset_info/AI2_Alphabot_2_insert_straw.yaml b/dataset_info/AI2_Alphabot_2_insert_straw.yaml index 2cfac322361e7839aa9aaee5b0bc8547a5c6241d..4387e0d6bfb6bea745e267d3d4a040a330c70736 100644 --- a/dataset_info/AI2_Alphabot_2_insert_straw.yaml +++ b/dataset_info/AI2_Alphabot_2_insert_straw.yaml @@ -24,23 +24,32 @@ dataset_name: AI2_Alphabot_2_insert_straw dataset_uuid: 91345b20-859c-4332-ad31-3632a6fedfbe scene_type: level1: Catering - level2: Restaurant + level2: Milk Tea Shop level3: null level4: null level5: null env_type: real_world objects: -- object_name: straw - color: transparent -- object_name: paper cup - color: black +- id: straw + name: straw + color: white + anchor_policy: static +- id: paper_cup + name: paper cup + color: white + anchor_policy: static +- id: table + name: table + color: white + anchor_policy: static task_operation_type: fixed_dual_arm -task_instruction: &id001 +task_instruction: Pick up the straw with one hand, pass it to the other hand, and + insert it into the cup. +sub_tasks: - Pick up the straw with one hand, pass it to the other hand, and insert it into the cup. atomic_actions: -- pick -- pass +- grasp - insert robot_name: - AI2_Alphabot_2 @@ -67,6 +76,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -87,19 +97,77 @@ statistics: frame_num: 404056 frame_range: 1M dataset_size: 9.60 GB -data_structure: "AI2_Alphabot_2_insert_straw_0_qced_hardlink/\n|-- annotations\n|\ - \ |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (487 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_insert_straw_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (487 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:498 features: @@ -436,5 +504,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_insert_water_pipe.yaml b/dataset_info/AI2_Alphabot_2_insert_water_pipe.yaml index 6f514b540a8ada7a8b6b2a6b35695c9c3aa32f56..b52903842b179e39d1a85b121d060af9045664b2 100644 --- a/dataset_info/AI2_Alphabot_2_insert_water_pipe.yaml +++ b/dataset_info/AI2_Alphabot_2_insert_water_pipe.yaml @@ -35,6 +35,7 @@ objects: task_operation_type: fixed_dual_arm task_instruction: &id001 - Align the water pipe and insert it. +sub_tasks: *id001 atomic_actions: - pick - insert @@ -61,6 +62,8 @@ coordinate_definition: right-hand-frame joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter +annotations: +- camera_params.json statistics: total_episodes: 983 total_frames: 671854 @@ -76,17 +79,73 @@ statistics: frame_num: 671854 frame_range: 1M dataset_size: 11.15 GB -data_structure: "AI2_Alphabot_2_insert_water_pipe_0_qced_hardlink/\n|-- data\n| \ - \ `-- chunk-000\n| |-- episode_000000.parquet\n| |-- episode_000001.parquet\n\ - | |-- episode_000002.parquet\n| |-- episode_000003.parquet\n| \ - \ |-- episode_000004.parquet\n| |-- episode_000005.parquet\n| |-- episode_000006.parquet\n\ - | |-- episode_000007.parquet\n| |-- episode_000008.parquet\n| \ - \ |-- episode_000009.parquet\n| |-- episode_000010.parquet\n| `-- episode_000011.parquet\n\ - | `-- ... (971 more entries)\n|-- logs\n| `-- collect\n| `-- collect_20260601160829.log\n\ - |-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n| |-- info.json\n\ - | `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |-- observation.images.cam_front_chest_rgb\n\ - \ |-- observation.images.cam_front_head_rgb\n |-- observation.images.cam_left_wrist_rgb\n\ - \ `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_insert_water_pipe_0_qced_hardlink/ + + |-- annotations + + | `-- camera_params.json + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (971 more entries) + + |-- logs + + | `-- collect + + | `-- collect_20260601160829.log + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:982 features: @@ -305,5 +364,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_move_basket.yaml b/dataset_info/AI2_Alphabot_2_move_basket.yaml index 74f05c574c72267a0bfba66c2e1a3ebc3be4c9f2..d00cdc23a39a6cf05772ef7efc0efd435dac6b89 100644 --- a/dataset_info/AI2_Alphabot_2_move_basket.yaml +++ b/dataset_info/AI2_Alphabot_2_move_basket.yaml @@ -35,6 +35,7 @@ objects: task_operation_type: fixed_single_arm task_instruction: &id001 - Use one hand to grasp the basket and place it at the designated location. +sub_tasks: *id001 atomic_actions: - grasp - place @@ -63,6 +64,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -83,19 +85,77 @@ statistics: frame_num: 78384 frame_range: 100K dataset_size: 3.32 GB -data_structure: "AI2_Alphabot_2_move_basket_0_qced_hardlink/\n|-- annotations\n| \ - \ |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n| \ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (69 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_move_basket_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (69 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:80 features: @@ -432,5 +492,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_move_test_tube.yaml b/dataset_info/AI2_Alphabot_2_move_test_tube.yaml index d4806178dc489739d086719e88da8f7671ec302a..2cd71dafb77c702d5378bc44f980f4b1024df2ad 100644 --- a/dataset_info/AI2_Alphabot_2_move_test_tube.yaml +++ b/dataset_info/AI2_Alphabot_2_move_test_tube.yaml @@ -37,6 +37,7 @@ objects: task_operation_type: fixed_single_arm task_instruction: &id001 - Reposition the test tube to a different slot in the test tube rack using one hand. +sub_tasks: *id001 atomic_actions: - pick - move @@ -66,6 +67,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -86,19 +88,77 @@ statistics: frame_num: 33010 frame_range: 100K dataset_size: 2.93 GB -data_structure: "AI2_Alphabot_2_move_test_tube_0_qced_hardlink/\n|-- annotations\n\ - | |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (57 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_move_test_tube_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (57 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:68 features: @@ -435,5 +495,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_move_test_tube_1.yaml b/dataset_info/AI2_Alphabot_2_move_test_tube_1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cdd0d0ce928b22f8e0041583eb3d98d939d31fc7 --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_move_test_tube_1.yaml @@ -0,0 +1,438 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: AI2_Alphabot_2_move_test_tube_1 +dataset_uuid: 4d8c9c00-1807-459f-b7b6-d93c986af707 +scene_type: + level1: Lab + level2: Laboratory + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: test tube + color: transparent +- object_name: test tube rack + color: transparent +task_operation_type: fixed_single_arm +task_instruction: &id001 +- Use the right hand to move the test tube from the test tube rack into the box. +sub_tasks: *id001 +atomic_actions: +- pick +- move +- place +robot_name: +- AI2_Alphabot_2 +end_effector_type: +- two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_chest_rgb +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- auto_annotations.json +- auto_annotations_wsm.json +- camera_params.json +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- episode_0000.json +- episode_0001.json +- episode_0002.json +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- review_episode_0000.json +- review_episode_0001.json +- review_episode_0002.json +- scene_annotations.json +- subtask_instructions.json +statistics: + total_episodes: 49 + total_frames: 16666 + fps: 30 + total_tasks: 1 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 34 + action_dim: 34 + camera_views: 4 + dataset_size: 502.43 MB +frame_num: 16666 +frame_range: 100K +dataset_size: 502.43 MB +data_structure: 'AI2_Alphabot_2_move_test_tube_1_qced_hardlink/ + + |-- annotations + + | |-- auto_annotations.json + + | |-- auto_annotations_wsm.json + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- episode_0000.json + + | |-- episode_0001.json + + | |-- episode_0002.json + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | `-- review_episode_0000.json + + | `-- ... (4 more entries) + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (37 more entries) + + |-- debug + + | |-- episode_0000 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0001 + + | | |-- images + + | | `-- trace_report.md + + | `-- episode_0002 + + | |-- images + + | `-- trace_report.md + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:48 +features: + observation.images.cam_front_chest_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + action: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float32 + shape: + - 2 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_open_microwave.yaml b/dataset_info/AI2_Alphabot_2_open_microwave.yaml index 51383faef888c67f7f40b3153514c0c2c48ae859..90ba1693f4eea282f2f83f64e2ac167f197d889f 100644 --- a/dataset_info/AI2_Alphabot_2_open_microwave.yaml +++ b/dataset_info/AI2_Alphabot_2_open_microwave.yaml @@ -24,21 +24,30 @@ dataset_name: AI2_Alphabot_2_open_microwave dataset_uuid: 666c4f57-cf5a-4a11-9ef4-181d34d9cf2b scene_type: level1: Catering - level2: Restaurant + level2: Fast Food Restaurant level3: null level4: null level5: null env_type: real_world objects: -- object_name: microwave oven +- id: microwave_oven + name: microwave oven color: white -task_operation_type: fixed_dual_arm -task_instruction: &id001 + anchor_policy: static +- id: table + name: table + color: white + anchor_policy: static +task_operation_type: fixed_single_arm +task_instruction: Press the button to open the microwave door with one hand; close + the microwave door with the other hand +sub_tasks: - Press the button to open the microwave door with one hand; close the microwave door - with the other hand. + with the other hand atomic_actions: - press -- push +- open +- close robot_name: - AI2_Alphabot_2 end_effector_type: @@ -64,6 +73,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -88,6 +98,8 @@ data_structure: 'AI2_Alphabot_2_open_microwave_0_qced_hardlink/ |-- annotations + | |-- camera_params.json + | |-- eef_acc_mag_annotation.jsonl | |-- eef_direction_annotation.jsonl @@ -150,7 +162,9 @@ data_structure: 'AI2_Alphabot_2_open_microwave_0_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:391 features: @@ -487,5 +501,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_organize_cosmetics.yaml b/dataset_info/AI2_Alphabot_2_organize_cosmetics.yaml index 4e37e4a4a4b8220fea918d79e83586b19784038d..cc399ad44223894cc90bbe5c6986e0a20449198a 100644 --- a/dataset_info/AI2_Alphabot_2_organize_cosmetics.yaml +++ b/dataset_info/AI2_Alphabot_2_organize_cosmetics.yaml @@ -40,6 +40,7 @@ task_operation_type: fixed_single_arm task_instruction: &id001 - Pick up the facial cleanser and watermelon frost from the table and place them into the tiered storage box. +sub_tasks: *id001 atomic_actions: - pick - place @@ -68,6 +69,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -88,19 +90,77 @@ statistics: frame_num: 330781 frame_range: 1M dataset_size: 16.50 GB -data_structure: "AI2_Alphabot_2_organize_cosmetics_0_qced_hardlink/\n|-- annotations\n\ - | |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (395 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_organize_cosmetics_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (395 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:406 features: @@ -437,5 +497,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_organize_cosmetics_1.yaml b/dataset_info/AI2_Alphabot_2_organize_cosmetics_1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ad2df10650eb1b4bf7a0e1531b849654b92b2c20 --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_organize_cosmetics_1.yaml @@ -0,0 +1,498 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: AI2_Alphabot_2_organize_cosmetics_1 +dataset_uuid: cc49c713-f190-482e-b9a1-8d27713df86e +scene_type: + level1: Household + level2: Kitchen + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: hand cream + color: transparent +- object_name: facial cleanser + color: transparent +- object_name: layered storage box + color: pink +task_operation_type: fixed_single_arm +task_instruction: &id001 +- Place the hand cream into the layered storage box,place the facial cleanser into + the layered storage box. +sub_tasks: *id001 +atomic_actions: +- grasp +- place +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_chest_rgb +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- camera_params.json +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 405 + total_frames: 329188 + fps: 30 + total_tasks: 1 + total_videos: 1620 + total_chunks: 1 + chunks_size: 1000 + state_dim: 34 + action_dim: 34 + camera_views: 4 + dataset_size: 16.42 GB +frame_num: 329188 +frame_range: 1M +dataset_size: 16.42 GB +data_structure: 'AI2_Alphabot_2_organize_cosmetics_1_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (393 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:404 +features: + observation.images.cam_front_chest_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + action: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_organize_lab_equipment.yaml b/dataset_info/AI2_Alphabot_2_organize_lab_equipment.yaml index 224c8753e190c8648931e4015ccdc2c898f2c545..343fc99960832b0904b1bef73d43180a28f4f72e 100644 --- a/dataset_info/AI2_Alphabot_2_organize_lab_equipment.yaml +++ b/dataset_info/AI2_Alphabot_2_organize_lab_equipment.yaml @@ -41,6 +41,7 @@ objects: task_operation_type: fixed_single_arm task_instruction: &id001 - Place the experimental apparatus aside using one hand. +sub_tasks: *id001 atomic_actions: - pick - move @@ -70,6 +71,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -90,19 +92,77 @@ statistics: frame_num: 88656 frame_range: 100K dataset_size: 3.04 GB -data_structure: "AI2_Alphabot_2_organize_lab_equipment_0_qced_hardlink/\n|-- annotations\n\ - | |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (38 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_organize_lab_equipment_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (38 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:49 features: @@ -439,5 +499,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_organize_pencil_holder.yaml b/dataset_info/AI2_Alphabot_2_organize_pencil_holder.yaml index 0d1505aeffeb1943133f27fc641782d521ae749c..a2a583ca22f7521f6d5d7f0d726b124588e6c3b2 100644 --- a/dataset_info/AI2_Alphabot_2_organize_pencil_holder.yaml +++ b/dataset_info/AI2_Alphabot_2_organize_pencil_holder.yaml @@ -37,6 +37,7 @@ objects: task_operation_type: fixed_single_arm task_instruction: &id001 - Pick up the water-based marker from the table and place it into the pen holder. +sub_tasks: *id001 atomic_actions: - pick - insert @@ -65,6 +66,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -85,19 +87,77 @@ statistics: frame_num: 323948 frame_range: 1M dataset_size: 17.18 GB -data_structure: "AI2_Alphabot_2_organize_pencil_holder_0_qced_hardlink/\n|-- annotations\n\ - | |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (380 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_organize_pencil_holder_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (380 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:391 features: @@ -434,5 +494,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_package_fruit.yaml b/dataset_info/AI2_Alphabot_2_package_fruit.yaml index f351d31594dfa2d0106d855b6cd44c3444ea5880..f03250eeaa3ab8ed689f37a5bf2857cdbe2e0692 100644 --- a/dataset_info/AI2_Alphabot_2_package_fruit.yaml +++ b/dataset_info/AI2_Alphabot_2_package_fruit.yaml @@ -21,7 +21,7 @@ extra_gated_fields: description: e.g., "Germany", "China", "United States" codebase_version: v2.1 dataset_name: AI2_Alphabot_2_package_fruit -dataset_uuid: 073995d9-0f0f-4238-8815-c136b98c5296 +dataset_uuid: 7ac529b5-5aec-4b02-953f-230125d9cf49 scene_type: level1: Retail level2: Supermarket @@ -66,33 +66,30 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: -- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl - gripper_activity_annotation.jsonl - gripper_mode_annotation.jsonl statistics: - total_episodes: 988 - total_frames: 384538 + total_episodes: 510 + total_frames: 209718 fps: 30 total_tasks: 1 - total_videos: 3952 + total_videos: 2040 total_chunks: 1 chunks_size: 1000 state_dim: 34 action_dim: 34 camera_views: 4 - dataset_size: 7.08 GB -frame_num: 384538 + dataset_size: 3.34 GB +frame_num: 209718 frame_range: 1M -dataset_size: 7.08 GB -data_structure: 'AI2_Alphabot_2_package_fruit_2_qced_hardlink/ +dataset_size: 3.34 GB +data_structure: 'AI2_Alphabot_2_package_fruit_0_qced_hardlink/ |-- annotations - | |-- camera_params.json - | |-- eef_acc_mag_annotation.jsonl | |-- eef_direction_annotation.jsonl @@ -131,7 +128,7 @@ data_structure: 'AI2_Alphabot_2_package_fruit_2_qced_hardlink/ | `-- episode_000011.parquet - | `-- ... (976 more entries) + | `-- ... (498 more entries) |-- meta @@ -155,9 +152,11 @@ data_structure: 'AI2_Alphabot_2_package_fruit_2_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: - train: 0:987 + train: 0:509 features: observation.images.cam_front_chest_rgb: dtype: video diff --git a/dataset_info/AI2_Alphabot_2_package_fruit_1.yaml b/dataset_info/AI2_Alphabot_2_package_fruit_1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b33af9c506da65f7c80ccf8a7b1b4739137a415d --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_package_fruit_1.yaml @@ -0,0 +1,497 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: AI2_Alphabot_2_package_fruit_1 +dataset_uuid: 16b68eaa-0375-4eeb-b689-36c46d2c794d +scene_type: + level1: Retail + level2: Supermarket + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: basket + color: brown +- object_name: strawberry + color: red +- object_name: mango + color: yellow +task_operation_type: fixed_single_arm +task_instruction: &id001 +- Pick the strawberry and mango from the table and place them into the basket. +sub_tasks: *id001 +atomic_actions: +- grasp +- place +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_chest_rgb +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- camera_params.json +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 309 + total_frames: 138843 + fps: 30 + total_tasks: 1 + total_videos: 1236 + total_chunks: 1 + chunks_size: 1000 + state_dim: 34 + action_dim: 34 + camera_views: 4 + dataset_size: 2.15 GB +frame_num: 138843 +frame_range: 1M +dataset_size: 2.15 GB +data_structure: 'AI2_Alphabot_2_package_fruit_1_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (297 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:308 +features: + observation.images.cam_front_chest_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + action: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_package_fruit_2.yaml b/dataset_info/AI2_Alphabot_2_package_fruit_2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5bfa71f2f2d3b59b4d64e6d838cb2a4a406a6b86 --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_package_fruit_2.yaml @@ -0,0 +1,497 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: AI2_Alphabot_2_package_fruit_2 +dataset_uuid: 073995d9-0f0f-4238-8815-c136b98c5296 +scene_type: + level1: Retail + level2: Supermarket + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: basket + color: brown +- object_name: strawberry + color: red +- object_name: mango + color: yellow +task_operation_type: fixed_single_arm +task_instruction: &id001 +- Pick the strawberry and mango from the table and place them into the basket. +sub_tasks: *id001 +atomic_actions: +- grasp +- place +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_chest_rgb +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- camera_params.json +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 988 + total_frames: 384538 + fps: 30 + total_tasks: 1 + total_videos: 3952 + total_chunks: 1 + chunks_size: 1000 + state_dim: 34 + action_dim: 34 + camera_views: 4 + dataset_size: 7.08 GB +frame_num: 384538 +frame_range: 1M +dataset_size: 7.08 GB +data_structure: 'AI2_Alphabot_2_package_fruit_2_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (976 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:987 +features: + observation.images.cam_front_chest_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + action: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_pick_stirring_rod.yaml b/dataset_info/AI2_Alphabot_2_pick_stirring_rod.yaml index b02e776b7846e95b4174fc1742557d937607c3d9..5124050781c713c2eb9cd064321dbd5a2de686e2 100644 --- a/dataset_info/AI2_Alphabot_2_pick_stirring_rod.yaml +++ b/dataset_info/AI2_Alphabot_2_pick_stirring_rod.yaml @@ -41,6 +41,7 @@ objects: task_operation_type: fixed_single_arm task_instruction: &id001 - Pick up the stirring rod with one hand, then place it down. +sub_tasks: *id001 atomic_actions: - pick - place @@ -69,6 +70,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -89,19 +91,77 @@ statistics: frame_num: 349882 frame_range: 1M dataset_size: 11.64 GB -data_structure: "AI2_Alphabot_2_pick_stirring_rod_0_qced_hardlink/\n|-- annotations\n\ - | |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (625 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_pick_stirring_rod_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (625 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:636 features: @@ -438,5 +498,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_pick_test_tube.yaml b/dataset_info/AI2_Alphabot_2_pick_test_tube.yaml index f44f01665908e3c042bcadcf435511167d3a73db..88a6f7d46c8fecb176f70b45521ccbd2f9cd9e96 100644 --- a/dataset_info/AI2_Alphabot_2_pick_test_tube.yaml +++ b/dataset_info/AI2_Alphabot_2_pick_test_tube.yaml @@ -40,6 +40,7 @@ task_operation_type: fixed_single_arm task_instruction: &id001 - Hold the test tube with one hand and immerse one end into the beaker, then return it to the test tube rack. +sub_tasks: *id001 atomic_actions: - pick - move @@ -69,6 +70,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -89,19 +91,77 @@ statistics: frame_num: 164885 frame_range: 1M dataset_size: 5.71 GB -data_structure: "AI2_Alphabot_2_pick_test_tube_0_qced_hardlink/\n|-- annotations\n\ - | |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (185 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_pick_test_tube_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (185 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:196 features: @@ -438,5 +498,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_pick_thermometer.yaml b/dataset_info/AI2_Alphabot_2_pick_thermometer.yaml index 5e545f02cf36a14cc3caa4d8b3f7c9bc9a7d63ae..b3704117302bd8782011fb33944ee996e867630c 100644 --- a/dataset_info/AI2_Alphabot_2_pick_thermometer.yaml +++ b/dataset_info/AI2_Alphabot_2_pick_thermometer.yaml @@ -40,6 +40,7 @@ task_operation_type: fixed_single_arm task_instruction: &id001 - Hold the thermometer with one hand and immerse one end into the beaker, then reinsert it into the test tube rack. +sub_tasks: *id001 atomic_actions: - pick - move @@ -69,6 +70,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -89,19 +91,77 @@ statistics: frame_num: 146029 frame_range: 1M dataset_size: 5.25 GB -data_structure: "AI2_Alphabot_2_pick_thermometer_0_qced_hardlink/\n|-- annotations\n\ - | |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (192 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_pick_thermometer_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (192 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:203 features: @@ -438,5 +498,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_place_Tapes.yaml b/dataset_info/AI2_Alphabot_2_place_Tapes.yaml index 67f22953e0c29901bb92c25e45366c1b46fa347e..cafd7ec70b250b3748470d1b1e83021e7dc69685 100644 --- a/dataset_info/AI2_Alphabot_2_place_Tapes.yaml +++ b/dataset_info/AI2_Alphabot_2_place_Tapes.yaml @@ -42,6 +42,7 @@ task_operation_type: fixed_single_arm task_instruction: &id001 - Pick up the white tape and place it into the black box , Pick up the silver tape and place it into the brown box. +sub_tasks: *id001 atomic_actions: - pick - place @@ -70,6 +71,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -90,19 +92,77 @@ statistics: frame_num: 348056 frame_range: 1M dataset_size: 13.46 GB -data_structure: "AI2_Alphabot_2_place_Tapes_0_qced_hardlink/\n|-- annotations\n| \ - \ |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n| \ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (406 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_place_Tapes_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (406 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:417 features: @@ -439,5 +499,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_place_pen.yaml b/dataset_info/AI2_Alphabot_2_place_pen.yaml index f7908303cacb7e54cf50aa6656368b0968486345..a8eca5e0cf10c63ed6465c5fbe4e443689f0e6c8 100644 --- a/dataset_info/AI2_Alphabot_2_place_pen.yaml +++ b/dataset_info/AI2_Alphabot_2_place_pen.yaml @@ -39,6 +39,7 @@ objects: task_operation_type: fixed_dual_arm task_instruction: &id001 - Place the pen into the pen holder. +sub_tasks: *id001 atomic_actions: - pick - pass @@ -68,6 +69,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -88,19 +90,77 @@ statistics: frame_num: 666384 frame_range: 1M dataset_size: 13.18 GB -data_structure: "AI2_Alphabot_2_place_pen_0_qced_hardlink/\n|-- annotations\n| |--\ - \ eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n| |--\ - \ eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n| \ - \ `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |-- episode_000000.parquet\n\ - | |-- episode_000001.parquet\n| |-- episode_000002.parquet\n| \ - \ |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| |-- episode_000005.parquet\n\ - | |-- episode_000006.parquet\n| |-- episode_000007.parquet\n| \ - \ |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| |-- episode_000010.parquet\n\ - | `-- episode_000011.parquet\n| `-- ... (515 more entries)\n|-- meta\n\ - | |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n| |-- info.json\n| `--\ - \ tasks.jsonl\n`-- videos\n `-- chunk-000\n |-- observation.images.cam_front_chest_rgb\n\ - \ |-- observation.images.cam_front_head_rgb\n |-- observation.images.cam_left_wrist_rgb\n\ - \ `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_place_pen_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (515 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:526 features: @@ -437,5 +497,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_pour_liquid.yaml b/dataset_info/AI2_Alphabot_2_pour_liquid.yaml index db000d14d2951a4f9304227e52775d8df37d0033..7e769729c15af5960adb378892f22b91191eef20 100644 --- a/dataset_info/AI2_Alphabot_2_pour_liquid.yaml +++ b/dataset_info/AI2_Alphabot_2_pour_liquid.yaml @@ -30,17 +30,32 @@ scene_type: level5: null env_type: real_world objects: -- object_name: beaker +- id: table + name: table + color: black + anchor_policy: static +- id: beaker + name: beaker color: transparent -- object_name: test tube + anchor_policy: static +- id: test_tube_rack + name: test tube rack color: transparent -- object_name: test tube rack + anchor_policy: static +- id: test_tube + name: test tube color: transparent + anchor_policy: static +- id: water + name: water + color: transparent + anchor_policy: static task_operation_type: fixed_single_arm -task_instruction: &id001 -- Pour the liquid from the test tube into the beaker using one hand. +task_instruction: Pour the liquid from the test tube into the beaker using one hand +sub_tasks: +- Pour the liquid from the test tube into the beaker using one hand atomic_actions: -- pick +- grasp - pour - place robot_name: @@ -68,6 +83,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -88,19 +104,77 @@ statistics: frame_num: 36748 frame_range: 100K dataset_size: 1.10 GB -data_structure: "AI2_Alphabot_2_pour_liquid_0_qced_hardlink/\n|-- annotations\n| \ - \ |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n| \ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (37 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_pour_liquid_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (37 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:48 features: @@ -437,5 +511,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_pour_mung_beans.yaml b/dataset_info/AI2_Alphabot_2_pour_mung_beans.yaml index 31056d493f054091dc077e73099e88a5720adf41..0427501f5fa66d5528ac92eb4e3b0ff11110fc98 100644 --- a/dataset_info/AI2_Alphabot_2_pour_mung_beans.yaml +++ b/dataset_info/AI2_Alphabot_2_pour_mung_beans.yaml @@ -156,7 +156,9 @@ data_structure: 'AI2_Alphabot_2_pour_mung_beans_0_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:212 features: diff --git a/dataset_info/AI2_Alphabot_2_pour_water.yaml b/dataset_info/AI2_Alphabot_2_pour_water.yaml index 7680cab1cb747c6f8506529b686919c5aba3d3f7..e17cf7d4850a949a4e21809bbc2dcf3b35c4339b 100644 --- a/dataset_info/AI2_Alphabot_2_pour_water.yaml +++ b/dataset_info/AI2_Alphabot_2_pour_water.yaml @@ -35,6 +35,7 @@ objects: task_operation_type: fixed_single_arm task_instruction: &id001 - Grasp the thermos with one hand and pour water into the cup lid. +sub_tasks: *id001 atomic_actions: - pick - rotate @@ -64,6 +65,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -84,19 +86,77 @@ statistics: frame_num: 295245 frame_range: 1M dataset_size: 4.54 GB -data_structure: "AI2_Alphabot_2_pour_water_0_qced_hardlink/\n|-- annotations\n| \ - \ |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n| \ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (291 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_pour_water_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (291 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:302 features: @@ -433,5 +493,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_shake_beaker.yaml b/dataset_info/AI2_Alphabot_2_shake_beaker.yaml index 705afb3ece351e1e28ef98080b59cd829dc2f0e1..15c0a7fb25a82098d20f782e3a6aaa27972d0a5e 100644 --- a/dataset_info/AI2_Alphabot_2_shake_beaker.yaml +++ b/dataset_info/AI2_Alphabot_2_shake_beaker.yaml @@ -40,6 +40,7 @@ task_operation_type: fixed_single_arm task_instruction: &id001 - Pick up the beaker with the right gripper, shake it three times, and then put it down. +sub_tasks: *id001 atomic_actions: - pick - shake @@ -69,6 +70,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -89,19 +91,77 @@ statistics: frame_num: 43273 frame_range: 100K dataset_size: 1.19 GB -data_structure: "AI2_Alphabot_2_shake_beaker_0_qced_hardlink/\n|-- annotations\n|\ - \ |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (36 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_shake_beaker_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (36 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:47 features: @@ -438,5 +498,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_shake_bottle.yaml b/dataset_info/AI2_Alphabot_2_shake_bottle.yaml index 1d650fdbba590f121562fb306ef210bf1846d72a..207a521b0b9f0407bacab745555847cbe3b79bb9 100644 --- a/dataset_info/AI2_Alphabot_2_shake_bottle.yaml +++ b/dataset_info/AI2_Alphabot_2_shake_bottle.yaml @@ -35,6 +35,7 @@ objects: task_operation_type: fixed_single_arm task_instruction: &id001 - Grasp the erlenmeyer flask with one hand, shake it three times, then place it back. +sub_tasks: *id001 atomic_actions: - shake - place @@ -64,6 +65,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -84,19 +86,77 @@ statistics: frame_num: 330992 frame_range: 1M dataset_size: 12.29 GB -data_structure: "AI2_Alphabot_2_shake_bottle_0_qced_hardlink/\n|-- annotations\n|\ - \ |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (382 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_shake_bottle_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (382 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:393 features: @@ -433,5 +493,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_shake_test_tube.yaml b/dataset_info/AI2_Alphabot_2_shake_test_tube.yaml index 147a2b4e2f91eb9d532ef2c19a896116c4f112eb..4e8c582b499f8c74f1c2718526a552617e7d3b9e 100644 --- a/dataset_info/AI2_Alphabot_2_shake_test_tube.yaml +++ b/dataset_info/AI2_Alphabot_2_shake_test_tube.yaml @@ -21,10 +21,10 @@ extra_gated_fields: description: e.g., "Germany", "China", "United States" codebase_version: v2.1 dataset_name: AI2_Alphabot_2_shake_test_tube -dataset_uuid: 629fccc8-6581-4ca7-9ab7-b7240f573f16 +dataset_uuid: c80ab8f4-ed65-4d77-ac8e-0bbcdb6cb049 scene_type: - level1: Retail - level2: Supermarket + level1: Lab + level2: Laboratory level3: null level4: null level5: null @@ -34,17 +34,21 @@ objects: color: transparent - object_name: test tube color: transparent +- object_name: glass board + color: transparent task_operation_type: fixed_single_arm task_instruction: &id001 -- Pick up the test tube from the test tube rack, shake it, then place it back into - the test tube rack. +- Grasp the test tube with one hand, tap it against the glass, then shake the test + tube. sub_tasks: *id001 atomic_actions: - grasp -- rotate -- insert -robot_name: AI2_Alphabot_2 -end_effector_type: two_finger_end_effector +- move +- shake +robot_name: +- AI2_Alphabot_2 +end_effector_type: +- two_finger_end_effector tele_type: vr_controller sensor_list: - cam_front_chest_rgb @@ -73,21 +77,21 @@ annotations: - gripper_activity_annotation.jsonl - gripper_mode_annotation.jsonl statistics: - total_episodes: 399 - total_frames: 313739 + total_episodes: 50 + total_frames: 29299 fps: 30 total_tasks: 1 - total_videos: 1596 + total_videos: 200 total_chunks: 1 chunks_size: 1000 state_dim: 34 action_dim: 34 camera_views: 4 - dataset_size: 24.50 GB -frame_num: 313739 -frame_range: 1M -dataset_size: 24.50 GB -data_structure: 'AI2_Alphabot_2_shake_test_tube_1_qced_hardlink/ + dataset_size: 869.07 MB +frame_num: 29299 +frame_range: 100K +dataset_size: 869.07 MB +data_structure: 'AI2_Alphabot_2_shake_test_tube_0_qced_hardlink/ |-- annotations @@ -131,7 +135,7 @@ data_structure: 'AI2_Alphabot_2_shake_test_tube_1_qced_hardlink/ | `-- episode_000011.parquet - | `-- ... (387 more entries) + | `-- ... (38 more entries) |-- meta @@ -155,9 +159,11 @@ data_structure: 'AI2_Alphabot_2_shake_test_tube_1_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: - train: 0:398 + train: 0:49 features: observation.images.cam_front_chest_rgb: dtype: video diff --git a/dataset_info/AI2_Alphabot_2_shake_test_tube_1.yaml b/dataset_info/AI2_Alphabot_2_shake_test_tube_1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..99148ec7d73d86d39a7eeff1cfe41c8ee074f9a4 --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_shake_test_tube_1.yaml @@ -0,0 +1,497 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: AI2_Alphabot_2_shake_test_tube_1 +dataset_uuid: 629fccc8-6581-4ca7-9ab7-b7240f573f16 +scene_type: + level1: Retail + level2: Supermarket + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: test tube rack + color: transparent +- object_name: test tube + color: transparent +task_operation_type: fixed_single_arm +task_instruction: &id001 +- Pick up the test tube from the test tube rack, shake it, then place it back into + the test tube rack. +sub_tasks: *id001 +atomic_actions: +- grasp +- rotate +- insert +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_chest_rgb +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- camera_params.json +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 399 + total_frames: 313739 + fps: 30 + total_tasks: 1 + total_videos: 1596 + total_chunks: 1 + chunks_size: 1000 + state_dim: 34 + action_dim: 34 + camera_views: 4 + dataset_size: 24.50 GB +frame_num: 313739 +frame_range: 1M +dataset_size: 24.50 GB +data_structure: 'AI2_Alphabot_2_shake_test_tube_1_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (387 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:398 +features: + observation.images.cam_front_chest_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + action: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_sort_angle_iron.yaml b/dataset_info/AI2_Alphabot_2_sort_angle_iron.yaml index 86d926c933c4c39518ac466c249e166d1112eefa..b68f2944b6c4f43c40ae9bffd5dfff93abd480c0 100644 --- a/dataset_info/AI2_Alphabot_2_sort_angle_iron.yaml +++ b/dataset_info/AI2_Alphabot_2_sort_angle_iron.yaml @@ -37,6 +37,7 @@ objects: task_operation_type: fixed_single_arm task_instruction: &id001 - Use one hand to pick up the angle iron from the table and place it into the box. +sub_tasks: *id001 atomic_actions: - pick - place @@ -65,6 +66,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -85,19 +87,77 @@ statistics: frame_num: 256772 frame_range: 1M dataset_size: 7.92 GB -data_structure: "AI2_Alphabot_2_sort_angle_iron_0_qced_hardlink/\n|-- annotations\n\ - | |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (283 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_sort_angle_iron_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (283 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:294 features: @@ -434,5 +494,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_sort_garbage_bag_and_box.yaml b/dataset_info/AI2_Alphabot_2_sort_garbage_bag_and_box.yaml index 24e6de1861d2afaf14416679cd06e996322664d6..6f85f83e69d563782234002b7af1266ccbd35528 100644 --- a/dataset_info/AI2_Alphabot_2_sort_garbage_bag_and_box.yaml +++ b/dataset_info/AI2_Alphabot_2_sort_garbage_bag_and_box.yaml @@ -39,6 +39,7 @@ task_instruction: &id001 - Pick up the garbage bag with the left hand and transfer it to the right hand. - Place the garbage bag into the right storage box with the right hand. - Pick up the box with the right hand and place it into the right storage box. +sub_tasks: *id001 atomic_actions: - move - pick @@ -67,6 +68,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -87,19 +89,77 @@ statistics: frame_num: 612124 frame_range: 1M dataset_size: 12.83 GB -data_structure: "AI2_Alphabot_2_sort_garbage_bag_and_box_0_qced_hardlink/\n|-- annotations\n\ - | |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (903 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_sort_garbage_bag_and_box_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (903 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:914 features: @@ -436,5 +496,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_sort_personal_care_items.yaml b/dataset_info/AI2_Alphabot_2_sort_personal_care_items.yaml index 6cc85ec7afb5cc422bb7e11299f99acab4534b5e..ebc7fd2bee849cba22d0c505f896324c72633a55 100644 --- a/dataset_info/AI2_Alphabot_2_sort_personal_care_items.yaml +++ b/dataset_info/AI2_Alphabot_2_sort_personal_care_items.yaml @@ -30,24 +30,36 @@ scene_type: level5: null env_type: real_world objects: -- object_name: open top box - color: blue -- object_name: soap +- id: soap + name: soap color: white -- object_name: shampoo + anchor_policy: static +- id: open_top_box + name: open top box color: white -- object_name: open top box - color: yellow -- object_name: open top box + anchor_policy: static +- id: open_top_box + name: open top box + color: blue + anchor_policy: static +- id: open_top_box + name: open top box color: red -- object_name: open top box + anchor_policy: static +- id: facial_cleanser + name: facial cleanser + color: white + anchor_policy: static +- id: table + name: table color: white + anchor_policy: static task_operation_type: fixed_dual_arm -task_instruction: &id001 +task_instruction: Bimanual collaborative sorting of washing and personal care products +sub_tasks: - Bimanual collaborative sorting of washing and personal care products atomic_actions: - grasp -- move - pass - place robot_name: @@ -75,6 +87,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -95,19 +108,77 @@ statistics: frame_num: 455317 frame_range: 1M dataset_size: 13.57 GB -data_structure: "AI2_Alphabot_2_sort_personal_care_items_0_qced_hardlink/\n|-- annotations\n\ - | |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (484 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_sort_personal_care_items_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (484 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:495 features: @@ -444,5 +515,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_sort_utensils.yaml b/dataset_info/AI2_Alphabot_2_sort_utensils.yaml index 271d76f3249484e4823e49cd688adf647842d49c..4fa60221ef04dc8aa7dbc8f00c137d454529a415 100644 --- a/dataset_info/AI2_Alphabot_2_sort_utensils.yaml +++ b/dataset_info/AI2_Alphabot_2_sort_utensils.yaml @@ -160,7 +160,9 @@ data_structure: 'AI2_Alphabot_2_sort_utensils_0_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:194 features: diff --git a/dataset_info/AI2_Alphabot_2_sort_warehouse.yaml b/dataset_info/AI2_Alphabot_2_sort_warehouse.yaml index d164a7a23c80b5ac76631980977bf0f438ab2c3f..61f91ef12b890dece44ca5b2e7e8216214778914 100644 --- a/dataset_info/AI2_Alphabot_2_sort_warehouse.yaml +++ b/dataset_info/AI2_Alphabot_2_sort_warehouse.yaml @@ -44,6 +44,7 @@ task_operation_type: fixed_dual_arm task_instruction: &id001 - Pick the cotton swabs from the blue box and place them into the white box. - Pick the garbage bags from the red box and place them into the white box. +sub_tasks: *id001 atomic_actions: - pick - move @@ -74,6 +75,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -94,19 +96,77 @@ statistics: frame_num: 434269 frame_range: 1M dataset_size: 11.99 GB -data_structure: "AI2_Alphabot_2_sort_warehouse_0_qced_hardlink/\n|-- annotations\n\ - | |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (488 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_sort_warehouse_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (488 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:499 features: @@ -443,5 +503,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_stack_blocks.yaml b/dataset_info/AI2_Alphabot_2_stack_blocks.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5a1464442ace58265b293c22cc89b81574284680 --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_stack_blocks.yaml @@ -0,0 +1,492 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: AI2_Alphabot_2_stack_blocks +dataset_uuid: 810a8bb1-91c0-4978-bd04-f17b08d732e4 +scene_type: + level1: Household + level2: Living Room + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: square block + color: purple +- object_name: square block + color: green +task_operation_type: fixed_single_arm +task_instruction: &id001 +- Pick the topmost block from the stack and place it on the table. +sub_tasks: *id001 +atomic_actions: +- grasp +- place +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_chest_rgb +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 211 + total_frames: 122256 + fps: 30 + total_tasks: 1 + total_videos: 844 + total_chunks: 1 + chunks_size: 1000 + state_dim: 34 + action_dim: 34 + camera_views: 4 + dataset_size: 1.84 GB +frame_num: 122256 +frame_range: 1M +dataset_size: 1.84 GB +data_structure: 'AI2_Alphabot_2_stack_blocks_0_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (199 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:210 +features: + observation.images.cam_front_chest_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + action: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_stack_cups.yaml b/dataset_info/AI2_Alphabot_2_stack_cups.yaml index 174a1d9423cff6bde9582118ebaaa166404ae644..23b778d3896cb488c80036a5903bdc1f83be8635 100644 --- a/dataset_info/AI2_Alphabot_2_stack_cups.yaml +++ b/dataset_info/AI2_Alphabot_2_stack_cups.yaml @@ -39,6 +39,7 @@ objects: task_operation_type: fixed_single_arm task_instruction: &id001 - Stack the three plastic cups sequentially using one hand. +sub_tasks: *id001 atomic_actions: - pick - place @@ -67,6 +68,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -87,19 +89,77 @@ statistics: frame_num: 324466 frame_range: 1M dataset_size: 9.35 GB -data_structure: "AI2_Alphabot_2_stack_cups_0_qced_hardlink/\n|-- annotations\n| \ - \ |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n| \ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (391 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_stack_cups_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (391 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:402 features: @@ -436,5 +496,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_stamp_document.yaml b/dataset_info/AI2_Alphabot_2_stamp_document.yaml index 51c52d92b88fa7a2d3c967888cbfd27c783c87f5..ac81dcbbecb1e61af6aa8b484f6ce345a11540f2 100644 --- a/dataset_info/AI2_Alphabot_2_stamp_document.yaml +++ b/dataset_info/AI2_Alphabot_2_stamp_document.yaml @@ -37,6 +37,7 @@ objects: task_operation_type: fixed_single_arm task_instruction: &id001 - Use the right hand to pick up the stamp and affix it onto the A4 paper. +sub_tasks: *id001 atomic_actions: - pick - press @@ -64,6 +65,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -84,19 +86,77 @@ statistics: frame_num: 369702 frame_range: 1M dataset_size: 7.18 GB -data_structure: "AI2_Alphabot_2_stamp_document_0_qced_hardlink/\n|-- annotations\n\ - | |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (975 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_stamp_document_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (975 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:986 features: @@ -433,5 +493,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_stir_spoon.yaml b/dataset_info/AI2_Alphabot_2_stir_spoon.yaml index a1ec442ebfba6e8fbe16f5c2d9304677aac312db..3f16ba502fb4d0a67a15f8bb4dc32afc2917965d 100644 --- a/dataset_info/AI2_Alphabot_2_stir_spoon.yaml +++ b/dataset_info/AI2_Alphabot_2_stir_spoon.yaml @@ -38,6 +38,7 @@ task_operation_type: fixed_single_arm task_instruction: &id001 - Pick up the stirring spoon with one hand, stir inside the cup, then place it back in its original position. +sub_tasks: *id001 atomic_actions: - pick - stir @@ -67,6 +68,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -83,23 +85,81 @@ statistics: state_dim: 34 action_dim: 34 camera_views: 4 - dataset_size: 14.30 GB + dataset_size: 14.25 GB frame_num: 334844 frame_range: 1M -dataset_size: 14.30 GB -data_structure: "AI2_Alphabot_2_stir_spoon_0_qced_hardlink/\n|-- annotations\n| \ - \ |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n| \ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (393 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +dataset_size: 14.25 GB +data_structure: 'AI2_Alphabot_2_stir_spoon_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (393 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:404 features: @@ -286,119 +346,15 @@ features: names: - left_gripper_open_scale - right_gripper_open_scale - dtype: float64 + dtype: float32 shape: - 2 gripper_open_scale_action: names: - left_gripper_open_scale - right_gripper_open_scale - dtype: float64 - shape: - - 2 - eef_sim_pose_state: - names: - - left_eef_pos_x - - left_eef_pos_y - - left_eef_pos_z - - left_eef_rot_x - - left_eef_rot_y - - left_eef_rot_z - - right_eef_pos_x - - right_eef_pos_y - - right_eef_pos_z - - right_eef_rot_x - - right_eef_rot_y - - right_eef_rot_z dtype: float32 shape: - - 12 - eef_sim_pose_action: - names: - - left_eef_pos_x - - left_eef_pos_y - - left_eef_pos_z - - left_eef_rot_x - - left_eef_rot_y - - left_eef_rot_z - - right_eef_pos_x - - right_eef_pos_y - - right_eef_pos_z - - right_eef_rot_x - - right_eef_rot_y - - right_eef_rot_z - dtype: float32 - shape: - - 12 - eef_direction_state: - names: - - left_eef_direction - - right_eef_direction - dtype: int32 - shape: - - 2 - eef_direction_action: - names: - - left_eef_direction - - right_eef_direction - dtype: int32 - shape: - - 2 - eef_velocity_state: - names: - - left_eef_velocity - - right_eef_velocity - dtype: int32 - shape: - - 2 - eef_velocity_action: - names: - - left_eef_velocity - - right_eef_velocity - dtype: int32 - shape: - - 2 - eef_acc_mag_state: - names: - - left_eef_acc_mag - - right_eef_acc_mag - dtype: int32 - shape: - - 2 - eef_acc_mag_action: - names: - - left_eef_acc_mag - - right_eef_acc_mag - dtype: int32 - shape: - - 2 - gripper_mode_state: - names: - - left_gripper_mode - - right_gripper_mode - dtype: int32 - shape: - - 2 - gripper_mode_action: - names: - - left_gripper_mode - - right_gripper_mode - dtype: int32 - shape: - - 2 - gripper_activity_state: - names: - - left_gripper_activity - - right_gripper_activity - dtype: int32 - shape: - - 2 - gripper_activity_action: - names: - - left_gripper_activity - - right_gripper_activity - dtype: int32 - shape: - 2 authors: contributed_by: @@ -436,5 +392,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_stir_water.yaml b/dataset_info/AI2_Alphabot_2_stir_water.yaml index ca15f134f8b53513d568f78cc68d0efad330e78c..5b7bf02587180c5c092a258438cc54e749da6ad1 100644 --- a/dataset_info/AI2_Alphabot_2_stir_water.yaml +++ b/dataset_info/AI2_Alphabot_2_stir_water.yaml @@ -30,22 +30,35 @@ scene_type: level5: null env_type: real_world objects: -- object_name: stirring spoon +- id: stirring_spoon + name: stirring spoon color: white -- object_name: plastic bowl + anchor_policy: static +- id: plastic_bowl + name: plastic bowl color: pink -- object_name: glass cup + anchor_policy: static +- id: glass_cup + name: glass cup color: black + anchor_policy: static +- id: table + name: table + color: black + anchor_policy: static task_operation_type: fixed_single_arm -task_instruction: &id001 +task_instruction: Use the right hand to pick up the spoon and stir the clear water + in the bowl. +sub_tasks: - Use the right hand to pick up the spoon and stir the clear water in the bowl. atomic_actions: -- pick -- move -- stir +- grasp - place -robot_name: AI2_Alphabot_2 -end_effector_type: two_finger_end_effector +- stir +robot_name: +- AI2_Alphabot_2 +end_effector_type: +- two_finger_end_effector tele_type: vr_controller sensor_list: - cam_front_chest_rgb @@ -67,6 +80,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -87,19 +101,77 @@ statistics: frame_num: 284361 frame_range: 1M dataset_size: 12.14 GB -data_structure: "AI2_Alphabot_2_stir_water_0_qced_hardlink/\n|-- annotations\n| \ - \ |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n| \ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (310 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_stir_water_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (310 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:321 features: @@ -436,5 +508,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_store_toys.yaml b/dataset_info/AI2_Alphabot_2_store_toys.yaml index 7601f6be20535ed5a78632af7fa82f62e7e6a086..1178304cb95a5b6187a378fb363887187234016b 100644 --- a/dataset_info/AI2_Alphabot_2_store_toys.yaml +++ b/dataset_info/AI2_Alphabot_2_store_toys.yaml @@ -21,27 +21,30 @@ extra_gated_fields: description: e.g., "Germany", "China", "United States" codebase_version: v2.1 dataset_name: AI2_Alphabot_2_store_toys -dataset_uuid: 0ab3a510-b0dd-48fe-8672-a603fa569055 +dataset_uuid: 4730bad7-ce44-4ee7-862e-3b3c100d50a8 scene_type: - level1: Household - level2: Living Room + level1: Retail + level2: Supermarket level3: null level4: null level5: null env_type: real_world objects: +- object_name: animal doll + color: brown - object_name: open top box color: blue -- object_name: figure +- object_name: animal doll color: blue -- object_name: figure - color: black -task_operation_type: fixed_single_arm +- object_name: animal doll + color: pink +task_operation_type: fixed_dual_arm task_instruction: &id001 -- Pick up the two dolls from the table and place them into the box. +- Place the animal plush toys into the open top box. sub_tasks: *id001 atomic_actions: -- grasp +- pick +- move - place robot_name: AI2_Alphabot_2 end_effector_type: two_finger_end_effector @@ -52,13 +55,13 @@ sensor_list: - cam_left_wrist_rgb - cam_right_wrist_rgb came_info: - cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p - cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p - cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p - cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p depth_enabled: false coordinate_definition: right-hand-frame @@ -73,21 +76,21 @@ annotations: - gripper_activity_annotation.jsonl - gripper_mode_annotation.jsonl statistics: - total_episodes: 499 - total_frames: 152601 + total_episodes: 968 + total_frames: 541645 fps: 30 total_tasks: 1 - total_videos: 1996 + total_videos: 3872 total_chunks: 1 chunks_size: 1000 state_dim: 34 action_dim: 34 camera_views: 4 - dataset_size: 1.87 GB -frame_num: 152601 + dataset_size: 10.85 GB +frame_num: 541645 frame_range: 1M -dataset_size: 1.87 GB -data_structure: 'AI2_Alphabot_2_store_toys_2_qced_hardlink/ +dataset_size: 10.85 GB +data_structure: 'AI2_Alphabot_2_store_toys_0_qced_hardlink/ |-- annotations @@ -131,7 +134,7 @@ data_structure: 'AI2_Alphabot_2_store_toys_2_qced_hardlink/ | `-- episode_000011.parquet - | `-- ... (487 more entries) + | `-- ... (956 more entries) |-- meta @@ -155,9 +158,11 @@ data_structure: 'AI2_Alphabot_2_store_toys_2_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: - train: 0:498 + train: 0:967 features: observation.images.cam_front_chest_rgb: dtype: video @@ -172,7 +177,7 @@ features: info: video.height: 480 video.width: 640 - video.codec: h264 + video.codec: av1 video.pix_fmt: yuv420p video.is_depth_map: false video.fps: 30 @@ -191,7 +196,7 @@ features: info: video.height: 480 video.width: 640 - video.codec: h264 + video.codec: av1 video.pix_fmt: yuv420p video.is_depth_map: false video.fps: 30 @@ -210,7 +215,7 @@ features: info: video.height: 480 video.width: 640 - video.codec: h264 + video.codec: av1 video.pix_fmt: yuv420p video.is_depth_map: false video.fps: 30 @@ -229,7 +234,7 @@ features: info: video.height: 480 video.width: 640 - video.codec: h264 + video.codec: av1 video.pix_fmt: yuv420p video.is_depth_map: false video.fps: 30 @@ -491,5 +496,5 @@ additional_citations: 'If you use this dataset, please also consider citing: ' version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet -video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} +video_path: videos/chunk-{id}/observation.images.cam_left_wrist_rgb/episode_{id}.mp{id} video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_store_toys_1.yaml b/dataset_info/AI2_Alphabot_2_store_toys_1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9576d2026ee1b15512359b12e50e10c520d82ac4 --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_store_toys_1.yaml @@ -0,0 +1,516 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: AI2_Alphabot_2_store_toys_1 +dataset_uuid: d68b37cf-e7af-4d7a-8e6a-4e61d06dd33e +scene_type: + level1: Household + level2: Living Room + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: doll + color: yellow +- object_name: doll + color: black +- object_name: doll + color: yellow +task_operation_type: fixed_dual_arm +task_instruction: &id001 +- Pick up the toy alternately with the left and right hands and place it into the + central storage box. +sub_tasks: *id001 +atomic_actions: +- move +- pick +- release +- place +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_chest_rgb +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- camera_params.json +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 113 + total_frames: 71384 + fps: 30 + total_tasks: 1 + total_videos: 452 + total_chunks: 1 + chunks_size: 1000 + state_dim: 34 + action_dim: 34 + camera_views: 4 + dataset_size: 1.47 GB +frame_num: 71384 +frame_range: 100K +dataset_size: 1.47 GB +data_structure: 'AI2_Alphabot_2_store_toys_1_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (101 more entries) + + |-- logs + + | `-- collect + + | |-- collect_20260601115839.log + + | |-- collect_20260601120328.log + + | |-- collect_20260601120549.log + + | |-- collect_20260601130102.log + + | |-- collect_20260601130243.log + + | `-- collect_20260601131051.log + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:112 +features: + observation.images.cam_front_chest_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + action: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_store_toys_2.yaml b/dataset_info/AI2_Alphabot_2_store_toys_2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4c435becf128c05e82fc279d05de8956d8f7a288 --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_store_toys_2.yaml @@ -0,0 +1,497 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: AI2_Alphabot_2_store_toys_2 +dataset_uuid: 0ab3a510-b0dd-48fe-8672-a603fa569055 +scene_type: + level1: Household + level2: Living Room + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: open top box + color: blue +- object_name: figure + color: blue +- object_name: figure + color: black +task_operation_type: fixed_single_arm +task_instruction: &id001 +- Pick up the two dolls from the table and place them into the box. +sub_tasks: *id001 +atomic_actions: +- grasp +- place +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_chest_rgb +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- camera_params.json +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 499 + total_frames: 152601 + fps: 30 + total_tasks: 1 + total_videos: 1996 + total_chunks: 1 + chunks_size: 1000 + state_dim: 34 + action_dim: 34 + camera_views: 4 + dataset_size: 1.87 GB +frame_num: 152601 +frame_range: 1M +dataset_size: 1.87 GB +data_structure: 'AI2_Alphabot_2_store_toys_2_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (487 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:498 +features: + observation.images.cam_front_chest_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + action: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_store_toys_3.yaml b/dataset_info/AI2_Alphabot_2_store_toys_3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f5ddd76b4392ba2ed13f15bedd312d519acc0b9a --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_store_toys_3.yaml @@ -0,0 +1,494 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: AI2_Alphabot_2_store_toys_3 +dataset_uuid: b1cff7f3-645f-46a1-9c8a-cd84c8ffaef2 +scene_type: + level1: Household + level2: Living Room + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: open top box + color: blue +- object_name: figure + color: blue +- object_name: figure + color: black +task_operation_type: fixed_single_arm +task_instruction: &id001 +- Pick up the two dolls from the table and place them into the box. +sub_tasks: *id001 +atomic_actions: +- grasp +- place +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_chest_rgb +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 494 + total_frames: 166579 + fps: 30 + total_tasks: 1 + total_videos: 1976 + total_chunks: 1 + chunks_size: 1000 + state_dim: 34 + action_dim: 34 + camera_views: 4 + dataset_size: 2.00 GB +frame_num: 166579 +frame_range: 1M +dataset_size: 2.00 GB +data_structure: 'AI2_Alphabot_2_store_toys_3_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (482 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:493 +features: + observation.images.cam_front_chest_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + action: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_store_toys_4.yaml b/dataset_info/AI2_Alphabot_2_store_toys_4.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2a3dd8ac08403408c4332ae05cd25f5fafb02dbe --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_store_toys_4.yaml @@ -0,0 +1,494 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: AI2_Alphabot_2_store_toys_4 +dataset_uuid: 2e0cc553-9dab-452f-bfe2-7b7072112bdc +scene_type: + level1: Household + level2: Living Room + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: open top box + color: blue +- object_name: figure + color: blue +- object_name: figure + color: black +task_operation_type: fixed_single_arm +task_instruction: &id001 +- Pick up the two dolls from the table and place them into the box. +sub_tasks: *id001 +atomic_actions: +- grasp +- place +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_chest_rgb +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 489 + total_frames: 192629 + fps: 30 + total_tasks: 1 + total_videos: 1956 + total_chunks: 1 + chunks_size: 1000 + state_dim: 34 + action_dim: 34 + camera_views: 4 + dataset_size: 2.41 GB +frame_num: 192629 +frame_range: 1M +dataset_size: 2.41 GB +data_structure: 'AI2_Alphabot_2_store_toys_4_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (477 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:488 +features: + observation.images.cam_front_chest_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + action: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_store_toys_5.yaml b/dataset_info/AI2_Alphabot_2_store_toys_5.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d3a9929fce89bed8adc7dc543f7f41d410c9a444 --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_store_toys_5.yaml @@ -0,0 +1,515 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: AI2_Alphabot_2_store_toys_5 +dataset_uuid: fb712460-4fe1-45d5-a3d2-c9c100a3aedc +scene_type: + level1: Industry + level2: Inspection Area + level3: null + level4: null + level5: null +env_type: real_world +objects: +- id: duck_doll + name: duck doll + color: blue + anchor_policy: static +- id: lion_doll + name: lion_doll + color: brown + anchor_policy: static +- id: pig_doll + name: pig_doll + color: pink + anchor_policy: static +- id: open_top_box + name: open top box + color: blue + anchor_policy: static +- id: table + name: table + color: white + anchor_policy: static +task_operation_type: fixed_dual_arm +task_instruction: Use the right hand to place the duck plush toy into the storage + box, then use the left hand to place the dog plush toy into the storage box. +sub_tasks: +- Use the right hand to place the duck plush toy into the storage box, then use the + left hand to place the dog plush toy into the storage box. +atomic_actions: +- grasp +- release +robot_name: +- AI2_Alphabot_2 +end_effector_type: +- two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_chest_rgb +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- camera_params.json +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 852 + total_frames: 471302 + fps: 30 + total_tasks: 1 + total_videos: 3408 + total_chunks: 1 + chunks_size: 1000 + state_dim: 34 + action_dim: 34 + camera_views: 4 + dataset_size: 9.45 GB +frame_num: 471302 +frame_range: 1M +dataset_size: 9.45 GB +data_structure: 'AI2_Alphabot_2_store_toys_5_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (840 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:851 +features: + observation.images.cam_front_chest_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + action: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_test_data_cable.yaml b/dataset_info/AI2_Alphabot_2_test_data_cable.yaml index 7cfe983cb801bd53dfcecc0a9637c701071e2d76..9ab39f4deacf37fc12cfb35a5146adbf7f5204ff 100644 --- a/dataset_info/AI2_Alphabot_2_test_data_cable.yaml +++ b/dataset_info/AI2_Alphabot_2_test_data_cable.yaml @@ -38,6 +38,7 @@ task_operation_type: fixed_dual_arm task_instruction: &id001 - Pick up the data cable with the left hand. - Use the voltage tester with the right hand to verify the data cable. +sub_tasks: *id001 atomic_actions: - pick - move @@ -66,6 +67,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -86,19 +88,77 @@ statistics: frame_num: 326536 frame_range: 1M dataset_size: 5.77 GB -data_structure: "AI2_Alphabot_2_test_data_cable_0_qced_hardlink/\n|-- annotations\n\ - | |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (916 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_test_data_cable_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (916 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:927 features: @@ -435,5 +495,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_test_electricity.yaml b/dataset_info/AI2_Alphabot_2_test_electricity.yaml new file mode 100644 index 0000000000000000000000000000000000000000..20fb5f4447b9e5773e81c10ca22fad0456292433 --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_test_electricity.yaml @@ -0,0 +1,492 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: AI2_Alphabot_2_test_electricity +dataset_uuid: 4508f796-f4a0-4891-a090-06c24b83d5b3 +scene_type: + level1: Industry + level2: Inspection Area + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: voltage tester + color: black +- object_name: data cable + color: black +task_operation_type: fixed_dual_arm +task_instruction: &id001 +- Use a voltage tester to check the data cable. +sub_tasks: *id001 +atomic_actions: +- grasp +- insert +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_chest_rgb +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 142 + total_frames: 48108 + fps: 30 + total_tasks: 1 + total_videos: 568 + total_chunks: 1 + chunks_size: 1000 + state_dim: 34 + action_dim: 34 + camera_views: 4 + dataset_size: 480.93 MB +frame_num: 48108 +frame_range: 100K +dataset_size: 480.93 MB +data_structure: 'AI2_Alphabot_2_test_electricity_0_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (130 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:141 +features: + observation.images.cam_front_chest_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + action: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_tidy_countertop.yaml b/dataset_info/AI2_Alphabot_2_tidy_countertop.yaml index 705cf8828d9c632ddc947fce9fbcb8d4d7a3fe35..c886810949a271f5296364c8efa449b5a5df6a52 100644 --- a/dataset_info/AI2_Alphabot_2_tidy_countertop.yaml +++ b/dataset_info/AI2_Alphabot_2_tidy_countertop.yaml @@ -156,7 +156,9 @@ data_structure: 'AI2_Alphabot_2_tidy_countertop_0_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:405 features: diff --git a/dataset_info/AI2_Alphabot_2_unplug_data_cable.yaml b/dataset_info/AI2_Alphabot_2_unplug_data_cable.yaml index e961b6df5a4dce9ce6e813d9c64497e907dc20fd..c5ebf7958e8e1d1e500c8b180459d99967427a1e 100644 --- a/dataset_info/AI2_Alphabot_2_unplug_data_cable.yaml +++ b/dataset_info/AI2_Alphabot_2_unplug_data_cable.yaml @@ -38,6 +38,7 @@ task_operation_type: fixed_dual_arm task_instruction: &id001 - Use the right hand to pick up the multi-port USB hub; use the left hand to unplug the data cable. +sub_tasks: *id001 atomic_actions: - pick - move @@ -66,6 +67,7 @@ joint_rotation_dim: radian end_rotation_dim: radian end_translation_dim: meter annotations: +- camera_params.json - eef_acc_mag_annotation.jsonl - eef_direction_annotation.jsonl - eef_velocity_annotation.jsonl @@ -86,19 +88,77 @@ statistics: frame_num: 371680 frame_range: 1M dataset_size: 7.08 GB -data_structure: "AI2_Alphabot_2_unplug_data_cable_0_qced_hardlink/\n|-- annotations\n\ - | |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ - \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ - | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ - \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ - | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ - \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ - | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ - \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ - \ (920 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ - | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ - \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ - \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +data_structure: 'AI2_Alphabot_2_unplug_data_cable_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (920 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' splits: train: 0:931 features: @@ -435,5 +495,4 @@ additional_citations: 'If you use this dataset, please also consider citing: version_info: Initial Release data_path: data/chunk-{id}/episode_{id}.parquet video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} -sub_tasks: *id001 video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_write_text.yaml b/dataset_info/AI2_Alphabot_2_write_text.yaml index 714717d36c9f5f99c832d0baf5211026a659d576..456a04e7978a3f52db23ffcc5c7d5dec10e6aec0 100644 --- a/dataset_info/AI2_Alphabot_2_write_text.yaml +++ b/dataset_info/AI2_Alphabot_2_write_text.yaml @@ -157,7 +157,9 @@ data_structure: 'AI2_Alphabot_2_write_text_0_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:403 features: diff --git a/dataset_info/Galbot_G1_fold_clothes.yaml b/dataset_info/Galbot_G1_fold_clothes.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3a01a8cbcff44bf1efd3e43c9f793cca19d50b6a --- /dev/null +++ b/dataset_info/Galbot_G1_fold_clothes.yaml @@ -0,0 +1,438 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: Galbot_G1_fold_clothes +dataset_uuid: c1e76759-8d67-4109-bda7-3d68ac0e20e1 +scene_type: + level1: Household + level2: Bedroom + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: table + color: white +- object_name: clothes + color: green +task_operation_type: fixed_dual_arm +task_instruction: fold and organize the clothes. +sub_tasks: +- fold and organize the clothes. +atomic_actions: +- grasp +- place +- fold +robot_name: Galbot_G1 +end_effector_type: two_finger_end_effector +tele_type: master_arm +sensor_list: +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 593 + total_frames: 520473 + fps: 30 + total_tasks: 1 + total_videos: 1779 + total_chunks: 1 + chunks_size: 1000 + state_dim: 21 + action_dim: 16 + camera_views: 3 + dataset_size: 8.22 GB +frame_num: 520473 +frame_range: 1M +dataset_size: 8.22 GB +data_structure: 'Galbot_G1_fold_clothes_0_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (581 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:592 +features: + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 21 + names: + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - head_joint_1_rad + - head_joint_2_rad + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_gripper_open + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_gripper_open + action: + dtype: float32 + shape: + - 16 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_gripper_open + - right_gripper_open + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Galbot_G1_fold_clothes_1.yaml b/dataset_info/Galbot_G1_fold_clothes_1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b28cf9e6f4d249944064022e289506f14121f1b5 --- /dev/null +++ b/dataset_info/Galbot_G1_fold_clothes_1.yaml @@ -0,0 +1,383 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: Galbot_G1_fold_clothes_1 +dataset_uuid: 00000000-0000-0000-0000-000000000000 +scene_type: + level1: Household + level2: Bedroom + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: table + color: white +- object_name: clothes + color: gray +task_operation_type: fixed_dual_arm +task_instruction: fold and organize the clothes. +sub_tasks: +- fold and organize the clothes. +atomic_actions: +- grasp +- place +- fold +robot_name: Galbot_G1 +end_effector_type: two_finger_end_effector +tele_type: master_arm +sensor_list: +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 581 + total_frames: 536843 + fps: 30 + total_tasks: 1 + total_videos: 1743 + total_chunks: 1 + chunks_size: 1000 + state_dim: 21 + action_dim: 16 + camera_views: 3 + dataset_size: 8.31 GB +frame_num: 536843 +frame_range: 1M +dataset_size: 8.31 GB +data_structure: "Galbot_G1_fold_clothes_1_qced_hardlink/\n|-- annotations\n| |--\ + \ eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n| |--\ + \ eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n| \ + \ `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |-- episode_000000.parquet\n\ + | |-- episode_000001.parquet\n| |-- episode_000002.parquet\n| \ + \ |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| |-- episode_000005.parquet\n\ + | |-- episode_000006.parquet\n| |-- episode_000007.parquet\n| \ + \ |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| |-- episode_000010.parquet\n\ + | `-- episode_000011.parquet\n| `-- ... (569 more entries)\n|-- meta\n\ + | |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n| |-- info.json\n| `--\ + \ tasks.jsonl\n`-- videos\n `-- chunk-000\n |-- observation.images.cam_front_head_rgb\n\ + \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +splits: + train: 0:580 +features: + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 21 + names: + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - head_joint_1_rad + - head_joint_2_rad + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_gripper_open + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_gripper_open + action: + dtype: float32 + shape: + - 16 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_gripper_open + - right_gripper_open + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Galbot_G1_steamer_storage_baozi.yaml b/dataset_info/Galbot_G1_steamer_storage_baozi.yaml new file mode 100644 index 0000000000000000000000000000000000000000..472f80df2d51c1168ec2b4bd06df2d710c0e7926 --- /dev/null +++ b/dataset_info/Galbot_G1_steamer_storage_baozi.yaml @@ -0,0 +1,443 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: Galbot_G1_steamer_storage_baozi +dataset_uuid: 5fa48a45-ebfc-4a84-9de3-3f25e71ab88e +scene_type: + level1: Household + level2: Kitchen + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: table + color: white +- object_name: baozi + color: white +- object_name: steamer + color: silver +- object_name: pot_lid + color: silver +- object_name: plate + color: white +task_operation_type: fixed_dual_arm +task_instruction: take steamed baozi put them in steamer then cover it. +sub_tasks: +- take steamed baozi put them in steamer then cover it. +atomic_actions: +- grasp +- place +robot_name: Galbot_G1 +end_effector_type: two_finger_end_effector +tele_type: master_arm +sensor_list: +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 228 + total_frames: 270556 + fps: 30 + total_tasks: 1 + total_videos: 684 + total_chunks: 1 + chunks_size: 1000 + state_dim: 21 + action_dim: 16 + camera_views: 3 + dataset_size: 2.48 GB +frame_num: 270556 +frame_range: 1M +dataset_size: 2.48 GB +data_structure: 'Galbot_G1_steamer_storage_baozi_0_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (216 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:227 +features: + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 21 + names: + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - head_joint_1_rad + - head_joint_2_rad + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_gripper_open + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_gripper_open + action: + dtype: float32 + shape: + - 16 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_gripper_open + - right_gripper_open + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Galbot_G1_use_dryer.yaml b/dataset_info/Galbot_G1_use_dryer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1605dd5c3ad892249b8714e1e676dc2eb05c8c84 --- /dev/null +++ b/dataset_info/Galbot_G1_use_dryer.yaml @@ -0,0 +1,437 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: Galbot_G1_use_dryer +dataset_uuid: f883a8b7-5dcd-4c73-b49b-241fbaca876c +scene_type: + level1: Household + level2: Balcony + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: dryer + color: brown +- object_name: clothes + color: black +task_operation_type: fixed_dual_arm +task_instruction: Grasp the clothes from the dryer. +sub_tasks: +- Grasp the clothes from the dryer. +atomic_actions: +- grasp +- move +robot_name: Galbot_G1 +end_effector_type: two_finger_end_effector +tele_type: master_arm +sensor_list: +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 952 + total_frames: 450316 + fps: 30 + total_tasks: 1 + total_videos: 2856 + total_chunks: 1 + chunks_size: 1000 + state_dim: 21 + action_dim: 16 + camera_views: 3 + dataset_size: 6.36 GB +frame_num: 450316 +frame_range: 1M +dataset_size: 6.36 GB +data_structure: 'Galbot_G1_use_dryer_0_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (940 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:951 +features: + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 21 + names: + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - head_joint_1_rad + - head_joint_2_rad + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_gripper_open + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_gripper_open + action: + dtype: float32 + shape: + - 16 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_gripper_open + - right_gripper_open + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Galbot_G1_use_dryer_1.yaml b/dataset_info/Galbot_G1_use_dryer_1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1af6ce6a85d1a70c5397c191ecabdf9342dbc4b6 --- /dev/null +++ b/dataset_info/Galbot_G1_use_dryer_1.yaml @@ -0,0 +1,382 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: Galbot_G1_use_dryer_1 +dataset_uuid: 98b5abbb-ab9a-47cf-aee8-c2320bda14da +scene_type: + level1: Household + level2: Balcony + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: dryer + color: brown +- object_name: clothes + color: white +task_operation_type: fixed_dual_arm +task_instruction: Grasp the clothes from the dryer. +sub_tasks: +- Grasp the clothes from the dryer. +atomic_actions: +- grasp +- move +robot_name: Galbot_G1 +end_effector_type: two_finger_end_effector +tele_type: master_arm +sensor_list: +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 620 + total_frames: 242533 + fps: 30 + total_tasks: 1 + total_videos: 1860 + total_chunks: 1 + chunks_size: 1000 + state_dim: 21 + action_dim: 16 + camera_views: 3 + dataset_size: 3.30 GB +frame_num: 242533 +frame_range: 1M +dataset_size: 3.30 GB +data_structure: "Galbot_G1_use_dryer_1_qced_hardlink/\n|-- annotations\n| |-- eef_acc_mag_annotation.jsonl\n\ + | |-- eef_direction_annotation.jsonl\n| |-- eef_velocity_annotation.jsonl\n\ + | |-- gripper_activity_annotation.jsonl\n| `-- gripper_mode_annotation.jsonl\n\ + |-- data\n| `-- chunk-000\n| |-- episode_000000.parquet\n| |-- episode_000001.parquet\n\ + | |-- episode_000002.parquet\n| |-- episode_000003.parquet\n| \ + \ |-- episode_000004.parquet\n| |-- episode_000005.parquet\n| |-- episode_000006.parquet\n\ + | |-- episode_000007.parquet\n| |-- episode_000008.parquet\n| \ + \ |-- episode_000009.parquet\n| |-- episode_000010.parquet\n| `-- episode_000011.parquet\n\ + | `-- ... (608 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ + | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ + \ observation.images.cam_front_head_rgb\n |-- observation.images.cam_left_wrist_rgb\n\ + \ `-- observation.images.cam_right_wrist_rgb" +splits: + train: 0:619 +features: + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 21 + names: + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - head_joint_1_rad + - head_joint_2_rad + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_gripper_open + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_gripper_open + action: + dtype: float32 + shape: + - 16 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_gripper_open + - right_gripper_open + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float32 + shape: + - 2 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float32 + shape: + - 2 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel.yaml index 73a24ee5ab3899a47f73501e421d0d49641f2f0e..4c479f4d2bfa54e6469a66a5cdca9e7cac08362a 100644 --- a/dataset_info/Leju_Kuavo_4_box_storage_parcel.yaml +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel.yaml @@ -150,7 +150,9 @@ data_structure: 'Leju_Kuavo_4_box_storage_parcel_0_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:310 features: diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel_1.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel_1.yaml index e340c336fbb478eee32512a40204063bdd1e2e00..bd18fcd8fce48a7fbb81f8abf9064cb69310f888 100644 --- a/dataset_info/Leju_Kuavo_4_box_storage_parcel_1.yaml +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel_1.yaml @@ -150,7 +150,9 @@ data_structure: 'Leju_Kuavo_4_box_storage_parcel_1_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:192 features: diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel_10.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel_10.yaml index b4536805963d5ba3587ca4aa5537f95c2a3756ad..688b9dae9e4868be7b738ae4ac30f03e82e7f0c3 100644 --- a/dataset_info/Leju_Kuavo_4_box_storage_parcel_10.yaml +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel_10.yaml @@ -150,7 +150,9 @@ data_structure: 'Leju_Kuavo_4_box_storage_parcel_10_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:198 features: diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel_11.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel_11.yaml index 2a2c1e0042eb052675d48f1fbbb84466a84dd403..d9bf2f242414b69b3c9e0d5692af1b903a9d8ed9 100644 --- a/dataset_info/Leju_Kuavo_4_box_storage_parcel_11.yaml +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel_11.yaml @@ -150,7 +150,9 @@ data_structure: 'Leju_Kuavo_4_box_storage_parcel_11_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:93 features: diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel_2.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel_2.yaml index 7acf736cd5a3d1dfbfa38de19011e48f3967ec89..6c77eccac5b43f09bc9199271a60d58850bf8495 100644 --- a/dataset_info/Leju_Kuavo_4_box_storage_parcel_2.yaml +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel_2.yaml @@ -150,7 +150,11 @@ data_structure: 'Leju_Kuavo_4_box_storage_parcel_2_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- depth_conversion_progress.json + + |-- info.yaml + + `-- README.md' splits: train: 0:198 features: diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel_3.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel_3.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a66ec87a43841e284df63d4345a80e097f6276b9 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel_3.yaml @@ -0,0 +1,465 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: Leju_Kuavo_4_box_storage_parcel_3 +dataset_uuid: b8648e13-03b6-4289-b7b5-32fe39a9722c +scene_type: + level1: Logistics + level2: Sorting Center + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: table + color: null +- object_name: parcel + color: null +- object_name: conveyor_belt + color: null +- object_name: box + color: null +task_operation_type: fixed_dual_arm +task_instruction: &id001 +- moved the parcel from conveyor to table for the left to box. +sub_tasks: *id001 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=h264, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 180 + total_frames: 263404 + fps: 30 + total_tasks: 1 + total_videos: 540 + total_chunks: 1 + chunks_size: 1000 + state_dim: 52 + action_dim: 40 + camera_views: 3 + dataset_size: 7.42 GB +frame_num: 263404 +frame_range: 1M +dataset_size: 7.42 GB +data_structure: 'Leju_Kuavo_4_box_storage_parcel_3_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (168 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:179 +features: + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 52 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_leg_joint_1_rad + - left_leg_joint_2_rad + - left_leg_joint_3_rad + - left_leg_joint_4_rad + - left_leg_joint_5_rad + - left_leg_joint_6_rad + - right_leg_joint_1_rad + - right_leg_joint_2_rad + - right_leg_joint_3_rad + - right_leg_joint_4_rad + - right_leg_joint_5_rad + - right_leg_joint_6_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - head_joint_1_rad + - head_joint_2_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + action: + dtype: float32 + shape: + - 40 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_leg_joint_1_rad + - left_leg_joint_2_rad + - left_leg_joint_3_rad + - left_leg_joint_4_rad + - left_leg_joint_5_rad + - left_leg_joint_6_rad + - right_leg_joint_1_rad + - right_leg_joint_2_rad + - right_leg_joint_3_rad + - right_leg_joint_4_rad + - right_leg_joint_5_rad + - right_leg_joint_6_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - head_joint_1_rad + - head_joint_2_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: [] + dtype: float32 + shape: + - 1 + gripper_open_scale_action: + names: [] + dtype: float32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel_4.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel_4.yaml index 2cf29f09b11535cebbee4ea6aaf2c398fc4ceea5..84fbae6bc0ab9760d5ca121ba76f37bfd50ae0af 100644 --- a/dataset_info/Leju_Kuavo_4_box_storage_parcel_4.yaml +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel_4.yaml @@ -150,7 +150,9 @@ data_structure: 'Leju_Kuavo_4_box_storage_parcel_4_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:469 features: diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel_5.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel_5.yaml index c10392c0f1fd7116f3519f7410d8e592303eb541..209ef61f5cb61069ee44714cd444c23ba7ccf769 100644 --- a/dataset_info/Leju_Kuavo_4_box_storage_parcel_5.yaml +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel_5.yaml @@ -150,7 +150,9 @@ data_structure: 'Leju_Kuavo_4_box_storage_parcel_5_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:182 features: diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel_6.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel_6.yaml new file mode 100644 index 0000000000000000000000000000000000000000..14b5c04c0bc7c59bd5ace475a7df511cf775e6b1 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel_6.yaml @@ -0,0 +1,467 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: Leju_Kuavo_4_box_storage_parcel_6 +dataset_uuid: 4e3f5ee5-b924-4515-b0ec-3b0ba53fc1cf +scene_type: + level1: Logistics + level2: Sorting Center + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: table + color: null +- object_name: parcel + color: null +- object_name: conveyor_belt + color: null +- object_name: box + color: null +task_operation_type: fixed_dual_arm +task_instruction: &id001 +- moved the parcel from conveyor to table for the left to box. +sub_tasks: *id001 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=h264, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 473 + total_frames: 179327 + fps: 30 + total_tasks: 1 + total_videos: 1419 + total_chunks: 1 + chunks_size: 1000 + state_dim: 52 + action_dim: 40 + camera_views: 3 + dataset_size: 4.04 GB +frame_num: 179327 +frame_range: 1M +dataset_size: 4.04 GB +data_structure: 'Leju_Kuavo_4_box_storage_parcel_6_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (461 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- depth_conversion_progress.json + + |-- info.yaml + + `-- README.md' +splits: + train: 0:472 +features: + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 52 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_leg_joint_1_rad + - left_leg_joint_2_rad + - left_leg_joint_3_rad + - left_leg_joint_4_rad + - left_leg_joint_5_rad + - left_leg_joint_6_rad + - right_leg_joint_1_rad + - right_leg_joint_2_rad + - right_leg_joint_3_rad + - right_leg_joint_4_rad + - right_leg_joint_5_rad + - right_leg_joint_6_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - head_joint_1_rad + - head_joint_2_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + action: + dtype: float32 + shape: + - 40 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_leg_joint_1_rad + - left_leg_joint_2_rad + - left_leg_joint_3_rad + - left_leg_joint_4_rad + - left_leg_joint_5_rad + - left_leg_joint_6_rad + - right_leg_joint_1_rad + - right_leg_joint_2_rad + - right_leg_joint_3_rad + - right_leg_joint_4_rad + - right_leg_joint_5_rad + - right_leg_joint_6_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - head_joint_1_rad + - head_joint_2_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: [] + dtype: float32 + shape: + - 1 + gripper_open_scale_action: + names: [] + dtype: float32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel_7.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel_7.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d313647040ae239247ab102296cafa8f1db418a7 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel_7.yaml @@ -0,0 +1,465 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: Leju_Kuavo_4_box_storage_parcel_7 +dataset_uuid: 1b0bc38d-2108-443c-85db-018590548a25 +scene_type: + level1: Logistics + level2: Sorting Center + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: table + color: null +- object_name: parcel + color: null +- object_name: conveyor_belt + color: null +- object_name: box + color: null +task_operation_type: fixed_dual_arm +task_instruction: &id001 +- moved the parcel from conveyor to table for the left to box. +sub_tasks: *id001 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=h264, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 182 + total_frames: 254876 + fps: 30 + total_tasks: 1 + total_videos: 546 + total_chunks: 1 + chunks_size: 1000 + state_dim: 52 + action_dim: 40 + camera_views: 3 + dataset_size: 7.30 GB +frame_num: 254876 +frame_range: 1M +dataset_size: 7.30 GB +data_structure: 'Leju_Kuavo_4_box_storage_parcel_7_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (170 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:181 +features: + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 52 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_leg_joint_1_rad + - left_leg_joint_2_rad + - left_leg_joint_3_rad + - left_leg_joint_4_rad + - left_leg_joint_5_rad + - left_leg_joint_6_rad + - right_leg_joint_1_rad + - right_leg_joint_2_rad + - right_leg_joint_3_rad + - right_leg_joint_4_rad + - right_leg_joint_5_rad + - right_leg_joint_6_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - head_joint_1_rad + - head_joint_2_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + action: + dtype: float32 + shape: + - 40 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_leg_joint_1_rad + - left_leg_joint_2_rad + - left_leg_joint_3_rad + - left_leg_joint_4_rad + - left_leg_joint_5_rad + - left_leg_joint_6_rad + - right_leg_joint_1_rad + - right_leg_joint_2_rad + - right_leg_joint_3_rad + - right_leg_joint_4_rad + - right_leg_joint_5_rad + - right_leg_joint_6_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - head_joint_1_rad + - head_joint_2_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: [] + dtype: float32 + shape: + - 1 + gripper_open_scale_action: + names: [] + dtype: float32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel_8.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel_8.yaml index 0d1f8d9e8dc02df2ae622ffed5460a81ed72004d..f4addfbbbcc543844bf9f494a28eef2128246a1e 100644 --- a/dataset_info/Leju_Kuavo_4_box_storage_parcel_8.yaml +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel_8.yaml @@ -150,7 +150,9 @@ data_structure: 'Leju_Kuavo_4_box_storage_parcel_8_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:179 features: diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel_9.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel_9.yaml index 8dfbf10866517eda87b23a51b454548adb88d101..99bbf45ae4c045974244bc25671ef7a470e40ebc 100644 --- a/dataset_info/Leju_Kuavo_4_box_storage_parcel_9.yaml +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel_9.yaml @@ -150,7 +150,9 @@ data_structure: 'Leju_Kuavo_4_box_storage_parcel_9_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:199 features: diff --git a/dataset_info/Leju_Kuavo_4_hotel_services.yaml b/dataset_info/Leju_Kuavo_4_hotel_services.yaml index c79fadc714b7236c85bc5060ced8c7510fefc25e..4514431448903414eb102c985665433b0edee7f8 100644 --- a/dataset_info/Leju_Kuavo_4_hotel_services.yaml +++ b/dataset_info/Leju_Kuavo_4_hotel_services.yaml @@ -150,7 +150,9 @@ data_structure: 'Leju_Kuavo_4_hotel_services_0_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:483 features: diff --git a/dataset_info/Leju_Kuavo_4_moving_parts.yaml b/dataset_info/Leju_Kuavo_4_moving_parts.yaml index ae8882465aa11b54a25d2911c6bc6333fcbb9c9b..8d42c4983216437d7add5025789b2a589fe2d500 100644 --- a/dataset_info/Leju_Kuavo_4_moving_parts.yaml +++ b/dataset_info/Leju_Kuavo_4_moving_parts.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_moving_parts_0_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:450 features: diff --git a/dataset_info/Leju_Kuavo_4_moving_parts_1.yaml b/dataset_info/Leju_Kuavo_4_moving_parts_1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e5c9742e48315d6f2afb9687007a4af520f256d2 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_moving_parts_1.yaml @@ -0,0 +1,463 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: Leju_Kuavo_4_moving_parts_1 +dataset_uuid: 579844fd-7df0-4684-b44a-aee4d40ca103 +scene_type: + level1: Industry + level2: Assembly Workshop + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: table + color: null +- object_name: cabinet + color: null +- object_name: parts + color: null +task_operation_type: fixed_dual_arm +task_instruction: &id001 +- take the parts from the cabinet and place them on the table. +sub_tasks: *id001 +atomic_actions: +- grasp +- place +- pick +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=h264, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 459 + total_frames: 693195 + fps: 30 + total_tasks: 1 + total_videos: 1377 + total_chunks: 1 + chunks_size: 1000 + state_dim: 52 + action_dim: 40 + camera_views: 3 + dataset_size: 19.17 GB +frame_num: 693195 +frame_range: 1M +dataset_size: 19.17 GB +data_structure: 'Leju_Kuavo_4_moving_parts_1_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (447 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:458 +features: + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 52 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_leg_joint_1_rad + - left_leg_joint_2_rad + - left_leg_joint_3_rad + - left_leg_joint_4_rad + - left_leg_joint_5_rad + - left_leg_joint_6_rad + - right_leg_joint_1_rad + - right_leg_joint_2_rad + - right_leg_joint_3_rad + - right_leg_joint_4_rad + - right_leg_joint_5_rad + - right_leg_joint_6_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - head_joint_1_rad + - head_joint_2_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + action: + dtype: float32 + shape: + - 40 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_leg_joint_1_rad + - left_leg_joint_2_rad + - left_leg_joint_3_rad + - left_leg_joint_4_rad + - left_leg_joint_5_rad + - left_leg_joint_6_rad + - right_leg_joint_1_rad + - right_leg_joint_2_rad + - right_leg_joint_3_rad + - right_leg_joint_4_rad + - right_leg_joint_5_rad + - right_leg_joint_6_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - head_joint_1_rad + - head_joint_2_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: [] + dtype: float32 + shape: + - 1 + gripper_open_scale_action: + names: [] + dtype: float32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_moving_parts_2.yaml b/dataset_info/Leju_Kuavo_4_moving_parts_2.yaml index c800e25f42347ff7035dc8ae533f513cab9c07b4..ace827d23a00a51d23b1e571b303e5d310f5f3fa 100644 --- a/dataset_info/Leju_Kuavo_4_moving_parts_2.yaml +++ b/dataset_info/Leju_Kuavo_4_moving_parts_2.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_moving_parts_2_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:456 features: diff --git a/dataset_info/Leju_Kuavo_4_moving_parts_3.yaml b/dataset_info/Leju_Kuavo_4_moving_parts_3.yaml index 26b0381df1347fde746e072a1b41a63d9cd42c7b..6eeb32bf58990bac5b6683e6f7722226bab1c84e 100644 --- a/dataset_info/Leju_Kuavo_4_moving_parts_3.yaml +++ b/dataset_info/Leju_Kuavo_4_moving_parts_3.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_moving_parts_3_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:458 features: diff --git a/dataset_info/Leju_Kuavo_4_sensor_card_swiping.yaml b/dataset_info/Leju_Kuavo_4_sensor_card_swiping.yaml index a86d1756b6c29d627657e01306942845fc4d52d1..7e56da7219fd7887f14071fbd2d25b2580f06fce 100644 --- a/dataset_info/Leju_Kuavo_4_sensor_card_swiping.yaml +++ b/dataset_info/Leju_Kuavo_4_sensor_card_swiping.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_sensor_card_swiping_0_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:597 features: diff --git a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_1.yaml b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_1.yaml index 8e45a20c7344a20550df044c3bd60beb2886cf4f..78c06c73cf872e3f62d64a306e5c27b6479fc1e4 100644 --- a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_1.yaml +++ b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_1.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_sensor_card_swiping_1_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:594 features: diff --git a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_10.yaml b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_10.yaml index 2c6087235bd4449324746ebd74f2373abdda1069..989ff9964001c100678dae03c52c74899cd98ebc 100644 --- a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_10.yaml +++ b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_10.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_sensor_card_swiping_10_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:587 features: diff --git a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_11.yaml b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_11.yaml index b6737ca24f9856670171e19b2d759c196e47f3fe..3f1b7a785ed67d7a4cea1d9a953d3c57c1942fd4 100644 --- a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_11.yaml +++ b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_11.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_sensor_card_swiping_11_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:599 features: diff --git a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_12.yaml b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_12.yaml index 1ea5253ee8685021ce29fbd8531583c2324f0a53..a443bf0ea13cc32ef35178e8e21e793625288201 100644 --- a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_12.yaml +++ b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_12.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_sensor_card_swiping_12_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:601 features: diff --git a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_13.yaml b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_13.yaml index 4b18212a772717841cf956910726083e10cc2796..ba8f3fa31abd3feb9e4e7ca69b0b73678fa3d4a6 100644 --- a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_13.yaml +++ b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_13.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_sensor_card_swiping_13_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:601 features: diff --git a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_14.yaml b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_14.yaml index 1fd1778730def0186cf225d6dbd260f513e4a537..6e11db3d85038961b30029c0c2ddcad58ef41d5f 100644 --- a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_14.yaml +++ b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_14.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_sensor_card_swiping_14_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:612 features: diff --git a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_15.yaml b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_15.yaml index f2a5219d53d1e924cd558986c8b4df8756deaac1..8ef2e6ed359282f2dd51b39006da3ae3677f2972 100644 --- a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_15.yaml +++ b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_15.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_sensor_card_swiping_15_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:604 features: diff --git a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_16.yaml b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_16.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6336ab601e2083cb6ec3dcc1069c7373e0ce7efc --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_16.yaml @@ -0,0 +1,463 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: Leju_Kuavo_4_sensor_card_swiping_16 +dataset_uuid: 17dbe736-c47d-4ba5-b4e0-8713d5c5ac52 +scene_type: + level1: Service + level2: Service Hall + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: table + color: null +- object_name: card + color: null +- object_name: sensor + color: null +task_operation_type: fixed_dual_arm +task_instruction: &id001 +- pass the card to the sensor for recognition and then transmit it. +sub_tasks: *id001 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=h264, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 623 + total_frames: 442774 + fps: 30 + total_tasks: 1 + total_videos: 1869 + total_chunks: 1 + chunks_size: 1000 + state_dim: 52 + action_dim: 40 + camera_views: 3 + dataset_size: 13.09 GB +frame_num: 442774 +frame_range: 1M +dataset_size: 13.09 GB +data_structure: 'Leju_Kuavo_4_sensor_card_swiping_16_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (611 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:622 +features: + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 52 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_leg_joint_1_rad + - left_leg_joint_2_rad + - left_leg_joint_3_rad + - left_leg_joint_4_rad + - left_leg_joint_5_rad + - left_leg_joint_6_rad + - right_leg_joint_1_rad + - right_leg_joint_2_rad + - right_leg_joint_3_rad + - right_leg_joint_4_rad + - right_leg_joint_5_rad + - right_leg_joint_6_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - head_joint_1_rad + - head_joint_2_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + action: + dtype: float32 + shape: + - 40 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_leg_joint_1_rad + - left_leg_joint_2_rad + - left_leg_joint_3_rad + - left_leg_joint_4_rad + - left_leg_joint_5_rad + - left_leg_joint_6_rad + - right_leg_joint_1_rad + - right_leg_joint_2_rad + - right_leg_joint_3_rad + - right_leg_joint_4_rad + - right_leg_joint_5_rad + - right_leg_joint_6_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - head_joint_1_rad + - head_joint_2_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: [] + dtype: float32 + shape: + - 1 + gripper_open_scale_action: + names: [] + dtype: float32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_17.yaml b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_17.yaml index f1e83956abe713b8b77388b7beed870986acf37f..fd3380a4f2f5ba05c8a7e29b277112a038a64a07 100644 --- a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_17.yaml +++ b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_17.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_sensor_card_swiping_17_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:603 features: diff --git a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_18.yaml b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_18.yaml index e076f4a12babe39139a9671d15b348a5efb34d4b..1726ab7f81df5245324feaa4ec43d42b2717237d 100644 --- a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_18.yaml +++ b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_18.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_sensor_card_swiping_18_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:611 features: diff --git a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_19.yaml b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_19.yaml index 3f548064b07240b358b51b5d080af5b862618b56..37553333b8e2ad05e28fee58042ed8505d4e5d04 100644 --- a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_19.yaml +++ b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_19.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_sensor_card_swiping_19_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:206 features: diff --git a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_2.yaml b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_2.yaml index ec3b1ff8216206a078d4581069292d881feace40..3f2864a9e7470ae69ca8bbf1a4e01496cc38da29 100644 --- a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_2.yaml +++ b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_2.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_sensor_card_swiping_2_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:594 features: diff --git a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_3.yaml b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_3.yaml index ee904311e64c51105fb174c5406bfbdf1c749e87..bef7a108565e15cd10e23fb6b49d34465a77e427 100644 --- a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_3.yaml +++ b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_3.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_sensor_card_swiping_3_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:603 features: diff --git a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_4.yaml b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_4.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ed22f676c351253973c117c0cd8541bc41525b83 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_4.yaml @@ -0,0 +1,463 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: Leju_Kuavo_4_sensor_card_swiping_4 +dataset_uuid: 0c6b82aa-9a10-4052-ba5c-cb68d4acc5ba +scene_type: + level1: Service + level2: Service Hall + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: table + color: null +- object_name: card + color: null +- object_name: sensor + color: null +task_operation_type: fixed_dual_arm +task_instruction: &id001 +- pass the card to the sensor for recognition and then transmit it. +sub_tasks: *id001 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=h264, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 608 + total_frames: 426424 + fps: 30 + total_tasks: 1 + total_videos: 1824 + total_chunks: 1 + chunks_size: 1000 + state_dim: 52 + action_dim: 40 + camera_views: 3 + dataset_size: 12.55 GB +frame_num: 426424 +frame_range: 1M +dataset_size: 12.55 GB +data_structure: 'Leju_Kuavo_4_sensor_card_swiping_4_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (596 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:607 +features: + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 52 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_leg_joint_1_rad + - left_leg_joint_2_rad + - left_leg_joint_3_rad + - left_leg_joint_4_rad + - left_leg_joint_5_rad + - left_leg_joint_6_rad + - right_leg_joint_1_rad + - right_leg_joint_2_rad + - right_leg_joint_3_rad + - right_leg_joint_4_rad + - right_leg_joint_5_rad + - right_leg_joint_6_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - head_joint_1_rad + - head_joint_2_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + action: + dtype: float32 + shape: + - 40 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_leg_joint_1_rad + - left_leg_joint_2_rad + - left_leg_joint_3_rad + - left_leg_joint_4_rad + - left_leg_joint_5_rad + - left_leg_joint_6_rad + - right_leg_joint_1_rad + - right_leg_joint_2_rad + - right_leg_joint_3_rad + - right_leg_joint_4_rad + - right_leg_joint_5_rad + - right_leg_joint_6_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - head_joint_1_rad + - head_joint_2_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: [] + dtype: float32 + shape: + - 1 + gripper_open_scale_action: + names: [] + dtype: float32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_5.yaml b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_5.yaml index 5bded87d8b15a098b97c57122f5de119079fc81f..975eb1614374d6d3e4bef8e74824cd892819a59b 100644 --- a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_5.yaml +++ b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_5.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_sensor_card_swiping_5_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:607 features: diff --git a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_6.yaml b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_6.yaml index ec81fffd7065f810df6e959b94b36f2da5beeaa2..afffe30cdf2fc832488153778198c6de7649711a 100644 --- a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_6.yaml +++ b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_6.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_sensor_card_swiping_6_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:627 features: diff --git a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_7.yaml b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_7.yaml index 4da7da0dd1ccf140853e70a94b5a8afc1bbc83f0..f421d5b114b515541d4f3b448cb2f6db603ba432 100644 --- a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_7.yaml +++ b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_7.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_sensor_card_swiping_7_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:594 features: diff --git a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_8.yaml b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_8.yaml index ae069ac0c92990ded3b31d6b918b32efbebdb96b..1c40b35e86e06d01566025d5c2e086f35445ce1c 100644 --- a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_8.yaml +++ b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_8.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_sensor_card_swiping_8_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:614 features: diff --git a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_9.yaml b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_9.yaml index 2c62a4040c770fe83d81344656350a1a5e98df98..4a086f73d171cd0107ab98d4f225262d09e56236 100644 --- a/dataset_info/Leju_Kuavo_4_sensor_card_swiping_9.yaml +++ b/dataset_info/Leju_Kuavo_4_sensor_card_swiping_9.yaml @@ -148,7 +148,9 @@ data_structure: 'Leju_Kuavo_4_sensor_card_swiping_9_qced_hardlink/ | `-- observation.images.cam_right_wrist_rgb - `-- info.yaml' + |-- info.yaml + + `-- README.md' splits: train: 0:208 features: diff --git a/dataset_info/Unitree_G1edu-u3_place_bread.yaml b/dataset_info/Unitree_G1edu-u3_place_bread.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3bc0da032d3ecacda9fe0ab3e6794bb4fb4c4f38 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_place_bread.yaml @@ -0,0 +1,467 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: Unitree_G1edu-u3_place_bread +dataset_uuid: 6513c992-9571-4fbb-8a3a-6da724b9fc6d +scene_type: + level1: Household + level2: Kitchen + level3: null + level4: null + level5: null +env_type: real_world +objects: +- id: long_bread + name: long bread + color: brown + anchor_policy: static +- id: round_plate + name: round plate + color: purple + anchor_policy: static +- id: table + name: table + color: white + anchor_policy: static +task_operation_type: fixed_single_arm +task_instruction: Grasp the bread from the table and place it into the plate. +sub_tasks: +- Grasp the bread from the table and place it into the plate. +atomic_actions: +- grasp +- place +robot_name: Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: data_glove +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 1464 + total_frames: 500679 + fps: 30 + total_tasks: 1 + total_videos: 4392 + total_chunks: 2 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 6.51 GB +frame_num: 500679 +frame_range: 1M +dataset_size: 6.51 GB +data_structure: 'Unitree_G1edu-u3_place_bread_0_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | |-- chunk-000 + + | | |-- episode_000000.parquet + + | | |-- episode_000001.parquet + + | | |-- episode_000002.parquet + + | | |-- episode_000003.parquet + + | | |-- episode_000004.parquet + + | | |-- episode_000005.parquet + + | | |-- episode_000006.parquet + + | | |-- episode_000007.parquet + + | | |-- episode_000008.parquet + + | | |-- episode_000009.parquet + + | | |-- episode_000010.parquet + + | | `-- episode_000011.parquet + + | | `-- ... (988 more entries) + + | `-- chunk-001 + + | |-- episode_001000.parquet + + | |-- episode_001001.parquet + + | |-- episode_001002.parquet + + | |-- episode_001003.parquet + + | |-- episode_001004.parquet + + | |-- episode_001005.parquet + + | |-- episode_001006.parquet + + | |-- episode_001007.parquet + + | |-- episode_001008.parquet + + | |-- episode_001009.parquet + + | |-- episode_001010.parquet + + | `-- episode_001011.parquet + + | `-- ... (452 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | |-- chunk-000 + + | | |-- observation.images.cam_high_rgb + + | | |-- observation.images.cam_left_wrist_rgb + + | | `-- observation.images.cam_right_wrist_rgb + + | `-- chunk-001 + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:1463 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 28 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - left_hand_joint_7_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - right_hand_joint_7_rad + action: + dtype: float32 + shape: + - 28 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - left_hand_joint_7_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - right_hand_joint_7_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: [] + dtype: float32 + shape: + - 1 + gripper_open_scale_action: + names: [] + dtype: float32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_high_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_rgb/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_place_bread_1.yaml b/dataset_info/Unitree_G1edu-u3_place_bread_1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..91c46d9e8797b8dabc032724116f71a0d202d542 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_place_bread_1.yaml @@ -0,0 +1,467 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: Unitree_G1edu-u3_place_bread_1 +dataset_uuid: b0e2cde0-1269-4edc-b8ab-6d41a4fcc93f +scene_type: + level1: Household + level2: Kitchen + level3: null + level4: null + level5: null +env_type: real_world +objects: +- id: long_bread + name: long bread + color: brown + anchor_policy: static +- id: round_plate + name: round plate + color: purple + anchor_policy: static +- id: table + name: table + color: white + anchor_policy: static +task_operation_type: fixed_single_arm +task_instruction: Grasp the bread from the table and place it into the plate. +sub_tasks: +- Grasp the bread from the table and place it into the plate. +atomic_actions: +- grasp +- place +robot_name: Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: data_glove +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 1042 + total_frames: 334156 + fps: 30 + total_tasks: 1 + total_videos: 3126 + total_chunks: 2 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 4.78 GB +frame_num: 334156 +frame_range: 1M +dataset_size: 4.78 GB +data_structure: 'Unitree_G1edu-u3_place_bread_1_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | |-- chunk-000 + + | | |-- episode_000000.parquet + + | | |-- episode_000001.parquet + + | | |-- episode_000002.parquet + + | | |-- episode_000003.parquet + + | | |-- episode_000004.parquet + + | | |-- episode_000005.parquet + + | | |-- episode_000006.parquet + + | | |-- episode_000007.parquet + + | | |-- episode_000008.parquet + + | | |-- episode_000009.parquet + + | | |-- episode_000010.parquet + + | | `-- episode_000011.parquet + + | | `-- ... (988 more entries) + + | `-- chunk-001 + + | |-- episode_001000.parquet + + | |-- episode_001001.parquet + + | |-- episode_001002.parquet + + | |-- episode_001003.parquet + + | |-- episode_001004.parquet + + | |-- episode_001005.parquet + + | |-- episode_001006.parquet + + | |-- episode_001007.parquet + + | |-- episode_001008.parquet + + | |-- episode_001009.parquet + + | |-- episode_001010.parquet + + | `-- episode_001011.parquet + + | `-- ... (30 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | |-- chunk-000 + + | | |-- observation.images.cam_high_rgb + + | | |-- observation.images.cam_left_wrist_rgb + + | | `-- observation.images.cam_right_wrist_rgb + + | `-- chunk-001 + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:1041 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 28 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - left_hand_joint_7_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - right_hand_joint_7_rad + action: + dtype: float32 + shape: + - 28 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - left_hand_joint_7_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - right_hand_joint_7_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: [] + dtype: float32 + shape: + - 1 + gripper_open_scale_action: + names: [] + dtype: float32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_high_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_rgb/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_place_grape_error.yaml b/dataset_info/Unitree_G1edu-u3_place_grape_error.yaml new file mode 100644 index 0000000000000000000000000000000000000000..171a0d988088bd81bbbb88ee7aaec57e75350ebf --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_place_grape_error.yaml @@ -0,0 +1,421 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: Unitree_G1edu-u3_place_grape_error +dataset_uuid: bfaa5664-6b1a-441b-bd19-8455eda4eecd +scene_type: + level1: Household + level2: Kitchen + level3: null + level4: null + level5: null +env_type: real_world +objects: +- id: grape + name: grape + color: purple + anchor_policy: static +- id: plastic_bowl + name: plastic bowl + color: white + anchor_policy: static +- id: table + name: table + color: green + anchor_policy: static +task_operation_type: fixed_single_arm +task_instruction: Grasp the grape from the table and place it into the basket. +sub_tasks: +- Grasp the grape from the table and place it into the basket. +atomic_actions: +- grasp +- place +robot_name: Unitree_G1edu-u3 +end_effector_type: '[''two_finger_end_effector'', ''five_finger_end_effector'']' +tele_type: human_motion_capture +sensor_list: +- cam_front_head +- cam_left_wrist +- cam_right_wrist +came_info: + cam_front_head: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p + cam_left_wrist: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p + cam_right_wrist: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 43 + total_frames: 41278 + fps: 30 + total_tasks: 1 + total_videos: 129 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 835.85 MB +frame_num: 41278 +frame_range: 100K +dataset_size: 835.85 MB +data_structure: 'Unitree_G1edu-u3_place_grape_error_0_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (31 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | |-- info.json.bak_20260714_1040 + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_head + + | |-- observation.images.cam_left_wrist + + | `-- observation.images.cam_right_wrist + + |-- info.yaml + + `-- README.md' +splits: + train: 0:42 +features: + observation.state: + dtype: float32 + shape: + - 28 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - left_hand_joint_7_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - right_hand_joint_7_rad + action: + dtype: float32 + shape: + - 28 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - left_hand_joint_7_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - right_hand_joint_7_rad + observation.images.cam_front_head: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channel + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channel + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channel + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_head/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_head/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_place_towel.yaml b/dataset_info/Unitree_G1edu-u3_place_towel.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cfa1654268647b36c967230214ec14342989fa7f --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_place_towel.yaml @@ -0,0 +1,433 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: Unitree_G1edu-u3_place_towel +dataset_uuid: f86256b7-3eed-45ab-9439-9dfc6931492a +scene_type: + level1: Household + level2: Kitchen + level3: null + level4: null + level5: null +env_type: real_world +objects: +- id: dish + name: dish + color: purple + anchor_policy: static +- id: towel + name: towel + color: yellow + anchor_policy: static +- id: table + name: table + color: white + anchor_policy: static +task_operation_type: fixed_single_arm +task_instruction: Grasp the towel on the left side of the plate with the left hand + and place it into the plate. +sub_tasks: +- Grasp the towel on the left side of the plate with the left hand and place it into + the plate. +atomic_actions: +- grasp +- place +robot_name: Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: human_motion_capture +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 402 + total_frames: 106275 + fps: 30 + total_tasks: 1 + total_videos: 1206 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 1.26 GB +frame_num: 106275 +frame_range: 1M +dataset_size: 1.26 GB +data_structure: 'Unitree_G1edu-u3_place_towel_0_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (390 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:401 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 28 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - left_hand_joint_7_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - right_hand_joint_7_rad + action: + dtype: float32 + shape: + - 28 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - left_hand_joint_7_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - right_hand_joint_7_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: [] + dtype: float32 + shape: + - 1 + gripper_open_scale_action: + names: [] + dtype: float32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_high_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_rgb/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pour_drink.yaml b/dataset_info/Unitree_G1edu-u3_pour_drink.yaml new file mode 100644 index 0000000000000000000000000000000000000000..925cf45f84c46d87ab60fcbbd5ace0aa8237e659 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pour_drink.yaml @@ -0,0 +1,414 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: Unitree_G1edu-u3_pour_drink +dataset_uuid: d7880e32-eb34-4938-b568-6a99c27a36ab +scene_type: + level1: Catering + level2: Milk Tea Shop + level3: null + level4: null + level5: null +env_type: real_world +objects: +- id: table + name: table + color: white + anchor_policy: static +- id: glass_cup + name: glass cup + color: transparent + anchor_policy: static +- id: bottled_beverages + name: bottled beverages + color: none + anchor_policy: static +task_operation_type: fixed_dual_arm +task_instruction: Grasp the cup under the faucet to collect the drink, then remove + the cup. +sub_tasks: +- Grasp the cup under the faucet to collect the drink, then remove the cup. +atomic_actions: +- grasp +- place +- press +- move +robot_name: Unitree_G1edu-u3 +end_effector_type: five_finger_end_effector +tele_type: human_motion_capture +sensor_list: +- cam_high_rgb +came_info: + cam_high_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 1298 + total_frames: 967967 + fps: 30 + total_tasks: 1 + total_videos: 1298 + total_chunks: 2 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 1 + dataset_size: 5.20 GB +frame_num: 967967 +frame_range: 1M +dataset_size: 5.20 GB +data_structure: 'Unitree_G1edu-u3_pour_drink_0_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | |-- chunk-000 + + | | |-- episode_000000.parquet + + | | |-- episode_000001.parquet + + | | |-- episode_000002.parquet + + | | |-- episode_000003.parquet + + | | |-- episode_000004.parquet + + | | |-- episode_000005.parquet + + | | |-- episode_000006.parquet + + | | |-- episode_000007.parquet + + | | |-- episode_000008.parquet + + | | |-- episode_000009.parquet + + | | |-- episode_000010.parquet + + | | `-- episode_000011.parquet + + | | `-- ... (988 more entries) + + | `-- chunk-001 + + | |-- episode_001000.parquet + + | |-- episode_001001.parquet + + | |-- episode_001002.parquet + + | |-- episode_001003.parquet + + | |-- episode_001004.parquet + + | |-- episode_001005.parquet + + | |-- episode_001006.parquet + + | |-- episode_001007.parquet + + | |-- episode_001008.parquet + + | |-- episode_001009.parquet + + | |-- episode_001010.parquet + + | `-- episode_001011.parquet + + | `-- ... (286 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | |-- chunk-000 + + | | `-- observation.images.cam_high_rgb + + | `-- chunk-001 + + | `-- observation.images.cam_high_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:1297 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 26 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + action: + dtype: float32 + shape: + - 26 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + timestamp: + dtype: float32 + shape: + - 1 + names: null + frame_index: + dtype: int64 + shape: + - 1 + names: null + episode_index: + dtype: int64 + shape: + - 1 + names: null + index: + dtype: int64 + shape: + - 1 + names: null + task_index: + dtype: int64 + shape: + - 1 + names: null + gripper_open_scale_state: + names: [] + dtype: float32 + shape: + - 1 + gripper_open_scale_action: + names: [] + dtype: float32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_high_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_rgb/episode_000000.mp4 diff --git a/info/AI2_Alphabot_2_frames.csv b/info/AI2_Alphabot_2_frames.csv new file mode 100644 index 0000000000000000000000000000000000000000..9029f2263a93da64f7a3538bb359b83373d943d4 --- /dev/null +++ b/info/AI2_Alphabot_2_frames.csv @@ -0,0 +1,60 @@ +rank,dataset_name,total_frames +1,AI2_Alphabot_2_insert_water_pipe,671854 +2,AI2_Alphabot_2_insert_hose_into_hole,667972 +3,AI2_Alphabot_2_place_pen,666384 +4,AI2_Alphabot_2_sort_garbage_bag_and_box,612124 +5,AI2_Alphabot_2_store_toys_5,471302 +6,AI2_Alphabot_2_sort_personal_care_items,455317 +7,AI2_Alphabot_2_sort_warehouse,434269 +8,AI2_Alphabot_2_insert_straw,404056 +9,AI2_Alphabot_2_package_fruit_2,384538 +10,AI2_Alphabot_2_unplug_data_cable,371680 +11,AI2_Alphabot_2_heat_test_tube,371481 +12,AI2_Alphabot_2_stamp_document,369702 +13,AI2_Alphabot_2_pick_stirring_rod,349882 +14,AI2_Alphabot_2_place_Tapes,348056 +15,AI2_Alphabot_2_tidy_countertop,343739 +16,AI2_Alphabot_2_clink_glasses,337932 +17,AI2_Alphabot_2_open_microwave,337551 +18,AI2_Alphabot_2_stir_spoon,334844 +19,AI2_Alphabot_2_shake_bottle,330992 +20,AI2_Alphabot_2_organize_cosmetics,329188 +21,AI2_Alphabot_2_organize_cosmetics_1,329188 +22,AI2_Alphabot_2_write_text,328988 +23,AI2_Alphabot_2_test_data_cable,326536 +24,AI2_Alphabot_2_stack_cups,324466 +25,AI2_Alphabot_2_organize_pencil_holder,323948 +26,AI2_Alphabot_2_arrange_teaset,318301 +27,AI2_Alphabot_2_shake_test_tube_1,313739 +28,AI2_Alphabot_2_pour_water,295245 +29,AI2_Alphabot_2_stir_water,284361 +30,AI2_Alphabot_2_sort_angle_iron,256772 +31,AI2_Alphabot_2_grind_ink,215722 +32,AI2_Alphabot_2_package_fruit,209718 +33,AI2_Alphabot_2_pour_mung_beans,181968 +34,AI2_Alphabot_2_store_toys,166579 +35,AI2_Alphabot_2_pick_test_tube,164885 +36,AI2_Alphabot_2_store_toys_2,152601 +37,AI2_Alphabot_2_pick_thermometer,146029 +38,AI2_Alphabot_2_stack_building_blocks,130049 +39,AI2_Alphabot_2_recover_after_touching_an_obstacle,128391 +40,AI2_Alphabot_2_brush_egg_wash,125085 +41,AI2_Alphabot_2_stack_blocks,122256 +42,AI2_Alphabot_2_sticker,97993 +43,AI2_Alphabot_2_press_the_button_a,91452 +44,AI2_Alphabot_2_organize_lab_equipment,88656 +45,AI2_Alphabot_2_item_reversal,82235 +46,AI2_Alphabot_2_sort_utensils,79817 +47,AI2_Alphabot_2_move_basket,78384 +48,AI2_Alphabot_2_store_toys_1,71384 +49,AI2_Alphabot_2_pass_the_sandbag,69956 +50,AI2_Alphabot_2_move_the_table,50897 +51,AI2_Alphabot_2_test_electricity,48108 +52,AI2_Alphabot_2_carry_the_clothes_basket,46527 +53,AI2_Alphabot_2_shake_beaker,43273 +54,AI2_Alphabot_2_pour_liquid,36748 +55,AI2_Alphabot_2_move_test_tube,33010 +56,AI2_Alphabot_2_shake_test_tube,29299 +57,AI2_Alphabot_2_press_the_button_b,26258 +58,AI2_Alphabot_2_operate_the_microwave_oven,16486 +,TOTAL,14428173 \ No newline at end of file diff --git a/info/consolidated_datasets.json b/info/consolidated_datasets.json index 6d29484764e169380396e3c84654e9d269525831..193c32b1b7ea661a21f1278eceb10f583283352f 100644 --- a/info/consolidated_datasets.json +++ b/info/consolidated_datasets.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a6172319c8440c40f4cc500c6106c0e52781a4a06845ec5ea6b279f19f69a563 -size 12360407 +oid sha256:e51fec3048f4164407822e235d0d095a06f4c1c1914be225076ed496dcfb5c61 +size 12779163 diff --git a/info/data_index.json b/info/data_index.json index e985effa8278e1fcd2f3cb26cdb4c4a0514bbbce..ff5974a31192a880f885712d23fce5aa29a0cc5c 100644 --- a/info/data_index.json +++ b/info/data_index.json @@ -1,6 +1,7 @@ { "datasets": [ "AI2_Alphabot_2_arrange_teaset", + "AI2_Alphabot_2_brush_egg_wash", "AI2_Alphabot_2_carry_the_clothes_basket", "AI2_Alphabot_2_clink_glasses", "AI2_Alphabot_2_grind_ink", @@ -11,14 +12,17 @@ "AI2_Alphabot_2_item_reversal", "AI2_Alphabot_2_move_basket", "AI2_Alphabot_2_move_test_tube", + "AI2_Alphabot_2_move_test_tube_1", "AI2_Alphabot_2_move_the_table", "AI2_Alphabot_2_open_microwave", "AI2_Alphabot_2_operate_the_microwave_oven", "AI2_Alphabot_2_organize_cosmetics", + "AI2_Alphabot_2_organize_cosmetics_1", "AI2_Alphabot_2_organize_lab_equipment", "AI2_Alphabot_2_organize_pencil_holder", - "AI2_Alphabot_2_organize_toys_5", "AI2_Alphabot_2_package_fruit", + "AI2_Alphabot_2_package_fruit_1", + "AI2_Alphabot_2_package_fruit_2", "AI2_Alphabot_2_pass_the_sandbag", "AI2_Alphabot_2_pick_stirring_rod", "AI2_Alphabot_2_pick_test_tube", @@ -34,11 +38,13 @@ "AI2_Alphabot_2_shake_beaker", "AI2_Alphabot_2_shake_bottle", "AI2_Alphabot_2_shake_test_tube", + "AI2_Alphabot_2_shake_test_tube_1", "AI2_Alphabot_2_sort_angle_iron", "AI2_Alphabot_2_sort_garbage_bag_and_box", "AI2_Alphabot_2_sort_personal_care_items", "AI2_Alphabot_2_sort_utensils", "AI2_Alphabot_2_sort_warehouse", + "AI2_Alphabot_2_stack_blocks", "AI2_Alphabot_2_stack_building_blocks", "AI2_Alphabot_2_stack_cups", "AI2_Alphabot_2_stamp_document", @@ -46,7 +52,13 @@ "AI2_Alphabot_2_stir_spoon", "AI2_Alphabot_2_stir_water", "AI2_Alphabot_2_store_toys", + "AI2_Alphabot_2_store_toys_1", + "AI2_Alphabot_2_store_toys_2", + "AI2_Alphabot_2_store_toys_3", + "AI2_Alphabot_2_store_toys_4", + "AI2_Alphabot_2_store_toys_5", "AI2_Alphabot_2_test_data_cable", + "AI2_Alphabot_2_test_electricity", "AI2_Alphabot_2_tidy_countertop", "AI2_Alphabot_2_unplug_data_cable", "AI2_Alphabot_2_write_text", @@ -536,6 +548,9 @@ "Galbot_G1_fold_clothe_b", "Galbot_G1_fold_clothe_c", "Galbot_G1_fold_clothe_e", + "Galbot_G1_fold_clothes", + "Galbot_G1_fold_clothes_1", + "Galbot_G1_steamer_storage_baozi", "Galbot_G1_steamer_storage_baozi_a", "Galbot_G1_steamer_storage_baozi_b", "Galbot_G1_steamer_storage_baozi_c", @@ -546,13 +561,18 @@ "Galbot_G1_steamer_storage_baozi_h", "Galbot_G1_steamer_storage_baozi_i", "Galbot_G1_steamer_storage_baozi_j", + "Galbot_G1_use_dryer", + "Galbot_G1_use_dryer_1", "Leju_Kuavo_4_box_storage_parcel", "Leju_Kuavo_4_box_storage_parcel_1", "Leju_Kuavo_4_box_storage_parcel_10", "Leju_Kuavo_4_box_storage_parcel_11", "Leju_Kuavo_4_box_storage_parcel_2", + "Leju_Kuavo_4_box_storage_parcel_3", "Leju_Kuavo_4_box_storage_parcel_4", "Leju_Kuavo_4_box_storage_parcel_5", + "Leju_Kuavo_4_box_storage_parcel_6", + "Leju_Kuavo_4_box_storage_parcel_7", "Leju_Kuavo_4_box_storage_parcel_8", "Leju_Kuavo_4_box_storage_parcel_9", "Leju_Kuavo_4_box_storage_parcel_a", @@ -582,6 +602,7 @@ "Leju_Kuavo_4_hotel_services_h", "Leju_Kuavo_4_hotel_services_i", "Leju_Kuavo_4_moving_parts", + "Leju_Kuavo_4_moving_parts_1", "Leju_Kuavo_4_moving_parts_2", "Leju_Kuavo_4_moving_parts_3", "Leju_Kuavo_4_moving_parts_a", @@ -615,11 +636,13 @@ "Leju_Kuavo_4_sensor_card_swiping_13", "Leju_Kuavo_4_sensor_card_swiping_14", "Leju_Kuavo_4_sensor_card_swiping_15", + "Leju_Kuavo_4_sensor_card_swiping_16", "Leju_Kuavo_4_sensor_card_swiping_17", "Leju_Kuavo_4_sensor_card_swiping_18", "Leju_Kuavo_4_sensor_card_swiping_19", "Leju_Kuavo_4_sensor_card_swiping_2", "Leju_Kuavo_4_sensor_card_swiping_3", + "Leju_Kuavo_4_sensor_card_swiping_4", "Leju_Kuavo_4_sensor_card_swiping_5", "Leju_Kuavo_4_sensor_card_swiping_6", "Leju_Kuavo_4_sensor_card_swiping_7", @@ -720,12 +743,17 @@ "Unitree_G1edu-u3_pick_up_the_toy_ai", "Unitree_G1edu-u3_place_apple_c", "Unitree_G1edu-u3_place_bottle_c", + "Unitree_G1edu-u3_place_bread", + "Unitree_G1edu-u3_place_bread_1", + "Unitree_G1edu-u3_place_grape_error", "Unitree_G1edu-u3_place_metal_bowl_ae", "Unitree_G1edu-u3_place_metal_bowl_af", "Unitree_G1edu-u3_place_plastic_bowl_ag", "Unitree_G1edu-u3_place_plastic_bowl_ah", + "Unitree_G1edu-u3_place_towel", "Unitree_G1edu-u3_plate_storage_doll", "Unitree_G1edu-u3_plate_storage_rabbit_doll", + "Unitree_G1edu-u3_pour_drink", "Unitree_G1edu-u3_pullBowl_storage_bread_a", "Unitree_G1edu-u3_pullBowl_storage_bread_b", "Unitree_G1edu-u3_pullBowl_storage_bread_unordered_C", @@ -742,5 +770,5 @@ "Unitree_G1edu-u3_stack_bowls", "Unitree_G1edu-u3_tray_storage_lemon_a" ], - "count": 741 + "count": 769 } \ No newline at end of file diff --git a/info/download_stats.json b/info/download_stats.json index 78c631866643b691cbf4bdfe8d509e18e46ff028..662f77b3a7232e1d9f831c53206a6582b9524618 100644 --- a/info/download_stats.json +++ b/info/download_stats.json @@ -1,3008 +1,3092 @@ { - "last_updated": "2026-07-15T16:00:08.603324", + "last_updated": "2026-07-17T11:25:12.380738", "huggingface": { "org_name": "RoboCOIN", - "total_downloads": 2559055, + "total_downloads": 2918267, "total_likes": 0, - "dataset_count": 750, + "dataset_count": 771, "datasets": { - "AgiBot-g1_picks_up_parts_b": { - "downloads": 28979, + "Cobot_Magic_make_hamburger": { + "downloads": 34936, "likes": 0 }, - "Cobot_Magic_make_hamburger": { - "downloads": 28976, + "AgiBot-g1_picks_up_parts_b": { + "downloads": 31763, "likes": 0 }, "AgiBot-g1_storage_item_e": { - "downloads": 27768, + "downloads": 30229, "likes": 0 }, "AgiBot-g1_picks_up_battery_a": { - "downloads": 25400, + "downloads": 27397, "likes": 0 }, "AgiBot-g1_box_storage_cardboard_box_c": { - "downloads": 23163, + "downloads": 24951, "likes": 0 }, "AgiBot-g1_left_capture_part": { - "downloads": 20983, + "downloads": 22781, + "likes": 0 + }, + "RMC-AIDA-L_desktop_organization": { + "downloads": 20913, "likes": 0 }, "AgiBot-g1_box_storage_cardboard_box_a": { - "downloads": 19066, + "downloads": 20555, "likes": 0 }, - "AgiBot-g1_storage_item_d": { - "downloads": 18811, + "Cobot_Magic_pull_zipper": { + "downloads": 20478, "likes": 0 }, - "RMC-AIDA-L_desktop_organization": { - "downloads": 17833, + "AgiBot-g1_storage_item_d": { + "downloads": 20367, "likes": 0 }, - "AgiBot-g1_pick_up_battery": { - "downloads": 17036, + "Cobot_Magic_pour_drink": { + "downloads": 19005, "likes": 0 }, - "Cobot_Magic_pull_zipper": { - "downloads": 16997, + "AgiBot-g1_pick_up_battery": { + "downloads": 18561, "likes": 0 }, "AgiBot-g1_picks_up_battery_b": { - "downloads": 16660, + "downloads": 17877, "likes": 0 }, - "Cobot_Magic_pour_drink": { - "downloads": 15839, + "AgiBot-g1_box_storage_part_a": { + "downloads": 16622, "likes": 0 }, - "AgiBot-g1_box_storage_part_a": { - "downloads": 15258, + "Cobot_Magic_desktop_organization": { + "downloads": 15951, "likes": 0 }, "RMC-AIDA-L_fold_shirt": { - "downloads": 14005, + "downloads": 15888, "likes": 0 }, - "Cobot_Magic_desktop_organization": { - "downloads": 13675, + "Tianqin_A2_box_storage_part": { + "downloads": 15232, "likes": 0 }, "Agilex_Cobot_Magic_heat_burger": { - "downloads": 13582, + "downloads": 15047, "likes": 0 }, "Agilex_Cobot_Magic_fold_clothes": { - "downloads": 13542, + "downloads": 14653, "likes": 0 }, - "Tianqin_A2_box_storage_part": { - "downloads": 13491, + "Agilex_Cobot_Magic_place_towel_flat": { + "downloads": 14559, "likes": 0 }, - "Agilex_Cobot_Magic_place_towel_flat": { - "downloads": 12825, + "Galbot_g1_steamer_storage_baozi_d": { + "downloads": 14264, + "likes": 0 + }, + "RMC-AIDA-L_pull_open_bag": { + "downloads": 13996, + "likes": 0 + }, + "Cobot_Magic_clean_blackboard": { + "downloads": 13753, "likes": 0 }, "AgiBot-g1_box_storage_cardboard_box_b": { - "downloads": 12596, + "downloads": 13589, "likes": 0 }, - "Galbot_g1_steamer_storage_baozi_d": { - "downloads": 12322, + "Agilex_Cobot_Magic_stack_baskets": { + "downloads": 13439, + "likes": 0 + }, + "Cobot_Magic_twist_bottle_cap": { + "downloads": 13302, "likes": 0 }, "AgiBot-g1_picks_up_cardboard_box": { - "downloads": 12273, + "downloads": 13248, "likes": 0 }, - "Cobot_Magic_clean_blackboard": { - "downloads": 11810, + "Agilex_Cobot_Magic_pour_tea": { + "downloads": 13155, "likes": 0 }, - "RMC-AIDA-L_pull_open_bag": { - "downloads": 11658, + "Galbot_g1_fold_clothe_e": { + "downloads": 13106, "likes": 0 }, - "Cobot_Magic_twist_bottle_cap": { - "downloads": 11626, + "Galbot_g1_steamer_storage_baozi_h": { + "downloads": 13005, "likes": 0 }, - "leju_robot_moving_parts_r": { - "downloads": 11471, + "Cobot_Magic_food_packaging": { + "downloads": 12814, "likes": 0 }, "Cobot_Magic_pot_storage_steamer": { - "downloads": 11449, + "downloads": 12558, "likes": 0 }, - "leju_robot_part_placement": { - "downloads": 11356, + "leju_robot_moving_parts_r": { + "downloads": 12358, "likes": 0 }, - "Galbot_g1_fold_clothe_e": { - "downloads": 11352, + "leju_robot_part_placement": { + "downloads": 12116, "likes": 0 }, - "Agilex_Cobot_Magic_pour_tea": { - "downloads": 11221, + "Agilex_Cobot_Magic_basket_storage_peach": { + "downloads": 11999, "likes": 0 }, - "Galbot_g1_steamer_storage_baozi_h": { - "downloads": 11191, + "leju_robot_moving_parts_q": { + "downloads": 11818, "likes": 0 }, - "Agilex_Cobot_Magic_stack_baskets": { - "downloads": 11130, + "Agilex_Cobot_Magic_storage_towel": { + "downloads": 11570, "likes": 0 }, - "Cobot_Magic_food_packaging": { - "downloads": 11070, + "Cobot_Magic_pour_water_a": { + "downloads": 11549, "likes": 0 }, - "leju_robot_moving_parts_q": { - "downloads": 10821, + "Agilex_Cobot_Magic_move_object": { + "downloads": 11499, "likes": 0 }, "Cobot_Magic_steamer_storage_dumpling": { - "downloads": 10460, - "likes": 0 - }, - "leju_robot_moving_parts_n": { - "downloads": 10443, + "downloads": 11456, "likes": 0 }, - "leju_robot_moving_parts_c": { - "downloads": 10153, + "AIRBOT_MMK2_place_the_paper_drawer": { + "downloads": 11367, "likes": 0 }, - "Cobot_Magic_the_box_stores_table_tennis_balls": { - "downloads": 9898, + "leju_robot_moving_parts_n": { + "downloads": 11152, "likes": 0 }, "Cobot_Magic_take_the_shoes_off_the_shelf": { - "downloads": 9777, + "downloads": 11020, "likes": 0 }, - "Cobot_Magic_pour_water_a": { - "downloads": 9766, + "leju_robot_moving_parts_c": { + "downloads": 11009, "likes": 0 }, - "Agilex_Cobot_Magic_make_sandwiche": { - "downloads": 9759, + "RMC-AIDA-L_glasses_storage": { + "downloads": 10899, "likes": 0 }, - "Agilex_Cobot_Magic_basket_storage_peach": { - "downloads": 9678, + "Cobot_Magic_the_box_stores_table_tennis_balls": { + "downloads": 10719, "likes": 0 }, - "leju_robot_moving_parts_b": { - "downloads": 9503, + "Agilex_Cobot_Magic_make_sandwiche": { + "downloads": 10639, "likes": 0 }, "Cobot_Magic_take_out_the_bread": { - "downloads": 9459, + "downloads": 10600, "likes": 0 }, - "AIRBOT_MMK2_place_the_paper_drawer": { - "downloads": 9413, + "leju_robot_moving_parts_b": { + "downloads": 10266, "likes": 0 }, "leju_robot_moving_parts_m": { - "downloads": 9362, + "downloads": 10258, "likes": 0 }, - "leju_robot_moving_parts_f": { - "downloads": 9327, - "likes": 0 - }, - "leju_robot_moving_parts_s": { - "downloads": 9314, + "RMC-AIDA-L_fold_shorts": { + "downloads": 10215, "likes": 0 }, - "Agilex_Cobot_Magic_storage_towel": { - "downloads": 9191, + "leju_robot_moving_parts_f": { + "downloads": 10077, "likes": 0 }, - "Agilex_Cobot_Magic_move_object": { - "downloads": 9051, + "leju_robot_moving_parts_s": { + "downloads": 10028, "likes": 0 }, - "RMC-AIDA-L_glasses_storage": { - "downloads": 9045, + "Galbot_g1_fold_clothe_c": { + "downloads": 9689, "likes": 0 }, "leju_robot_moving_parts_t": { - "downloads": 8913, + "downloads": 9616, "likes": 0 }, - "RMC-AIDA-L_fold_shorts": { - "downloads": 8903, + "Cobot_Magic_turn_on_the_desk_lamp": { + "downloads": 9615, "likes": 0 }, "Cobot_Magic_classification_of_tableware": { - "downloads": 8836, + "downloads": 9593, "likes": 0 }, - "Galbot_g1_fold_clothe_c": { - "downloads": 8509, + "Agilex_Cobot_Magic_basket_storage_egg_yolk_pastry": { + "downloads": 9558, "likes": 0 }, - "Cobot_Magic_turn_on_the_desk_lamp": { - "downloads": 8496, + "Agilex_Cobot_Magic_pour_rice": { + "downloads": 9491, "likes": 0 }, "Cobot_Magic_the_plate_holds_the_fruit": { - "downloads": 8384, - "likes": 0 - }, - "Cobot_Magic_the_plate_holds_the_vegetables": { - "downloads": 8384, + "downloads": 9442, "likes": 0 }, "Cobot_Magic_prepare_breakfast": { - "downloads": 8313, + "downloads": 9415, "likes": 0 }, - "Agilex_Cobot_Magic_basket_storage_egg_yolk_pastry": { - "downloads": 8215, + "Cobot_Magic_the_plate_holds_the_vegetables": { + "downloads": 9370, "likes": 0 }, - "leju_robot_box_storage_parcel": { - "downloads": 8135, + "Agilex_Cobot_Magic_basket_storage_orange": { + "downloads": 9329, "likes": 0 }, "Cobot_Magic_plate_storaje_baozi": { - "downloads": 8112, + "downloads": 9152, "likes": 0 }, - "Agilex_Cobot_Magic_pour_rice": { - "downloads": 7992, + "Cobot_Magic_make_fruit_salad": { + "downloads": 9112, "likes": 0 }, - "Agilex_Cobot_Magic_basket_storage_orange": { - "downloads": 7944, + "leju_robot_box_storage_parcel": { + "downloads": 8994, "likes": 0 }, "Agilex_Cobot_Magic_fold_towel_brown": { - "downloads": 7931, + "downloads": 8753, "likes": 0 }, - "AgiBot-g1_battery_storage_b": { - "downloads": 7897, + "Cobot_Magic_take_out_a_pen_from_the_pen_holder": { + "downloads": 8610, "likes": 0 }, - "Cobot_Magic_make_fruit_salad": { - "downloads": 7774, + "Cobot_Magic_vase_storage_flower": { + "downloads": 8436, "likes": 0 }, - "Cobot_Magic_take_out_a_pen_from_the_pen_holder": { - "downloads": 7718, + "AgiBot-g1_battery_storage_b": { + "downloads": 8421, "likes": 0 }, "leju_robot_moving_parts_o": { - "downloads": 7644, + "downloads": 8381, "likes": 0 }, - "AgiBot-g1_storage_item_b": { - "downloads": 7611, + "Galbot_g1_steamer_storage_baozi_e": { + "downloads": 8292, "likes": 0 }, - "Cobot_Magic_vase_storage_flower": { - "downloads": 7540, + "RMC-AIDA-L_stir_coffee": { + "downloads": 8256, + "likes": 0 + }, + "RMC-AIDA-L_pour_tea": { + "downloads": 8244, "likes": 0 }, "leju_robot_box_storage_parcel_c": { - "downloads": 7345, + "downloads": 8169, "likes": 0 }, - "Agilex_Cobot_Magic_stack_block": { - "downloads": 7262, + "Agilex_Cobot_Magic_basket_storage_bread": { + "downloads": 8138, + "likes": 0 + }, + "Airbot_MMK2_organize_plate": { + "downloads": 8066, "likes": 0 }, "leju_robot_moving_parts_a": { - "downloads": 7240, + "downloads": 8059, "likes": 0 }, - "Galbot_g1_steamer_storage_baozi_e": { - "downloads": 7232, + "AgiBot-g1_storage_item_b": { + "downloads": 8009, "likes": 0 }, - "Agilex_Cobot_Magic_heat_sandwich": { - "downloads": 7188, + "Cobot_Magic_box_storage_chopsticks": { + "downloads": 7947, "likes": 0 }, - "R1_Lite_fold_clothes": { - "downloads": 7069, + "leju_robot_box_storage_parcel_b": { + "downloads": 7857, "likes": 0 }, "leju_robot_box_storage_parcel_a": { - "downloads": 7041, + "downloads": 7841, "likes": 0 }, - "leju_robot_box_storage_parcel_b": { - "downloads": 7018, + "Agilex_Cobot_Magic_heat_sandwich": { + "downloads": 7775, "likes": 0 }, "Cobot_Magic_place_the_test_tube": { - "downloads": 6985, + "downloads": 7755, "likes": 0 }, "leju_robot_box_storage_parcel_g": { - "downloads": 6972, + "downloads": 7693, "likes": 0 }, - "Agilex_Cobot_Magic_basket_storage_bread": { - "downloads": 6955, + "Cobot_Magic_cut_banana": { + "downloads": 7598, "likes": 0 }, - "RMC-AIDA-L_pour_tea": { - "downloads": 6849, + "RMC-AIDA-L_clean_table": { + "downloads": 7565, "likes": 0 }, - "RMC-AIDA-L_stir_coffee": { - "downloads": 6809, + "RMC-AIDA-L_basket_storage_banana": { + "downloads": 7378, "likes": 0 }, - "Cobot_Magic_box_storage_chopsticks": { - "downloads": 6799, + "RMC-AIDA-L_food_packaging": { + "downloads": 7364, "likes": 0 }, - "Airbot_MMK2_organize_plate": { - "downloads": 6719, + "RMC-AIDA-L_basket_storage_peach": { + "downloads": 7355, "likes": 0 }, - "RMC-AIDA-L_food_packaging": { - "downloads": 6586, + "RMC-AIDA-L_basket_storage_long_bread": { + "downloads": 7343, "likes": 0 }, - "AgiBot-g1_picks_up_parts_a": { - "downloads": 6576, + "Agilex_Cobot_Magic_zip_up_the_document_bag": { + "downloads": 7324, "likes": 0 }, "Agilex_Cobot_Magic_scoop_coffee_beans": { - "downloads": 6505, + "downloads": 7314, "likes": 0 }, - "Cobot_Magic_cut_banana": { - "downloads": 6499, + "R1_Lite_fold_clothes": { + "downloads": 7295, + "likes": 0 + }, + "Agilex_Cobot_Magic_stack_block": { + "downloads": 7272, "likes": 0 }, "leju_robot_pass_the_cleaner_e": { - "downloads": 6452, + "downloads": 7198, + "likes": 0 + }, + "Agilex_Cobot_Magic_plate_storage": { + "downloads": 7172, "likes": 0 }, "Galbot_g1_steamer_storage_baozi_b": { - "downloads": 6390, + "downloads": 7164, "likes": 0 }, "RMC-AIDA-L_food_storage": { - "downloads": 6353, + "downloads": 7146, "likes": 0 }, - "leju_robot_hotel_services_a": { - "downloads": 6307, + "AgiBot-g1_picks_up_parts_a": { + "downloads": 7103, "likes": 0 }, - "leju_robot_hotel_services_e": { - "downloads": 6260, + "RMC-AIDA-L_pour_rice": { + "downloads": 6939, "likes": 0 }, - "R1_Lite_hang_clothes": { - "downloads": 6224, + "Cobot_Magic_turn_off_the_desk_lamp": { + "downloads": 6884, "likes": 0 }, - "leju_robot_moving_parts_k": { - "downloads": 6141, + "leju_robot_pass_the_cleaner_d": { + "downloads": 6883, "likes": 0 }, - "AgiBot-g1_box_storage_b": { - "downloads": 6129, + "leju_robot_hotel_services_a": { + "downloads": 6857, "likes": 0 }, - "Agilex_Cobot_Magic_zip_up_the_document_bag": { - "downloads": 6122, + "RMC-AIDA-L_basket_storage_egg_yolk_pastry": { + "downloads": 6829, "likes": 0 }, - "Agilex_Cobot_Magic_plate_storage": { - "downloads": 6101, + "leju_robot_pass_the_cleaner_c": { + "downloads": 6797, "likes": 0 }, - "R1_Lite_put_on_a_garbage_bag": { - "downloads": 6094, + "leju_robot_hotel_services_e": { + "downloads": 6765, "likes": 0 }, - "RMC-AIDA-L_clean_table": { - "downloads": 6091, + "Agilex_Cobot_Magic_basket_storage_banana": { + "downloads": 6729, "likes": 0 }, - "leju_robot_pass_the_cleaner_d": { - "downloads": 6057, + "RMC-AIDA-L_place_the_fruits_repeatedly": { + "downloads": 6716, "likes": 0 }, - "leju_robot_pass_the_cleaner_c": { - "downloads": 6017, + "leju_robot_moving_parts_k": { + "downloads": 6714, "likes": 0 }, - "Agilex_Cobot_Magic_basket_storage_banana": { - "downloads": 6008, + "leju_robot_pass_the_cleaner_a": { + "downloads": 6678, "likes": 0 }, - "RMC-AIDA-L_basket_storage_banana": { - "downloads": 6001, + "Cobot_Magic_classification_of_fruits_and_vegetables_a": { + "downloads": 6608, "likes": 0 }, - "Cobot_Magic_classification_of_fruits_and_vegetables_a": { - "downloads": 5998, + "Cobot_Magic_classification_of_fruits_and_vegetables": { + "downloads": 6607, "likes": 0 }, - "R1_Lite_tableware_cleaning": { - "downloads": 5995, + "Agilex_Cobot_Magic_fold_the_pants": { + "downloads": 6606, + "likes": 0 + }, + "AgiBot-g1_box_storage_b": { + "downloads": 6595, + "likes": 0 + }, + "Agilex_Cobot_Magic_stir_coffee": { + "downloads": 6566, "likes": 0 }, "leju_robot_hotel_services_d": { - "downloads": 5993, + "downloads": 6536, "likes": 0 }, - "Cobot_Magic_turn_off_the_desk_lamp": { - "downloads": 5972, + "RMC-AIDA-L_fruit_storage": { + "downloads": 6475, "likes": 0 }, - "leju_robot_pass_the_cleaner_a": { - "downloads": 5937, + "leju_robot_box_storage_parcel_h": { + "downloads": 6462, "likes": 0 }, - "RMC-AIDA-L_place_the_fruits_repeatedly": { - "downloads": 5913, + "R1_Lite_hang_clothes": { + "downloads": 6415, "likes": 0 }, - "Cobot_Magic_classification_of_fruits_and_vegetables": { - "downloads": 5876, + "leju_robot_pass_the_cleaner_b": { + "downloads": 6394, "likes": 0 }, - "RMC-AIDA-L_basket_storage_long_bread": { - "downloads": 5865, + "leju_robot_box_storage_parcel_f": { + "downloads": 6394, "likes": 0 }, - "leju_robot_hotel_services_c": { - "downloads": 5814, + "RMC-AIDA-L_place_test_tube": { + "downloads": 6393, "likes": 0 }, - "leju_robot_box_storage_parcel_h": { - "downloads": 5814, + "AIRBOT_MMK2_food_storage": { + "downloads": 6376, "likes": 0 }, - "R1_Lite_take_and_put_away_garden_stuff_a": { - "downloads": 5726, + "leju_robot_hotel_services_c": { + "downloads": 6359, "likes": 0 }, - "RMC-AIDA-L_basket_storage_peach": { - "downloads": 5715, + "RMC-AIDA-L_stack_baskets": { + "downloads": 6337, "likes": 0 }, - "R1_Lite_take_and_place_the_portable_power_bank": { - "downloads": 5704, + "R1_Lite_put_on_a_garbage_bag": { + "downloads": 6333, "likes": 0 }, - "leju_robot_pass_the_cleaner_b": { - "downloads": 5672, + "Agilex_Cobot_Magic_basket_storage_long_bread": { + "downloads": 6203, "likes": 0 }, - "Agilex_Cobot_Magic_fold_the_pants": { - "downloads": 5617, + "R1_Lite_tableware_cleaning": { + "downloads": 6143, "likes": 0 }, - "Agilex_Cobot_Magic_stir_coffee": { - "downloads": 5616, + "R1_Lite_take_and_put_away_garden_stuff_a": { + "downloads": 6026, "likes": 0 }, - "RMC-AIDA-L_fruit_storage": { - "downloads": 5607, + "RMC-AIDA-L_pour_coffee_beans": { + "downloads": 6011, "likes": 0 }, - "leju_robot_box_storage_parcel_f": { - "downloads": 5562, + "AI2_Alphabot_2_organize_cosmetics_1": { + "downloads": 5964, "likes": 0 }, - "RMC-AIDA-L_stack_baskets": { - "downloads": 5535, + "R1_Lite_take_and_place_the_portable_power_bank": { + "downloads": 5909, "likes": 0 }, - "RMC-AIDA-L_pour_rice": { - "downloads": 5506, + "Cobot_Magic_clear_the_desktop": { + "downloads": 5771, "likes": 0 }, "R1_Lite_drawer_storage_hair_dryer": { - "downloads": 5424, + "downloads": 5707, "likes": 0 }, - "AIRBOT_MMK2_food_storage": { - "downloads": 5422, + "leju_robot_hotel_services_af": { + "downloads": 5702, "likes": 0 }, - "Agilex_Cobot_Magic_basket_storage_long_bread": { - "downloads": 5345, + "pageAssets": { + "downloads": 5685, "likes": 0 }, "Cobot_Magic_fold_the_towel": { - "downloads": 5311, + "downloads": 5634, "likes": 0 }, - "RMC-AIDA-L_basket_storage_egg_yolk_pastry": { - "downloads": 5170, + "AIRBOT_MMK2_place_the_cake": { + "downloads": 5628, "likes": 0 }, - "AgiBot-g1_tool_storage": { - "downloads": 5139, + "Tianqin_A2_container_storage_graphics_card": { + "downloads": 5625, "likes": 0 }, "Galaxea_R1_Lite_classify_object_green_tablecloth": { - "downloads": 5128, + "downloads": 5621, "likes": 0 }, - "RMC-AIDA-L_pour_coffee_beans": { - "downloads": 5115, + "leju_robot_hotel_services_ae": { + "downloads": 5613, "likes": 0 }, - "Cobot_Magic_clear_the_desktop": { - "downloads": 5115, + "leju_robot_hotel_services_b": { + "downloads": 5597, "likes": 0 }, - "RMC-AIDA-L_place_test_tube": { - "downloads": 5090, + "leju_robot_hotel_services_ac": { + "downloads": 5528, "likes": 0 }, - "leju_robot_hotel_services_b": { - "downloads": 5058, + "G1edu-u3_stack_bowls": { + "downloads": 5503, "likes": 0 }, - "Tianqin_A2_container_storage_graphics_card": { - "downloads": 5054, + "leju_robot_hotel_services_ad": { + "downloads": 5455, "likes": 0 }, - "AgiBot-g1_robotic_arm_picks_up_battery": { - "downloads": 5001, + "AgiBot-g1_tool_storage": { + "downloads": 5431, "likes": 0 }, - "R1_Lite_open_and_close_microwave_oven": { - "downloads": 4989, + "leju_robot_hotel_services_ab": { + "downloads": 5430, "likes": 0 }, - "leju_robot_hotel_services_af": { - "downloads": 4964, + "Cobot_Magic_close_book": { + "downloads": 5425, "likes": 0 }, - "AIRBOT_MMK2_place_the_cake": { - "downloads": 4940, + "RMC-AIDA-L_organise_the_document_bag": { + "downloads": 5393, "likes": 0 }, - "pageAssets": { - "downloads": 4936, + "leju_robot_hotel_services_aa": { + "downloads": 5384, "likes": 0 }, - "AgiBot-g1_right_capture_part": { - "downloads": 4933, + "RMC-AIDA-L_storage_bin_storage": { + "downloads": 5330, "likes": 0 }, - "AgiBot-g1_remove_the_accessory": { - "downloads": 4902, + "G1edu-u3_plate_storage_doll": { + "downloads": 5262, "likes": 0 }, - "R1_Lite_open_and_close_nightstand_door": { - "downloads": 4890, + "AgiBot-g1_robotic_arm_picks_up_battery": { + "downloads": 5255, "likes": 0 }, - "R1_Lite_connect_the_router_cable": { - "downloads": 4869, + "Cobot_Magic_close_button": { + "downloads": 5239, "likes": 0 }, - "AgiBot-g1_battery_storage_c": { - "downloads": 4859, + "R1_Lite_open_and_close_microwave_oven": { + "downloads": 5229, "likes": 0 }, - "leju_robot_hotel_services_ae": { - "downloads": 4845, + "AgiBot-g1_remove_the_accessory": { + "downloads": 5212, "likes": 0 }, - "Cobot_Magic_close_book": { - "downloads": 4834, + "AgiBot-g1_right_capture_part": { + "downloads": 5181, "likes": 0 }, - "leju_robot_hotel_services_ac": { - "downloads": 4815, + "Agilex_Cobot_Magic_fold_towel_blue": { + "downloads": 5167, "likes": 0 }, - "R1_Lite_take_clothes_out_of_the_washing_machine": { - "downloads": 4793, + "Agilex_Cobot_Magic_sweep_coffee_beans": { + "downloads": 5166, "likes": 0 }, - "leju_robot_hotel_services_ad": { - "downloads": 4776, + "leju_robot_hotel_services_ag": { + "downloads": 5106, "likes": 0 }, - "Cobot_Magic_close_button": { - "downloads": 4767, + "AgiBot-g1_battery_storage_c": { + "downloads": 5056, "likes": 0 }, - "RMC-AIDA-L_storage_bin_storage": { - "downloads": 4725, + "R1_Lite_connect_the_router_cable": { + "downloads": 5052, "likes": 0 }, - "Agilex_Cobot_Magic_fold_towel_blue": { - "downloads": 4720, + "AgiBot-g1_mobile_accessory_storage_box_a": { + "downloads": 5036, "likes": 0 }, - "AgiBot-g1_mobile_accessory_storage_box_a": { - "downloads": 4710, + "R1_Lite_open_and_close_nightstand_door": { + "downloads": 5035, "likes": 0 }, - "leju_robot_hotel_services_aa": { - "downloads": 4697, + "R1_Lite_take_clothes_out_of_the_washing_machine": { + "downloads": 5025, "likes": 0 }, - "leju_robot_hotel_services_ab": { - "downloads": 4683, + "Agilex_Cobot_Magic_wipe_the_table": { + "downloads": 5023, "likes": 0 }, - "G1edu-u3_stack_bowls": { - "downloads": 4679, + "AI2_Alphabot_2_insert_water_pipe": { + "downloads": 4952, "likes": 0 }, - "R1_Lite_clean_toilet": { - "downloads": 4637, + "R1_Lite_put_the_tableware_into_the_cupboard": { + "downloads": 4945, + "likes": 0 + }, + "AI2_Alphabot_2_pick_stirring_rod": { + "downloads": 4941, "likes": 0 }, "R1_Lite_clean_the_sink": { - "downloads": 4634, + "downloads": 4905, "likes": 0 }, "R1_Lite_dispose_of_leftover_food": { - "downloads": 4603, + "downloads": 4876, "likes": 0 }, - "R1_Lite_make_tea": { - "downloads": 4548, + "R1_Lite_clean_toilet": { + "downloads": 4832, + "likes": 0 + }, + "AIRBOT_MMK2_building_block_storage": { + "downloads": 4823, "likes": 0 }, "R1_Lite_catch_the_water": { - "downloads": 4538, + "downloads": 4805, "likes": 0 }, - "R1_Lite_put_the_tableware_into_the_cupboard": { - "downloads": 4536, + "RMC-AIDA-L_plate_storage": { + "downloads": 4762, "likes": 0 }, - "R1_Lite_opening_and_closing_aalcony_sliding_doors": { - "downloads": 4518, + "R1_Lite_make_tea": { + "downloads": 4739, "likes": 0 }, "AgiBot-g1_robotic_arm_picks_up_parts": { - "downloads": 4498, + "downloads": 4736, "likes": 0 }, - "R1_Lite_put_slippers_into_floor_standing_shoe_cabinet": { - "downloads": 4479, + "AI2_Alphabot_2_test_data_cable": { + "downloads": 4734, + "likes": 0 + }, + "R1_Lite_opening_and_closing_aalcony_sliding_doors": { + "downloads": 4715, + "likes": 0 + }, + "Galbot_g1_steamer_storage_baozi_a": { + "downloads": 4715, "likes": 0 }, "R1_Lite_tidy_up_toiletries": { - "downloads": 4471, + "downloads": 4673, "likes": 0 }, - "Agilex_Cobot_Magic_sweep_coffee_beans": { - "downloads": 4441, + "R1_Lite_put_slippers_into_floor_standing_shoe_cabinet": { + "downloads": 4661, + "likes": 0 + }, + "R1_Lite_wash_the_tableware": { + "downloads": 4659, "likes": 0 }, "R1_Lite_make_a_landline_call": { - "downloads": 4436, + "downloads": 4652, "likes": 0 }, - "RMC-AIDA-L_organise_the_document_bag": { - "downloads": 4435, + "Agilex_Cobot_Magic_wipe_table": { + "downloads": 4635, "likes": 0 }, - "G1edu-u3_plate_storage_doll": { - "downloads": 4423, + "G1edu-u3_food_storage": { + "downloads": 4603, "likes": 0 }, - "Agilex_Cobot_Magic_wipe_the_table": { - "downloads": 4410, + "Cobot_Magic_open_the_shoebox": { + "downloads": 4580, "likes": 0 }, - "R1_Lite_wash_the_tableware": { - "downloads": 4389, + "AgiBot-g1_box_storage_e": { + "downloads": 4580, "likes": 0 }, - "leju_robot_hotel_services_ag": { - "downloads": 4355, + "AgiBot-g1_mobile_accessory_storage_box_e": { + "downloads": 4554, "likes": 0 }, - "R1_Lite_open_and_close_curtains": { - "downloads": 4319, + "AIRBOT_MMK2_bowl_storage_pepper": { + "downloads": 4511, "likes": 0 }, - "R1_Lite_switch_labels": { - "downloads": 4306, + "RMC-AIDA-L_place_towel": { + "downloads": 4492, "likes": 0 }, - "AgiBot-g1_box_storage_e": { - "downloads": 4298, + "AIRBOT_MMK2_boxs_storage": { + "downloads": 4489, "likes": 0 }, - "G1edu-u3_food_storage": { - "downloads": 4296, + "RMC-AIDA-L_basket_storage_orange": { + "downloads": 4480, "likes": 0 }, - "AI2_Alphabot_2_organize_cosmetics_1": { - "downloads": 4282, + "R1_Lite_switch_labels": { + "downloads": 4469, "likes": 0 }, - "AgiBot-g1_mobile_accessory_storage_box_e": { - "downloads": 4273, + "Agilex_Cobot_Magic_storage_fruit_basket": { + "downloads": 4461, "likes": 0 }, "R1_Lite_clean_the_floor": { - "downloads": 4252, + "downloads": 4442, "likes": 0 }, - "Agilex_Cobot_Magic_wipe_table": { - "downloads": 4244, + "AI2_Alphabot_2_sort_warehouse": { + "downloads": 4436, + "likes": 0 + }, + "RMC-AIDA-L_get_water": { + "downloads": 4430, + "likes": 0 + }, + "Agilex_Cobot_Magic_seal_bag": { + "downloads": 4422, + "likes": 0 + }, + "AI2_Alphabot_2_place_pen": { + "downloads": 4410, "likes": 0 }, "Cobot_Magic_mobile_cube_blackboard": { - "downloads": 4219, + "downloads": 4398, "likes": 0 }, - "Galbot_g1_steamer_storage_baozi_a": { - "downloads": 4217, + "R1_Lite_open_and_close_curtains": { + "downloads": 4386, "likes": 0 }, "R1_Lite_take_and_put_the_bowl": { - "downloads": 4201, + "downloads": 4367, "likes": 0 }, - "Agilex_Cobot_Magic_storage_fruit_basket": { - "downloads": 4150, + "AI2_Alphabot_2_stamp_document": { + "downloads": 4330, "likes": 0 }, - "AIRBOT_MMK2_building_block_storage": { - "downloads": 4124, + "Cobot_Magic_movethe_position_of_the_bluetooth": { + "downloads": 4322, "likes": 0 }, - "R1_Lite_make_the_bed": { - "downloads": 4107, + "Galbot_g1_steamer_storage_baozi_c": { + "downloads": 4322, "likes": 0 }, - "R1_Lite_washing_board": { - "downloads": 4084, + "leju_robot_box_storage_parcel_i": { + "downloads": 4306, "likes": 0 }, - "R1_Lite_storage_of_toiletries": { - "downloads": 4078, + "AIRBOT_MMK2_stacking_blocks": { + "downloads": 4298, "likes": 0 }, - "R1_Lite_tea_service_table_setting": { - "downloads": 4069, + "Agilex_Cobot_Magic_connect_block": { + "downloads": 4294, "likes": 0 }, - "R1_Lite_put_the_shoes_into_the_shoe_box": { - "downloads": 4030, + "R1_Lite_tea_service_table_setting": { + "downloads": 4280, "likes": 0 }, - "R1_Lite_open_and_close_nightstand_drawer": { - "downloads": 4020, + "R1_Lite_make_the_bed": { + "downloads": 4277, "likes": 0 }, - "AIRBOT_MMK2_boxs_storage": { - "downloads": 4018, + "Galaxea_R1_Lite_classify_object_four": { + "downloads": 4266, "likes": 0 }, - "R1_Lite_take_or_store_plates": { - "downloads": 4016, + "R1_Lite_storage_of_toiletries": { + "downloads": 4265, "likes": 0 }, - "R1_Lite_open_the_food_pan": { - "downloads": 3999, + "Galbot_g1_fold_clothe_b": { + "downloads": 4263, "likes": 0 }, - "Galbot_g1_steamer_storage_baozi_c": { - "downloads": 3998, + "R1_Lite_washing_board": { + "downloads": 4251, "likes": 0 }, "R1_Lite_stack_baskets": { - "downloads": 3985, + "downloads": 4223, "likes": 0 }, - "Cobot_Magic_open_the_shoebox": { - "downloads": 3984, + "R1_Lite_put_the_shoes_into_the_shoe_box": { + "downloads": 4215, + "likes": 0 + }, + "AI2_Alphabot_2_arrange_teaset": { + "downloads": 4213, + "likes": 0 + }, + "R1_Lite_take_or_store_plates": { + "downloads": 4208, "likes": 0 }, "R1_Lite_place_the_dress_shirt_on_the_hanger": { - "downloads": 3979, + "downloads": 4199, "likes": 0 }, - "Cobot_Magic_movethe_position_of_the_bluetooth": { - "downloads": 3940, + "AI2_Alphabot_2_stir_water": { + "downloads": 4197, "likes": 0 }, - "Galaxea_R1_Lite_classify_object_four": { - "downloads": 3926, + "Tianqin_A2_place_the_paper_box": { + "downloads": 4176, "likes": 0 }, - "R1_Lite_take_and_put_away_items": { - "downloads": 3921, + "AIRBOT_MMK2_push_building_blocks": { + "downloads": 4175, "likes": 0 }, - "AIRBOT_MMK2_bowl_storage_pepper": { - "downloads": 3915, + "Agilex_Cobot_Magic_fold_towel_purple": { + "downloads": 4152, "likes": 0 }, - "R1_Lite_plug_the_socket": { - "downloads": 3911, + "R1_Lite_open_and_close_nightstand_drawer": { + "downloads": 4151, "likes": 0 }, - "Agilex_Cobot_Magic_storage_object_closest_cube": { - "downloads": 3868, + "R1_Lite_open_the_food_pan": { + "downloads": 4146, "likes": 0 }, - "Cobot_Magic_fold_towel_a": { - "downloads": 3864, + "Agilex_Cobot_Magic_move_object_black_tablecloth": { + "downloads": 4128, "likes": 0 }, - "RMC-AIDA-L_get_water": { - "downloads": 3861, + "R1_Lite_plug_the_socket": { + "downloads": 4123, "likes": 0 }, - "Galbot_g1_fold_clothe_b": { - "downloads": 3860, + "R1_Lite_take_and_put_away_items": { + "downloads": 4114, "likes": 0 }, - "Cobot_Magic_catch_the_ball": { - "downloads": 3858, + "Cobot_Magic_fold_towel_a": { + "downloads": 4074, "likes": 0 }, - "R1_Lite_open_and_close_the_freezer_door": { - "downloads": 3828, + "AI2_Alphabot_2_sort_garbage_bag_and_box": { + "downloads": 4053, "likes": 0 }, - "Agilex_Cobot_Magic_fold_towel_purple": { - "downloads": 3819, + "Cobot_Magic_catch_the_ball": { + "downloads": 4048, "likes": 0 }, "R1_Lite_wipe_the_table": { - "downloads": 3816, + "downloads": 4036, "likes": 0 }, - "Agilex_Cobot_Magic_seal_bag": { - "downloads": 3796, + "Agilex_Cobot_Magic_pour_drink_bottle_cup_cup": { + "downloads": 4030, "likes": 0 }, - "R1_Lite_throw_out_the_trash": { - "downloads": 3792, + "R1_Lite_open_and_close_the_freezer_door": { + "downloads": 4020, "likes": 0 }, - "R1_Lite_pick_up_and_store_items": { - "downloads": 3792, + "Agilex_Cobot_Magic_storage_object_closest_cube": { + "downloads": 3985, "likes": 0 }, - "AIRBOT_MMK2_push_building_blocks": { - "downloads": 3765, + "R1_Lite_throw_out_the_trash": { + "downloads": 3974, "likes": 0 }, - "RMC-AIDA-L_place_towel": { - "downloads": 3764, + "R1_Lite_pick_up_and_store_items": { + "downloads": 3969, "likes": 0 }, - "Tianqin_A2_place_the_paper_box": { - "downloads": 3764, + "Agilex_Cobot_Magic_fold_towel_tray_twice": { + "downloads": 3955, "likes": 0 }, - "RMC-AIDA-L_plate_storage": { - "downloads": 3755, + "AgiBot-g1_mobile_accessory_storage_box_f": { + "downloads": 3928, "likes": 0 }, "Cobot_Magic_move_the_bread": { - "downloads": 3707, + "downloads": 3925, "likes": 0 }, - "RMC-AIDA-L_basket_storage_orange": { - "downloads": 3705, + "leju_robot_box_storage_parcel_d": { + "downloads": 3881, "likes": 0 }, - "R1_Lite_sliding_chair": { - "downloads": 3704, + "leju_robot_moving_parts_h": { + "downloads": 3873, "likes": 0 }, - "Agilex_Cobot_Magic_connect_block": { - "downloads": 3661, + "R1_Lite_sliding_chair": { + "downloads": 3870, "likes": 0 }, - "AIRBOT_MMK2_stacking_blocks": { - "downloads": 3654, + "AIRBOT_MMK2_take_down_umbrella_and_mineral_water": { + "downloads": 3864, "likes": 0 }, - "Agilex_Cobot_Magic_fold_towel_tray_twice": { - "downloads": 3639, + "leju_robot_moving_parts_j": { + "downloads": 3853, "likes": 0 }, - "R1_Lite_cook_a_meal": { - "downloads": 3598, + "leju_robot_moving_parts_i": { + "downloads": 3845, "likes": 0 }, "leju_robot_hotel_services_f": { - "downloads": 3594, + "downloads": 3830, "likes": 0 }, - "R1_Lite_cover_the_pot_lid": { - "downloads": 3590, + "AI2_Alphabot_2_insert_hose_into_hole": { + "downloads": 3829, "likes": 0 }, - "leju_robot_moving_parts_i": { - "downloads": 3589, + "leju_robot_hotel_services_h": { + "downloads": 3820, "likes": 0 }, - "Agilex_Cobot_Magic_move_object_black_tablecloth": { - "downloads": 3569, + "AIRBOT_MMK2_toy_storage": { + "downloads": 3813, + "likes": 0 + }, + "leju_robot_moving_parts_g": { + "downloads": 3812, "likes": 0 }, "Cobot_Magic_water_bottle_storage": { - "downloads": 3552, + "downloads": 3790, "likes": 0 }, - "leju_robot_box_storage_parcel_i": { - "downloads": 3540, + "Agilex_Cobot_Magic_classify_objects_six": { + "downloads": 3785, "likes": 0 }, - "AgiBot-g1_mobile_accessory_storage_box_f": { - "downloads": 3527, + "Galaxea_R1_Lite_classify_object_three": { + "downloads": 3783, "likes": 0 }, - "R1_Lite_boil_water_in_a_kettle": { - "downloads": 3518, + "R1_Lite_cover_the_pot_lid": { + "downloads": 3769, "likes": 0 }, - "leju_robot_moving_parts_j": { - "downloads": 3515, + "leju_robot_box_storage_parcel_j": { + "downloads": 3759, "likes": 0 }, - "leju_robot_box_storage_parcel_d": { - "downloads": 3505, + "R1_Lite_cook_a_meal": { + "downloads": 3707, "likes": 0 }, - "AI2_Alphabot_2_store_toys_1": { - "downloads": 3499, + "leju_robot_hotel_services_i": { + "downloads": 3707, "likes": 0 }, - "leju_robot_moving_parts_h": { - "downloads": 3479, + "Cobot_Magic_move_the_cup": { + "downloads": 3685, + "likes": 0 + }, + "R1_Lite_boil_water_in_a_kettle": { + "downloads": 3678, "likes": 0 }, "AgiBot-g1_mobile_accessory_storage_box_c": { - "downloads": 3472, + "downloads": 3676, "likes": 0 }, - "Agilex_Cobot_Magic_pour_drink_bottle_cup_cup": { - "downloads": 3442, + "Agilex_Cobot_Magic_classify_objects_eight": { + "downloads": 3659, "likes": 0 }, - "leju_robot_hotel_services_h": { - "downloads": 3428, + "AI2_Alphabot_2_package_fruit": { + "downloads": 3659, "likes": 0 }, - "leju_robot_moving_parts_g": { - "downloads": 3426, + "Agilex_Cobot_Magic_move_object_beige_tablecloth": { + "downloads": 3647, "likes": 0 }, "Cobot_Magic_plate_storage_apple": { - "downloads": 3410, + "downloads": 3639, "likes": 0 }, - "Cobot_Magic_move_the_cup": { - "downloads": 3408, + "R1_Lite_peach_storage": { + "downloads": 3617, "likes": 0 }, - "R1_Lite_make_breakfast": { - "downloads": 3407, + "Cobot_Magic_move_the_ball_interference": { + "downloads": 3605, + "likes": 0 + }, + "Galaxea_R1_Lite_mix_color_small_test_tube": { + "downloads": 3571, "likes": 0 }, "AgiBot-g1_box_storage_c": { - "downloads": 3403, + "downloads": 3554, "likes": 0 }, - "leju_robot_hotel_services_i": { - "downloads": 3392, + "leju_robot_moving_parts_u": { + "downloads": 3545, "likes": 0 }, - "leju_robot_box_storage_parcel_j": { - "downloads": 3384, + "AI2_Alphabot_2_organize_pencil_holder": { + "downloads": 3544, "likes": 0 }, - "R1_Lite_peach_storage": { - "downloads": 3377, + "Cobot_Magic_move_the_plate": { + "downloads": 3524, "likes": 0 }, - "Cobot_Magic_move_the_ball_interference": { - "downloads": 3346, + "Agilex_Cobot_Magic_storage_object_basket": { + "downloads": 3514, "likes": 0 }, - "Galaxea_R1_Lite_classify_object_three": { - "downloads": 3329, + "AIRBOT_MMK2_storage_for_building_blocks_and_beauty_sponges": { + "downloads": 3506, + "likes": 0 + }, + "R1_Lite_make_breakfast": { + "downloads": 3505, "likes": 0 }, "Cobot_Magic_storage_plate": { - "downloads": 3309, + "downloads": 3504, "likes": 0 }, - "Agilex_Cobot_Magic_classify_objects_eight": { - "downloads": 3304, + "AI2_Alphabot_2_store_toys": { + "downloads": 3499, "likes": 0 }, - "leju_robot_moving_parts_u": { - "downloads": 3299, + "R1_Lite_garbage_disposal": { + "downloads": 3435, "likes": 0 }, - "Cobot_Magic_move_the_plate": { - "downloads": 3295, + "alpha_bot_2_recover_after_touching_an_obstacle": { + "downloads": 3429, "likes": 0 }, - "Agilex_Cobot_Magic_storage_object_basket": { - "downloads": 3287, + "G1edu-u3_pullBowl_storage_bread_unordered_a": { + "downloads": 3425, "likes": 0 }, - "R1_Lite_take_and_put_away_garden_stuff": { - "downloads": 3287, + "Cobot_Magic_plate_storage_bread": { + "downloads": 3400, "likes": 0 }, - "Agilex_Cobot_Magic_move_object_beige_tablecloth": { - "downloads": 3255, + "G1edu-u3_pullBowl_storage_bread_unordered_C": { + "downloads": 3396, "likes": 0 }, - "AIRBOT_MMK2_take_down_umbrella_and_mineral_water": { - "downloads": 3239, + "R1_Lite_take_and_put_away_garden_stuff": { + "downloads": 3393, "likes": 0 }, - "R1_Lite_garbage_disposal": { - "downloads": 3236, + "Cobot_Magic_move_beverage": { + "downloads": 3388, "likes": 0 }, - "AI2_Alphabot_2_stir_water": { - "downloads": 3216, + "Cobot_Magic_move_the_small_ball": { + "downloads": 3386, "likes": 0 }, - "Cobot_Magic_plate_storage_bread": { - "downloads": 3215, + "Cobot_Magic_move_plate": { + "downloads": 3371, "likes": 0 }, - "Cobot_Magic_move_beverage": { - "downloads": 3210, + "alpha_bot_2_stack_building_blocks": { + "downloads": 3368, "likes": 0 }, - "Agilex_Cobot_Magic_classify_objects_six": { - "downloads": 3184, + "Cobot_Magic_put_in_the_pear": { + "downloads": 3360, "likes": 0 }, - "Cobot_Magic_move_the_small_ball": { - "downloads": 3172, + "Galaxea_R1_Lite_classify_object_five": { + "downloads": 3359, "likes": 0 }, "Cobot_Magic_move_the_ball": { - "downloads": 3153, + "downloads": 3357, "likes": 0 }, - "alpha_bot_2_recover_after_touching_an_obstacle": { - "downloads": 3146, + "Agilex_Cobot_Magic_storage_object_red_tablecloth": { + "downloads": 3331, "likes": 0 }, "Cobot_Magic_place_square_pyramid": { - "downloads": 3138, + "downloads": 3325, "likes": 0 }, - "Cobot_Magic_move_plate": { - "downloads": 3121, + "G1edu-u3_pullBowl_storage_bread_unordered_b": { + "downloads": 3320, "likes": 0 }, - "Cobot_Magic_put_in_the_pear": { - "downloads": 3117, + "AI2_Alphabot_2_store_toys_5": { + "downloads": 3317, "likes": 0 }, - "AIRBOT_MMK2_storage_for_building_blocks_and_beauty_sponges": { - "downloads": 3116, + "AIRBOT_MMK2_mobile_calculator_box": { + "downloads": 3276, "likes": 0 }, - "Cobot_Magic_cube_reset": { - "downloads": 3092, + "Agilex_Cobot_Magic_pour_water_bottle_cup_cup": { + "downloads": 3260, "likes": 0 }, - "G1edu-u3_pullBowl_storage_bread_unordered_a": { - "downloads": 3091, + "G1edu-u3_bowl_storage_grape_singletry": { + "downloads": 3260, "likes": 0 }, - "AI2_Alphabot_2_pick_stirring_rod": { - "downloads": 3080, + "Agilex_Cobot_Magic_organize_test_tube": { + "downloads": 3237, "likes": 0 }, - "R1_Lite_pour_water": { - "downloads": 3075, + "G1edu-u3_pullBowl_storage_bread_a": { + "downloads": 3232, "likes": 0 }, - "AIRBOT_MMK2_toy_storage": { - "downloads": 3030, + "Cobot_Magic_cube_reset": { + "downloads": 3224, "likes": 0 }, - "Galaxea_R1_Lite_mix_color_small_test_tube": { - "downloads": 3030, + "Agilex_Cobot_Magic_move_object_red_tablecloth": { + "downloads": 3223, "likes": 0 }, - "alpha_bot_2_stack_building_blocks": { - "downloads": 3024, + "Airbot_MMK2_stack_block": { + "downloads": 3222, "likes": 0 }, - "G1edu-u3_pullBowl_storage_bread_unordered_C": { - "downloads": 3017, + "AI2_Alphabot_2_sort_personal_care_items": { + "downloads": 3197, "likes": 0 }, - "Agilex_Cobot_Magic_close_drawer_bottom": { - "downloads": 3001, + "Airbot_MMK2_storage_book": { + "downloads": 3194, "likes": 0 }, - "G1edu-u3_pullBowl_storage_bread_unordered_b": { - "downloads": 2991, + "R1_Lite_pour_water": { + "downloads": 3168, "likes": 0 }, - "AI2_Alphabot_2_arrange_teaset": { - "downloads": 2990, + "Agilex_Cobot_Magic_move_object_green_tablecloth": { + "downloads": 3154, "likes": 0 }, - "Galaxea_R1_Lite_classify_object_five": { - "downloads": 2984, + "Agilex_Cobot_Magic_close_drawer_bottom": { + "downloads": 3152, "likes": 0 }, - "Agilex_Cobot_Magic_storage_object_red_tablecloth": { - "downloads": 2968, + "Cobot_Magic_pour_water_bottle": { + "downloads": 3127, "likes": 0 }, - "Cobot_Magic_pour_water_bottle": { - "downloads": 2946, + "Agilex_Cobot_Magic_pour_water_middle_cup": { + "downloads": 3126, "likes": 0 }, "R1_Lite_build_blocks": { - "downloads": 2941, + "downloads": 3108, "likes": 0 }, - "Agilex_Cobot_Magic_pour_water_bottle_cup_cup": { - "downloads": 2935, + "G1edu-u3_pullBowl_storage_bread_b": { + "downloads": 3087, "likes": 0 }, - "AI2_Alphabot_2_sort_warehouse": { - "downloads": 2926, + "Leju_Kuavo_4_sensor_card_swiping_15": { + "downloads": 3057, "likes": 0 }, - "R1_Lite_move_the_position_of_the_brush": { - "downloads": 2888, + "Agilex_Cobot_Magic_close_drawer_upper": { + "downloads": 3056, "likes": 0 }, - "G1edu-u3_pullBowl_storage_bread_a": { - "downloads": 2876, + "R1_Lite_move_the_position_of_the_brush": { + "downloads": 3054, "likes": 0 }, - "Agilex_Cobot_Magic_move_object_red_tablecloth": { - "downloads": 2847, + "Airbot_MMK2_close_lid": { + "downloads": 3048, "likes": 0 }, - "Agilex_Cobot_Magic_organize_test_tube": { - "downloads": 2829, + "Leju_Kuavo_4_sensor_card_swiping_8": { + "downloads": 3031, "likes": 0 }, - "Agilex_Cobot_Magic_pour_water_middle_cup": { - "downloads": 2819, + "AI2_Alphabot_2_shake_test_tube": { + "downloads": 3027, "likes": 0 }, - "Cobot_Magic_mobile_cube": { - "downloads": 2794, + "Cobot_Magic_pushing_magnet": { + "downloads": 3007, "likes": 0 }, "alpha_bot_2_sticker": { - "downloads": 2779, - "likes": 0 - }, - "AIRBOT_MMK2_mobile_calculator_box": { - "downloads": 2773, - "likes": 0 - }, - "AgiBot-g1_box_storage_a": { - "downloads": 2771, - "likes": 0 - }, - "G1edu-u3_bowl_storage_grape_singletry": { - "downloads": 2762, + "downloads": 2992, "likes": 0 }, - "R1_Lite_put_the_pillow_on_the_bed": { - "downloads": 2752, + "Cobot_Magic_mobile_cube": { + "downloads": 2990, "likes": 0 }, - "alpha_bot_2_item_reversal": { - "downloads": 2746, + "G1edu-u3_basket_storage_apple_b": { + "downloads": 2987, "likes": 0 }, - "Agilex_Cobot_Magic_move_object_green_tablecloth": { - "downloads": 2738, + "AI2_Alphabot_2_shake_bottle": { + "downloads": 2979, "likes": 0 }, "Cobot_Magic_put_the_building_block_on_the_table": { - "downloads": 2732, - "likes": 0 - }, - "AI2_Alphabot_2_place_pen": { - "downloads": 2725, + "downloads": 2974, "likes": 0 }, - "R1_Lite_move_the_position_of_the_milk": { - "downloads": 2723, + "alpha_bot_2_press_the_button_a": { + "downloads": 2966, "likes": 0 }, - "Cobot_Magic_pushing_magnet": { - "downloads": 2716, + "Agilex_Cobot_Magic_pour_drink_bottle_cup": { + "downloads": 2954, "likes": 0 }, "AIRBOT_MMK2_take_the_book": { - "downloads": 2710, - "likes": 0 - }, - "G1edu-u3_pullBowl_storage_bread_b": { - "downloads": 2701, + "downloads": 2954, "likes": 0 }, - "Agilex_Cobot_Magic_close_drawer_upper": { - "downloads": 2698, + "alpha_bot_2_item_reversal": { + "downloads": 2943, "likes": 0 }, "Galaxea_R1_Lite_pour_liquid_mrable_bar_counter": { - "downloads": 2685, + "downloads": 2941, "likes": 0 }, - "Airbot_MMK2_stack_block": { - "downloads": 2682, + "Airbot_MMK2_storage_block": { + "downloads": 2929, "likes": 0 }, - "alpha_bot_2_press_the_button_a": { - "downloads": 2680, + "R1_Lite_move_the_position_of_the_milk": { + "downloads": 2908, "likes": 0 }, - "Galbot_g1_steamer_storage_baozi_f": { - "downloads": 2633, + "AI2_Alphabot_2_clink_glasses": { + "downloads": 2902, "likes": 0 }, - "Airbot_MMK2_storage_book": { - "downloads": 2630, + "AI2_Alphabot_2_stir_spoon": { + "downloads": 2883, "likes": 0 }, - "AIRBOT_MMK2_item_storage": { - "downloads": 2622, + "AIRBOT_MMK2_egg_storage": { + "downloads": 2866, "likes": 0 }, - "alpha_bot_2_pass_the_sandbag": { - "downloads": 2620, + "R1_Lite_put_the_pillow_on_the_bed": { + "downloads": 2861, "likes": 0 }, - "R1_Lite_move_the_position_of_the_black_marker": { - "downloads": 2614, + "AIRBOT_MMK2_item_storage": { + "downloads": 2850, "likes": 0 }, - "Cobot_Magic_cap_the_pen_a": { - "downloads": 2606, + "AgiBot-g1_box_storage_a": { + "downloads": 2843, "likes": 0 }, - "AIRBOT_MMK2_egg_storage": { - "downloads": 2600, + "alpha_bot_2_pass_the_sandbag": { + "downloads": 2842, "likes": 0 }, - "Agilex_Cobot_Magic_pour_drink_bottle_cup": { - "downloads": 2570, + "Leju_Kuavo_4_sensor_card_swiping_7": { + "downloads": 2839, "likes": 0 }, "Galaxea_R1_Lite_toggle_drawer_yellow": { - "downloads": 2555, - "likes": 0 - }, - "alpha_bot_2_move_the_table": { - "downloads": 2551, + "downloads": 2831, "likes": 0 }, - "R1_Lite_move_the_position_of_the_rubiks_cube": { - "downloads": 2541, + "R1_Lite_move_the_position_of_the_black_marker": { + "downloads": 2799, "likes": 0 }, - "Realman_RMC_AIDA_L_pass_bowl": { - "downloads": 2532, + "Galbot_g1_steamer_storage_baozi_f": { + "downloads": 2796, "likes": 0 }, "Cobot_Magic_drawer_storage_mineral_water": { - "downloads": 2523, + "downloads": 2765, "likes": 0 }, - "G1edu-u3_basket_storage_apple_b": { - "downloads": 2500, + "AI2_Alphabot_2_place_Tapes": { + "downloads": 2741, "likes": 0 }, - "R1_Lite_move_the_position_of_the_soda": { - "downloads": 2496, + "alpha_bot_2_move_the_table": { + "downloads": 2738, "likes": 0 }, - "AI2_Alphabot_2_organize_pencil_holder": { - "downloads": 2490, + "Cobot_Magic_cap_the_pen_a": { + "downloads": 2732, "likes": 0 }, - "Airbot_MMK2_close_lid": { - "downloads": 2471, + "R1_Lite_move_the_position_of_the_rubiks_cube": { + "downloads": 2667, "likes": 0 }, - "R1_Lite_move_the_position_of_the_peeler": { - "downloads": 2454, + "AI2_Alphabot_2_heat_test_tube": { + "downloads": 2665, "likes": 0 }, - "AI2_Alphabot_2_test_data_cable": { - "downloads": 2435, + "Realman_RMC_AIDA_L_pass_bowl": { + "downloads": 2660, "likes": 0 }, - "R1_Lite_switch_on_and_off_the_central_air_conditioning": { - "downloads": 2429, + "R1_Lite_move_the_position_of_the_soda": { + "downloads": 2647, "likes": 0 }, "Galaxea_R1_Lite_mix_red_yellow_left_large_test_tube": { - "downloads": 2407, + "downloads": 2646, "likes": 0 }, - "AIRBOT_MMK2_place_the_books": { - "downloads": 2405, + "Airbot_MMK2_push_away_book": { + "downloads": 2640, "likes": 0 }, - "Galaxea_R1_Lite_classify_object_six": { - "downloads": 2401, + "AI2_Alphabot_2_open_microwave": { + "downloads": 2631, "likes": 0 }, - "Airbot_MMK2_storage_spoon": { - "downloads": 2375, + "Galaxea_R1_Lite_classify_object_six": { + "downloads": 2627, "likes": 0 }, - "alpha_bot_2_carry_the_clothes_basket": { - "downloads": 2359, + "Airbot_MMK2_storage_spoon": { + "downloads": 2599, "likes": 0 }, - "AIRBOT_MMK2_pumpkin_storage": { - "downloads": 2359, + "Galaxea_R1_Lite_mix_color_large_test_tube": { + "downloads": 2585, "likes": 0 }, - "R1_Lite_move_the_position_of_the_orange": { - "downloads": 2351, + "R1_Lite_move_the_position_of_the_peeler": { + "downloads": 2579, "likes": 0 }, - "R1_Lite_move_the_position_of_the_spoon": { - "downloads": 2334, + "AIRBOT_MMK2_place_the_books": { + "downloads": 2571, "likes": 0 }, - "AIRBOT_MMK2_store_wet_wipes_and_bowls": { - "downloads": 2318, + "Airbot_MMK2_storage_egg_yellow_box": { + "downloads": 2568, "likes": 0 }, - "Agilex_Cobot_Magic_move_mouse": { - "downloads": 2312, + "AI2_Alphabot_2_insert_straw": { + "downloads": 2561, "likes": 0 }, "Agilex_Cobot_Magic_fold_T_shirts": { - "downloads": 2312, + "downloads": 2553, "likes": 0 }, - "Galaxea_R1_Lite_storage_object_pink_bowl": { - "downloads": 2308, + "AIRBOT_MMK2_pumpkin_storage": { + "downloads": 2534, "likes": 0 }, - "R1_Lite_move_the_position_of_the_glass": { - "downloads": 2306, + "Agilex_Cobot_Magic_move_mouse": { + "downloads": 2531, "likes": 0 }, - "R1_Lite_move_the_position_of_the_duck": { - "downloads": 2304, + "Airbot_MMK2_open_lid": { + "downloads": 2528, "likes": 0 }, - "AgiBot-g1_mobile_accessory_storage_box_d": { - "downloads": 2294, + "Galaxea_R1_Lite_storage_object_pink_bowl": { + "downloads": 2523, "likes": 0 }, "AgiBot-g1_box_storage_tool": { - "downloads": 2293, + "downloads": 2505, "likes": 0 }, - "Cobot_Magic_clean_up_the_tableware": { - "downloads": 2292, + "R1_Lite_switch_on_and_off_the_central_air_conditioning": { + "downloads": 2492, "likes": 0 }, - "Galaxea_R1_Lite_mix_color_large_test_tube": { - "downloads": 2277, + "Agilex_Cobot_Magic_organize_desk_fail": { + "downloads": 2482, "likes": 0 }, - "R1_Lite_tableware_arrangement": { - "downloads": 2271, + "Cobot_Magic_move_the_ball_and_the_cube_block": { + "downloads": 2481, "likes": 0 }, - "R1_Lite_move_the_position_of_the_long_bread": { - "downloads": 2268, + "Agilex_Cobot_Magic_storage_object": { + "downloads": 2477, "likes": 0 }, - "Agilex_Cobot_Magic_organize_desk_fail": { - "downloads": 2268, + "AIRBOT_MMK2_store_wet_wipes_and_bowls": { + "downloads": 2476, "likes": 0 }, - "Cobot_Magic_move_the_ball_and_the_cube_block": { - "downloads": 2268, + "alpha_bot_2_carry_the_clothes_basket": { + "downloads": 2468, "likes": 0 }, - "Agilex_Cobot_Magic_storage_object": { - "downloads": 2251, + "R1_Lite_move_the_position_of_the_orange": { + "downloads": 2459, "likes": 0 }, "AIRBOT_MMK2_store_beauty_blender_and_building_blocks": { - "downloads": 2245, + "downloads": 2450, "likes": 0 }, - "Airbot_MMK2_storage_block": { - "downloads": 2215, + "AgiBot-g1_mobile_accessory_storage_box_d": { + "downloads": 2443, "likes": 0 }, - "AIRBOT_MMK2_place_the_piano_and_the_needle-nose_pliers": { - "downloads": 2211, + "RMC-AIDA-L_box_up_down": { + "downloads": 2441, "likes": 0 }, - "R1_Lite_move_the_position_of_the_coffee_capsule": { - "downloads": 2210, + "R1_Lite_move_the_position_of_the_duck": { + "downloads": 2410, "likes": 0 }, - "Galbot_g1_steamer_storage_baozi_g": { - "downloads": 2197, + "Galaxea_R1_Lite_pour_water_black_tablecloth": { + "downloads": 2409, "likes": 0 }, - "AIRBOT_MMK2_cake_storage": { - "downloads": 2196, + "R1_Lite_move_the_position_of_the_glass": { + "downloads": 2408, "likes": 0 }, - "Agilex_Cobot_Magic_pour_water_pink_cup": { - "downloads": 2163, + "R1_Lite_move_the_position_of_the_spoon": { + "downloads": 2402, "likes": 0 }, - "AIRBOT_MMK2_place_the_yellow_block": { - "downloads": 2159, + "Galbot_g1_steamer_storage_baozi_g": { + "downloads": 2397, "likes": 0 }, - "AIRBOT_MMK2_place_the_shark_toys_and_gold_bars": { - "downloads": 2141, + "Galaxea_R1_Lite_toggle_drawer_red": { + "downloads": 2386, "likes": 0 }, "Agilex_Cobot_Magic_storage_orange_basket_left": { - "downloads": 2138, + "downloads": 2382, "likes": 0 }, - "Galaxea_R1_Lite_pour_water_black_tablecloth": { - "downloads": 2131, + "Cobot_Magic_clean_up_the_tableware": { + "downloads": 2380, "likes": 0 }, - "RMC-AIDA-L_box_up_down": { - "downloads": 2129, + "AIRBOT_MMK2_place_the_shark_toys_and_gold_bars": { + "downloads": 2380, "likes": 0 }, - "Airbot_MMK2_open_lid": { - "downloads": 2128, + "R1_Lite_move_the_position_of_the_coffee_capsule": { + "downloads": 2378, "likes": 0 }, - "AIRBOT_MMK2_place_the_building_blocks": { - "downloads": 2127, + "Leju_Kuavo_4_box_storage_parcel_4": { + "downloads": 2376, "likes": 0 }, - "Cobot_Magic_place_the_cube_block": { - "downloads": 2114, + "AIRBOT_MMK2_place_the_piano_and_the_needle-nose_pliers": { + "downloads": 2375, "likes": 0 }, - "AIRBOT_MMK2_store_coffee_cups": { - "downloads": 2107, + "R1_Lite_move_the_position_of_the_long_bread": { + "downloads": 2373, "likes": 0 }, - "AIRBOT_MMK2_cup_storage": { - "downloads": 2103, + "Galaxea_R1_Lite_mix_red_yellow_right": { + "downloads": 2371, "likes": 0 }, "AIRBOT_MMK2_mobile_phone_storage": { - "downloads": 2102, + "downloads": 2362, "likes": 0 }, - "AI2_Alphabot_2_insert_water_pipe": { - "downloads": 2102, + "AIRBOT_MMK2_cake_storage": { + "downloads": 2348, "likes": 0 }, - "Galaxea_R1_Lite_toggle_drawer_red": { - "downloads": 2098, + "Agilex_Cobot_Magic_pour_water_pink_cup": { + "downloads": 2342, "likes": 0 }, - "R1_Lite_move_the_position_of_the_pen": { - "downloads": 2096, + "AIRBOT_MMK2_place_the_small_bowl_of_canned_food": { + "downloads": 2315, "likes": 0 }, - "R1_Lite_move_the_position_of_the_apple": { - "downloads": 2082, + "AIRBOT_MMK2_place_the_yellow_block": { + "downloads": 2314, "likes": 0 }, - "Airbot_MMK2_swap_cake_pumpkin_plate": { - "downloads": 2081, + "R1_Lite_tableware_arrangement": { + "downloads": 2299, "likes": 0 }, - "AIRBOT_MMK2_storage_box_for_mouse_and_sponge": { - "downloads": 2080, + "G1edu-u3_plate_storage_rabbit_doll": { + "downloads": 2297, "likes": 0 }, "AIRBOT_MMK2_double-sided_tape_placement": { - "downloads": 2078, - "likes": 0 - }, - "AIRBOT_MMK2_close_the_computer": { - "downloads": 2076, - "likes": 0 - }, - "Agilex_Cobot_Magic_fold_short_sleeve_white": { - "downloads": 2075, - "likes": 0 - }, - "AIRBOT_MMK2_medicine_bottle_storage": { - "downloads": 2071, + "downloads": 2290, "likes": 0 }, - "AIRBOT_MMK2_clean_the_desktop_a": { - "downloads": 2063, + "AI2_Alphabot_2_pour_water": { + "downloads": 2284, "likes": 0 }, - "AIRBOT_MMK2_place_the_small_bowl_of_canned_food": { - "downloads": 2061, + "Agilex_Cobot_Magic_storage_orange_basket_right": { + "downloads": 2279, "likes": 0 }, - "Airbot_MMK2_push_away_book": { - "downloads": 2059, + "AIRBOT_MMK2_store_coffee_cups": { + "downloads": 2272, "likes": 0 }, - "AIRBOT_MMK2_diamond_storage": { - "downloads": 2058, + "AIRBOT_MMK2_cup_storage": { + "downloads": 2266, "likes": 0 }, - "AIRBOT_MMK2_place_the_glasses_case_and_gold_bars": { - "downloads": 2058, + "Leju_Kuavo_4_sensor_card_swiping_2": { + "downloads": 2264, "likes": 0 }, - "Galaxea_R1_Lite_mix_red_yellow_right": { - "downloads": 2052, + "Airbot_MMK2_swap_cake_pumpkin_plate": { + "downloads": 2261, "likes": 0 }, "Galaxea_R1_Lite_storage_object_white_box": { - "downloads": 2046, + "downloads": 2253, "likes": 0 }, "Agilex_Cobot_Magic_pass_object_right_to_left_red_tablecloth": { - "downloads": 2043, - "likes": 0 - }, - "R1_Lite_move_the_position_of_the_triangle_bread": { - "downloads": 2037, + "downloads": 2245, "likes": 0 }, - "Cobot_Magic_turn_on_the_bulb": { - "downloads": 2029, + "AIRBOT_MMK2_diamond_storage": { + "downloads": 2244, "likes": 0 }, - "AIRBOT_MMK2_storage_item": { - "downloads": 2022, + "AIRBOT_MMK2_place_the_building_blocks": { + "downloads": 2239, "likes": 0 }, - "AIRBOT_MMK2_mobile_car": { - "downloads": 2022, + "AIRBOT_MMK2_screw_the_bottle_cap": { + "downloads": 2229, "likes": 0 }, - "AIRBOT_MMK2_storage_remote_control_clip_box_water_bottle": { - "downloads": 2020, + "AIRBOT_MMK2_clean_the_desktop_a": { + "downloads": 2228, "likes": 0 }, - "G1edu-u3_plate_storage_rabbit_doll": { - "downloads": 2015, + "Cobot_Magic_place_the_cube_block": { + "downloads": 2223, "likes": 0 }, - "AIRBOT_MMK2_screw_the_bottle_cap": { - "downloads": 2008, + "Galaxea_R1_Lite_storage_object_gray_plate": { + "downloads": 2220, "likes": 0 }, - "Galaxea_R1_Lite_storage_object_gray_plate": { - "downloads": 2006, + "AIRBOT_MMK2_storage_box_for_mouse_and_sponge": { + "downloads": 2217, "likes": 0 }, "G1edu-u3_basket_storage_apple": { - "downloads": 1997, + "downloads": 2217, "likes": 0 }, - "Galaxea_R1_Lite_storage_object_dish": { - "downloads": 1994, + "R1_Lite_move_the_position_of_the_pen": { + "downloads": 2217, "likes": 0 }, - "Galaxea_R1_Lite_storage_object_brown_bowl": { - "downloads": 1984, + "AIRBOT_MMK2_place_the_glasses_case_and_gold_bars": { + "downloads": 2213, "likes": 0 }, - "AIRBOT_MMK2_organize_books": { - "downloads": 1979, + "AIRBOT_MMK2_medicine_bottle_storage": { + "downloads": 2205, "likes": 0 }, - "AIRBOT_MMK2_pour_out_the_beauty_blender": { - "downloads": 1978, + "AIRBOT_MMK2_close_the_computer": { + "downloads": 2203, "likes": 0 }, - "AIRBOT_MMK2_clean_the_desktop": { - "downloads": 1977, + "R1_Lite_move_the_position_of_the_apple": { + "downloads": 2200, "likes": 0 }, - "AIRBOT_MMK2_place_the_blue_and_purple_blocks": { - "downloads": 1975, + "Airbot_MMK2_slide_block": { + "downloads": 2193, "likes": 0 }, - "Agilex_Cobot_Magic_storage_orange_basket_right": { - "downloads": 1969, + "Airbot_MMK2_slide_block_onto_post": { + "downloads": 2191, "likes": 0 }, - "AIRBOT_MMK2_storage_tissue_and_milk_carton": { - "downloads": 1961, + "Agilex_Cobot_Magic_fold_short_sleeve_white": { + "downloads": 2190, "likes": 0 }, - "AIRBOT_MMK2_place_the_network_cable_and_mouse_box": { - "downloads": 1959, + "Galaxea_R1_Lite_storage_object_brown_bowl": { + "downloads": 2185, "likes": 0 }, - "AIRBOT_MMK2_storage_toy_cars_and_cookies": { - "downloads": 1942, + "Galaxea_R1_Lite_storage_object_dish": { + "downloads": 2180, "likes": 0 }, - "AIRBOT_MMK2_chop_the_scallions": { - "downloads": 1941, + "AIRBOT_MMK2_mobile_car": { + "downloads": 2180, "likes": 0 }, - "AIRBOT_MMK2_storage_computer_box": { - "downloads": 1936, + "AI2_Alphabot_2_tidy_countertop": { + "downloads": 2179, "likes": 0 }, - "Airbot_MMK2_storage_egg_yellow_box": { - "downloads": 1935, + "AIRBOT_MMK2_storage_remote_control_clip_box_water_bottle": { + "downloads": 2173, "likes": 0 }, - "AIRBOT_MMK2_place_the_basin": { - "downloads": 1932, + "Galaxea_R1_Lite_storage_object_yellow_basket": { + "downloads": 2164, "likes": 0 }, - "Agilex_Cobot_Magic_erase_board_left_side": { - "downloads": 1931, + "AIRBOT_MMK2_place_the_blue_and_purple_blocks": { + "downloads": 2152, "likes": 0 }, - "AIRBOT_MMK2_place_cookies_and_beer": { - "downloads": 1928, + "AIRBOT_MMK2_storage_toy_cars_and_cookies": { + "downloads": 2150, "likes": 0 }, - "Galaxea_R1_Lite_storage_object_yellow_basket": { - "downloads": 1923, + "AI2_Alphabot_2_write_text": { + "downloads": 2140, "likes": 0 }, - "AIRBOT_MMK2_organize_and_place_books": { - "downloads": 1922, + "Agilex_Cobot_Magic_storage_lemon_mango": { + "downloads": 2140, "likes": 0 }, - "AIRBOT_MMK2_play_the_guitar": { - "downloads": 1921, + "Galaxea_R1_Lite_pour_powder_marble_bar_counter": { + "downloads": 2129, "likes": 0 }, - "AIRBOT_MMK2_place_the_umbrella_and_the_ruler": { - "downloads": 1919, + "AIRBOT_MMK2_place_the_network_cable_and_mouse_box": { + "downloads": 2129, "likes": 0 }, - "AIRBOT_MMK2_square_arrangement": { - "downloads": 1912, + "Agilex_Cobot_Magic_erase_board_left_side": { + "downloads": 2126, "likes": 0 }, - "AIRBOT_MMK2_lemon_and_orange_storage": { - "downloads": 1910, + "AIRBOT_MMK2_clean_the_desktop": { + "downloads": 2124, "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_8": { - "downloads": 1904, + "Airbot_MMK2_storage_cup": { + "downloads": 2119, "likes": 0 }, - "AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife": { - "downloads": 1903, + "AIRBOT_MMK2_storage_item": { + "downloads": 2117, "likes": 0 }, - "AIRBOT_MMK2_storage_tissue_paper": { - "downloads": 1900, + "AIRBOT_MMK2_organize_books": { + "downloads": 2115, "likes": 0 }, "Airbot_MMK2_storage_penguin_doll_tiger_doll": { - "downloads": 1894, + "downloads": 2110, "likes": 0 }, - "AIRBOT_MMK2_pull_the_syringe_piston": { - "downloads": 1892, + "AIRBOT_MMK2_place_cookies_and_beer": { + "downloads": 2110, "likes": 0 }, - "Agilex_Cobot_Magic_storage_lemon_mango": { - "downloads": 1887, + "AIRBOT_MMK2_square_arrangement": { + "downloads": 2110, "likes": 0 }, - "Agilex_Cobot_Magic_storage_peach_brown_bag": { - "downloads": 1884, + "AIRBOT_MMK2_storage_tissue_and_milk_carton": { + "downloads": 2108, "likes": 0 }, - "AIRBOT_MMK2_storage_wet_tissue_and_building_block": { - "downloads": 1881, + "AIRBOT_MMK2_pour_out_the_beauty_blender": { + "downloads": 2102, "likes": 0 }, - "AIRBOT_MMK2_storage_rubiks_cube_and_cup": { - "downloads": 1880, + "AIRBOT_MMK2_chop_the_scallions": { + "downloads": 2098, "likes": 0 }, - "AIRBOT_MMK2_the_cup_is_put_into_the_bucket": { - "downloads": 1877, + "AIRBOT_MMK2_storage_computer_box": { + "downloads": 2091, "likes": 0 }, - "Galaxea_R1_Lite_pour_powder_marble_bar_counter": { - "downloads": 1875, + "Agilex_Cobot_Magic_pass_object_left_to_right_black_tablecloth": { + "downloads": 2088, "likes": 0 }, - "alpha_bot_2_press_the_button_b": { - "downloads": 1873, + "AIRBOT_MMK2_organize_and_place_books": { + "downloads": 2088, "likes": 0 }, - "AI2_Alphabot_2_shake_beaker": { - "downloads": 1869, + "Galaxea_R1_Lite_storage_object_brown_plate": { + "downloads": 2086, "likes": 0 }, - "AIRBOT_MMK2_take_down_paper_cup": { - "downloads": 1860, + "AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife": { + "downloads": 2082, "likes": 0 }, - "AIRBOT_MMK2_store_pomegranates_and_mangoes": { - "downloads": 1858, + "Agilex_Cobot_Magic_pass_object_right_to_left_green_tablecloth": { + "downloads": 2078, "likes": 0 }, - "AIRBOT_MMK2_potato_storage": { - "downloads": 1857, + "AIRBOT_MMK2_play_the_guitar": { + "downloads": 2077, "likes": 0 }, - "Galaxea_R1_Lite_pour_solid_marble_bar_counter": { - "downloads": 1855, + "AIRBOT_MMK2_place_the_umbrella_and_the_ruler": { + "downloads": 2068, "likes": 0 }, - "Galaxea_R1_Lite_storage_object_brown_plate": { - "downloads": 1853, + "AIRBOT_MMK2_place_the_basin": { + "downloads": 2068, "likes": 0 }, - "Agilex_Cobot_Magic_pass_object_right_to_left_green_tablecloth": { - "downloads": 1847, + "Cobot_Magic_turn_on_the_bulb": { + "downloads": 2067, "likes": 0 }, - "R1_Lite_move_the_position_of_the_cookie": { - "downloads": 1841, + "AIRBOT_MMK2_storage_wet_tissue_and_building_block": { + "downloads": 2067, "likes": 0 }, - "Agilex_Cobot_Magic_pass_object_left_to_right_black_tablecloth": { - "downloads": 1836, + "AIRBOT_MMK2_the_cup_is_put_into_the_bucket": { + "downloads": 2065, "likes": 0 }, - "AI2_Alphabot_2_stir_spoon": { - "downloads": 1829, + "R1_Lite_move_the_position_of_the_triangle_bread": { + "downloads": 2061, "likes": 0 }, - "AI2_Alphabot_2_clink_glasses": { - "downloads": 1827, + "Galaxea_R1_Lite_pour_solid_marble_bar_counter": { + "downloads": 2059, "likes": 0 }, - "Airbot_MMK2_slide_block_onto_post": { - "downloads": 1818, + "Airbot_MMK2_storage_electronics_yellow_baket": { + "downloads": 2050, + "likes": 0 + }, + "AIRBOT_MMK2_storage_tissue_paper": { + "downloads": 2045, "likes": 0 }, "Agilex_Cobot_Magic_pass_object_left_to_right_white_tablecloth": { - "downloads": 1817, + "downloads": 2043, "likes": 0 }, - "AI2_Alphabot_2_sort_garbage_bag_and_box": { - "downloads": 1816, + "AIRBOT_MMK2_storage_rubiks_cube_and_cup": { + "downloads": 2041, "likes": 0 }, - "AIRBOT_MMK2_beauty_sponge_and_cake_to_place": { - "downloads": 1805, + "Leju_Kuavo_4_sensor_card_swiping_1": { + "downloads": 2040, "likes": 0 }, "Agilex_Cobot_Magic_fold_towel": { - "downloads": 1797, + "downloads": 2036, "likes": 0 }, - "Airbot_MMK2_storage_cup": { - "downloads": 1791, + "Leju_Kuavo_4_sensor_card_swiping_12": { + "downloads": 2032, "likes": 0 }, - "Agilex_Cobot_Magic_storage_bread_basket": { - "downloads": 1779, + "Airbot_MMK2_cut_scallion": { + "downloads": 2028, "likes": 0 }, - "AIRBOT_MMK2_store_peaches_and_pears": { - "downloads": 1765, + "AI2_Alphabot_2_shake_beaker": { + "downloads": 2022, "likes": 0 }, - "Agilex_Cobot_Magic_pass_object_left_to_right_green_tablecloth": { - "downloads": 1762, + "Leju_Kuavo_4_sensor_card_swiping_17": { + "downloads": 2019, "likes": 0 }, - "Agilex_Cobot_Magic_storage_fruit_bowl": { - "downloads": 1741, + "alpha_bot_2_press_the_button_b": { + "downloads": 2014, "likes": 0 }, - "Agilex_Cobot_Magic_storage_peach_left": { - "downloads": 1739, + "AIRBOT_MMK2_pull_the_syringe_piston": { + "downloads": 2014, "likes": 0 }, - "Airbot_MMK2_slide_block": { - "downloads": 1738, + "AIRBOT_MMK2_potato_storage": { + "downloads": 2006, "likes": 0 }, - "AI2_Alphabot_2_sort_personal_care_items": { - "downloads": 1736, + "AIRBOT_MMK2_take_down_paper_cup": { + "downloads": 2005, "likes": 0 }, - "Airbot_MMK2_cut_scallion": { - "downloads": 1735, + "Leju_Kuavo_4_sensor_card_swiping_10": { + "downloads": 2003, "likes": 0 }, - "Galaxea_R1_Lite_storage_object_blue_plate": { - "downloads": 1735, + "Leju_Kuavo_4_hotel_services": { + "downloads": 1990, "likes": 0 }, - "Galaxea_R1_Lite_mix_red_blue_large_test_tube": { - "downloads": 1730, + "Leju_Kuavo_4_sensor_card_swiping_18": { + "downloads": 1989, "likes": 0 }, - "AIRBOT_MMK2_open_notebook": { - "downloads": 1727, + "AIRBOT_MMK2_lemon_and_orange_storage": { + "downloads": 1989, "likes": 0 }, - "alpha_bot_2_operate_the_microwave_oven": { - "downloads": 1726, + "Agilex_Cobot_Magic_storage_peach_left": { + "downloads": 1978, "likes": 0 }, - "Galaxea_R1_Lite_change_baai_into_brain": { - "downloads": 1719, + "Agilex_Cobot_Magic_storage_bread_basket": { + "downloads": 1975, "likes": 0 }, - "Agilex_Cobot_Magic_pass_object_right_to_left_khaki_tablecloth": { - "downloads": 1718, + "AIRBOT_MMK2_store_pomegranates_and_mangoes": { + "downloads": 1973, "likes": 0 }, "Agilex_Cobot_Magic_storage_object_left": { - "downloads": 1717, + "downloads": 1972, "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_15": { - "downloads": 1715, + "AI2_Alphabot_2_pick_thermometer": { + "downloads": 1969, "likes": 0 }, - "AIRBOT_MMK2_push_piston": { - "downloads": 1711, + "AIRBOT_MMK2_beauty_sponge_and_cake_to_place": { + "downloads": 1967, "likes": 0 }, - "Galbot_g1_steamer_storage_baozi_j": { - "downloads": 1681, + "Galaxea_R1_Lite_storage_object_blue_plate": { + "downloads": 1964, "likes": 0 }, - "Airbot_MMK2_storage_electronics_yellow_baket": { - "downloads": 1674, + "Agilex_Cobot_Magic_storage_peach_brown_bag": { + "downloads": 1960, "likes": 0 }, - "Agilex_Cobot_Magic_move_pencil_sharpener": { - "downloads": 1670, + "Agilex_Cobot_Magic_storage_fruit_bowl": { + "downloads": 1952, "likes": 0 }, - "Agilex_Cobot_Magic_storage_peach_white_bag": { - "downloads": 1662, + "AIRBOT_MMK2_open_notebook": { + "downloads": 1940, "likes": 0 }, - "AIRBOT_MMK2_desktop_storage": { - "downloads": 1660, + "Agilex_Cobot_Magic_pass_object_left_to_right_green_tablecloth": { + "downloads": 1939, "likes": 0 }, - "Galaxea_R1_Lite_mix_red_blue_left_large_test_tube": { - "downloads": 1645, + "Leju_Kuavo_4_sensor_card_swiping_11": { + "downloads": 1934, "likes": 0 }, - "Agilex_Cobot_Magic_pass_object_right_to_left_white_tablecloth": { - "downloads": 1644, + "Agilex_Cobot_Magic_pass_object_right_to_left_khaki_tablecloth": { + "downloads": 1928, "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_7": { - "downloads": 1642, + "R1_Lite_move_the_position_of_the_cookie": { + "downloads": 1920, "likes": 0 }, - "AI2_Alphabot_2_unplug_data_cable": { - "downloads": 1641, + "Leju_Kuavo_4_sensor_card_swiping_13": { + "downloads": 1915, "likes": 0 }, - "Agilex_Cobot_Magic_fold_short_sleeve_black": { - "downloads": 1637, + "AIRBOT_MMK2_push_piston": { + "downloads": 1898, "likes": 0 }, - "Galbot_g1_steamer_storage_baozi_i": { - "downloads": 1634, + "Agilex_Cobot_Magic_move_pencil_sharpener": { + "downloads": 1895, "likes": 0 }, - "Agilex_Cobot_Magic_fold_towel_yellow_tray": { - "downloads": 1634, + "Agilex_Cobot_Magic_pass_object_right_to_left_white_tablecloth": { + "downloads": 1892, "likes": 0 }, - "Galaxea_R1_Lite_storage_object_brown_basket": { - "downloads": 1625, + "Airbot_MMK2_stack_cubic_block": { + "downloads": 1891, "likes": 0 }, - "Galaxea_R1_Lite_mix_red_yellow_large_test_tube": { - "downloads": 1621, + "Leju_Kuavo_4_sensor_card_swiping_14": { + "downloads": 1890, "likes": 0 }, - "Agilex_Cobot_Magic_pass_object_right_to_left_black_tablecloth": { - "downloads": 1615, + "Agilex_Cobot_Magic_storage_orange_white_bag": { + "downloads": 1887, "likes": 0 }, - "Galaxea_R1_Lite_mix_blue_yellow_large_test_tube": { - "downloads": 1607, + "Galaxea_R1_Lite_mix_red_blue_large_test_tube": { + "downloads": 1884, "likes": 0 }, - "Galaxea_R1_Lite_arrange_baai_then_brain": { - "downloads": 1601, + "AIRBOT_MMK2_store_peaches_and_pears": { + "downloads": 1882, "likes": 0 }, - "Agilex_Cobot_Magic_storage_orange_white_bag": { - "downloads": 1586, + "Galaxea_R1_Lite_change_baai_into_brain": { + "downloads": 1873, "likes": 0 }, - "AI2_Alphabot_2_place_Tapes": { - "downloads": 1580, + "Leju_Kuavo_4_sensor_card_swiping_3": { + "downloads": 1869, "likes": 0 }, - "AIRBOT_MMK2_place_the_sponge_and_wet_wipes": { - "downloads": 1566, + "Agilex_Cobot_Magic_storage_peach_white_bag": { + "downloads": 1866, "likes": 0 }, "Airbot_MMK2_rotate_cube_face": { - "downloads": 1563, + "downloads": 1863, "likes": 0 }, - "leju_robot_hotel_services_ah": { - "downloads": 1563, + "AI2_Alphabot_2_stack_cups": { + "downloads": 1853, "likes": 0 }, - "G1edu-u3_place_plastic_bowl_ag": { - "downloads": 1559, + "Galaxea_R1_Lite_storage_object_brown_basket": { + "downloads": 1834, "likes": 0 }, - "Airbot_MMK2_pull_plunger": { - "downloads": 1558, + "Agilex_Cobot_Magic_pass_object_right_to_left_black_tablecloth": { + "downloads": 1814, "likes": 0 }, - "Airbot_MMK2_prepare_tea": { - "downloads": 1558, + "AIRBOT_MMK2_place_the_sponge_and_wet_wipes": { + "downloads": 1813, "likes": 0 }, - "Galaxea_R1_Lite_mix_blue_yellow_left_small_test_tube": { - "downloads": 1539, + "Airbot_MMK2_pull_plunger": { + "downloads": 1809, "likes": 0 }, - "Agilex_Cobot_Magic_fold_towel_blue_tray": { - "downloads": 1535, + "Galaxea_R1_Lite_mix_red_blue_left_large_test_tube": { + "downloads": 1807, "likes": 0 }, - "AI2_Alphabot_2_heat_test_tube": { - "downloads": 1531, + "Leju_Kuavo_4_sensor_card_swiping_5": { + "downloads": 1800, "likes": 0 }, - "Agilex_Cobot_Magic_storage_peach_right": { - "downloads": 1514, + "Airbot_MMK2_take_drink": { + "downloads": 1800, "likes": 0 }, - "AI2_Alphabot_2_stamp_document": { - "downloads": 1504, + "Galaxea_R1_Lite_mix_red_yellow_large_test_tube": { + "downloads": 1792, "likes": 0 }, - "Airbot_MMK2_take_drink": { - "downloads": 1497, + "Airbot_MMK2_prepare_tea": { + "downloads": 1790, "likes": 0 }, - "AI2_Alphabot_2_shake_bottle": { - "downloads": 1486, + "Galbot_g1_steamer_storage_baozi_j": { + "downloads": 1786, "likes": 0 }, - "Agilex_Cobot_Magic_erase_board_passing_left_to_right": { - "downloads": 1484, + "alpha_bot_2_operate_the_microwave_oven": { + "downloads": 1780, "likes": 0 }, - "Airbot_MMK2_pour_BBs": { - "downloads": 1472, + "Agilex_Cobot_Magic_storage_peach_right": { + "downloads": 1755, "likes": 0 }, - "Airbot_MMK2_move_medicine_bottle": { - "downloads": 1471, + "Airbot_MMK2_push_plunger": { + "downloads": 1753, "likes": 0 }, - "Agilex_Cobot_Magic_open_drawer_bottom": { - "downloads": 1470, + "Leju_Kuavo_4_sensor_card_swiping_6": { + "downloads": 1751, "likes": 0 }, - "Galaxea_R1_Lite_mix_blue_yellow_left_large_test_tube": { - "downloads": 1461, + "Leju_Kuavo_4_sensor_card_swiping": { + "downloads": 1747, "likes": 0 }, - "Leju_Kuavo_4_box_storage_parcel_4": { - "downloads": 1460, + "Galaxea_R1_Lite_mix_blue_yellow_large_test_tube": { + "downloads": 1746, "likes": 0 }, - "Airbot_MMK2_storage_cake_pan": { - "downloads": 1443, + "AI2_Alphabot_2_unplug_data_cable": { + "downloads": 1744, "likes": 0 }, - "Galaxea_R1_Lite_mix_blue_yellow_right": { - "downloads": 1441, + "AIRBOT_MMK2_desktop_storage": { + "downloads": 1741, "likes": 0 }, - "Galaxea_R1_Lite_pour_solid": { - "downloads": 1441, + "Agilex_Cobot_Magic_fold_short_sleeve_black": { + "downloads": 1736, "likes": 0 }, - "Airbot_MMK2_stack_cubic_block": { - "downloads": 1439, + "Galaxea_R1_Lite_arrange_baai_then_brain": { + "downloads": 1736, "likes": 0 }, - "Airbot_MMK2_storage_egg_bowl": { - "downloads": 1438, + "Agilex_Cobot_Magic_fold_towel_yellow_tray": { + "downloads": 1730, "likes": 0 }, - "G1edu-u3_pick_plastic_bowl_ac": { - "downloads": 1437, + "Galbot_g1_steamer_storage_baozi_i": { + "downloads": 1714, "likes": 0 }, - "G1edu-u3_put_the_cup_b": { - "downloads": 1436, + "Agilex_Cobot_Magic_pass_object_left_to_right_khaki_tablecloth": { + "downloads": 1685, "likes": 0 }, - "G1edu-u3_pick_up_the_bottled_water_b": { - "downloads": 1433, + "AI2_Alphabot_2_pick_test_tube": { + "downloads": 1683, "likes": 0 }, - "Airbot_MMK2_move_phone_twice": { - "downloads": 1425, + "Agilex_Cobot_Magic_fold_towel_blue_tray": { + "downloads": 1663, "likes": 0 }, - "Agilex_Cobot_Magic_pass_object_left_to_right_khaki_tablecloth": { - "downloads": 1422, + "AI2_Alphabot_2_grind_ink": { + "downloads": 1659, "likes": 0 }, - "Airbot_MMK2_storage_bottle_part": { - "downloads": 1413, + "Galaxea_R1_Lite_mix_blue_yellow_left_small_test_tube": { + "downloads": 1656, "likes": 0 }, - "G1edu-u3_place_metal_bowl_af": { - "downloads": 1410, + "leju_robot_hotel_services_ah": { + "downloads": 1655, "likes": 0 }, - "Agilex_Cobot_Magic_storage_object_closest_apple": { - "downloads": 1410, + "Airbot_MMK2_pour_BBs": { + "downloads": 1637, "likes": 0 }, - "Agilex_Cobot_Magic_erase_board_left": { - "downloads": 1403, + "Airbot_MMK2_storage_bottle_part": { + "downloads": 1632, "likes": 0 }, - "Galaxea_R1_Lite_mix_red_blue_right": { - "downloads": 1402, + "Airbot_MMK2_storage_egg_bowl": { + "downloads": 1629, "likes": 0 }, - "Airbot_MMK2_storage_cup_rubik_s_cube": { - "downloads": 1399, + "Airbot_MMK2_move_medicine_bottle": { + "downloads": 1629, "likes": 0 }, - "Airbot_MMK2_move_fake_food": { - "downloads": 1397, + "Agilex_Cobot_Magic_storage_object_closest": { + "downloads": 1626, "likes": 0 }, - "Airbot_MMK2_storage_egg_white_box": { - "downloads": 1393, + "Airbot_MMK2_storage_bowl_wet_wipes": { + "downloads": 1624, "likes": 0 }, - "G1edu-u3_place_plastic_bowl_ah": { - "downloads": 1387, + "Airbot_MMK2_move_phone_twice": { + "downloads": 1620, "likes": 0 }, - "Airbot_MMK2_storage_bowl_wet_wipes": { - "downloads": 1386, + "Agilex_Cobot_Magic_erase_board_passing_left_to_right": { + "downloads": 1618, "likes": 0 }, "Airbot_MMK2_storage_mango_pomegranate": { - "downloads": 1384, + "downloads": 1608, "likes": 0 }, - "Airbot_MMK2_storage_egg_plate": { - "downloads": 1378, + "Agilex_Cobot_Magic_open_drawer_bottom": { + "downloads": 1602, "likes": 0 }, - "G1edu-u3_put_the_water_bottle_on_the_table_d": { - "downloads": 1374, + "G1edu-u3_place_plastic_bowl_ag": { + "downloads": 1602, "likes": 0 }, - "Agilex_Cobot_Magic_fold_shorts_khaki": { - "downloads": 1373, + "Galaxea_R1_Lite_mix_blue_yellow_left_large_test_tube": { + "downloads": 1598, "likes": 0 }, - "Agilex_Cobot_Magic_storage_object_closest": { - "downloads": 1372, + "Airbot_MMK2_storage_cup_rubik_s_cube": { + "downloads": 1596, "likes": 0 }, - "Airbot_MMK2_storage_tumbler_umbrella": { - "downloads": 1370, + "Airbot_MMK2_storage_cake_pan": { + "downloads": 1591, "likes": 0 }, - "Airbot_MMK2_take_book": { - "downloads": 1370, + "Leju_Kuavo_4_moving_parts": { + "downloads": 1589, "likes": 0 }, - "AI2_Alphabot_2_open_microwave": { - "downloads": 1369, + "Airbot_MMK2_move_fake_food": { + "downloads": 1583, "likes": 0 }, - "Airbot_MMK2_push_plunger": { - "downloads": 1361, + "Airbot_MMK2_take_book": { + "downloads": 1581, "likes": 0 }, - "AI2_Alphabot_2_pick_thermometer": { - "downloads": 1354, + "Airbot_MMK2_dial_number": { + "downloads": 1573, "likes": 0 }, - "Airbot_MMK2_swap_sponge_paper_box_plate": { - "downloads": 1348, + "Airbot_MMK2_storage_egg_plate": { + "downloads": 1565, "likes": 0 }, - "G1edu-u3_pick_apple_b": { - "downloads": 1345, + "Airbot_MMK2_storage_cookie_toy_car": { + "downloads": 1554, "likes": 0 }, - "Airbot_MMK2_pass_paper_box": { - "downloads": 1343, + "Airbot_MMK2_doodled_line": { + "downloads": 1554, "likes": 0 }, - "G1edu-u3_pick_up_the_tissue_box_ao": { - "downloads": 1343, + "Galaxea_R1_Lite_mix_blue_yellow_right": { + "downloads": 1551, "likes": 0 }, - "G1edu-u3_pick_metal_bowl_aa": { - "downloads": 1342, + "Airbot_MMK2_storage_tumbler_umbrella": { + "downloads": 1550, "likes": 0 }, - "G1edu-u3_place_metal_bowl_ae": { - "downloads": 1342, + "Airbot_MMK2_swap_sponge_paper_box_plate": { + "downloads": 1547, "likes": 0 }, - "Airbot_MMK2_open_laptop": { - "downloads": 1341, + "Galaxea_R1_Lite_pour_solid": { + "downloads": 1543, "likes": 0 }, - "Galaxea_R1_Lite_fold_towel_twice": { - "downloads": 1340, + "Airbot_MMK2_click_pen": { + "downloads": 1543, "likes": 0 }, - "G1edu-u3_pick_apple_a": { - "downloads": 1338, + "Agilex_Cobot_Magic_erase_board_left": { + "downloads": 1540, "likes": 0 }, - "Airbot_MMK2_dial_number": { - "downloads": 1337, + "Airbot_MMK2_swap_bottle_wet_wipes_plate": { + "downloads": 1534, "likes": 0 }, - "Galaxea_R1_Lite_mix_color": { - "downloads": 1334, + "Galaxea_R1_Lite_mix_red_blue_right": { + "downloads": 1533, "likes": 0 }, - "Airbot_MMK2_storage_cookie_toy_car": { - "downloads": 1327, + "Leju_Kuavo_4_moving_parts_2": { + "downloads": 1533, "likes": 0 }, - "Airbot_MMK2_take_toy_car": { - "downloads": 1327, + "Airbot_MMK2_storage_egg_white_box": { + "downloads": 1532, "likes": 0 }, - "Airbot_MMK2_doodled_line": { - "downloads": 1325, + "Airbot_MMK2_open_laptop": { + "downloads": 1527, "likes": 0 }, - "Agilex_Cobot_Magic_erase_board_right": { - "downloads": 1320, + "Airbot_MMK2_pass_paper_box": { + "downloads": 1521, "likes": 0 }, - "G1edu-u3_pick_up_the_bottled_water_a": { - "downloads": 1318, + "Airbot_MMK2_push_toy_car": { + "downloads": 1518, "likes": 0 }, - "G1edu-u3_pick_metal_bowl_ab": { - "downloads": 1317, + "Agilex_Cobot_Magic_storage_object_closest_apple": { + "downloads": 1509, "likes": 0 }, - "G1edu-u3_put_the_toy_ap": { - "downloads": 1314, + "Airbot_MMK2_move_bottle_tape_measure": { + "downloads": 1504, "likes": 0 }, - "Airbot_MMK2_move_book_front": { - "downloads": 1313, + "Airbot_MMK2_take_toy_car": { + "downloads": 1503, "likes": 0 }, - "Airbot_MMK2_move_bottle_tape_measure": { - "downloads": 1311, + "AI2_Alphabot_2_sort_angle_iron": { + "downloads": 1498, "likes": 0 }, - "G1edu-u3_put_the_tissue_box_al": { - "downloads": 1310, + "Airbot_MMK2_turn_page": { + "downloads": 1489, "likes": 0 }, - "Airbot_MMK2_click_pen": { - "downloads": 1306, + "G1edu-u3_pick_plastic_bowl_ac": { + "downloads": 1483, "likes": 0 }, - "Airbot_MMK2_swap_bottle_wet_wipes_plate": { - "downloads": 1303, + "Galaxea_R1_Lite_mix_color": { + "downloads": 1481, "likes": 0 }, - "Agilex_Cobot_Magic_fold_towel_grey_tray": { - "downloads": 1298, + "Airbot_MMK2_move_block_gold_bar_models": { + "downloads": 1477, "likes": 0 }, - "Airbot_MMK2_push_toy_car": { - "downloads": 1293, + "Airbot_MMK2_move_book_front": { + "downloads": 1476, "likes": 0 }, - "G1edu-u3_pick_up_the_lemon_a": { - "downloads": 1288, + "Galaxea_R1_Lite_fold_towel_twice": { + "downloads": 1471, "likes": 0 }, - "Airbot_MMK2_move_block_gold_bar_models": { - "downloads": 1281, + "G1edu-u3_put_the_cup_b": { + "downloads": 1471, + "likes": 0 + }, + "G1edu-u3_pick_up_the_bottled_water_b": { + "downloads": 1468, "likes": 0 }, "Airbot_MMK2_take_electronics": { - "downloads": 1277, + "downloads": 1462, "likes": 0 }, - "G1edu-u3_place_apple_c": { - "downloads": 1272, + "Airbot_MMK2_storage_tools": { + "downloads": 1456, "likes": 0 }, - "G1edu-u3_pick_plastic_bowl_ad": { - "downloads": 1269, + "G1edu-u3_place_metal_bowl_af": { + "downloads": 1456, "likes": 0 }, - "G1edu-u3_little_tray_storage_lemon_b": { - "downloads": 1268, + "Agilex_Cobot_Magic_fold_shorts_khaki": { + "downloads": 1447, "likes": 0 }, - "G1edu-u3_pick_up_the_bread_az": { - "downloads": 1267, + "Agilex_Cobot_Magic_erase_board_right": { + "downloads": 1445, "likes": 0 }, - "G1edu-u3_put_the_water_bottle_aq": { - "downloads": 1264, + "Realman_RMC_AIDA_L_fold_towel": { + "downloads": 1428, "likes": 0 }, - "Airbot_MMK2_storage_tools": { - "downloads": 1259, + "Leju_Kuavo_4_moving_parts_3": { + "downloads": 1428, "likes": 0 }, - "Agilex_Cobot_Magic_move_mouse_pen_red_tablecloth": { - "downloads": 1258, + "G1edu-u3_place_plastic_bowl_ah": { + "downloads": 1423, "likes": 0 }, - "G1edu-u3_put_the_bread_aw": { - "downloads": 1256, + "G1edu-u3_put_the_water_bottle_on_the_table_d": { + "downloads": 1419, "likes": 0 }, - "G1edu-u3_pick_leftover_food_ac": { - "downloads": 1255, + "AI2_Alphabot_2_sort_utensils": { + "downloads": 1415, "likes": 0 }, - "G1edu-u3_tray_storage_lemon_a": { - "downloads": 1254, + "Airbot_MMK2_open_door_right": { + "downloads": 1409, "likes": 0 }, - "G1edu-u3_place_bottle_c": { - "downloads": 1243, + "Airbot_MMK2_move_cake": { + "downloads": 1402, "likes": 0 }, - "Agilex_Cobot_Magic_move_mouse_pen_black_tablecloth": { - "downloads": 1230, + "Agilex_Cobot_Magic_fold_towel_grey_tray": { + "downloads": 1396, "likes": 0 }, - "Airbot_MMK2_move_book_right_side": { - "downloads": 1225, + "G1edu-u3_pick_metal_bowl_aa": { + "downloads": 1396, "likes": 0 }, - "Galaxea_R1_Lite_move_mouse": { - "downloads": 1222, + "G1edu-u3_place_metal_bowl_ae": { + "downloads": 1385, "likes": 0 }, - "G1edu-u3_put_the_lemon_af": { - "downloads": 1222, + "G1edu-u3_pick_apple_a": { + "downloads": 1384, "likes": 0 }, - "G1edu-u3_pick_cup_a": { - "downloads": 1221, + "Realman_RMC_AIDA_L_storage_peach_drawer": { + "downloads": 1384, "likes": 0 }, - "G1edu-u3_pick_crumpled_paper_aa": { - "downloads": 1219, + "G1edu-u3_pick_apple_b": { + "downloads": 1378, "likes": 0 }, - "Airbot_MMK2_storage_pumpkin_right": { - "downloads": 1216, + "G1edu-u3_pick_up_the_tissue_box_ao": { + "downloads": 1377, "likes": 0 }, - "Agilex_Cobot_Magic_close_drawer_top": { - "downloads": 1216, + "Airbot_MMK2_move_book_right_side": { + "downloads": 1377, "likes": 0 }, - "Agilex_Cobot_Magic_fold_towel_pink_tray": { - "downloads": 1207, + "Agilex_Cobot_Magic_close_drawer_top": { + "downloads": 1368, "likes": 0 }, - "Airbot_MMK2_move_tub": { - "downloads": 1201, + "Airbot_MMK2_remove_pen_cap": { + "downloads": 1367, "likes": 0 }, - "G1edu-u3_pick_empty_bottle_ab": { - "downloads": 1200, + "G1edu-u3_pick_metal_bowl_ab": { + "downloads": 1365, "likes": 0 }, "Airbot_MMK2_storage_braised_pork_belly_shrimp": { - "downloads": 1200, + "downloads": 1358, "likes": 0 }, - "G1edu-u3_pick_up_the_lemon_at": { - "downloads": 1199, + "G1edu-u3_pick_up_the_bottled_water_a": { + "downloads": 1354, "likes": 0 }, - "G1edu-u3_put_the_lemon_on_the_plate_ah": { - "downloads": 1198, + "G1edu-u3_put_the_tissue_box_al": { + "downloads": 1351, "likes": 0 }, - "G1edu-u3_little_tray_storage_apple_b": { - "downloads": 1197, + "Airbot_MMK2_storage_pumpkin_right": { + "downloads": 1346, "likes": 0 }, - "AI2_Alphabot_2_store_toys_5": { - "downloads": 1197, + "Leju_Kuavo_4_box_storage_parcel": { + "downloads": 1343, "likes": 0 }, - "G1edu-u3_pick_up_the_bottled_water_as": { - "downloads": 1196, + "Airbot_MMK2_move_tub": { + "downloads": 1343, "likes": 0 }, - "Realman_RMC_AIDA_L_fold_towel": { - "downloads": 1192, + "Agilex_Cobot_Magic_move_mouse_pen_red_tablecloth": { + "downloads": 1342, "likes": 0 }, - "Agilex_Cobot_Magic_erase_board_passing_right_to_left": { - "downloads": 1190, + "Airbot_MMK2_move_cup_paper_box": { + "downloads": 1335, "likes": 0 }, - "AI2_Alphabot_2_pour_water": { - "downloads": 1177, + "G1edu-u3_put_the_toy_ap": { + "downloads": 1332, "likes": 0 }, - "Agilex_Cobot_Magic_fold_jeans_shorts_children_s": { - "downloads": 1176, + "G1edu-u3_place_apple_c": { + "downloads": 1331, "likes": 0 }, - "G1edu-u3_pick_up_the_toy_ai": { - "downloads": 1176, + "G1edu-u3_pick_up_the_lemon_a": { + "downloads": 1324, "likes": 0 }, - "Airbot_MMK2_turn_page": { - "downloads": 1170, + "Agilex_Cobot_Magic_erase_board_passing_right_to_left": { + "downloads": 1322, "likes": 0 }, - "Agilex_Cobot_Magic_erase_board": { - "downloads": 1164, + "Airbot_MMK2_play_guitar": { + "downloads": 1320, "likes": 0 }, - "Airbot_MMK2_take_cup": { - "downloads": 1158, + "Agilex_Cobot_Magic_move_mouse_pen_black_tablecloth": { + "downloads": 1314, "likes": 0 }, - "Airbot_MMK2_open_door_right": { - "downloads": 1157, + "G1edu-u3_pick_plastic_bowl_ad": { + "downloads": 1314, "likes": 0 }, - "Airbot_MMK2_remove_pen_cap": { - "downloads": 1151, + "Realman_RMC_AIDA_L_storage_peach_box": { + "downloads": 1305, "likes": 0 }, - "Realman_RMC_AIDA_L_storage_peach_drawer": { - "downloads": 1151, + "Galaxea_R1_Lite_move_mouse": { + "downloads": 1303, "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_2": { - "downloads": 1145, + "G1edu-u3_pick_up_the_bread_az": { + "downloads": 1303, "likes": 0 }, - "Airbot_MMK2_storage_potato_left": { - "downloads": 1135, + "G1edu-u3_put_the_water_bottle_aq": { + "downloads": 1302, "likes": 0 }, - "Airbot_MMK2_move_block_wet_wipes": { - "downloads": 1115, + "Airbot_MMK2_stack_cup": { + "downloads": 1301, "likes": 0 }, - "Airbot_MMK2_move_cake": { - "downloads": 1108, + "Agilex_Cobot_Magic_fold_towel_pink_tray": { + "downloads": 1299, "likes": 0 }, - "AI2_Alphabot_2_insert_straw": { - "downloads": 1105, + "Airbot_MMK2_storage_potato_left": { + "downloads": 1297, "likes": 0 }, - "AI2_Alphabot_2_write_text": { - "downloads": 1101, + "G1edu-u3_put_the_bread_aw": { + "downloads": 1292, "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_17": { - "downloads": 1097, + "G1edu-u3_little_tray_storage_lemon_b": { + "downloads": 1291, "likes": 0 }, - "Agilex_Cobot_Magic_move_mouse_pen_khaki_tablecloth": { - "downloads": 1090, + "Airbot_MMK2_take_cup": { + "downloads": 1289, "likes": 0 }, - "Realman_RMC_AIDA_L_storage_peach_box": { - "downloads": 1089, + "G1edu-u3_pick_leftover_food_ac": { + "downloads": 1289, "likes": 0 }, - "Airbot_MMK2_stack_cup": { - "downloads": 1088, + "Realman_RMC_AIDA_L_storage_towel_basket": { + "downloads": 1287, "likes": 0 }, - "Airbot_MMK2_play_guitar": { - "downloads": 1074, + "G1edu-u3_place_bottle_c": { + "downloads": 1287, "likes": 0 }, - "Agilex_Cobot_Magic_move_mouse_pen": { - "downloads": 1069, + "Airbot_MMK2_move_block_wet_wipes": { + "downloads": 1284, "likes": 0 }, - "Airbot_MMK2_move_cup_paper_box": { - "downloads": 1067, + "G1edu-u3_tray_storage_lemon_a": { + "downloads": 1277, "likes": 0 }, - "AI2_Alphabot_2_pick_test_tube": { - "downloads": 1067, + "Agilex_Cobot_Magic_fold_jeans_shorts_children_s": { + "downloads": 1271, "likes": 0 }, - "Airbot_MMK2_pull_tissue": { - "downloads": 1066, + "Agilex_Cobot_Magic_erase_board": { + "downloads": 1271, "likes": 0 }, "Airbot_MMK2_pick_up_and_place_tub": { - "downloads": 1053, + "downloads": 1268, "likes": 0 }, - "Realman_RMC_AIDA_L_storage_towel_basket": { - "downloads": 1047, + "Airbot_MMK2_take_egg": { + "downloads": 1263, + "likes": 0 + }, + "G1edu-u3_pick_cup_a": { + "downloads": 1254, + "likes": 0 + }, + "G1edu-u3_put_the_lemon_af": { + "downloads": 1251, "likes": 0 }, "Airbot_MMK2_unplug": { - "downloads": 1039, + "downloads": 1246, + "likes": 0 + }, + "G1edu-u3_pick_up_the_lemon_at": { + "downloads": 1243, "likes": 0 }, "Airbot_MMK2_sweep_peaper": { - "downloads": 1026, + "downloads": 1242, "likes": 0 }, - "Airbot_MMK2_storage_peach_pear": { - "downloads": 1020, + "G1edu-u3_pick_crumpled_paper_aa": { + "downloads": 1239, "likes": 0 }, - "Airbot_MMK2_take_egg": { - "downloads": 1009, + "G1edu-u3_pick_up_the_bottled_water_as": { + "downloads": 1232, "likes": 0 }, - "Leju_Kuavo_4_hotel_services": { - "downloads": 1006, + "G1edu-u3_little_tray_storage_apple_b": { + "downloads": 1223, "likes": 0 }, - "AI2_Alphabot_2_shake_test_tube": { - "downloads": 1005, + "G1edu-u3_pick_empty_bottle_ab": { + "downloads": 1221, "likes": 0 }, - "AI2_Alphabot_2_insert_hose_into_hole": { - "downloads": 1004, + "G1edu-u3_put_the_lemon_on_the_plate_ah": { + "downloads": 1220, "likes": 0 }, - "Airbot_MMK2_storage_pumpkin_left": { - "downloads": 967, + "G1edu-u3_pick_up_the_toy_ai": { + "downloads": 1201, "likes": 0 }, - "Agilex_Cobot_Magic_move_mouse_pen_green_tablecloth": { - "downloads": 964, + "Airbot_MMK2_pull_tissue": { + "downloads": 1200, "likes": 0 }, - "Airbot_MMK2_storage_cake_cup": { - "downloads": 963, + "Agilex_Cobot_Magic_move_mouse_pen_khaki_tablecloth": { + "downloads": 1169, "likes": 0 }, - "Airbot_MMK2_close_door_right": { - "downloads": 955, + "Agilex_Cobot_Magic_move_mouse_pen": { + "downloads": 1158, "likes": 0 }, - "AI2_Alphabot_2_tidy_countertop": { - "downloads": 954, + "Airbot_MMK2_storage_cookie_cup": { + "downloads": 1109, "likes": 0 }, "Airbot_MMK2_swap_bbs_block_plate": { - "downloads": 951, + "downloads": 1098, "likes": 0 }, - "Airbot_MMK2_move_umbrella_tissues": { - "downloads": 949, + "Airbot_MMK2_storage_pumpkin_left": { + "downloads": 1095, "likes": 0 }, - "Airbot_MMK2_storage_onion_sweet_potato": { - "downloads": 948, + "Airbot_MMK2_move_umbrella_tissues": { + "downloads": 1085, "likes": 0 }, - "AI2_Alphabot_2_sort_utensils": { - "downloads": 945, + "Airbot_MMK2_storage_shark_doll": { + "downloads": 1083, "likes": 0 }, - "AI2_Alphabot_2_grind_ink": { - "downloads": 943, + "Airbot_MMK2_storage_cake_cup": { + "downloads": 1082, "likes": 0 }, - "Airbot_MMK2_move_paper_box": { - "downloads": 939, + "Airbot_MMK2_storage_onion_sweet_potato": { + "downloads": 1071, "likes": 0 }, - "Airbot_MMK2_stack_bowl": { - "downloads": 923, + "Airbot_MMK2_swap_bbs_cake_plate": { + "downloads": 1068, "likes": 0 }, - "Airbot_MMK2_storage_cookie_cup": { - "downloads": 918, + "Airbot_MMK2_move_paper_box": { + "downloads": 1068, "likes": 0 }, - "Airbot_MMK2_storage_hourglass": { - "downloads": 907, + "Airbot_MMK2_storage_peach_pear": { + "downloads": 1066, "likes": 0 }, - "Airbot_MMK2_storage_lemon_mango": { - "downloads": 903, + "Leju_Kuavo_4_box_storage_parcel_1": { + "downloads": 1066, "likes": 0 }, - "Airbot_MMK2_storage_tomato_potato": { - "downloads": 902, + "Airbot_MMK2_close_door_right": { + "downloads": 1066, "likes": 0 }, "Airbot_MMK2_storage_paper_box_sponge": { - "downloads": 901, + "downloads": 1063, "likes": 0 }, - "AI2_Alphabot_2_package_fruit": { - "downloads": 896, + "Agilex_Cobot_Magic_move_mouse_pen_green_tablecloth": { + "downloads": 1063, "likes": 0 }, - "Airbot_MMK2_swap_bbs_cake_plate": { - "downloads": 894, + "Airbot_MMK2_stack_bowl": { + "downloads": 1060, "likes": 0 }, - "Airbot_MMK2_move_apple_orange_pomegranate": { - "downloads": 889, + "Airbot_MMK2_storage_bell_pepper_bowl": { + "downloads": 1052, "likes": 0 }, - "Airbot_MMK2_storage_bowl": { - "downloads": 887, + "Airbot_MMK2_move_apple_orange_pomegranate": { + "downloads": 1049, "likes": 0 }, - "Airbot_MMK2_storage_bell_pepper_bowl": { - "downloads": 882, + "Leju_Kuavo_4_box_storage_parcel_2": { + "downloads": 1048, "likes": 0 }, - "Airbot_MMK2_swap_apple_cake_plate": { - "downloads": 877, + "Airbot_MMK2_storage_tomato_potato": { + "downloads": 1047, "likes": 0 }, "Airbot_MMK2_take_part_both_hands": { - "downloads": 874, + "downloads": 1040, "likes": 0 }, - "Airbot_MMK2_storage_gold_bar_model_shark_doll": { - "downloads": 871, + "Airbot_MMK2_storage_hourglass": { + "downloads": 1033, "likes": 0 }, - "Airbot_MMK2_storage_potato_pumpkin": { - "downloads": 870, + "AI2_Alphabot_2_pour_mung_beans": { + "downloads": 1031, "likes": 0 }, - "Airbot_MMK2_storage_shark_doll": { - "downloads": 868, + "Airbot_MMK2_storage_bowl": { + "downloads": 1009, "likes": 0 }, - "Airbot_MMK2_storage_bell_pepper": { - "downloads": 865, + "Airbot_MMK2_storage_lemon_mango": { + "downloads": 1009, "likes": 0 }, - "Airbot_MMK2_storage_ice_cream": { - "downloads": 855, + "Airbot_MMK2_storage_bell_pepper": { + "downloads": 1002, "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_1": { - "downloads": 846, + "Airbot_MMK2_storage_potato_pumpkin": { + "downloads": 1000, "likes": 0 }, - "Airbot_MMK2_cover_lid": { - "downloads": 831, + "Airbot_MMK2_swap_apple_cake_plate": { + "downloads": 997, "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_10": { - "downloads": 826, + "Airbot_MMK2_storage_gold_bar_model_shark_doll": { + "downloads": 994, "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_3": { - "downloads": 823, + "Airbot_MMK2_move_block_twice": { + "downloads": 993, "likes": 0 }, - "Airbot_MMK2_close_doors": { - "downloads": 821, + "Airbot_MMK2_cover_lid": { + "downloads": 986, "likes": 0 }, - "Airbot_MMK2_move_block_twice": { - "downloads": 818, + "Airbot_MMK2_storage_ice_cream": { + "downloads": 973, "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_12": { - "downloads": 813, + "Leju_Kuavo_4_box_storage_parcel_6": { + "downloads": 972, "likes": 0 }, "Airbot_MMK2_storage_network_cable_paper_box": { - "downloads": 802, + "downloads": 930, "likes": 0 }, - "AI2_Alphabot_2_stack_cups": { - "downloads": 797, - "likes": 0 - }, - "Leju_Kuavo_4_sensor_card_swiping_14": { - "downloads": 795, + "Airbot_MMK2_close_doors": { + "downloads": 928, "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_18": { - "downloads": 794, + "Airbot_MMK2_close_door_left": { + "downloads": 911, "likes": 0 }, "Airbot_MMK2_open_door_left": { - "downloads": 780, + "downloads": 907, "likes": 0 }, "Airbot_MMK2_move_pan": { - "downloads": 779, - "likes": 0 - }, - "Leju_Kuavo_4_sensor_card_swiping_5": { - "downloads": 779, + "downloads": 904, "likes": 0 }, - "Airbot_MMK2_move_block_both_hands": { - "downloads": 776, + "Airbot_MMK2_storage_and_take_cake_plate": { + "downloads": 898, "likes": 0 }, "Airbot_MMK2_move_block": { - "downloads": 776, + "downloads": 898, "likes": 0 }, - "Airbot_MMK2_close_drawer": { - "downloads": 769, + "Airbot_MMK2_move_block_both_hands": { + "downloads": 895, "likes": 0 }, - "Airbot_MMK2_move_tennis_racket_ball": { - "downloads": 768, + "Leju_Kuavo_4_box_storage_parcel_9": { + "downloads": 885, "likes": 0 }, - "Airbot_MMK2_close_door_left": { - "downloads": 764, + "Airbot_MMK2_storage_badminton": { + "downloads": 882, "likes": 0 }, - "Leju_Kuavo_4_moving_parts": { - "downloads": 748, + "Leju_Kuavo_4_sensor_card_swiping_19": { + "downloads": 879, "likes": 0 }, - "Airbot_MMK2_take_bottle_umbrella": { - "downloads": 746, + "Airbot_MMK2_move_tennis_racket_ball": { + "downloads": 878, "likes": 0 }, - "Airbot_MMK2_storage_badminton": { - "downloads": 745, + "Airbot_MMK2_close_drawer": { + "downloads": 877, "likes": 0 }, - "Leju_Kuavo_4_box_storage_parcel": { - "downloads": 744, + "Leju_Kuavo_4_box_storage_parcel_5": { + "downloads": 876, "likes": 0 }, - "Airbot_MMK2_storage_and_take_cake_plate": { - "downloads": 737, + "Airbot_MMK2_take_block": { + "downloads": 873, "likes": 0 }, - "Airbot_MMK2_storage_electronics_white_basket": { - "downloads": 732, + "Airbot_MMK2_storage_cake_plate": { + "downloads": 867, "likes": 0 }, "Airbot_MMK2_move_sword_doll": { - "downloads": 718, + "downloads": 867, "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_11": { - "downloads": 712, + "Airbot_MMK2_storage_block_tape_measure": { + "downloads": 865, "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_6": { - "downloads": 710, + "Airbot_MMK2_take_bottle_umbrella": { + "downloads": 855, "likes": 0 }, - "Airbot_MMK2_take_dog_doll": { - "downloads": 709, + "Airbot_MMK2_storage_cake_ice_cream": { + "downloads": 844, "likes": 0 }, - "AI2_Alphabot_2_move_test_tube": { - "downloads": 706, + "Airbot_MMK2_storage_electronics_white_basket": { + "downloads": 844, "likes": 0 }, - "Realman_RMC_AIDA_L_arrange_flowers": { - "downloads": 702, + "Airbot_MMK2_take_dog_doll": { + "downloads": 841, "likes": 0 }, - "Airbot_MMK2_move_cake_tape_measure": { - "downloads": 701, + "Airbot_MMK2_storage_block_BBs": { + "downloads": 840, "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_13": { - "downloads": 701, + "Realman_RMC_AIDA_L_arrange_flowers": { + "downloads": 832, "likes": 0 }, - "Leju_Kuavo_4_moving_parts_3": { - "downloads": 698, + "Airbot_MMK2_take_tissues": { + "downloads": 830, "likes": 0 }, - "Airbot_MMK2_storage_cake_plate": { - "downloads": 697, + "Airbot_MMK2_storage_diamond_ring": { + "downloads": 823, "likes": 0 }, - "AI2_Alphabot_2_sort_angle_iron": { - "downloads": 695, + "Airbot_MMK2_storge_cake_ice_cream": { + "downloads": 822, "likes": 0 }, "Airbot_MMK2_storage_stationery_xylophone": { - "downloads": 694, - "likes": 0 - }, - "Airbot_MMK2_storage_diamond_ring": { - "downloads": 693, + "downloads": 821, "likes": 0 }, - "Airbot_MMK2_storage_cake_ice_cream": { - "downloads": 691, + "Airbot_MMK2_move_cake_tape_measure": { + "downloads": 818, "likes": 0 }, - "Airbot_MMK2_storage_block_tape_measure": { - "downloads": 689, + "Airbot_MMK2_storage_tissues_tub": { + "downloads": 813, "likes": 0 }, - "Airbot_MMK2_take_block": { - "downloads": 688, + "Airbot_MMK2_storage_cake_box": { + "downloads": 810, "likes": 0 }, "Airbot_MMK2_play_toy_piano": { - "downloads": 686, - "likes": 0 - }, - "Airbot_MMK2_storage_cake_box": { - "downloads": 683, + "downloads": 809, "likes": 0 }, - "Airbot_MMK2_storage_block_BBs": { - "downloads": 677, + "Leju_Kuavo_4_sensor_card_swiping_9": { + "downloads": 807, "likes": 0 }, - "Airbot_MMK2_storge_cake_ice_cream": { - "downloads": 672, + "Airbot_MMK2_take_block_both_hands": { + "downloads": 806, "likes": 0 }, - "Airbot_MMK2_storage_cup_plate": { - "downloads": 667, + "Airbot_MMK2_storage_pineapple": { + "downloads": 803, "likes": 0 }, - "Leju_Kuavo_4_box_storage_parcel_1": { - "downloads": 666, + "Airbot_MMK2_storage_apple_orange": { + "downloads": 800, "likes": 0 }, "Realman_RMC_AIDA_L_storage_block_basket": { - "downloads": 666, + "downloads": 793, "likes": 0 }, - "Airbot_MMK2_storage_grape": { - "downloads": 663, + "Airbot_MMK2_take_BBs_block": { + "downloads": 786, "likes": 0 }, - "Airbot_MMK2_take_tissues": { - "downloads": 663, + "Airbot_MMK2_storage_block_both_hands": { + "downloads": 779, "likes": 0 }, - "Airbot_MMK2_storage_apple_orange": { - "downloads": 658, + "Airbot_MMK2_swap_bread_cake_plate": { + "downloads": 779, "likes": 0 }, - "Leju_Kuavo_4_moving_parts_2": { - "downloads": 652, + "Airbot_MMK2_storage_cup_plate": { + "downloads": 777, "likes": 0 }, - "Airbot_MMK2_remove_lid": { - "downloads": 650, + "Leju_Kuavo_4_box_storage_parcel_8": { + "downloads": 774, "likes": 0 }, "Airbot_MMK2_swap_cake_sponge_plate": { - "downloads": 648, + "downloads": 772, "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping": { - "downloads": 647, + "Airbot_MMK2_storage_grape": { + "downloads": 772, "likes": 0 }, - "Airbot_MMK2_swap_bread_cake_plate": { - "downloads": 646, + "Airbot_MMK2_remove_lid": { + "downloads": 772, "likes": 0 }, - "Airbot_MMK2_storage_milk_tissue": { - "downloads": 645, + "Airbot_MMK2_unscrew_bottle_cap": { + "downloads": 767, "likes": 0 }, - "Airbot_MMK2_take_BBs_block": { - "downloads": 643, + "Airbot_MMK2_storage_milk_tissue": { + "downloads": 767, "likes": 0 }, - "Airbot_MMK2_take_block_both_hands": { - "downloads": 643, + "Airbot_MMK2_take_cake_both_hands": { + "downloads": 758, "likes": 0 }, - "Airbot_MMK2_storage_pineapple": { - "downloads": 642, + "Airbot_MMK2_storage_cake_both_hands": { + "downloads": 753, "likes": 0 }, - "Airbot_MMK2_storage_block_both_hands": { - "downloads": 635, + "Airbot_MMK2_slide_tape_onto_can": { + "downloads": 752, "likes": 0 }, "Realman_RMC_AIDA_L_hang_clothes": { - "downloads": 635, + "downloads": 751, "likes": 0 }, - "Airbot_MMK2_storage_tissues_tub": { - "downloads": 634, + "AI2_Alphabot_2_move_test_tube": { + "downloads": 727, "likes": 0 }, - "Airbot_MMK2_unscrew_bottle_cap": { - "downloads": 632, + "Airbot_MMK2_storage_sponge_wet_wipes": { + "downloads": 713, "likes": 0 }, - "Airbot_MMK2_slide_tape_onto_can": { - "downloads": 625, + "Airbot_MMK2_storage_tape_measure_umbrella": { + "downloads": 703, "likes": 0 }, - "Leju_Kuavo_4_box_storage_parcel_2": { - "downloads": 617, + "Airbot_MMK2_take_bowl_sponge": { + "downloads": 679, "likes": 0 }, - "Airbot_MMK2_take_cake_both_hands": { - "downloads": 594, + "AI2_Alphabot_2_pour_liquid": { + "downloads": 667, "likes": 0 }, - "Airbot_MMK2_storage_cake_both_hands": { - "downloads": 594, + "Leju_Kuavo_4_box_storage_parcel_10": { + "downloads": 664, "likes": 0 }, - "Airbot_MMK2_storage_sponge_wet_wipes": { - "downloads": 591, + "AI2_Alphabot_2_move_test_tube_1": { + "downloads": 660, "likes": 0 }, - "Airbot_MMK2_storage_tape_measure_umbrella": { - "downloads": 590, + "AI2_Alphabot_2_move_basket": { + "downloads": 650, "likes": 0 }, - "Leju_Kuavo_4_box_storage_parcel_5": { - "downloads": 583, + "AI2_Alphabot_2_organize_lab_equipment": { + "downloads": 648, "likes": 0 }, - "Leju_Kuavo_4_box_storage_parcel_9": { - "downloads": 579, + "Leju_Kuavo_4_box_storage_parcel_11": { + "downloads": 463, "likes": 0 }, - "Airbot_MMK2_take_bowl_sponge": { - "downloads": 577, + "Galaxea_R1_Lite_pour_powder": { + "downloads": 185, "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_19": { - "downloads": 521, + "Galbot_G1_fold_clothes": { + "downloads": 46, "likes": 0 }, - "Leju_Kuavo_4_box_storage_parcel_8": { - "downloads": 521, + "Galbot_G1_use_dryer": { + "downloads": 42, "likes": 0 }, - "AI2_Alphabot_2_pour_liquid": { - "downloads": 515, + "Leju_Kuavo_4_sensor_card_swiping_4": { + "downloads": 41, "likes": 0 }, - "AI2_Alphabot_2_organize_lab_equipment": { - "downloads": 495, + "Galbot_G1_steamer_storage_baozi": { + "downloads": 40, "likes": 0 }, - "AI2_Alphabot_2_pour_mung_beans": { - "downloads": 468, + "Leju_Kuavo_4_box_storage_parcel_3": { + "downloads": 17, "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_9": { - "downloads": 446, + "Unitree_G1edu_u3_place_bread_1": { + "downloads": 11, "likes": 0 }, - "AI2_Alphabot_2_move_test_tube_1": { - "downloads": 367, + "Leju_Kuavo_4_box_storage_parcel_7": { + "downloads": 1, "likes": 0 }, - "AI2_Alphabot_2_move_basket": { - "downloads": 357, + "AI2_Alphabot_2_package_fruit_1": { + "downloads": 0, "likes": 0 }, - "Leju_Kuavo_4_box_storage_parcel_10": { - "downloads": 299, + "AI2_Alphabot_2_store_toys_2": { + "downloads": 0, "likes": 0 }, - "Leju_Kuavo_4_box_storage_parcel_11": { - "downloads": 273, + "Unitree_G1edu_u3_place_bread": { + "downloads": 0, "likes": 0 }, - "Galaxea_R1_Lite_pour_powder": { - "downloads": 160, + "AI2_Alphabot_2_store_toys_3": { + "downloads": 0, "likes": 0 }, - "Leju_Kuavo_4_box_storage_parcel_6": { + "AI2_Alphabot_2_store_toys_4": { "downloads": 0, "likes": 0 }, - "Galbot_G1_fold_clothes": { + "Unitree_G1edu_u3_place_grape_error": { "downloads": 0, "likes": 0 }, - "Galbot_G1_use_dryer": { + "AI2_Alphabot_2_brush_egg_wash": { "downloads": 0, "likes": 0 }, - "Galbot_G1_steamer_storage_baozi": { + "Unitree_G1edu_u3_place_towel": { "downloads": 0, "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_4": { + "AI2_Alphabot_2_stack_blocks": { "downloads": 0, "likes": 0 }, - "Leju_Kuavo_4_box_storage_parcel_3": { + "AI2_Alphabot_2_test_electricity": { + "downloads": 0, + "likes": 0 + }, + "AI2_Alphabot_2_shake_test_tube_1": { + "downloads": 0, + "likes": 0 + }, + "Leju_Kuavo_4_sensor_card_swiping_16": { + "downloads": 0, + "likes": 0 + }, + "Galbot_G1_fold_clothes_1": { + "downloads": 0, + "likes": 0 + }, + "AI2_Alphabot_2_package_fruit_2": { + "downloads": 0, + "likes": 0 + }, + "Galbot_G1_use_dryer_1": { + "downloads": 0, + "likes": 0 + }, + "Unitree_G1edu_u3_pour_drink": { + "downloads": 0, + "likes": 0 + }, + "Leju_Kuavo_4_moving_parts_1": { + "downloads": 0, + "likes": 0 + }, + "AI2_Alphabot_2_store_toys_1": { + "downloads": 0, + "likes": 0 + }, + "AI2_Alphabot_2_organize_cosmetics": { "downloads": 0, "likes": 0 } @@ -3010,2302 +3094,3090 @@ }, "modelscope": { "org_name": "RoboCOIN", - "total_downloads": 13677031, - "dataset_count": 764, + "total_downloads": 14881591, + "dataset_count": 770, "datasets": { "Agilex_Split_Aloha_make_hamburger": { - "downloads": 321613 + "downloads": 352412, + "likes": 0 }, "Agilex_Split_Aloha_pull_zipper": { - "downloads": 241947 + "downloads": 269903, + "likes": 0 }, "AgiBot-g1_picks_up_parts_b": { - "downloads": 224857 - }, - "RMC-AIDA-L_desktop_organization": { - "downloads": 164292 + "downloads": 239716, + "likes": 0 }, "AgiBot-g1_picks_up_battery_a": { - "downloads": 159425 + "downloads": 169568, + "likes": 0 + }, + "RMC-AIDA-L_desktop_organization": { + "downloads": 164293, + "likes": 0 }, "RMC-AIDA-L_fold_shirt": { - "downloads": 146669 + "downloads": 146670, + "likes": 0 }, "AgiBot-g1_box_storage_cardboard_box_c": { - "downloads": 135910 - }, - "AgiBot-g1_left_capture_part": { - "downloads": 132508 + "downloads": 144505, + "likes": 0 }, "AgiBot-g1_storage_item_e": { - "downloads": 132046 + "downloads": 141200, + "likes": 0 }, - "Agilex_Split_Aloha_desktop_organization": { - "downloads": 125171 + "AgiBot-g1_left_capture_part": { + "downloads": 140887, + "likes": 0 }, "Agilex_Split_Aloha_pour_drink": { - "downloads": 122794 + "downloads": 135726, + "likes": 0 + }, + "Agilex_Split_Aloha_desktop_organization": { + "downloads": 135505, + "likes": 0 }, "AgiBot-g1_storage_item_d": { - "downloads": 114760 + "downloads": 122887, + "likes": 0 }, "AgiBot-g1_box_storage_cardboard_box_a": { - "downloads": 113658 + "downloads": 120921, + "likes": 0 }, "RMC-AIDA-L_pull_open_bag": { - "downloads": 113267 + "downloads": 113268, + "likes": 0 }, "AgiBot-g1_pick_up_battery": { - "downloads": 105161 + "downloads": 112154, + "likes": 0 }, "Tianqin_A2_box_storage_part": { - "downloads": 100362 + "downloads": 100363, + "likes": 0 }, "AgiBot-g1_box_storage_part_a": { - "downloads": 92073 - }, - "Galbot_g1_steamer_storage_baozi_h": { - "downloads": 90164 + "downloads": 98130, + "likes": 0 }, "Agilex_Split_Aloha_food_packaging": { - "downloads": 89803 - }, - "Galbot_g1_steamer_storage_baozi_d": { - "downloads": 88513 + "downloads": 96569, + "likes": 0 }, "AgiBot-g1_picks_up_battery_b": { - "downloads": 87790 - }, - "RMC-AIDA-L_glasses_storage": { - "downloads": 82377 + "downloads": 93739, + "likes": 0 }, "Agilex_Cobot_Magic_stack_baskets": { - "downloads": 81815 + "downloads": 90370, + "likes": 0 }, - "Galbot_g1_fold_clothe_e": { - "downloads": 80951 + "Galbot_g1_steamer_storage_baozi_h": { + "downloads": 90165, + "likes": 0 + }, + "Galbot_g1_steamer_storage_baozi_d": { + "downloads": 88514, + "likes": 0 }, "Agilex_Split_Aloha_pour_water_a": { - "downloads": 79582 + "downloads": 86778, + "likes": 0 }, "AI2_Alphabot_2_insert_water_pipe": { - "downloads": 76760 + "downloads": 86613, + "likes": 0 }, "AI2_Alphabot_2_stamp_document": { - "downloads": 75329 - }, - "Galbot_g1_fold_clothe_c": { - "downloads": 74202 + "downloads": 85230, + "likes": 0 }, "AI2_Alphabot_2_store_toys_1": { - "downloads": 73774 + "downloads": 83496, + "likes": 0 }, - "Agilex_Split_Aloha_clean_blackboard": { - "downloads": 73299 + "Galbot_g1_fold_clothe_e": { + "downloads": 83066, + "likes": 0 }, "Agilex_Cobot_Magic_storage_towel": { - "downloads": 73284 + "downloads": 82727, + "likes": 0 }, - "RMC-AIDA-L_basket_storage_long_bread": { - "downloads": 72895 + "RMC-AIDA-L_glasses_storage": { + "downloads": 82378, + "likes": 0 }, "Agilex_Cobot_Magic_pour_tea": { - "downloads": 72736 + "downloads": 80955, + "likes": 0 }, - "AgiBot-g1_picks_up_cardboard_box": { - "downloads": 72633 + "Agilex_Split_Aloha_clean_blackboard": { + "downloads": 80833, + "likes": 0 }, - "RMC-AIDA-L_pour_tea": { - "downloads": 71015 + "Galbot_g1_fold_clothe_c": { + "downloads": 79557, + "likes": 0 }, - "RMC-AIDA-L_fold_shorts": { - "downloads": 69783 + "Agilex_Split_Aloha_drawer_storage_mineral_water": { + "downloads": 79047, + "likes": 0 }, - "Agilex_Split_Aloha_twist_bottle_cap": { - "downloads": 67530 + "AgiBot-g1_picks_up_cardboard_box": { + "downloads": 77646, + "likes": 0 }, - "AgiBot-g1_box_storage_cardboard_box_b": { - "downloads": 67526 + "Agilex_Split_Aloha_twist_bottle_cap": { + "downloads": 74465, + "likes": 0 }, "Agilex_Cobot_Magic_place_towel_flat": { - "downloads": 66600 - }, - "Agilex_Split_Aloha_drawer_storage_mineral_water": { - "downloads": 65605 + "downloads": 74332, + "likes": 0 }, - "RMC-AIDA-L_basket_storage_banana": { - "downloads": 65512 + "Agilex_Cobot_Magic_move_object": { + "downloads": 73493, + "likes": 0 }, - "RMC-AIDA-L_basket_storage_peach": { - "downloads": 64729 + "RMC-AIDA-L_basket_storage_long_bread": { + "downloads": 72896, + "likes": 0 }, "Agilex_Cobot_Magic_basket_storage_peach": { - "downloads": 64377 + "downloads": 72356, + "likes": 0 }, - "Agilex_Cobot_Magic_move_object": { - "downloads": 64150 + "AgiBot-g1_box_storage_cardboard_box_b": { + "downloads": 71999, + "likes": 0 }, - "Agilex_Split_Aloha_pot_storage_steamer": { - "downloads": 62252 + "RMC-AIDA-L_pour_tea": { + "downloads": 71016, + "likes": 0 }, "AI2_Alphabot_2_test_data_cable": { - "downloads": 61312 + "downloads": 70623, + "likes": 0 }, "AI2_Alphabot_2_sort_garbage_bag_and_box": { - "downloads": 60754 + "downloads": 69935, + "likes": 0 + }, + "RMC-AIDA-L_fold_shorts": { + "downloads": 69784, + "likes": 0 + }, + "Agilex_Split_Aloha_pot_storage_steamer": { + "downloads": 67000, + "likes": 0 }, "AIRBOT_MMK2_place_the_paper_drawer": { - "downloads": 59994 + "downloads": 66901, + "likes": 0 }, - "leju_robot_part_placement": { - "downloads": 59445 + "RMC-AIDA-L_basket_storage_banana": { + "downloads": 65513, + "likes": 0 }, - "leju_robot_moving_parts_n": { - "downloads": 58320 + "RMC-AIDA-L_basket_storage_peach": { + "downloads": 64730, + "likes": 0 }, "Agilex_Split_Aloha_take_the_shoes_off_the_shelf": { - "downloads": 58025 + "downloads": 62813, + "likes": 0 }, "Agilex_Split_Aloha_steamer_storage_dumpling": { - "downloads": 57996 + "downloads": 62664, + "likes": 0 + }, + "AI2_Alphabot_2_unplug_data_cable": { + "downloads": 61083, + "likes": 0 + }, + "Agilex_Split_Aloha_take_out_the_bread": { + "downloads": 60513, + "likes": 0 + }, + "leju_robot_part_placement": { + "downloads": 59446, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_clothes": { + "downloads": 58686, + "likes": 0 + }, + "leju_robot_moving_parts_n": { + "downloads": 58321, + "likes": 0 }, "RMC-AIDA-L_basket_storage_egg_yolk_pastry": { - "downloads": 57818 + "downloads": 57819, + "likes": 0 }, "RMC-AIDA-L_stir_coffee": { - "downloads": 57719 + "downloads": 57720, + "likes": 0 + }, + "Agilex_Split_Aloha_make_fruit_salad": { + "downloads": 57680, + "likes": 0 }, "RMC-AIDA-L_place_test_tube": { - "downloads": 57624 + "downloads": 57625, + "likes": 0 }, "RMC-AIDA-L_pour_rice": { - "downloads": 57296 + "downloads": 57297, + "likes": 0 }, - "RMC-AIDA-L_clean_table": { - "downloads": 56315 + "Agilex_Cobot_Magic_heat_burger": { + "downloads": 57214, + "likes": 0 }, - "Agilex_Split_Aloha_take_out_the_bread": { - "downloads": 55781 + "RMC-AIDA-L_clean_table": { + "downloads": 56316, + "likes": 0 }, "leju_robot_moving_parts_t": { - "downloads": 55008 + "downloads": 55009, + "likes": 0 + }, + "Agilex_Cobot_Magic_stack_block": { + "downloads": 54714, + "likes": 0 }, "leju_robot_moving_parts_q": { - "downloads": 54551 + "downloads": 54552, + "likes": 0 + }, + "Airbot_MMK2_organize_plate": { + "downloads": 54504, + "likes": 0 + }, + "Agilex_Split_Aloha_place_the_cube_block": { + "downloads": 54467, + "likes": 0 }, "leju_robot_moving_parts_s": { - "downloads": 54388 + "downloads": 54389, + "likes": 0 }, "leju_robot_moving_parts_o": { - "downloads": 54229 - }, - "Agilex_Cobot_Magic_fold_clothes": { - "downloads": 53987 + "downloads": 54230, + "likes": 0 }, "RMC-AIDA-L_organise_the_document_bag": { - "downloads": 53503 + "downloads": 53504, + "likes": 0 }, "leju_robot_moving_parts_c": { - "downloads": 53228 + "downloads": 53229, + "likes": 0 }, "leju_robot_moving_parts_f": { - "downloads": 53036 - }, - "AI2_Alphabot_2_unplug_data_cable": { - "downloads": 51732 - }, - "Galbot_g1_steamer_storage_baozi_e": { - "downloads": 51153 - }, - "Agilex_Cobot_Magic_heat_burger": { - "downloads": 50627 - }, - "Agilex_Split_Aloha_make_fruit_salad": { - "downloads": 49394 + "downloads": 53037, + "likes": 0 }, "RMC-AIDA-L_food_storage": { - "downloads": 48851 - }, - "Airbot_MMK2_organize_plate": { - "downloads": 48519 + "downloads": 52872, + "likes": 0 }, "Agilex_Split_Aloha_the_box_stores_table_tennis_balls": { - "downloads": 48363 + "downloads": 52207, + "likes": 0 + }, + "Agilex_Cobot_Magic_basket_storage_egg_yolk_pastry": { + "downloads": 51973, + "likes": 0 }, "Agilex_Split_Aloha_plate_storaje_baozi": { - "downloads": 47496 + "downloads": 51484, + "likes": 0 }, - "Agilex_Cobot_Magic_basket_storage_egg_yolk_pastry": { - "downloads": 46914 + "Galbot_g1_steamer_storage_baozi_e": { + "downloads": 51154, + "likes": 0 }, - "Agilex_Cobot_Magic_stack_block": { - "downloads": 46600 + "Agilex_Cobot_Magic_pour_rice": { + "downloads": 50854, + "likes": 0 }, "Agilex_Split_Aloha_turn_off_the_desk_lamp": { - "downloads": 46078 + "downloads": 50204, + "likes": 0 }, - "Agilex_Split_Aloha_vase_storage_flower": { - "downloads": 45994 + "Agilex_Split_Aloha_cut_banana": { + "downloads": 50139, + "likes": 0 }, - "RMC-AIDA-L_food_packaging": { - "downloads": 45790 + "Agilex_Split_Aloha_vase_storage_flower": { + "downloads": 49662, + "likes": 0 }, "Agilex_Split_Aloha_the_plate_holds_the_fruit": { - "downloads": 45226 + "downloads": 49454, + "likes": 0 }, - "Agilex_Split_Aloha_place_the_cube_block": { - "downloads": 45134 + "AI2_Alphabot_2_pick_stirring_rod": { + "downloads": 48859, + "likes": 0 + }, + "Agilex_Split_Aloha_turn_on_the_desk_lamp": { + "downloads": 48746, + "likes": 0 + }, + "Agilex_Split_Aloha_the_plate_holds_the_vegetables": { + "downloads": 47779, + "likes": 0 + }, + "Agilex_Cobot_Magic_basket_storage_orange": { + "downloads": 46753, + "likes": 0 + }, + "RMC-AIDA-L_food_packaging": { + "downloads": 45791, + "likes": 0 }, "RMC-AIDA-L_fruit_storage": { - "downloads": 44941 + "downloads": 44942, + "likes": 0 }, - "Agilex_Cobot_Magic_pour_rice": { - "downloads": 44907 + "Agilex_Cobot_Magic_fold_the_pants": { + "downloads": 44935, + "likes": 0 }, - "Agilex_Split_Aloha_turn_on_the_desk_lamp": { - "downloads": 44560 + "Agilex_Split_Aloha_classification_of_tableware": { + "downloads": 44213, + "likes": 0 }, - "Agilex_Split_Aloha_the_plate_holds_the_vegetables": { - "downloads": 43711 + "Agilex_Split_Aloha_prepare_breakfast": { + "downloads": 43709, + "likes": 0 }, - "Agilex_Split_Aloha_cut_banana": { - "downloads": 43101 + "AI2_Alphabot_2_place_pen": { + "downloads": 43483, + "likes": 0 + }, + "Agilex_Split_Aloha_box_storage_chopsticks": { + "downloads": 43198, + "likes": 0 }, "RMC-AIDA-L_stack_baskets": { - "downloads": 42963 + "downloads": 42964, + "likes": 0 }, "RMC-AIDA-L_pour_coffee_beans": { - "downloads": 42928 + "downloads": 42929, + "likes": 0 }, "leju_robot_box_storage_parcel_a": { - "downloads": 42587 - }, - "AI2_Alphabot_2_pick_stirring_rod": { - "downloads": 42458 + "downloads": 42588, + "likes": 0 }, - "Agilex_Cobot_Magic_basket_storage_orange": { - "downloads": 41590 + "AI2_Alphabot_2_sort_personal_care_items": { + "downloads": 42535, + "likes": 0 }, "leju_robot_moving_parts_a": { - "downloads": 41299 + "downloads": 41300, + "likes": 0 }, - "Agilex_Cobot_Magic_fold_the_pants": { - "downloads": 40954 + "Agilex_Split_Aloha_take_out_a_pen_from_the_pen_holder": { + "downloads": 40613, + "likes": 0 }, - "Agilex_Split_Aloha_classification_of_tableware": { - "downloads": 40937 + "Agilex_Cobot_Magic_basket_storage_bread": { + "downloads": 40088, + "likes": 0 + }, + "Agilex_Cobot_Magic_make_sandwiche": { + "downloads": 39744, + "likes": 0 }, "RMC-AIDA-L_plate_storage": { - "downloads": 39181 + "downloads": 39182, + "likes": 0 }, - "Agilex_Split_Aloha_box_storage_chopsticks": { - "downloads": 39178 + "AI2_Alphabot_2_stir_spoon": { + "downloads": 38978, + "likes": 0 }, "leju_robot_pass_the_cleaner_a": { - "downloads": 38620 + "downloads": 38621, + "likes": 0 }, - "leju_robot_box_storage_parcel_f": { - "downloads": 38223 + "AI2_Alphabot_2_sort_warehouse": { + "downloads": 38515, + "likes": 0 }, - "AI2_Alphabot_2_place_pen": { - "downloads": 38188 + "AI2_Alphabot_2_insert_straw": { + "downloads": 38515, + "likes": 0 + }, + "AI2_Alphabot_2_arrange_teaset": { + "downloads": 38438, + "likes": 0 + }, + "leju_robot_box_storage_parcel_f": { + "downloads": 38224, + "likes": 0 }, "leju_robot_moving_parts_k": { - "downloads": 38176 + "downloads": 38177, + "likes": 0 }, "leju_robot_box_storage_parcel_c": { - "downloads": 37892 + "downloads": 37893, + "likes": 0 }, "leju_robot_box_storage_parcel_g": { - "downloads": 37681 - }, - "AI2_Alphabot_2_sort_personal_care_items": { - "downloads": 37550 + "downloads": 37682, + "likes": 0 }, - "Agilex_Split_Aloha_prepare_breakfast": { - "downloads": 36887 + "AgiBot-g1_picks_up_parts_a": { + "downloads": 37319, + "likes": 0 }, "Galbot_g1_steamer_storage_baozi_b": { - "downloads": 36742 - }, - "Agilex_Split_Aloha_take_out_a_pen_from_the_pen_holder": { - "downloads": 36681 + "downloads": 36743, + "likes": 0 }, "RMC-AIDA-L_place_the_fruits_repeatedly": { - "downloads": 36602 + "downloads": 36603, + "likes": 0 + }, + "AI2_Alphabot_2_clink_glasses": { + "downloads": 36412, + "likes": 0 }, "RMC-AIDA-L_storage_bin_storage": { - "downloads": 36406 + "downloads": 36407, + "likes": 0 }, "leju_robot_hotel_services_c": { - "downloads": 36130 + "downloads": 36131, + "likes": 0 }, - "Agilex_Cobot_Magic_basket_storage_bread": { - "downloads": 35944 + "Agilex_Cobot_Magic_zip_up_the_document_bag": { + "downloads": 35869, + "likes": 0 }, - "Agilex_Cobot_Magic_make_sandwiche": { - "downloads": 35583 + "Agilex_Cobot_Magic_scoop_coffee_beans": { + "downloads": 35609, + "likes": 0 }, - "AgiBot-g1_picks_up_parts_a": { - "downloads": 35024 + "AgiBot-g1_battery_storage_b": { + "downloads": 35566, + "likes": 0 }, - "AI2_Alphabot_2_stir_spoon": { - "downloads": 34891 + "AI2_Alphabot_2_heat_test_tube": { + "downloads": 35050, + "likes": 0 + }, + "Agilex_Split_Aloha_classification_of_fruits_and_vegetables_a": { + "downloads": 34863, + "likes": 0 }, "RMC-AIDA-L_place_towel": { - "downloads": 34451 + "downloads": 34452, + "likes": 0 }, "leju_robot_pass_the_cleaner_c": { - "downloads": 34361 + "downloads": 34362, + "likes": 0 }, - "AI2_Alphabot_2_sort_warehouse": { - "downloads": 33490 + "Agilex_Split_Aloha_classification_of_fruits_and_vegetables": { + "downloads": 34213, + "likes": 0 }, - "AI2_Alphabot_2_insert_straw": { - "downloads": 33489 + "Agilex_Cobot_Magic_stir_coffee": { + "downloads": 34203, + "likes": 0 }, - "leju_robot_hotel_services_ad": { - "downloads": 33486 + "Agilex_Cobot_Magic_plate_storage": { + "downloads": 34050, + "likes": 0 }, - "AgiBot-g1_battery_storage_b": { - "downloads": 33440 + "AI2_Alphabot_2_organize_pencil_holder": { + "downloads": 33639, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel_brown": { + "downloads": 33487, + "likes": 0 + }, + "leju_robot_hotel_services_ad": { + "downloads": 33487, + "likes": 0 }, "leju_robot_hotel_services_a": { - "downloads": 33324 + "downloads": 33325, + "likes": 0 }, "leju_robot_hotel_services_e": { - "downloads": 33190 + "downloads": 33191, + "likes": 0 + }, + "AI2_Alphabot_2_place_Tapes": { + "downloads": 32908, + "likes": 0 }, "leju_robot_hotel_services_d": { - "downloads": 32697 + "downloads": 32698, + "likes": 0 }, - "AI2_Alphabot_2_arrange_teaset": { - "downloads": 32673 + "AI2_Alphabot_2_pour_water": { + "downloads": 32422, + "likes": 0 }, - "AI2_Alphabot_2_clink_glasses": { - "downloads": 32445 + "AI2_Alphabot_2_organize_cosmetics": { + "downloads": 32310, + "likes": 0 }, - "Agilex_Split_Aloha_classification_of_fruits_and_vegetables_a": { - "downloads": 32435 + "AI2_Alphabot_2_stack_cups": { + "downloads": 32188, + "likes": 0 }, - "Agilex_Split_Aloha_classification_of_fruits_and_vegetables": { - "downloads": 31777 + "Agilex_Split_Aloha_place_the_test_tube": { + "downloads": 31502, + "likes": 0 }, "leju_robot_pass_the_cleaner_d": { - "downloads": 31166 + "downloads": 31167, + "likes": 0 }, "leju_robot_hotel_services_ae": { - "downloads": 31118 + "downloads": 31119, + "likes": 0 }, "leju_robot_hotel_services_ab": { - "downloads": 31112 - }, - "AI2_Alphabot_2_heat_test_tube": { - "downloads": 30973 + "downloads": 31113, + "likes": 0 }, "leju_robot_pass_the_cleaner_b": { - "downloads": 30954 + "downloads": 30955, + "likes": 0 + }, + "Agilex_Cobot_Magic_seal_bag": { + "downloads": 30787, + "likes": 0 }, "leju_robot_hotel_services_af": { - "downloads": 30771 + "downloads": 30772, + "likes": 0 }, "Tianqin_A2_container_storage_graphics_card": { - "downloads": 30649 + "downloads": 30650, + "likes": 0 }, - "leju_robot_hotel_services_ac": { - "downloads": 30438 + "AI2_Alphabot_2_shake_bottle": { + "downloads": 30535, + "likes": 0 }, - "Agilex_Cobot_Magic_fold_towel_brown": { - "downloads": 30350 + "G1edu-u3_stack_bowls": { + "downloads": 30440, + "likes": 0 + }, + "leju_robot_hotel_services_ac": { + "downloads": 30439, + "likes": 0 }, "leju_robot_box_storage_parcel_h": { - "downloads": 30308 + "downloads": 30309, + "likes": 0 }, "leju_robot_pass_the_cleaner_e": { - "downloads": 30232 + "downloads": 30233, + "likes": 0 }, - "Agilex_Cobot_Magic_zip_up_the_document_bag": { - "downloads": 29889 + "AgiBot-g1_storage_item_b": { + "downloads": 29969, + "likes": 0 }, "leju_robot_hotel_services_ag": { - "downloads": 29844 - }, - "AI2_Alphabot_2_organize_pencil_holder": { - "downloads": 29682 + "downloads": 29845, + "likes": 0 }, - "Agilex_Cobot_Magic_scoop_coffee_beans": { - "downloads": 29590 + "Tianqin_A2_place_the_paper_box": { + "downloads": 29724, + "likes": 0 }, - "AI2_Alphabot_2_pour_water": { - "downloads": 29355 + "AIRBOT_MMK2_food_storage": { + "downloads": 29708, + "likes": 0 }, - "leju_robot_hotel_services_aa": { - "downloads": 28767 + "AI2_Alphabot_2_open_microwave": { + "downloads": 29697, + "likes": 0 }, - "Tianqin_A2_place_the_paper_box": { - "downloads": 28766 + "G1edu-u3_plate_storage_doll": { + "downloads": 29607, + "likes": 0 }, - "AI2_Alphabot_2_place_Tapes": { - "downloads": 28691 + "leju_robot_hotel_services_aa": { + "downloads": 28768, + "likes": 0 }, "leju_robot_box_storage_parcel_b": { - "downloads": 28633 - }, - "Agilex_Split_Aloha_place_the_test_tube": { - "downloads": 28562 + "downloads": 28634, + "likes": 0 }, "leju_robot_moving_parts_b": { - "downloads": 28226 - }, - "Agilex_Cobot_Magic_stir_coffee": { - "downloads": 28223 - }, - "AI2_Alphabot_2_organize_cosmetics": { - "downloads": 28202 + "downloads": 28227, + "likes": 0 }, "leju_robot_moving_parts_r": { - "downloads": 28156 + "downloads": 28157, + "likes": 0 }, "leju_robot_moving_parts_m": { - "downloads": 28128 - }, - "AI2_Alphabot_2_stack_cups": { - "downloads": 28119 - }, - "AgiBot-g1_storage_item_b": { - "downloads": 28034 + "downloads": 28129, + "likes": 0 }, - "Agilex_Cobot_Magic_plate_storage": { - "downloads": 28018 + "Agilex_Cobot_Magic_sweep_coffee_beans": { + "downloads": 27954, + "likes": 0 }, - "G1edu-u3_stack_bowls": { - "downloads": 27543 + "Agilex_Cobot_Magic_basket_storage_banana": { + "downloads": 27947, + "likes": 0 }, "Galbot_g1_steamer_storage_baozi_a": { - "downloads": 27433 - }, - "AI2_Alphabot_2_shake_bottle": { - "downloads": 26557 - }, - "G1edu-u3_plate_storage_doll": { - "downloads": 26474 + "downloads": 27434, + "likes": 0 }, - "AIRBOT_MMK2_food_storage": { - "downloads": 26241 + "Agilex_Cobot_Magic_basket_storage_long_bread": { + "downloads": 27136, + "likes": 0 }, - "Agilex_Cobot_Magic_seal_bag": { - "downloads": 25953 + "AgiBot-g1_box_storage_b": { + "downloads": 26998, + "likes": 0 }, - "AI2_Alphabot_2_open_microwave": { - "downloads": 25740 + "Agilex_Split_Aloha_open_the_shoebox": { + "downloads": 26202, + "likes": 0 }, "RMC-AIDA-L_get_water": { - "downloads": 25725 + "downloads": 25726, + "likes": 0 }, "RMC-AIDA-L_basket_storage_orange": { - "downloads": 25358 + "downloads": 25359, + "likes": 0 }, "leju_robot_box_storage_parcel": { - "downloads": 25339 - }, - "AgiBot-g1_box_storage_b": { - "downloads": 25243 - }, - "Agilex_Cobot_Magic_sweep_coffee_beans": { - "downloads": 25040 + "downloads": 25340, + "likes": 0 }, - "Agilex_Cobot_Magic_basket_storage_banana": { - "downloads": 23491 + "Agilex_Split_Aloha_clear_the_desktop": { + "downloads": 25303, + "likes": 0 }, - "Agilex_Cobot_Magic_basket_storage_long_bread": { - "downloads": 23364 + "Agilex_Cobot_Magic_connect_block": { + "downloads": 24802, + "likes": 0 }, "Galbot_g1_fold_clothe_b": { - "downloads": 23050 - }, - "Agilex_Split_Aloha_open_the_shoebox": { - "downloads": 22572 + "downloads": 24781, + "likes": 0 }, "AIRBOT_MMK2_place_the_cake": { - "downloads": 22204 + "downloads": 24721, + "likes": 0 }, - "Agilex_Split_Aloha_clear_the_desktop": { - "downloads": 21745 + "Galaxea_R1_Lite_classify_object_green_tablecloth": { + "downloads": 24350, + "likes": 0 }, - "Airbot_MMK2_push_away_book": { - "downloads": 21734 + "Agilex_Split_Aloha_close_book": { + "downloads": 24338, + "likes": 0 }, - "Airbot_MMK2_open_lid": { - "downloads": 21528 + "Airbot_MMK2_push_away_book": { + "downloads": 24215, + "likes": 0 }, - "AgiBot-g1_mobile_accessory_storage_box_a": { - "downloads": 21505 + "Agilex_Cobot_Magic_wipe_the_table": { + "downloads": 23978, + "likes": 0 }, "Airbot_MMK2_storage_block": { - "downloads": 21190 - }, - "Agilex_Cobot_Magic_connect_block": { - "downloads": 21177 + "downloads": 23851, + "likes": 0 }, - "Agilex_Split_Aloha_close_book": { - "downloads": 20851 + "Airbot_MMK2_open_lid": { + "downloads": 23549, + "likes": 0 }, - "G1edu-u3_food_storage": { - "downloads": 20777 + "AgiBot-g1_mobile_accessory_storage_box_a": { + "downloads": 22990, + "likes": 0 }, "Airbot_MMK2_storage_egg_yellow_box": { - "downloads": 20346 - }, - "Agilex_Cobot_Magic_wipe_the_table": { - "downloads": 20314 + "downloads": 22877, + "likes": 0 }, - "Galaxea_R1_Lite_classify_object_green_tablecloth": { - "downloads": 19799 + "AI2_Alphabot_2_stir_water": { + "downloads": 22807, + "likes": 0 }, "AI2_Alphabot_2_sort_angle_iron": { - "downloads": 19767 + "downloads": 22754, + "likes": 0 }, - "AI2_Alphabot_2_stir_water": { - "downloads": 19556 + "Galaxea_R1_Lite_mix_color_small_test_tube": { + "downloads": 22668, + "likes": 0 + }, + "G1edu-u3_food_storage": { + "downloads": 22358, + "likes": 0 }, "AIRBOT_MMK2_building_block_storage": { - "downloads": 19537 + "downloads": 22004, + "likes": 0 + }, + "Agilex_Cobot_Magic_heat_sandwich": { + "downloads": 21811, + "likes": 0 }, "Airbot_MMK2_close_lid": { - "downloads": 19377 + "downloads": 21808, + "likes": 0 }, - "Agilex_Cobot_Magic_heat_sandwich": { - "downloads": 19362 + "Airbot_MMK2_storage_book": { + "downloads": 21529, + "likes": 0 }, "AIRBOT_MMK2_toy_storage": { - "downloads": 19200 + "downloads": 21217, + "likes": 0 }, - "Airbot_MMK2_storage_book": { - "downloads": 19118 + "Airbot_MMK2_stack_block": { + "downloads": 20934, + "likes": 0 + }, + "AIRBOT_MMK2_take_down_umbrella_and_mineral_water": { + "downloads": 20620, + "likes": 0 + }, + "Galaxea_R1_Lite_classify_object_three": { + "downloads": 20236, + "likes": 0 }, "AgiBot-g1_tool_storage": { - "downloads": 18694 + "downloads": 19927, + "likes": 0 }, - "Galaxea_R1_Lite_mix_color_small_test_tube": { - "downloads": 18539 + "AI2_Alphabot_2_insert_hose_into_hole": { + "downloads": 19590, + "likes": 0 }, - "Airbot_MMK2_stack_block": { - "downloads": 18533 + "Galaxea_R1_Lite_classify_object_five": { + "downloads": 19498, + "likes": 0 }, - "AIRBOT_MMK2_take_down_umbrella_and_mineral_water": { - "downloads": 18473 + "AIRBOT_MMK2_stacking_blocks": { + "downloads": 19440, + "likes": 0 }, "AgiBot-g1_remove_the_accessory": { - "downloads": 17906 + "downloads": 19157, + "likes": 0 + }, + "Agilex_Cobot_Magic_wipe_table": { + "downloads": 19060, + "likes": 0 + }, + "Agilex_Split_Aloha_fold_the_towel": { + "downloads": 19047, + "likes": 0 + }, + "Galaxea_R1_Lite_classify_object_four": { + "downloads": 18993, + "likes": 0 + }, + "AgiBot-g1_mobile_accessory_storage_box_f": { + "downloads": 18627, + "likes": 0 + }, + "G1edu-u3_bowl_storage_grape_singletry": { + "downloads": 18249, + "likes": 0 + }, + "G1edu-u3_basket_storage_apple_b": { + "downloads": 18146, + "likes": 0 }, "Galbot_g1_steamer_storage_baozi_c": { - "downloads": 17880 + "downloads": 17881, + "likes": 0 + }, + "AgiBot-g1_right_capture_part": { + "downloads": 17767, + "likes": 0 + }, + "Agilex_Split_Aloha_movethe_position_of_the_bluetooth": { + "downloads": 17737, + "likes": 0 }, "R1_Lite_take_and_put_away_garden_stuff_a": { - "downloads": 17670 + "downloads": 17671, + "likes": 0 }, - "Agilex_Split_Aloha_fold_the_towel": { - "downloads": 17603 + "Agilex_Split_Aloha_close_button": { + "downloads": 17633, + "likes": 0 }, "leju_robot_moving_parts_h": { - "downloads": 17547 + "downloads": 17548, + "likes": 0 }, - "AgiBot-g1_mobile_accessory_storage_box_f": { - "downloads": 17376 + "AI2_Alphabot_2_shake_test_tube_1": { + "downloads": 17451, + "likes": 0 }, "R1_Lite_put_the_tableware_into_the_cupboard": { - "downloads": 17327 - }, - "AIRBOT_MMK2_stacking_blocks": { - "downloads": 17283 + "downloads": 17328, + "likes": 0 }, "R1_Lite_wash_the_tableware": { - "downloads": 17128 + "downloads": 17129, + "likes": 0 }, "leju_robot_moving_parts_g": { - "downloads": 17114 + "downloads": 17115, + "likes": 0 + }, + "AgiBot-g1_battery_storage_c": { + "downloads": 17054, + "likes": 0 }, "leju_robot_moving_parts_i": { - "downloads": 16973 + "downloads": 16974, + "likes": 0 }, "R1_Lite_drawer_storage_hair_dryer": { - "downloads": 16971 + "downloads": 16972, + "likes": 0 }, "leju_robot_moving_parts_j": { - "downloads": 16934 + "downloads": 16935, + "likes": 0 }, - "AgiBot-g1_right_capture_part": { - "downloads": 16714 + "AgiBot-g1_mobile_accessory_storage_box_e": { + "downloads": 16767, + "likes": 0 }, - "leju_robot_hotel_services_b": { - "downloads": 16692 + "Airbot_MMK2_slide_block_onto_post": { + "downloads": 16723, + "likes": 0 }, - "Agilex_Cobot_Magic_wipe_table": { - "downloads": 16620 + "leju_robot_hotel_services_b": { + "downloads": 16693, + "likes": 0 }, - "G1edu-u3_bowl_storage_grape_singletry": { - "downloads": 16308 + "AgiBot-g1_robotic_arm_picks_up_battery": { + "downloads": 16628, + "likes": 0 }, - "Galaxea_R1_Lite_classify_object_three": { - "downloads": 16239 + "AgiBot-g1_box_storage_e": { + "downloads": 16418, + "likes": 0 }, - "G1edu-u3_basket_storage_apple_b": { - "downloads": 16189 + "Airbot_MMK2_slide_block": { + "downloads": 15891, + "likes": 0 }, - "AgiBot-g1_battery_storage_c": { - "downloads": 16001 + "G1edu-u3_pullBowl_storage_bread_unordered_a": { + "downloads": 15834, + "likes": 0 }, "R1_Lite_put_on_a_garbage_bag": { - "downloads": 15788 - }, - "AgiBot-g1_mobile_accessory_storage_box_e": { - "downloads": 15641 + "downloads": 15789, + "likes": 0 }, - "AgiBot-g1_robotic_arm_picks_up_battery": { - "downloads": 15593 + "AI2_Alphabot_2_pick_thermometer": { + "downloads": 15714, + "likes": 0 }, - "R1_Lite_catch_the_water": { - "downloads": 15554 + "G1edu-u3_pullBowl_storage_bread_b": { + "downloads": 15594, + "likes": 0 }, - "Galaxea_R1_Lite_classify_object_five": { - "downloads": 15541 + "AgiBot-g1_robotic_arm_picks_up_parts": { + "downloads": 15571, + "likes": 0 }, - "AgiBot-g1_box_storage_e": { - "downloads": 15347 + "R1_Lite_catch_the_water": { + "downloads": 15555, + "likes": 0 }, - "Agilex_Split_Aloha_movethe_position_of_the_bluetooth": { - "downloads": 15319 + "Agilex_Cobot_Magic_classify_objects_six": { + "downloads": 15303, + "likes": 0 }, "RMC-AIDA-L_box_up_down": { - "downloads": 15167 + "downloads": 15168, + "likes": 0 }, - "Galaxea_R1_Lite_classify_object_four": { - "downloads": 15116 + "Agilex_Cobot_Magic_organize_test_tube": { + "downloads": 15123, + "likes": 0 }, - "Agilex_Split_Aloha_close_button": { - "downloads": 15068 + "AI2_Alphabot_2_pick_test_tube": { + "downloads": 14996, + "likes": 0 + }, + "G1edu-u3_pullBowl_storage_bread_unordered_b": { + "downloads": 14994, + "likes": 0 }, "R1_Lite_dispose_of_leftover_food": { - "downloads": 14949 + "downloads": 14950, + "likes": 0 }, - "Airbot_MMK2_slide_block_onto_post": { - "downloads": 14804 + "G1edu-u3_pullBowl_storage_bread_unordered_C": { + "downloads": 14931, + "likes": 0 }, - "AgiBot-g1_robotic_arm_picks_up_parts": { - "downloads": 14590 + "Agilex_Cobot_Magic_move_object_beige_tablecloth": { + "downloads": 14893, + "likes": 0 }, - "G1edu-u3_pullBowl_storage_bread_unordered_a": { - "downloads": 14301 + "Agilex_Cobot_Magic_fold_towel_tray_twice": { + "downloads": 14858, + "likes": 0 }, - "Airbot_MMK2_slide_block": { - "downloads": 14132 + "Agilex_Cobot_Magic_storage_object_red_tablecloth": { + "downloads": 14682, + "likes": 0 }, - "G1edu-u3_pullBowl_storage_bread_b": { - "downloads": 14085 + "Airbot_MMK2_storage_electronics_yellow_baket": { + "downloads": 14651, + "likes": 0 + }, + "Airbot_MMK2_stack_cubic_block": { + "downloads": 14625, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel_blue": { + "downloads": 14624, + "likes": 0 + }, + "G1edu-u3_pullBowl_storage_bread_a": { + "downloads": 14390, + "likes": 0 + }, + "Agilex_Cobot_Magic_pour_drink_bottle_cup_cup": { + "downloads": 14303, + "likes": 0 + }, + "Agilex_Cobot_Magic_pour_water_bottle_cup_cup": { + "downloads": 14291, + "likes": 0 + }, + "Agilex_Cobot_Magic_classify_objects_eight": { + "downloads": 14133, + "likes": 0 }, "R1_Lite_open_and_close_microwave_oven": { - "downloads": 14038 + "downloads": 14039, + "likes": 0 }, "R1_Lite_tidy_up_toiletries": { - "downloads": 13991 + "downloads": 13991, + "likes": 0 + }, + "Agilex_Cobot_Magic_pour_drink_bottle_cup": { + "downloads": 13973, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_fruit_basket": { + "downloads": 13960, + "likes": 0 + }, + "AIRBOT_MMK2_storage_for_building_blocks_and_beauty_sponges": { + "downloads": 13907, + "likes": 0 + }, + "AIRBOT_MMK2_mobile_calculator_box": { + "downloads": 13907, + "likes": 0 + }, + "Airbot_MMK2_storage_cup": { + "downloads": 13797, + "likes": 0 }, "leju_robot_box_storage_parcel_j": { - "downloads": 13741 + "downloads": 13742, + "likes": 0 }, - "leju_robot_hotel_services_f": { - "downloads": 13678 + "Airbot_MMK2_turn_page": { + "downloads": 13715, + "likes": 0 }, - "AI2_Alphabot_2_pick_thermometer": { - "downloads": 13636 + "leju_robot_hotel_services_f": { + "downloads": 13679, + "likes": 0 }, "alpha_bot_2_stack_building_blocks": { - "downloads": 13561 + "downloads": 13562, + "likes": 0 }, - "R1_Lite_take_clothes_out_of_the_washing_machine": { - "downloads": 13536 + "Agilex_Cobot_Magic_move_object_red_tablecloth": { + "downloads": 13549, + "likes": 0 }, - "G1edu-u3_pullBowl_storage_bread_unordered_b": { - "downloads": 13445 + "R1_Lite_take_clothes_out_of_the_washing_machine": { + "downloads": 13537, + "likes": 0 }, - "AI2_Alphabot_2_shake_test_tube_1": { - "downloads": 13422 + "Airbot_MMK2_push_plunger": { + "downloads": 13499, + "likes": 0 }, "R1_Lite_take_and_place_the_portable_power_bank": { - "downloads": 13393 + "downloads": 13394, + "likes": 0 }, - "G1edu-u3_pullBowl_storage_bread_unordered_C": { - "downloads": 13382 + "Agilex_Cobot_Magic_close_drawer_upper": { + "downloads": 13383, + "likes": 0 }, "R1_Lite_fold_clothes": { - "downloads": 13350 + "downloads": 13351, + "likes": 0 }, "leju_robot_hotel_services_i": { - "downloads": 13333 + "downloads": 13334, + "likes": 0 }, - "Airbot_MMK2_storage_electronics_yellow_baket": { - "downloads": 13236 + "Agilex_Cobot_Magic_pour_water_middle_cup": { + "downloads": 13308, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_object_black_tablecloth": { + "downloads": 13287, + "likes": 0 + }, + "Airbot_MMK2_rotate_cube_face": { + "downloads": 13250, + "likes": 0 + }, + "AIRBOT_MMK2_bowl_storage_pepper": { + "downloads": 13242, + "likes": 0 + }, + "R1_Lite_put_slippers_into_floor_standing_shoe_cabinet": { + "downloads": 13205, + "likes": 0 }, "R1_Lite_make_a_landline_call": { - "downloads": 13146 + "downloads": 13147, + "likes": 0 }, "R1_Lite_take_and_put_away_items": { - "downloads": 13124 - }, - "Agilex_Cobot_Magic_fold_towel_blue": { - "downloads": 13115 + "downloads": 13125, + "likes": 0 }, "R1_Lite_hang_clothes": { - "downloads": 13083 - }, - "AI2_Alphabot_2_pick_test_tube": { - "downloads": 13001 + "downloads": 13084, + "likes": 0 }, - "Airbot_MMK2_stack_cubic_block": { - "downloads": 12976 + "AIRBOT_MMK2_push_building_blocks": { + "downloads": 13061, + "likes": 0 }, - "G1edu-u3_pullBowl_storage_bread_a": { - "downloads": 12937 + "Agilex_Cobot_Magic_move_object_green_tablecloth": { + "downloads": 13012, + "likes": 0 }, "leju_robot_box_storage_parcel_i": { - "downloads": 12896 - }, - "Agilex_Cobot_Magic_classify_objects_six": { - "downloads": 12872 + "downloads": 12897, + "likes": 0 }, "R1_Lite_storage_of_toiletries": { - "downloads": 12815 - }, - "Agilex_Cobot_Magic_organize_test_tube": { - "downloads": 12716 + "downloads": 12816, + "likes": 0 }, - "R1_Lite_put_slippers_into_floor_standing_shoe_cabinet": { - "downloads": 12693 + "R1_Lite_stack_baskets": { + "downloads": 12588, + "likes": 0 }, "R1_Lite_switch_labels": { - "downloads": 12571 + "downloads": 12572, + "likes": 0 }, "R1_Lite_throw_out_the_trash": { - "downloads": 12544 - }, - "Agilex_Cobot_Magic_classify_objects_eight": { - "downloads": 12528 + "downloads": 12545, + "likes": 0 }, - "Agilex_Cobot_Magic_fold_towel_tray_twice": { - "downloads": 12475 + "Agilex_Cobot_Magic_fold_towel_purple": { + "downloads": 12545, + "likes": 0 }, "R1_Lite_connect_the_router_cable": { - "downloads": 12475 - }, - "Agilex_Cobot_Magic_move_object_beige_tablecloth": { - "downloads": 12462 + "downloads": 12476, + "likes": 0 }, - "leju_robot_box_storage_parcel_d": { - "downloads": 12399 + "AIRBOT_MMK2_boxs_storage": { + "downloads": 12455, + "likes": 0 }, - "alpha_bot_2_recover_after_touching_an_obstacle": { - "downloads": 12396 + "Galaxea_R1_Lite_mix_color_large_test_tube": { + "downloads": 12418, + "likes": 0 }, - "Airbot_MMK2_storage_cup": { - "downloads": 12382 + "R1_Lite_clean_the_sink": { + "downloads": 12411, + "likes": 0 }, - "AIRBOT_MMK2_storage_for_building_blocks_and_beauty_sponges": { - "downloads": 12380 + "leju_robot_box_storage_parcel_d": { + "downloads": 12400, + "likes": 0 }, - "AIRBOT_MMK2_mobile_calculator_box": { - "downloads": 12380 + "alpha_bot_2_recover_after_touching_an_obstacle": { + "downloads": 12397, + "likes": 0 }, "R1_Lite_pick_up_and_store_items": { - "downloads": 12297 + "downloads": 12298, + "likes": 0 }, "R1_Lite_place_the_dress_shirt_on_the_hanger": { - "downloads": 12277 + "downloads": 12278, + "likes": 0 }, - "Agilex_Cobot_Magic_storage_object_red_tablecloth": { - "downloads": 12239 + "AI2_Alphabot_2_tidy_countertop": { + "downloads": 12274, + "likes": 0 }, "R1_Lite_tableware_cleaning": { - "downloads": 12220 - }, - "Airbot_MMK2_turn_page": { - "downloads": 12196 + "downloads": 12221, + "likes": 0 }, "R1_Lite_make_tea": { - "downloads": 12141 - }, - "R1_Lite_stack_baskets": { - "downloads": 12068 + "downloads": 12142, + "likes": 0 }, "R1_Lite_open_and_close_nightstand_door": { - "downloads": 12054 + "downloads": 12055, + "likes": 0 }, - "leju_robot_hotel_services_h": { - "downloads": 12003 + "R1_Lite_peach_storage": { + "downloads": 12020, + "likes": 0 }, - "Airbot_MMK2_push_plunger": { - "downloads": 12000 + "leju_robot_hotel_services_h": { + "downloads": 12004, + "likes": 0 }, "R1_Lite_take_or_store_plates": { - "downloads": 11969 + "downloads": 11970, + "likes": 0 }, "R1_Lite_opening_and_closing_aalcony_sliding_doors": { - "downloads": 11945 + "downloads": 11946, + "likes": 0 }, "R1_Lite_clean_toilet": { - "downloads": 11921 - }, - "R1_Lite_clean_the_sink": { - "downloads": 11917 - }, - "Agilex_Cobot_Magic_pour_water_bottle_cup_cup": { - "downloads": 11872 - }, - "Agilex_Cobot_Magic_pour_drink_bottle_cup_cup": { - "downloads": 11860 + "downloads": 11922, + "likes": 0 }, "R1_Lite_open_and_close_curtains": { - "downloads": 11828 + "downloads": 11829, + "likes": 0 }, "R1_Lite_tea_service_table_setting": { - "downloads": 11801 - }, - "Airbot_MMK2_rotate_cube_face": { - "downloads": 11771 - }, - "AIRBOT_MMK2_bowl_storage_pepper": { - "downloads": 11715 + "downloads": 11802, + "likes": 0 }, "Leju_Kuavo_4_hotel_services": { - "downloads": 11704 - }, - "Agilex_Cobot_Magic_move_object_black_tablecloth": { - "downloads": 11658 - }, - "AIRBOT_MMK2_push_building_blocks": { - "downloads": 11644 + "downloads": 11705, + "likes": 0 }, - "Agilex_Cobot_Magic_pour_drink_bottle_cup": { - "downloads": 11590 + "Galaxea_R1_Lite_pour_powder_marble_bar_counter": { + "downloads": 11663, + "likes": 0 }, - "Agilex_Cobot_Magic_storage_fruit_basket": { - "downloads": 11529 + "R1_Lite_put_the_shoes_into_the_shoe_box": { + "downloads": 11526, + "likes": 0 }, "R1_Lite_washing_board": { - "downloads": 11465 + "downloads": 11465, + "likes": 0 }, "R1_Lite_make_the_bed": { - "downloads": 11457 + "downloads": 11458, + "likes": 0 }, - "R1_Lite_peach_storage": { - "downloads": 11455 + "AgiBot-g1_mobile_accessory_storage_box_c": { + "downloads": 11380, + "likes": 0 }, - "Agilex_Cobot_Magic_move_object_green_tablecloth": { - "downloads": 11407 + "AgiBot-g1_box_storage_c": { + "downloads": 11340, + "likes": 0 }, - "Agilex_Cobot_Magic_close_drawer_upper": { - "downloads": 11264 + "Galaxea_R1_Lite_storage_object_yellow_basket": { + "downloads": 11267, + "likes": 0 + }, + "AgiBot-g1_box_storage_tool": { + "downloads": 11265, + "likes": 0 }, "R1_Lite_take_and_put_the_bowl": { - "downloads": 11251 + "downloads": 11252, + "likes": 0 + }, + "Galaxea_R1_Lite_storage_object_brown_bowl": { + "downloads": 11198, + "likes": 0 + }, + "Galaxea_R1_Lite_storage_object_blue_plate": { + "downloads": 11192, + "likes": 0 }, "leju_robot_moving_parts_u": { - "downloads": 11177 + "downloads": 11178, + "likes": 0 }, "R1_Lite_plug_the_socket": { - "downloads": 11165 + "downloads": 11166, + "likes": 0 }, - "Agilex_Cobot_Magic_move_object_red_tablecloth": { - "downloads": 11130 + "Galaxea_R1_Lite_storage_object_brown_basket": { + "downloads": 11161, + "likes": 0 }, - "Agilex_Cobot_Magic_fold_towel_purple": { - "downloads": 11116 + "Galaxea_R1_Lite_storage_object_gray_plate": { + "downloads": 11152, + "likes": 0 }, - "R1_Lite_put_the_shoes_into_the_shoe_box": { - "downloads": 11088 + "R1_Lite_cover_the_pot_lid": { + "downloads": 11092, + "likes": 0 }, - "AIRBOT_MMK2_boxs_storage": { - "downloads": 11048 + "Airbot_MMK2_take_drink": { + "downloads": 11065, + "likes": 0 }, "R1_Lite_open_and_close_the_freezer_door": { - "downloads": 11000 - }, - "Agilex_Cobot_Magic_pour_water_middle_cup": { - "downloads": 10961 - }, - "R1_Lite_cover_the_pot_lid": { - "downloads": 10678 - }, - "R1_Lite_clean_the_floor": { - "downloads": 10653 + "downloads": 11001, + "likes": 0 }, - "AgiBot-g1_mobile_accessory_storage_box_c": { - "downloads": 10633 + "Galaxea_R1_Lite_storage_object_white_box": { + "downloads": 10982, + "likes": 0 }, - "AgiBot-g1_box_storage_c": { - "downloads": 10611 + "Galaxea_R1_Lite_storage_object_pink_bowl": { + "downloads": 10951, + "likes": 0 }, - "alpha_bot_2_press_the_button_a": { - "downloads": 10503 + "Agilex_Split_Aloha_mobile_cube_blackboard": { + "downloads": 10908, + "likes": 0 }, - "AgiBot-g1_box_storage_tool": { - "downloads": 10446 + "Galaxea_R1_Lite_storage_object_brown_plate": { + "downloads": 10844, + "likes": 0 }, - "R1_Lite_sliding_chair": { - "downloads": 10436 + "Galaxea_R1_Lite_storage_object_dish": { + "downloads": 10815, + "likes": 0 }, "Realman_RMC_AIDA_L_fold_towel": { - "downloads": 10260 - }, - "Galaxea_R1_Lite_mix_color_large_test_tube": { - "downloads": 9941 - }, - "Leju_Kuavo_4_sensor_card_swiping_8": { - "downloads": 9911 - }, - "R1_Lite_cook_a_meal": { - "downloads": 9897 + "downloads": 10755, + "likes": 0 }, - "Airbot_MMK2_take_drink": { - "downloads": 9836 + "Galaxea_R1_Lite_toggle_drawer_red": { + "downloads": 10691, + "likes": 0 }, - "AI2_Alphabot_2_insert_hose_into_hole": { - "downloads": 9803 + "Galaxea_R1_Lite_pour_water_black_tablecloth": { + "downloads": 10670, + "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_15": { - "downloads": 9751 + "R1_Lite_clean_the_floor": { + "downloads": 10654, + "likes": 0 }, - "R1_Lite_wipe_the_table": { - "downloads": 9707 + "Galaxea_R1_Lite_pour_liquid_mrable_bar_counter": { + "downloads": 10647, + "likes": 0 }, - "Agilex_Split_Aloha_mobile_cube_blackboard": { - "downloads": 9666 + "Galaxea_R1_Lite_classify_object_six": { + "downloads": 10608, + "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_7": { - "downloads": 9588 + "Galaxea_R1_Lite_toggle_drawer_yellow": { + "downloads": 10582, + "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_2": { - "downloads": 9588 + "Galaxea_R1_Lite_mix_red_yellow_right": { + "downloads": 10569, + "likes": 0 }, - "R1_Lite_open_and_close_nightstand_drawer": { - "downloads": 9328 + "alpha_bot_2_press_the_button_a": { + "downloads": 10504, + "likes": 0 }, - "Galaxea_R1_Lite_pour_powder_marble_bar_counter": { - "downloads": 9092 + "R1_Lite_sliding_chair": { + "downloads": 10437, + "likes": 0 }, - "Realman_RMC_AIDA_L_storage_peach_drawer": { - "downloads": 8989 + "Galaxea_R1_Lite_mix_red_yellow_left_large_test_tube": { + "downloads": 10349, + "likes": 0 }, - "Realman_RMC_AIDA_L_storage_peach_box": { - "downloads": 8908 + "R1_Lite_wipe_the_table": { + "downloads": 10149, + "likes": 0 }, "Agilex_Split_Aloha_place_square_pyramid": { - "downloads": 8901 - }, - "R1_Lite_garbage_disposal": { - "downloads": 8870 + "downloads": 10131, + "likes": 0 }, "Agilex_Split_Aloha_fold_towel_a": { - "downloads": 8772 + "downloads": 9966, + "likes": 0 }, - "R1_Lite_open_the_food_pan": { - "downloads": 8720 + "AI2_Alphabot_2_package_fruit_2": { + "downloads": 9961, + "likes": 0 }, - "Airbot_MMK2_cut_scallion": { - "downloads": 8677 + "Leju_Kuavo_4_sensor_card_swiping_8": { + "downloads": 9912, + "likes": 0 }, - "R1_Lite_boil_water_in_a_kettle": { - "downloads": 8674 + "R1_Lite_cook_a_meal": { + "downloads": 9898, + "likes": 0 }, - "Galaxea_R1_Lite_storage_object_yellow_basket": { - "downloads": 8645 + "AI2_Alphabot_2_store_toys_2": { + "downloads": 9768, + "likes": 0 }, - "Realman_RMC_AIDA_L_storage_towel_basket": { - "downloads": 8635 + "Leju_Kuavo_4_sensor_card_swiping_15": { + "downloads": 9752, + "likes": 0 }, - "Galaxea_R1_Lite_storage_object_brown_bowl": { - "downloads": 8599 + "Agilex_Split_Aloha_move_the_cup": { + "downloads": 9735, + "likes": 0 }, - "AgiBot-g1_mobile_accessory_storage_box_d": { - "downloads": 8593 + "AI2_Alphabot_2_store_toys": { + "downloads": 9728, + "likes": 0 }, - "Galbot_g1_steamer_storage_baozi_f": { - "downloads": 8578 + "Airbot_MMK2_cut_scallion": { + "downloads": 9676, + "likes": 0 }, - "Galaxea_R1_Lite_storage_object_blue_plate": { - "downloads": 8571 + "Leju_Kuavo_4_sensor_card_swiping_7": { + "downloads": 9589, + "likes": 0 }, - "Galaxea_R1_Lite_storage_object_brown_basket": { - "downloads": 8540 + "Leju_Kuavo_4_sensor_card_swiping_2": { + "downloads": 9589, + "likes": 0 }, - "Galaxea_R1_Lite_storage_object_gray_plate": { - "downloads": 8531 + "Agilex_Split_Aloha_plate_storage_apple": { + "downloads": 9545, + "likes": 0 }, - "Agilex_Split_Aloha_move_the_cup": { - "downloads": 8493 + "Agilex_Split_Aloha_move_the_ball_interference": { + "downloads": 9498, + "likes": 0 }, - "alpha_bot_2_pass_the_sandbag": { - "downloads": 8488 + "Agilex_Split_Aloha_move_the_ball": { + "downloads": 9490, + "likes": 0 }, - "Airbot_MMK2_remove_pen_cap": { - "downloads": 8406 + "Realman_RMC_AIDA_L_storage_peach_drawer": { + "downloads": 9484, + "likes": 0 }, - "Galaxea_R1_Lite_classify_object_six": { - "downloads": 8372 + "Agilex_Split_Aloha_move_the_ball_and_the_cube_block": { + "downloads": 9473, + "likes": 0 }, - "Galaxea_R1_Lite_storage_object_white_box": { - "downloads": 8361 + "Agilex_Split_Aloha_move_the_bread": { + "downloads": 9464, + "likes": 0 }, - "Airbot_MMK2_storage_penguin_doll_tiger_doll": { - "downloads": 8357 + "Airbot_MMK2_remove_pen_cap": { + "downloads": 9435, + "likes": 0 }, - "Airbot_MMK2_take_egg": { - "downloads": 8355 + "Realman_RMC_AIDA_L_storage_peach_box": { + "downloads": 9395, + "likes": 0 }, - "Galaxea_R1_Lite_storage_object_pink_bowl": { - "downloads": 8330 + "Airbot_MMK2_take_egg": { + "downloads": 9394, + "likes": 0 }, - "Galaxea_R1_Lite_mix_red_yellow_left_large_test_tub": { - "downloads": 8288 + "Airbot_MMK2_storage_penguin_doll_tiger_doll": { + "downloads": 9386, + "likes": 0 }, - "Agilex_Split_Aloha_plate_storage_apple": { - "downloads": 8267 + "R1_Lite_open_and_close_nightstand_drawer": { + "downloads": 9329, + "likes": 0 }, - "Agilex_Split_Aloha_move_the_ball_interference": { - "downloads": 8256 + "Agilex_Split_Aloha_move_beverage": { + "downloads": 9307, + "likes": 0 }, "Airbot_MMK2_click_pen": { - "downloads": 8255 - }, - "Agilex_Split_Aloha_move_the_ball_and_the_cube_block": { - "downloads": 8252 + "downloads": 9284, + "likes": 0 }, - "Agilex_Split_Aloha_move_the_ball": { - "downloads": 8248 + "Agilex_Split_Aloha_plate_storage_bread": { + "downloads": 9264, + "likes": 0 }, "Airbot_MMK2_open_door_right": { - "downloads": 8237 - }, - "Agilex_Split_Aloha_move_the_bread": { - "downloads": 8234 - }, - "Galaxea_R1_Lite_storage_object_brown_plate": { - "downloads": 8223 + "downloads": 9246, + "likes": 0 }, - "Galaxea_R1_Lite_storage_object_dish": { - "downloads": 8219 + "R1_Lite_garbage_disposal": { + "downloads": 9208, + "likes": 0 }, - "AI2_Alphabot_2_tidy_countertop": { - "downloads": 8187 + "Agilex_Split_Aloha_mobile_cube": { + "downloads": 9203, + "likes": 0 }, "Airbot_MMK2_dial_number": { - "downloads": 8185 + "downloads": 9194, + "likes": 0 }, - "Galaxea_R1_Lite_pour_water_black_tablecloth": { - "downloads": 8149 + "Agilex_Split_Aloha_move_the_small_ball": { + "downloads": 9188, + "likes": 0 }, - "Airbot_MMK2_sweep_peaper": { - "downloads": 8129 + "AgiBot-g1_mobile_accessory_storage_box_d": { + "downloads": 9160, + "likes": 0 }, - "Galaxea_R1_Lite_toggle_drawer_red": { - "downloads": 8120 + "Agilex_Split_Aloha_move_plate": { + "downloads": 9155, + "likes": 0 }, - "alpha_bot_2_item_reversal": { - "downloads": 8089 + "Airbot_MMK2_sweep_peaper": { + "downloads": 9138, + "likes": 0 }, - "Galaxea_R1_Lite_toggle_drawer_yellow": { - "downloads": 8086 + "Realman_RMC_AIDA_L_storage_towel_basket": { + "downloads": 9122, + "likes": 0 }, - "Galaxea_R1_Lite_pour_liquid_mrable_bar_counter": { - "downloads": 8076 + "R1_Lite_open_the_food_pan": { + "downloads": 9110, + "likes": 0 }, - "Agilex_Split_Aloha_move_beverage": { - "downloads": 8065 + "Galaxea_R1_Lite_pour_solid_marble_bar_counter": { + "downloads": 9105, + "likes": 0 }, "Airbot_MMK2_doodled_line": { - "downloads": 8039 - }, - "Galaxea_R1_Lite_mix_red_yellow_right": { - "downloads": 8023 - }, - "Agilex_Split_Aloha_plate_storage_bread": { - "downloads": 8022 + "downloads": 9058, + "likes": 0 }, "Airbot_MMK2_stack_cup": { - "downloads": 8004 - }, - "alpha_bot_2_sticker": { - "downloads": 7998 + "downloads": 9023, + "likes": 0 }, - "Agilex_Split_Aloha_cube_reset": { - "downloads": 7991 + "R1_Lite_boil_water_in_a_kettle": { + "downloads": 8989, + "likes": 0 }, "Airbot_MMK2_pull_plunger": { - "downloads": 7988 + "downloads": 8987, + "likes": 0 }, "Airbot_MMK2_take_book": { - "downloads": 7974 - }, - "Agilex_Split_Aloha_mobile_cube": { - "downloads": 7973 - }, - "Agilex_Split_Aloha_move_the_small_ball": { - "downloads": 7946 - }, - "Agilex_Split_Aloha_move_plate": { - "downloads": 7919 - }, - "Airbot_MMK2_pick_up_and_place_tub": { - "downloads": 7910 + "downloads": 8983, + "likes": 0 }, "Agilex_Split_Aloha_pour_water_bottle": { - "downloads": 7837 - }, - "Airbot_MMK2_play_guitar": { - "downloads": 7811 + "downloads": 8983, + "likes": 0 }, "Agilex_Split_Aloha_move_the_plate": { - "downloads": 7728 - }, - "AIRBOT_MMK2_place_the_sponge_and_wet_wipes": { - "downloads": 7702 - }, - "Airbot_MMK2_move_cup_paper_box": { - "downloads": 7676 + "downloads": 8946, + "likes": 0 }, - "Leju_Kuavo_4_box_storage_parcel_4": { - "downloads": 7589 + "Airbot_MMK2_pick_up_and_place_tub": { + "downloads": 8919, + "likes": 0 }, - "Airbot_MMK2_move_cake": { - "downloads": 7577 + "Agilex_Split_Aloha_cube_reset": { + "downloads": 8803, + "likes": 0 }, - "G1edu-u3_plate_storage_rabbit_doll": { - "downloads": 7565 + "Agilex_Cobot_Magic_organize_desk_fail": { + "downloads": 8795, + "likes": 0 }, - "Airbot_MMK2_storage_mango_pomegranate": { - "downloads": 7560 + "Airbot_MMK2_play_guitar": { + "downloads": 8780, + "likes": 0 }, "Agilex_Cobot_Magic_fold_T_shirts": { - "downloads": 7525 - }, - "Airbot_MMK2_storage_shark_doll": { - "downloads": 7522 + "downloads": 8768, + "likes": 0 }, - "Airbot_MMK2_unplug": { - "downloads": 7476 + "Agilex_Cobot_Magic_move_mouse": { + "downloads": 8727, + "likes": 0 }, "Agilex_Split_Aloha_pushing_magnet": { - "downloads": 7460 + "downloads": 8702, + "likes": 0 }, - "R1_Lite_build_blocks": { - "downloads": 7436 + "Airbot_MMK2_move_cup_paper_box": { + "downloads": 8635, + "likes": 0 }, - "Airbot_MMK2_storage_cookie_toy_car": { - "downloads": 7357 + "AIRBOT_MMK2_place_the_sponge_and_wet_wipes": { + "downloads": 8629, + "likes": 0 }, - "Agilex_Cobot_Magic_organize_desk_fail": { - "downloads": 7348 + "Galbot_g1_steamer_storage_baozi_f": { + "downloads": 8579, + "likes": 0 }, - "Agilex_Cobot_Magic_move_mouse": { - "downloads": 7340 + "AI2_Alphabot_2_store_toys_5": { + "downloads": 8568, + "likes": 0 + }, + "Airbot_MMK2_move_cake": { + "downloads": 8546, + "likes": 0 + }, + "G1edu-u3_plate_storage_rabbit_doll": { + "downloads": 8502, + "likes": 0 }, "Agilex_Split_Aloha_catch_the_ball": { - "downloads": 7277 + "downloads": 8495, + "likes": 0 }, - "alpha_bot_2_move_the_table": { - "downloads": 7230 + "alpha_bot_2_pass_the_sandbag": { + "downloads": 8489, + "likes": 0 }, - "Airbot_MMK2_storage_tools": { - "downloads": 7215 + "Airbot_MMK2_storage_mango_pomegranate": { + "downloads": 8489, + "likes": 0 + }, + "Airbot_MMK2_storage_shark_doll": { + "downloads": 8481, + "likes": 0 }, "Agilex_Split_Aloha_water_bottle_storage": { - "downloads": 7178 + "downloads": 8420, + "likes": 0 + }, + "Airbot_MMK2_unplug": { + "downloads": 8405, + "likes": 0 }, "Agilex_Cobot_Magic_storage_lemon_mango": { - "downloads": 7119 + "downloads": 8362, + "likes": 0 }, - "G1edu-u3_basket_storage_apple": { - "downloads": 6927 + "AI2_Alphabot_2_write_text": { + "downloads": 8152, + "likes": 0 }, "Agilex_Split_Aloha_put_in_the_pear": { - "downloads": 6915 - }, - "Galaxea_R1_Lite_pour_solid_marble_bar_counter": { - "downloads": 6909 + "downloads": 8121, + "likes": 0 }, - "alpha_bot_2_press_the_button_b": { - "downloads": 6828 + "alpha_bot_2_item_reversal": { + "downloads": 8090, + "likes": 0 }, - "Galbot_g1_steamer_storage_baozi_g": { - "downloads": 6821 + "Airbot_MMK2_storage_cookie_toy_car": { + "downloads": 8088, + "likes": 0 }, - "alpha_bot_2_carry_the_clothes_basket": { - "downloads": 6787 + "alpha_bot_2_sticker": { + "downloads": 7999, + "likes": 0 }, "Agilex_Cobot_Magic_storage_object_left": { - "downloads": 6721 + "downloads": 7964, + "likes": 0 }, "Agilex_Cobot_Magic_storage_peach_white_bag": { - "downloads": 6719 - }, - "Agilex_Split_Aloha_put_the_building_block_on_the_table": { - "downloads": 6704 + "downloads": 7962, + "likes": 0 }, "Agilex_Cobot_Magic_fold_towel": { - "downloads": 6699 - }, - "Airbot_MMK2_move_block_gold_bar_models": { - "downloads": 6638 - }, - "Agilex_Cobot_Magic_storage_object_basket": { - "downloads": 6626 + "downloads": 7942, + "likes": 0 }, - "Airbot_MMK2_storage_tumbler_umbrella": { - "downloads": 6604 + "Airbot_MMK2_storage_tools": { + "downloads": 7930, + "likes": 0 }, - "Agilex_Cobot_Magic_pass_object_left_to_right_green_tablecloth": { - "downloads": 6561 + "Agilex_Split_Aloha_put_the_building_block_on_the_table": { + "downloads": 7922, + "likes": 0 }, - "R1_Lite_take_and_put_away_garden_stuff": { - "downloads": 6559 + "Agilex_Cobot_Magic_storage_object_basket": { + "downloads": 7869, + "likes": 0 }, - "Airbot_MMK2_storage_bottle_part": { - "downloads": 6547 + "Agilex_Cobot_Magic_erase_board_left_side": { + "downloads": 7790, + "likes": 0 }, - "Airbot_MMK2_move_book_front": { - "downloads": 6544 + "R1_Lite_build_blocks": { + "downloads": 7782, + "likes": 0 }, - "Agilex_Cobot_Magic_erase_board_left_side": { - "downloads": 6535 + "Agilex_Cobot_Magic_pass_object_left_to_right_green_tablecloth": { + "downloads": 7756, + "likes": 0 }, "Agilex_Cobot_Magic_pour_water_pink_cup": { - "downloads": 6507 + "downloads": 7750, + "likes": 0 }, "Agilex_Cobot_Magic_storage_peach_brown_bag": { - "downloads": 6496 + "downloads": 7739, + "likes": 0 }, "Agilex_Cobot_Magic_storage_orange_basket_left": { - "downloads": 6444 + "downloads": 7675, + "likes": 0 + }, + "G1edu-u3_basket_storage_apple": { + "downloads": 7660, + "likes": 0 + }, + "Galbot_G1_use_dryer": { + "downloads": 7660, + "likes": 0 }, "Agilex_Cobot_Magic_storage_peach_right": { - "downloads": 6427 + "downloads": 7658, + "likes": 0 }, "Agilex_Cobot_Magic_pass_object_right_to_left_khaki_tablecloth": { - "downloads": 6411 + "downloads": 7630, + "likes": 0 }, - "Realman_RMC_AIDA_L_pass_bowl": { - "downloads": 6410 + "AI2_Alphabot_2_grind_ink": { + "downloads": 7622, + "likes": 0 }, - "Agilex_Split_Aloha_storage_plate": { - "downloads": 6355 + "Leju_Kuavo_4_box_storage_parcel_4": { + "downloads": 7590, + "likes": 0 }, "Agilex_Cobot_Magic_storage_fruit_bowl": { - "downloads": 6275 - }, - "Airbot_MMK2_prepare_tea": { - "downloads": 6237 + "downloads": 7518, + "likes": 0 }, "Agilex_Cobot_Magic_storage_object_closest": { - "downloads": 6232 + "downloads": 7475, + "likes": 0 }, "Agilex_Cobot_Magic_pass_object_right_to_left_red_tablecloth": { - "downloads": 6229 + "downloads": 7460, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_orange_white_bag": { + "downloads": 7430, + "likes": 0 }, "Agilex_Cobot_Magic_pass_object_left_to_right_khaki_tablecloth": { - "downloads": 6220 + "downloads": 7427, + "likes": 0 }, "Agilex_Cobot_Magic_storage_bread_basket": { - "downloads": 6205 + "downloads": 7424, + "likes": 0 }, - "Agilex_Cobot_Magic_storage_orange_white_bag": { - "downloads": 6187 + "Galaxea_R1_Lite_change_baai_into_brain": { + "downloads": 7423, + "likes": 0 + }, + "Agilex_Split_Aloha_storage_plate": { + "downloads": 7405, + "likes": 0 }, "Agilex_Cobot_Magic_storage_orange_basket_right": { - "downloads": 6177 + "downloads": 7396, + "likes": 0 }, - "Agilex_Cobot_Magic_move_pencil_sharpener": { - "downloads": 6132 + "Airbot_MMK2_move_block_gold_bar_models": { + "downloads": 7367, + "likes": 0 }, "Agilex_Cobot_Magic_storage_object": { - "downloads": 6129 + "downloads": 7360, + "likes": 0 }, - "Airbot_MMK2_pass_paper_box": { - "downloads": 6127 + "Agilex_Cobot_Magic_move_pencil_sharpener": { + "downloads": 7351, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_right_to_left_white_tablecloth": { + "downloads": 7312, + "likes": 0 + }, + "Airbot_MMK2_storage_tumbler_umbrella": { + "downloads": 7305, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_peach_left": { + "downloads": 7268, + "likes": 0 + }, + "Airbot_MMK2_storage_bottle_part": { + "downloads": 7262, + "likes": 0 + }, + "Airbot_MMK2_move_book_front": { + "downloads": 7259, + "likes": 0 + }, + "alpha_bot_2_move_the_table": { + "downloads": 7231, + "likes": 0 + }, + "Airbot_MMK2_prepare_tea": { + "downloads": 7156, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_right_to_left_green_tablecloth": { + "downloads": 7144, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_left_to_right_black_tablecloth": { + "downloads": 7069, + "likes": 0 }, "AIRBOT_MMK2_take_the_book": { - "downloads": 6102 + "downloads": 6919, + "likes": 0 }, - "R1_Lite_move_the_position_of_the_brush": { - "downloads": 6101 + "Agilex_Cobot_Magic_pass_object_left_to_right_white_tablecloth": { + "downloads": 6910, + "likes": 0 }, - "Agilex_Cobot_Magic_pass_object_right_to_left_white_tablecloth": { - "downloads": 6081 + "Agilex_Cobot_Magic_pass_object_right_to_left_black_tablecloth": { + "downloads": 6851, + "likes": 0 }, - "R1_Lite_move_the_position_of_the_soda": { - "downloads": 6066 + "alpha_bot_2_press_the_button_b": { + "downloads": 6829, + "likes": 0 }, - "Airbot_MMK2_push_toy_car": { - "downloads": 6055 + "Galbot_g1_steamer_storage_baozi_g": { + "downloads": 6822, + "likes": 0 }, - "Agilex_Cobot_Magic_storage_peach_left": { - "downloads": 6037 + "Airbot_MMK2_pass_paper_box": { + "downloads": 6800, + "likes": 0 }, - "Airbot_MMK2_swap_bottle_wet_wipes_plate": { - "downloads": 6019 + "alpha_bot_2_carry_the_clothes_basket": { + "downloads": 6788, + "likes": 0 }, - "Airbot_MMK2_storage_egg_plate": { - "downloads": 5981 + "Airbot_MMK2_push_toy_car": { + "downloads": 6784, + "likes": 0 + }, + "Airbot_MMK2_swap_bottle_wet_wipes_plate": { + "downloads": 6748, + "likes": 0 }, "AIRBOT_MMK2_item_storage": { - "downloads": 5932 + "downloads": 6679, + "likes": 0 }, - "Airbot_MMK2_take_toy_car": { - "downloads": 5925 + "Realman_RMC_AIDA_L_pass_bowl": { + "downloads": 6653, + "likes": 0 }, - "Agilex_Cobot_Magic_pass_object_right_to_left_green_tablecloth": { - "downloads": 5925 + "Airbot_MMK2_open_laptop": { + "downloads": 6649, + "likes": 0 }, "Airbot_MMK2_pour_BBs": { - "downloads": 5922 + "downloads": 6647, + "likes": 0 }, - "Airbot_MMK2_open_laptop": { - "downloads": 5920 + "Airbot_MMK2_take_toy_car": { + "downloads": 6640, + "likes": 0 + }, + "Airbot_MMK2_storage_egg_plate": { + "downloads": 6640, + "likes": 0 }, "Airbot_MMK2_move_fake_food": { - "downloads": 5888 + "downloads": 6617, + "likes": 0 }, "Airbot_MMK2_storage_egg_bowl": { - "downloads": 5880 + "downloads": 6609, + "likes": 0 }, "Airbot_MMK2_swap_sponge_paper_box_plate": { - "downloads": 5876 + "downloads": 6605, + "likes": 0 }, "Airbot_MMK2_move_phone_twice": { - "downloads": 5873 + "downloads": 6602, + "likes": 0 }, "Airbot_MMK2_storage_bowl_wet_wipes": { - "downloads": 5861 - }, - "Agilex_Cobot_Magic_pass_object_left_to_right_black_tablecloth": { - "downloads": 5850 + "downloads": 6590, + "likes": 0 }, "Airbot_MMK2_move_medicine_bottle": { - "downloads": 5837 + "downloads": 6562, + "likes": 0 }, - "Airbot_MMK2_take_electronics": { - "downloads": 5768 + "R1_Lite_take_and_put_away_garden_stuff": { + "downloads": 6560, + "likes": 0 }, - "Agilex_Cobot_Magic_pass_object_left_to_right_white_tablecloth": { - "downloads": 5715 + "Airbot_MMK2_take_electronics": { + "downloads": 6483, + "likes": 0 }, "Airbot_MMK2_storage_spoon": { - "downloads": 5694 - }, - "Airbot_MMK2_move_book_right_side": { - "downloads": 5693 + "downloads": 6459, + "likes": 0 }, - "Agilex_Cobot_Magic_pass_object_right_to_left_black_tablecloth": { - "downloads": 5692 + "R1_Lite_move_the_position_of_the_brush": { + "downloads": 6431, + "likes": 0 }, "Airbot_MMK2_storage_potato_left": { - "downloads": 5685 - }, - "Galaxea_R1_Lite_change_baai_into_brain": { - "downloads": 5676 - }, - "R1_Lite_pour_water": { - "downloads": 5664 + "downloads": 6404, + "likes": 0 }, - "R1_Lite_move_the_position_of_the_coffee_capsule": { - "downloads": 5653 + "R1_Lite_move_the_position_of_the_soda": { + "downloads": 6391, + "likes": 0 }, - "R1_Lite_make_breakfast": { - "downloads": 5622 + "Airbot_MMK2_move_book_right_side": { + "downloads": 6366, + "likes": 0 }, - "Airbot_MMK2_take_cup": { - "downloads": 5616 + "AI2_Alphabot_2_move_basket": { + "downloads": 6319, + "likes": 0 }, "Airbot_MMK2_storage_cup_rubik_s_cube": { - "downloads": 5566 + "downloads": 6253, + "likes": 0 }, - "R1_Lite_move_the_position_of_the_black_marker": { - "downloads": 5495 + "Galaxea_R1_Lite_mix_red_yellow_large_test_tube": { + "downloads": 6188, + "likes": 0 }, - "AI2_Alphabot_2_move_basket": { - "downloads": 5484 + "Galaxea_R1_Lite_arrange_baai_then_brain": { + "downloads": 6152, + "likes": 0 }, - "AI2_Alphabot_2_move_test_tube": { - "downloads": 5408 + "Airbot_MMK2_take_cup": { + "downloads": 6135, + "likes": 0 }, - "Airbot_MMK2_storage_badminton": { - "downloads": 5266 + "AI2_Alphabot_2_move_test_tube": { + "downloads": 6123, + "likes": 0 }, - "R1_Lite_move_the_position_of_the_milk": { - "downloads": 5259 + "R1_Lite_move_the_position_of_the_coffee_capsule": { + "downloads": 5958, + "likes": 0 }, - "R1_Lite_put_the_pillow_on_the_bed": { - "downloads": 5198 + "AI2_Alphabot_2_sort_utensils": { + "downloads": 5955, + "likes": 0 }, - "Airbot_MMK2_storage_block_both_hands": { - "downloads": 5180 + "R1_Lite_pour_water": { + "downloads": 5881, + "likes": 0 }, - "Realman_RMC_AIDA_L_arrange_flowers": { - "downloads": 5163 + "R1_Lite_move_the_position_of_the_black_marker": { + "downloads": 5815, + "likes": 0 }, "Airbot_MMK2_move_bottle_tape_measure": { - "downloads": 5154 + "downloads": 5795, + "likes": 0 }, - "AI2_Alphabot_2_grind_ink": { - "downloads": 5085 + "Airbot_MMK2_storage_badminton": { + "downloads": 5785, + "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_6": { - "downloads": 5064 + "Agilex_Split_Aloha_cap_the_pen_a": { + "downloads": 5735, + "likes": 0 }, - "Airbot_MMK2_storage_network_cable_paper_box": { - "downloads": 5062 + "Galaxea_R1_Lite_mix_blue_yellow_right": { + "downloads": 5706, + "likes": 0 }, - "Agilex_Split_Aloha_cap_the_pen_a": { - "downloads": 5033 + "Galaxea_R1_Lite_mix_red_blue_left_large_test_tube": { + "downloads": 5700, + "likes": 0 }, - "Airbot_MMK2_move_tub": { - "downloads": 5011 + "Airbot_MMK2_storage_block_both_hands": { + "downloads": 5700, + "likes": 0 }, - "Airbot_MMK2_move_block_wet_wipes": { - "downloads": 4946 + "Airbot_MMK2_storage_network_cable_paper_box": { + "downloads": 5691, + "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_14": { - "downloads": 4940 + "Galaxea_R1_Lite_mix_red_blue_right": { + "downloads": 5653, + "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_18": { - "downloads": 4931 + "R1_Lite_make_breakfast": { + "downloads": 5622, + "likes": 0 }, - "Airbot_MMK2_move_apple_orange_pomegranate": { - "downloads": 4904 + "Galaxea_R1_Lite_mix_red_blue_large_test_tube": { + "downloads": 5596, + "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_5": { - "downloads": 4899 + "Galaxea_R1_Lite_mix_blue_yellow_large_test_tube": { + "downloads": 5592, + "likes": 0 }, - "Airbot_MMK2_unscrew_bottle_cap": { - "downloads": 4885 + "Galaxea_R1_Lite_mix_blue_yellow_left_large_test_tube": { + "downloads": 5590, + "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_3": { - "downloads": 4868 + "Airbot_MMK2_move_block_wet_wipes": { + "downloads": 5575, + "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_17": { - "downloads": 4868 + "R1_Lite_move_the_position_of_the_milk": { + "downloads": 5569, + "likes": 0 }, - "Galaxea_R1_Lite_mix_red_yellow_large_test_tube": { - "downloads": 4867 + "Airbot_MMK2_move_tub": { + "downloads": 5560, + "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_12": { - "downloads": 4856 + "Galaxea_R1_Lite_mix_color": { + "downloads": 5524, + "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_13": { - "downloads": 4856 + "Airbot_MMK2_move_apple_orange_pomegranate": { + "downloads": 5523, + "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_11": { - "downloads": 4837 + "Galaxea_R1_Lite_mix_blue_yellow_left_small_test_tube": { + "downloads": 5472, + "likes": 0 }, "AIRBOT_MMK2_egg_storage": { - "downloads": 4826 + "downloads": 5433, + "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping": { - "downloads": 4818 + "Realman_RMC_AIDA_L_arrange_flowers": { + "downloads": 5419, + "likes": 0 }, - "Airbot_MMK2_move_block_twice": { - "downloads": 4809 + "Airbot_MMK2_unscrew_bottle_cap": { + "downloads": 5414, + "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_1": { - "downloads": 4797 + "Airbot_MMK2_move_block_twice": { + "downloads": 5408, + "likes": 0 }, - "Realman_RMC_AIDA_L_storage_block_basket": { - "downloads": 4762 + "R1_Lite_put_the_pillow_on_the_bed": { + "downloads": 5404, + "likes": 0 }, "AIRBOT_MMK2_place_the_books": { - "downloads": 4708 - }, - "Leju_Kuavo_4_sensor_card_swiping_10": { - "downloads": 4707 - }, - "Galaxea_R1_Lite_arrange_baai_then_brain": { - "downloads": 4681 + "downloads": 5225, + "likes": 0 }, "AIRBOT_MMK2_clean_the_desktop_a": { - "downloads": 4673 + "downloads": 5200, + "likes": 0 }, - "AIRBOT_MMK2_place_the_shark_toys_and_gold_bars": { - "downloads": 4604 + "Galaxea_R1_Lite_fold_towel_twice": { + "downloads": 5145, + "likes": 0 }, - "leju_robot_hotel_services_ah": { - "downloads": 4591 + "AI2_Alphabot_2_package_fruit": { + "downloads": 5145, + "likes": 0 }, "Airbot_MMK2_storage_braised_pork_belly_shrimp": { - "downloads": 4583 + "downloads": 5144, + "likes": 0 }, - "AIRBOT_MMK2_place_cookies_and_beer": { - "downloads": 4571 + "AIRBOT_MMK2_place_the_shark_toys_and_gold_bars": { + "downloads": 5131, + "likes": 0 }, - "Galbot_g1_steamer_storage_baozi_i": { - "downloads": 4563 + "Airbot_MMK2_storage_bell_pepper": { + "downloads": 5105, + "likes": 0 + }, + "AIRBOT_MMK2_place_cookies_and_beer": { + "downloads": 5098, + "likes": 0 }, "Airbot_MMK2_take_bottle_umbrella": { - "downloads": 4516 + "downloads": 5085, + "likes": 0 + }, + "Leju_Kuavo_4_sensor_card_swiping_6": { + "downloads": 5065, + "likes": 0 + }, + "Airbot_MMK2_move_block_both_hands": { + "downloads": 5010, + "likes": 0 }, "AIRBOT_MMK2_open_notebook": { - "downloads": 4476 + "downloads": 5003, + "likes": 0 }, "AIRBOT_MMK2_chop_the_scallions": { - "downloads": 4465 + "downloads": 4992, + "likes": 0 }, - "Airbot_MMK2_move_block_both_hands": { - "downloads": 4441 + "Galbot_G1_use_dryer_1": { + "downloads": 4991, + "likes": 0 }, - "Airbot_MMK2_storage_milk_tissue": { - "downloads": 4441 + "Realman_RMC_AIDA_L_storage_block_basket": { + "downloads": 4977, + "likes": 0 }, - "AIRBOT_MMK2_the_cup_is_put_into_the_bucket": { - "downloads": 4438 + "AI2_Alphabot_2_store_toys_3": { + "downloads": 4974, + "likes": 0 }, - "Airbot_MMK2_take_block": { - "downloads": 4432 + "AIRBOT_MMK2_the_cup_is_put_into_the_bucket": { + "downloads": 4965, + "likes": 0 }, "AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife": { - "downloads": 4429 + "downloads": 4956, + "likes": 0 }, - "AIRBOT_MMK2_place_the_piano_and_the_needle-nose_pliers": { - "downloads": 4413 + "Leju_Kuavo_4_sensor_card_swiping_14": { + "downloads": 4950, + "likes": 0 + }, + "Airbot_MMK2_storage_milk_tissue": { + "downloads": 4950, + "likes": 0 }, "AIRBOT_MMK2_screw_the_bottle_cap": { - "downloads": 4405 + "downloads": 4932, + "likes": 0 }, - "AIRBOT_MMK2_medicine_bottle_storage": { - "downloads": 4400 + "Leju_Kuavo_4_sensor_card_swiping_18": { + "downloads": 4932, + "likes": 0 }, - "Galaxea_R1_Lite_mix_blue_yellow_right": { - "downloads": 4385 + "Airbot_MMK2_take_block": { + "downloads": 4931, + "likes": 0 }, - "Galaxea_R1_Lite_mix_red_blue_left_large_test_tube": { - "downloads": 4379 + "AIRBOT_MMK2_place_the_piano_and_the_needle-nose_pliers": { + "downloads": 4930, + "likes": 0 + }, + "AI2_Alphabot_2_store_toys_4": { + "downloads": 4921, + "likes": 0 + }, + "AIRBOT_MMK2_medicine_bottle_storage": { + "downloads": 4917, + "likes": 0 + }, + "Leju_Kuavo_4_sensor_card_swiping_5": { + "downloads": 4900, + "likes": 0 }, "Airbot_MMK2_storage_cake_cup": { - "downloads": 4350 + "downloads": 4879, + "likes": 0 }, "AIRBOT_MMK2_mobile_car": { - "downloads": 4348 - }, - "AIRBOT_MMK2_push_piston": { - "downloads": 4347 + "downloads": 4875, + "likes": 0 }, - "AgiBot-g1_box_storage_a": { - "downloads": 4336 + "Leju_Kuavo_4_sensor_card_swiping_17": { + "downloads": 4873, + "likes": 0 }, - "AIRBOT_MMK2_diamond_storage": { - "downloads": 4333 + "Leju_Kuavo_4_sensor_card_swiping_3": { + "downloads": 4869, + "likes": 0 }, "Airbot_MMK2_storage_diamond_ring": { - "downloads": 4333 + "downloads": 4862, + "likes": 0 }, - "Galaxea_R1_Lite_mix_red_blue_right": { - "downloads": 4332 + "AIRBOT_MMK2_diamond_storage": { + "downloads": 4860, + "likes": 0 }, "AIRBOT_MMK2_pull_the_syringe_piston": { - "downloads": 4331 + "downloads": 4858, + "likes": 0 }, - "AIRBOT_MMK2_place_the_blue_and_purple_blocks": { - "downloads": 4325 + "Leju_Kuavo_4_sensor_card_swiping_12": { + "downloads": 4857, + "likes": 0 + }, + "Leju_Kuavo_4_sensor_card_swiping_13": { + "downloads": 4857, + "likes": 0 }, "Airbot_MMK2_play_toy_piano": { - "downloads": 4325 + "downloads": 4854, + "likes": 0 }, - "AIRBOT_MMK2_storage_remote_control_clip_box_water_bottle": { - "downloads": 4294 + "AIRBOT_MMK2_place_the_blue_and_purple_blocks": { + "downloads": 4852, + "likes": 0 + }, + "AIRBOT_MMK2_push_piston": { + "downloads": 4844, + "likes": 0 + }, + "Leju_Kuavo_4_sensor_card_swiping_11": { + "downloads": 4838, + "likes": 0 + }, + "Leju_Kuavo_4_sensor_card_swiping": { + "downloads": 4819, + "likes": 0 }, "AIRBOT_MMK2_place_the_basin": { - "downloads": 4285 + "downloads": 4812, + "likes": 0 }, "Airbot_MMK2_swap_cake_pumpkin_plate": { - "downloads": 4283 + "downloads": 4812, + "likes": 0 }, "Airbot_MMK2_storage_cake_ice_cream": { - "downloads": 4280 - }, - "AIRBOT_MMK2_store_wet_wipes_and_bowls": { - "downloads": 4277 + "downloads": 4809, + "likes": 0 }, "Airbot_MMK2_close_drawer": { - "downloads": 4276 + "downloads": 4805, + "likes": 0 }, - "Galaxea_R1_Lite_mix_red_blue_large_test_tube": { - "downloads": 4275 + "AIRBOT_MMK2_store_wet_wipes_and_bowls": { + "downloads": 4804, + "likes": 0 + }, + "Leju_Kuavo_4_sensor_card_swiping_1": { + "downloads": 4798, + "likes": 0 }, "Airbot_MMK2_storage_cake_box": { - "downloads": 4269 + "downloads": 4798, + "likes": 0 }, - "Galaxea_R1_Lite_mix_blue_yellow_left_large_test_tube": { - "downloads": 4269 + "Airbot_MMK2_storage_electronics_white_basket": { + "downloads": 4795, + "likes": 0 }, "AIRBOT_MMK2_double-sided_tape_placement": { - "downloads": 4266 + "downloads": 4793, + "likes": 0 }, - "Airbot_MMK2_storage_electronics_white_basket": { - "downloads": 4266 + "AIRBOT_MMK2_storage_remote_control_clip_box_water_bottle": { + "downloads": 4791, + "likes": 0 }, - "Airbot_MMK2_swap_bbs_cake_plate": { - "downloads": 4261 + "Galbot_G1_fold_clothes": { + "downloads": 4789, + "likes": 0 }, - "AIRBOT_MMK2_clean_the_desktop": { - "downloads": 4251 + "Airbot_MMK2_swap_bbs_cake_plate": { + "downloads": 4780, + "likes": 0 }, "Airbot_MMK2_cover_lid": { - "downloads": 4250 - }, - "Galaxea_R1_Lite_mix_blue_yellow_large_test_tube": { - "downloads": 4246 + "downloads": 4779, + "likes": 0 }, "Airbot_MMK2_close_door_left": { - "downloads": 4243 + "downloads": 4772, + "likes": 0 + }, + "AIRBOT_MMK2_clean_the_desktop": { + "downloads": 4768, + "likes": 0 }, "Airbot_MMK2_take_dog_doll": { - "downloads": 4238 + "downloads": 4767, + "likes": 0 }, "Airbot_MMK2_stack_bowl": { - "downloads": 4234 + "downloads": 4763, + "likes": 0 }, "AIRBOT_MMK2_organize_books": { - "downloads": 4233 + "downloads": 4760, + "likes": 0 }, "Airbot_MMK2_take_part_both_hands": { - "downloads": 4228 + "downloads": 4757, + "likes": 0 }, - "AIRBOT_MMK2_mobile_phone_storage": { - "downloads": 4223 + "Airbot_MMK2_storage_onion_sweet_potato": { + "downloads": 4745, + "likes": 0 }, - "R1_Lite_move_the_position_of_the_rubiks_cube": { - "downloads": 4219 + "AgiBot-g1_box_storage_a": { + "downloads": 4741, + "likes": 0 }, - "Airbot_MMK2_storage_onion_sweet_potato": { - "downloads": 4216 + "AIRBOT_MMK2_mobile_phone_storage": { + "downloads": 4740, + "likes": 0 }, "Airbot_MMK2_storage_hourglass": { - "downloads": 4208 - }, - "AIRBOT_MMK2_pumpkin_storage": { - "downloads": 4206 + "downloads": 4737, + "likes": 0 }, "Airbot_MMK2_take_tissues": { - "downloads": 4206 + "downloads": 4735, + "likes": 0 }, - "Galaxea_R1_Lite_mix_color": { - "downloads": 4203 + "AIRBOT_MMK2_pumpkin_storage": { + "downloads": 4723, + "likes": 0 }, "AIRBOT_MMK2_place_the_small_bowl_of_canned_food": { - "downloads": 4194 + "downloads": 4721, + "likes": 0 }, - "Airbot_MMK2_storage_pumpkin_left": { - "downloads": 4182 + "Agilex_Cobot_Magic_close_drawer_top": { + "downloads": 4712, + "likes": 0 }, - "Airbot_MMK2_pull_tissue": { - "downloads": 4180 + "Airbot_MMK2_storage_pumpkin_left": { + "downloads": 4711, + "likes": 0 }, "Airbot_MMK2_storage_grape": { - "downloads": 4179 + "downloads": 4708, + "likes": 0 }, - "Airbot_MMK2_move_umbrella_tissues": { - "downloads": 4176 + "Leju_Kuavo_4_sensor_card_swiping_10": { + "downloads": 4708, + "likes": 0 + }, + "Airbot_MMK2_swap_bbs_block_plate": { + "downloads": 4702, + "likes": 0 }, "AIRBOT_MMK2_cake_storage": { - "downloads": 4175 + "downloads": 4702, + "likes": 0 }, "AIRBOT_MMK2_store_coffee_cups": { - "downloads": 4173 + "downloads": 4700, + "likes": 0 }, - "Airbot_MMK2_swap_bbs_block_plate": { - "downloads": 4173 + "Airbot_MMK2_pull_tissue": { + "downloads": 4699, + "likes": 0 }, - "Airbot_MMK2_storage_pumpkin_right": { - "downloads": 4168 + "Airbot_MMK2_move_umbrella_tissues": { + "downloads": 4695, + "likes": 0 }, "Airbot_MMK2_move_block": { - "downloads": 4166 - }, - "AIRBOT_MMK2_close_the_computer": { - "downloads": 4165 - }, - "Airbot_MMK2_open_door_left": { - "downloads": 4164 - }, - "AIRBOT_MMK2_play_the_guitar": { - "downloads": 4163 + "downloads": 4695, + "likes": 0 }, "Airbot_MMK2_storage_cake_plate": { - "downloads": 4162 + "downloads": 4691, + "likes": 0 }, "Airbot_MMK2_close_doors": { - "downloads": 4158 + "downloads": 4687, + "likes": 0 + }, + "Airbot_MMK2_storage_pumpkin_right": { + "downloads": 4687, + "likes": 0 }, "Airbot_MMK2_storage_bell_pepper_bowl": { - "downloads": 4155 + "downloads": 4684, + "likes": 0 }, - "Galaxea_R1_Lite_mix_blue_yellow_left_small_test_tube": { - "downloads": 4151 + "Airbot_MMK2_open_door_left": { + "downloads": 4683, + "likes": 0 }, - "Airbot_MMK2_take_cake_both_hands": { - "downloads": 4139 + "AIRBOT_MMK2_close_the_computer": { + "downloads": 4682, + "likes": 0 + }, + "AIRBOT_MMK2_play_the_guitar": { + "downloads": 4670, + "likes": 0 }, "Airbot_MMK2_storage_and_take_cake_plate": { - "downloads": 4137 + "downloads": 4666, + "likes": 0 }, "AIRBOT_MMK2_storage_computer_box": { - "downloads": 4133 + "downloads": 4660, + "likes": 0 + }, + "Airbot_MMK2_take_cake_both_hands": { + "downloads": 4648, + "likes": 0 }, "AIRBOT_MMK2_organize_and_place_books": { - "downloads": 4130 + "downloads": 4637, + "likes": 0 }, - "AIRBOT_MMK2_pour_out_the_beauty_blender": { - "downloads": 4118 + "AIRBOT_MMK2_storage_toy_cars_and_cookies": { + "downloads": 4636, + "likes": 0 }, "Airbot_MMK2_move_cake_tape_measure": { - "downloads": 4116 + "downloads": 4635, + "likes": 0 + }, + "Galaxea_R1_Lite_pour_solid": { + "downloads": 4627, + "likes": 0 + }, + "Galbot_G1_fold_clothes_1": { + "downloads": 4624, + "likes": 0 }, "Airbot_MMK2_storage_cake_pan": { - "downloads": 4113 + "downloads": 4622, + "likes": 0 }, "AIRBOT_MMK2_cup_storage": { - "downloads": 4110 + "downloads": 4617, + "likes": 0 }, - "AIRBOT_MMK2_storage_toy_cars_and_cookies": { - "downloads": 4109 + "AIRBOT_MMK2_pour_out_the_beauty_blender": { + "downloads": 4615, + "likes": 0 }, "AIRBOT_MMK2_storage_item": { - "downloads": 4108 + "downloads": 4605, + "likes": 0 }, "AIRBOT_MMK2_place_the_yellow_block": { - "downloads": 4104 - }, - "R1_Lite_move_the_position_of_the_orange": { - "downloads": 4102 + "downloads": 4601, + "likes": 0 }, - "Airbot_MMK2_storage_bell_pepper": { - "downloads": 4087 + "leju_robot_hotel_services_ah": { + "downloads": 4592, + "likes": 0 }, - "AI2_Alphabot_2_write_text": { - "downloads": 4085 + "AIRBOT_MMK2_place_the_glasses_case_and_gold_bars": { + "downloads": 4587, + "likes": 0 }, "Airbot_MMK2_move_sword_doll": { - "downloads": 4077 + "downloads": 4586, + "likes": 0 }, "Airbot_MMK2_storage_block_tape_measure": { - "downloads": 4074 + "downloads": 4583, + "likes": 0 }, "AIRBOT_MMK2_storage_rubiks_cube_and_cup": { - "downloads": 4072 + "downloads": 4579, + "likes": 0 }, - "Galbot_g1_steamer_storage_baozi_j": { - "downloads": 4071 + "AIRBOT_MMK2_potato_storage": { + "downloads": 4579, + "likes": 0 }, - "AIRBOT_MMK2_place_the_glasses_case_and_gold_bars": { - "downloads": 4070 + "Airbot_MMK2_move_tennis_racket_ball": { + "downloads": 4574, + "likes": 0 }, - "Agilex_Cobot_Magic_close_drawer_top": { - "downloads": 4069 + "Airbot_MMK2_storage_pineapple": { + "downloads": 4569, + "likes": 0 + }, + "AIRBOT_MMK2_store_beauty_blender_and_building_blocks": { + "downloads": 4567, + "likes": 0 }, "AIRBOT_MMK2_storage_tissue_and_milk_carton": { - "downloads": 4068 + "downloads": 4565, + "likes": 0 }, - "R1_Lite_move_the_position_of_the_peeler": { - "downloads": 4065 + "Galbot_g1_steamer_storage_baozi_i": { + "downloads": 4564, + "likes": 0 }, - "Airbot_MMK2_move_tennis_racket_ball": { - "downloads": 4065 + "Airbot_MMK2_storage_tissues_tub": { + "downloads": 4564, + "likes": 0 }, "Airbot_MMK2_storge_cake_ice_cream": { - "downloads": 4052 - }, - "AIRBOT_MMK2_potato_storage": { - "downloads": 4052 - }, - "Airbot_MMK2_storage_pineapple": { - "downloads": 4050 + "downloads": 4561, + "likes": 0 }, "Airbot_MMK2_move_pan": { - "downloads": 4050 + "downloads": 4559, + "likes": 0 }, "Airbot_MMK2_remove_lid": { - "downloads": 4049 - }, - "Airbot_MMK2_storage_tissues_tub": { - "downloads": 4045 - }, - "AIRBOT_MMK2_store_beauty_blender_and_building_blocks": { - "downloads": 4040 + "downloads": 4548, + "likes": 0 }, "Airbot_MMK2_storage_block_BBs": { - "downloads": 4031 + "downloads": 4540, + "likes": 0 + }, + "AI2_Alphabot_2_organize_lab_equipment": { + "downloads": 4540, + "likes": 0 }, "Airbot_MMK2_storage_paper_box_sponge": { - "downloads": 4016 + "downloads": 4535, + "likes": 0 }, "Airbot_MMK2_storage_lemon_mango": { - "downloads": 4015 + "downloads": 4534, + "likes": 0 }, - "AI2_Alphabot_2_organize_lab_equipment": { - "downloads": 4015 + "AIRBOT_MMK2_square_arrangement": { + "downloads": 4520, + "likes": 0 }, - "Airbot_MMK2_close_door_right": { - "downloads": 4007 + "AIRBOT_MMK2_storage_box_for_mouse_and_sponge": { + "downloads": 4512, + "likes": 0 }, - "AIRBOT_MMK2_square_arrangement": { - "downloads": 4003 + "Airbot_MMK2_close_door_right": { + "downloads": 4506, + "likes": 0 }, "AIRBOT_MMK2_store_peaches_and_pears": { - "downloads": 3998 - }, - "AIRBOT_MMK2_storage_box_for_mouse_and_sponge": { - "downloads": 3995 + "downloads": 4505, + "likes": 0 }, - "AI2_Alphabot_2_sort_utensils": { - "downloads": 3978 + "Agilex_Cobot_Magic_fold_short_sleeve_white": { + "downloads": 4480, + "likes": 0 }, "Airbot_MMK2_storage_stationery_xylophone": { - "downloads": 3961 + "downloads": 4460, + "likes": 0 + }, + "AI2_Alphabot_2_pour_liquid": { + "downloads": 4456, + "likes": 0 + }, + "R1_Lite_move_the_position_of_the_rubiks_cube": { + "downloads": 4454, + "likes": 0 }, "Airbot_MMK2_move_paper_box": { - "downloads": 3951 + "downloads": 4450, + "likes": 0 }, - "AI2_Alphabot_2_pour_liquid": { - "downloads": 3941 + "Agilex_Cobot_Magic_fold_shorts_khaki": { + "downloads": 4448, + "likes": 0 }, "AI2_Alphabot_2_shake_beaker": { - "downloads": 3936 - }, - "Airbot_MMK2_storage_bowl": { - "downloads": 3935 + "downloads": 4441, + "likes": 0 }, "Airbot_MMK2_take_block_both_hands": { - "downloads": 3932 + "downloads": 4431, + "likes": 0 }, "Airbot_MMK2_storage_cookie_cup": { - "downloads": 3928 + "downloads": 4427, + "likes": 0 + }, + "Airbot_MMK2_storage_bowl": { + "downloads": 4424, + "likes": 0 }, "AIRBOT_MMK2_place_the_network_cable_and_mouse_box": { - "downloads": 3927 + "downloads": 4414, + "likes": 0 }, - "Galaxea_R1_Lite_fold_towel_twice": { - "downloads": 3924 + "Airbot_MMK2_storage_ice_cream": { + "downloads": 4411, + "likes": 0 }, "AIRBOT_MMK2_take_down_paper_cup": { - "downloads": 3919 - }, - "Airbot_MMK2_storage_ice_cream": { - "downloads": 3912 + "downloads": 4406, + "likes": 0 }, "Airbot_MMK2_storage_tomato_potato": { - "downloads": 3906 + "downloads": 4405, + "likes": 0 }, "AIRBOT_MMK2_storage_wet_tissue_and_building_block": { - "downloads": 3905 + "downloads": 4402, + "likes": 0 }, - "R1_Lite_move_the_position_of_the_duck": { - "downloads": 3899 + "AIRBOT_MMK2_beauty_sponge_and_cake_to_place": { + "downloads": 4388, + "likes": 0 }, - "AIRBOT_MMK2_store_pomegranates_and_mangoes": { - "downloads": 3872 + "AIRBOT_MMK2_storage_tissue_paper": { + "downloads": 4373, + "likes": 0 }, "Airbot_MMK2_storage_cake_both_hands": { - "downloads": 3863 + "downloads": 4362, + "likes": 0 }, "Airbot_MMK2_swap_apple_cake_plate": { - "downloads": 3862 - }, - "AIRBOT_MMK2_beauty_sponge_and_cake_to_place": { - "downloads": 3861 + "downloads": 4361, + "likes": 0 }, - "AIRBOT_MMK2_storage_tissue_paper": { - "downloads": 3846 + "AIRBOT_MMK2_store_pomegranates_and_mangoes": { + "downloads": 4339, + "likes": 0 }, - "Agilex_Cobot_Magic_fold_short_sleeve_white": { - "downloads": 3837 + "AI2_Alphabot_2_pour_mung_beans": { + "downloads": 4328, + "likes": 0 }, - "Airbot_MMK2_take_bowl_sponge": { - "downloads": 3834 + "R1_Lite_move_the_position_of_the_orange": { + "downloads": 4327, + "likes": 0 }, - "Agilex_Cobot_Magic_fold_shorts_khaki": { - "downloads": 3805 + "R1_Lite_move_the_position_of_the_peeler": { + "downloads": 4295, + "likes": 0 }, - "Realman_RMC_AIDA_L_hang_clothes": { - "downloads": 3803 + "Airbot_MMK2_take_bowl_sponge": { + "downloads": 4284, + "likes": 0 }, - "AIRBOT_MMK2_place_the_building_blocks": { - "downloads": 3766 + "Agilex_Cobot_Magic_close_drawer_bottom": { + "downloads": 4243, + "likes": 0 }, "Airbot_MMK2_storage_cup_plate": { - "downloads": 3760 + "downloads": 4229, + "likes": 0 }, - "R1_Lite_move_the_position_of_the_triangle_bread": { - "downloads": 3727 + "AIRBOT_MMK2_place_the_building_blocks": { + "downloads": 4223, + "likes": 0 }, "Airbot_MMK2_storage_gold_bar_model_shark_doll": { - "downloads": 3718 + "downloads": 4187, + "likes": 0 }, "Airbot_MMK2_slide_tape_onto_can": { - "downloads": 3714 + "downloads": 4183, + "likes": 0 }, - "Leju_Kuavo_4_moving_parts_3": { - "downloads": 3709 + "Agilex_Cobot_Magic_storage_object_closest_cube": { + "downloads": 4177, + "likes": 0 + }, + "AI2_Alphabot_2_move_test_tube_1": { + "downloads": 4167, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_jeans_shorts_children_s": { + "downloads": 4166, + "likes": 0 }, "Airbot_MMK2_storage_egg_white_box": { - "downloads": 3707 + "downloads": 4166, + "likes": 0 }, - "Leju_Kuavo_4_moving_parts_2": { - "downloads": 3698 + "Galaxea_R1_Lite_pour_powder": { + "downloads": 4160, + "likes": 0 + }, + "Agilex_Cobot_Magic_open_drawer_bottom": { + "downloads": 4120, + "likes": 0 + }, + "R1_Lite_move_the_position_of_the_duck": { + "downloads": 4114, + "likes": 0 + }, + "AI2_Alphabot_2_organize_cosmetics_1": { + "downloads": 4084, + "likes": 0 + }, + "Galbot_g1_steamer_storage_baozi_j": { + "downloads": 4072, + "likes": 0 + }, + "Agilex_Cobot_Magic_erase_board_left": { + "downloads": 4067, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel_grey_tray": { + "downloads": 4064, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_short_sleeve_black": { + "downloads": 4062, + "likes": 0 + }, + "Airbot_MMK2_swap_cake_sponge_plate": { + "downloads": 4060, + "likes": 0 + }, + "Agilex_Cobot_Magic_erase_board_passing_left_to_right": { + "downloads": 4059, + "likes": 0 }, - "Leju_Kuavo_4_moving_parts": { - "downloads": 3645 + "Airbot_MMK2_take_BBs_block": { + "downloads": 4041, + "likes": 0 }, - "Airbot_MMK2_swap_cake_sponge_plate": { - "downloads": 3601 + "Agilex_Cobot_Magic_fold_towel_pink_tray": { + "downloads": 4036, + "likes": 0 }, - "Agilex_Cobot_Magic_close_drawer_bottom": { - "downloads": 3600 + "Realman_RMC_AIDA_L_hang_clothes": { + "downloads": 4018, + "likes": 0 }, - "Airbot_MMK2_take_BBs_block": { - "downloads": 3582 + "Agilex_Cobot_Magic_fold_towel_blue_tray": { + "downloads": 4011, + "likes": 0 }, - "Galaxea_R1_Lite_pour_solid": { - "downloads": 3580 + "Agilex_Cobot_Magic_erase_board_right": { + "downloads": 3997, + "likes": 0 }, - "R1_Lite_move_the_position_of_the_glass": { - "downloads": 3575 + "Agilex_Cobot_Magic_erase_board": { + "downloads": 3990, + "likes": 0 }, - "Agilex_Cobot_Magic_storage_object_closest_cube": { - "downloads": 3546 + "Agilex_Cobot_Magic_fold_towel_yellow_tray": { + "downloads": 3982, + "likes": 0 }, "Agilex_Split_Aloha_clean_up_the_tableware": { - "downloads": 3539 - }, - "R1_Lite_switch_on_and_off_the_central_air_conditioning": { - "downloads": 3535 + "downloads": 3977, + "likes": 0 }, - "Agilex_Cobot_Magic_fold_jeans_shorts_children_s": { - "downloads": 3523 + "Agilex_Cobot_Magic_storage_object_closest_apple": { + "downloads": 3952, + "likes": 0 }, "AIRBOT_MMK2_place_the_umbrella_and_the_ruler": { - "downloads": 3499 + "downloads": 3946, + "likes": 0 }, - "Agilex_Cobot_Magic_open_drawer_bottom": { - "downloads": 3477 + "R1_Lite_move_the_position_of_the_triangle_bread": { + "downloads": 3942, + "likes": 0 }, "Airbot_MMK2_swap_bread_cake_plate": { - "downloads": 3476 + "downloads": 3915, + "likes": 0 }, "Airbot_MMK2_storage_potato_pumpkin": { - "downloads": 3441 - }, - "Agilex_Cobot_Magic_erase_board_left": { - "downloads": 3436 + "downloads": 3880, + "likes": 0 }, "Airbot_MMK2_storage_apple_orange": { - "downloads": 3436 - }, - "Agilex_Cobot_Magic_fold_towel_grey_tray": { - "downloads": 3421 - }, - "Agilex_Cobot_Magic_fold_short_sleeve_black": { - "downloads": 3419 - }, - "Agilex_Cobot_Magic_erase_board_passing_left_to_right": { - "downloads": 3416 + "downloads": 3875, + "likes": 0 }, "Airbot_MMK2_storage_tape_measure_umbrella": { - "downloads": 3413 + "downloads": 3842, + "likes": 0 }, - "Agilex_Cobot_Magic_fold_towel_pink_tray": { - "downloads": 3393 + "Agilex_Cobot_Magic_erase_board_passing_right_to_left": { + "downloads": 3823, + "likes": 0 }, "Airbot_MMK2_storage_sponge_wet_wipes": { - "downloads": 3393 - }, - "R1_Lite_move_the_position_of_the_apple": { - "downloads": 3373 - }, - "Agilex_Cobot_Magic_fold_towel_blue_tray": { - "downloads": 3368 + "downloads": 3822, + "likes": 0 }, - "Agilex_Cobot_Magic_erase_board_right": { - "downloads": 3354 + "R1_Lite_move_the_position_of_the_glass": { + "downloads": 3770, + "likes": 0 }, - "Agilex_Cobot_Magic_fold_towel_yellow_tray": { - "downloads": 3351 + "Leju_Kuavo_4_moving_parts_3": { + "downloads": 3710, + "likes": 0 }, - "Agilex_Cobot_Magic_erase_board": { - "downloads": 3347 + "Leju_Kuavo_4_moving_parts_2": { + "downloads": 3699, + "likes": 0 }, - "Galaxea_R1_Lite_pour_powder": { - "downloads": 3339 + "R1_Lite_switch_on_and_off_the_central_air_conditioning": { + "downloads": 3689, + "likes": 0 }, - "Agilex_Cobot_Magic_storage_object_closest_apple": { - "downloads": 3321 + "Leju_Kuavo_4_moving_parts": { + "downloads": 3646, + "likes": 0 }, - "Agilex_Cobot_Magic_erase_board_passing_right_to_left": { - "downloads": 3216 + "R1_Lite_move_the_position_of_the_apple": { + "downloads": 3563, + "likes": 0 }, - "AI2_Alphabot_2_move_test_tube_1": { - "downloads": 3132 + "Galaxea_R1_Lite_move_mouse": { + "downloads": 3465, + "likes": 0 }, "R1_Lite_move_the_position_of_the_pen": { - "downloads": 3129 + "downloads": 3299, + "likes": 0 }, "R1_Lite_move_the_position_of_the_long_bread": { - "downloads": 3117 + "downloads": 3287, + "likes": 0 }, "R1_Lite_move_the_position_of_the_cookie": { - "downloads": 3004 + "downloads": 3144, + "likes": 0 }, - "Leju_Kuavo_4_box_storage_parcel_8": { - "downloads": 2948 + "AI2_Alphabot_2_package_fruit_1": { + "downloads": 3130, + "likes": 0 }, "R1_Lite_move_the_position_of_the_spoon": { - "downloads": 2945 - }, - "G1edu-u3_place_plastic_bowl_ag": { - "downloads": 2727 - }, - "alpha_bot_2_operate_the_microwave_oven": { - "downloads": 2700 + "downloads": 3075, + "likes": 0 }, "AIRBOT_MMK2_lemon_and_orange_storage": { - "downloads": 2676 + "downloads": 2993, + "likes": 0 }, - "Galaxea_R1_Lite_move_mouse": { - "downloads": 2644 + "Leju_Kuavo_4_box_storage_parcel_8": { + "downloads": 2949, + "likes": 0 + }, + "G1edu-u3_place_plastic_bowl_ag": { + "downloads": 2910, + "likes": 0 }, "Agilex_Cobot_Magic_move_mouse_pen": { - "downloads": 2421 + "downloads": 2824, + "likes": 0 }, - "Agilex_Cobot_Magic_move_mouse_pen_black_tablecloth": { - "downloads": 2205 + "alpha_bot_2_operate_the_microwave_oven": { + "downloads": 2701, + "likes": 0 }, - "AI2_Alphabot_2_pour_mung_beans": { - "downloads": 2171 + "Agilex_Cobot_Magic_move_mouse_pen_black_tablecloth": { + "downloads": 2608, + "likes": 0 }, "Agilex_Cobot_Magic_move_mouse_pen_khaki_tablecloth": { - "downloads": 2144 + "downloads": 2547, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_mouse_pen_green_tablecloth": { + "downloads": 2535, + "likes": 0 }, "Agilex_Cobot_Magic_move_mouse_pen_red_tablecloth": { - "downloads": 2132 + "downloads": 2535, + "likes": 0 }, - "Agilex_Cobot_Magic_move_mouse_pen_green_tablecloth": { - "downloads": 2132 + "AI2_Alphabot_2_stack_blocks": { + "downloads": 2153, + "likes": 0 + }, + "AI2_Alphabot_2_brush_egg_wash": { + "downloads": 2145, + "likes": 0 }, "G1edu-u3_pick_apple_a": { - "downloads": 1867 + "downloads": 2054, + "likes": 0 }, "G1edu-u3_place_metal_bowl_ae": { - "downloads": 1717 + "downloads": 1896, + "likes": 0 }, "G1edu-u3_place_metal_bowl_af": { - "downloads": 1710 - }, - "Leju_Kuavo_4_sensor_card_swiping_9": { - "downloads": 1710 + "downloads": 1889, + "likes": 0 }, "G1edu-u3_pick_metal_bowl_ab": { - "downloads": 1705 - }, - "Leju_Kuavo_4_sensor_card_swiping_19": { - "downloads": 1692 - }, - "Leju_Kuavo_4_box_storage_parcel_9": { - "downloads": 1640 - }, - "Leju_Kuavo_4_box_storage_parcel_2": { - "downloads": 1635 + "downloads": 1876, + "likes": 0 }, - "Leju_Kuavo_4_box_storage_parcel_10": { - "downloads": 1635 + "Galbot_G1_steamer_storage_baozi": { + "downloads": 1867, + "likes": 0 }, "G1edu-u3_put_the_tissue_box_al": { - "downloads": 1602 + "downloads": 1785, + "likes": 0 }, "G1edu-u3_put_the_water_bottle_on_the_table_d": { - "downloads": 1599 + "downloads": 1754, + "likes": 0 }, "G1edu-u3_pick_plastic_bowl_ac": { - "downloads": 1597 + "downloads": 1752, + "likes": 0 }, "G1edu-u3_pick_up_the_bottled_water_a": { - "downloads": 1588 - }, - "Leju_Kuavo_4_box_storage_parcel_1": { - "downloads": 1583 + "downloads": 1731, + "likes": 0 }, - "Leju_Kuavo_4_box_storage_parcel_11": { - "downloads": 1564 + "G1edu-u3_pick_metal_bowl_aa": { + "downloads": 1727, + "likes": 0 }, "AIRBOT_MMK2_desktop_storage": { - "downloads": 1564 + "downloads": 1721, + "likes": 0 }, - "G1edu-u3_pick_metal_bowl_aa": { - "downloads": 1560 + "Leju_Kuavo_4_sensor_card_swiping_9": { + "downloads": 1711, + "likes": 0 }, "G1edu-u3_pick_plastic_bowl_ad": { - "downloads": 1548 + "downloads": 1703, + "likes": 0 }, - "G1edu-u3_put_the_cup_b": { - "downloads": 1526 + "Leju_Kuavo_4_sensor_card_swiping_19": { + "downloads": 1693, + "likes": 0 }, "G1edu-u3_place_plastic_bowl_ah": { - "downloads": 1525 + "downloads": 1684, + "likes": 0 }, - "Leju_Kuavo_4_box_storage_parcel_5": { - "downloads": 1507 + "G1edu-u3_put_the_cup_b": { + "downloads": 1669, + "likes": 0 + }, + "Leju_Kuavo_4_box_storage_parcel_9": { + "downloads": 1641, + "likes": 0 + }, + "Leju_Kuavo_4_box_storage_parcel_2": { + "downloads": 1636, + "likes": 0 + }, + "Leju_Kuavo_4_box_storage_parcel_10": { + "downloads": 1636, + "likes": 0 }, "G1edu-u3_pick_up_the_bottled_water_b": { - "downloads": 1452 + "downloads": 1599, + "likes": 0 + }, + "Leju_Kuavo_4_box_storage_parcel_1": { + "downloads": 1584, + "likes": 0 }, "Airbot_MMK2_storage_peach_pear": { - "downloads": 1428 + "downloads": 1575, + "likes": 0 + }, + "Leju_Kuavo_4_box_storage_parcel_11": { + "downloads": 1565, + "likes": 0 }, "G1edu-u3_pick_up_the_tissue_box_ao": { - "downloads": 1418 + "downloads": 1561, + "likes": 0 + }, + "Leju_Kuavo_4_box_storage_parcel_5": { + "downloads": 1508, + "likes": 0 }, "Agilex_Split_Aloha_turn_on_the_bulb": { - "downloads": 1327 + "downloads": 1501, + "likes": 0 + }, + "AI2_Alphabot_2_test_electricity": { + "downloads": 1466, + "likes": 0 }, "G1edu-u3_place_bottle_c": { - "downloads": 1246 + "downloads": 1389, + "likes": 0 }, "G1edu-u3_place_apple_c": { - "downloads": 1239 - }, - "R1_Lite_tableware_arrangement": { - "downloads": 1225 + "downloads": 1382, + "likes": 0 }, "G1edu-u3_pick_up_the_bread_az": { - "downloads": 1221 + "downloads": 1352, + "likes": 0 }, "G1edu-u3_pick_up_the_lemon_a": { - "downloads": 1209 + "downloads": 1328, + "likes": 0 }, "G1edu-u3_put_the_bread_aw": { - "downloads": 1166 + "downloads": 1297, + "likes": 0 }, "G1edu-u3_pick_apple_b": { - "downloads": 1154 + "downloads": 1285, + "likes": 0 }, "G1edu-u3_pick_up_the_lemon_at": { - "downloads": 1153 + "downloads": 1284, + "likes": 0 + }, + "R1_Lite_tableware_arrangement": { + "downloads": 1271, + "likes": 0 }, "G1edu-u3_pick_up_the_bottled_water_as": { - "downloads": 1121 + "downloads": 1244, + "likes": 0 }, "G1edu-u3_pick_cup_a": { - "downloads": 1106 + "downloads": 1229, + "likes": 0 }, "G1edu-u3_put_the_water_bottle_aq": { - "downloads": 1006 + "downloads": 1117, + "likes": 0 }, "G1edu-u3_put_the_lemon_af": { - "downloads": 904 + "downloads": 1007, + "likes": 0 }, "G1edu-u3_little_tray_storage_apple_b": { - "downloads": 844 + "downloads": 931, + "likes": 0 }, "G1edu-u3_tray_storage_lemon_a": { - "downloads": 802 + "downloads": 881, + "likes": 0 }, "G1edu-u3_pick_leftover_food_ac": { - "downloads": 767 + "downloads": 850, + "likes": 0 }, "G1edu-u3_pick_crumpled_paper_aa": { - "downloads": 746 + "downloads": 825, + "likes": 0 }, "G1edu-u3_put_the_lemon_on_the_plate_ah": { - "downloads": 735 - }, - "G1edu-u3_pick_empty_bottle_ab": { - "downloads": 674 + "downloads": 798, + "likes": 0 }, "G1edu-u3_little_tray_storage_lemon_b": { - "downloads": 674 + "downloads": 757, + "likes": 0 + }, + "G1edu-u3_pick_empty_bottle_ab": { + "downloads": 745, + "likes": 0 }, "G1edu-u3_pick_up_the_toy_ai": { - "downloads": 641 + "downloads": 708, + "likes": 0 }, "G1edu-u3_put_the_toy_ap": { - "downloads": 606 - }, - "AI2_Alphabot_2_store_toys_2": { - "downloads": 49 - }, - "AI2_Alphabot_2_package_fruit_2": { - "downloads": 42 - }, - "AI2_Alphabot_2_store_toys_5": { - "downloads": 21 + "downloads": 669, + "likes": 0 }, - "Leju_Kuavo_4_box_storage_parcel": { - "downloads": 13 + "AI2_Alphabot_2_shake_test_tube": { + "downloads": 533, + "likes": 0 }, "Leju_Kuavo_4_box_storage_parcel_6": { - "downloads": 10 + "downloads": 23, + "likes": 0 }, - "Unitree_G1edu_u3_place_grape_error": { - "downloads": 7 + "Leju_Kuavo_4_box_storage_parcel_3": { + "downloads": 21, + "likes": 0 }, - "AI2_Alphabot_2_stack_blocks": { - "downloads": 6 + "Unitree_G1edu_u3_place_grape_error": { + "downloads": 21, + "likes": 0 }, - "AI2_Alphabot_2_package_fruit": { - "downloads": 6 + "Leju_Kuavo_4_sensor_card_swiping_4": { + "downloads": 20, + "likes": 0 }, "Leju_Kuavo_4_box_storage_parcel_7": { - "downloads": 6 - }, - "Leju_Kuavo_4_box_storage_parcel_3": { - "downloads": 6 - }, - "Unitree_G1edu_u3_place_towel": { - "downloads": 6 + "downloads": 19, + "likes": 0 }, "Unitree_G1edu_u3_pour_drink": { - "downloads": 6 - }, - "AI2_Alphabot_2_test_electricity": { - "downloads": 6 - }, - "AI2_Alphabot_2_brush_egg_wash": { - "downloads": 6 - }, - "Galbot_G1_steamer_storage_baozi": { - "downloads": 6 - }, - "Galbot_G1_use_dryer": { - "downloads": 6 + "downloads": 19, + "likes": 0 }, - "AI2_Alphabot_2_store_toys": { - "downloads": 6 + "Unitree_G1edu_u3_place_towel": { + "downloads": 19, + "likes": 0 }, - "Leju_Kuavo_4_sensor_card_swiping_4": { - "downloads": 6 + "Leju_Kuavo_4_moving_parts_1": { + "downloads": 19, + "likes": 0 }, "Unitree_G1edu_u3_place_bread_1": { - "downloads": 6 - }, - "Galbot_G1_fold_clothes": { - "downloads": 6 + "downloads": 19, + "likes": 0 }, "Leju_Kuavo_4_sensor_card_swiping_16": { - "downloads": 6 - }, - "Leju_Kuavo_4_moving_parts_1": { - "downloads": 6 + "downloads": 18, + "likes": 0 }, "Unitree_G1edu_u3_place_bread": { - "downloads": 6 + "downloads": 18, + "likes": 0 }, - "AI2_Alphabot_2_shake_test_tube": { - "downloads": 0 + "Leju_Kuavo_4_box_storage_parcel": { + "downloads": 14, + "likes": 0 } } }, - "combined_total_downloads": 16236086 + "combined_total_downloads": 17799858 } \ No newline at end of file diff --git a/info/hub_dataset_names.json b/info/hub_dataset_names.json index f1246ac800ec8ff67874c15ea0ef8312a37dd4ce..52d233ce787054460999c596c2cf68da0080ad9e 100644 --- a/info/hub_dataset_names.json +++ b/info/hub_dataset_names.json @@ -12,7 +12,6 @@ "AI2_Alphabot_2_recover_after_touching_an_obstacle": "alpha_bot_2_recover_after_touching_an_obstacle", "AI2_Alphabot_2_stack_building_blocks": "alpha_bot_2_stack_building_blocks", "AI2_Alphabot_2_sticker": "alpha_bot_2_sticker", - "AI2_Alphabot_2_store_toys": "AI2_Alphabot_2_store_toys_1", "Agilex_Cobot_Magic_fold_T-shirts": "Agilex_Cobot_Magic_fold_T_shirts", "Agilex_Cobot_Magic_fold_jeans_shorts_children's": "Agilex_Cobot_Magic_fold_jeans_shorts_children_s", "Agilex_Cobot_Magic_storage_fuirt_bowl": "Agilex_Cobot_Magic_storage_fruit_bowl", @@ -411,7 +410,6 @@ "AI2_Alphabot_2_recover_after_touching_an_obstacle": "alpha_bot_2_recover_after_touching_an_obstacle", "AI2_Alphabot_2_stack_building_blocks": "alpha_bot_2_stack_building_blocks", "AI2_Alphabot_2_sticker": "alpha_bot_2_sticker", - "AI2_Alphabot_2_store_toys": "AI2_Alphabot_2_store_toys_1", "Agilex_Cobot_Magic_fold_T-shirts": "Agilex_Cobot_Magic_fold_T_shirts", "Agilex_Cobot_Magic_fold_jeans_shorts_children's": "Agilex_Cobot_Magic_fold_jeans_shorts_children_s", "Agilex_Cobot_Magic_storage_fuirt_bowl": "Agilex_Cobot_Magic_storage_fruit_bowl", @@ -738,4 +736,4 @@ "Unitree_G1edu-u3_stack_bowls": "G1edu-u3_stack_bowls", "Unitree_G1edu-u3_tray_storage_lemon_a": "G1edu-u3_tray_storage_lemon_a" } -} +} \ No newline at end of file diff --git a/thumbnails/AI2_Alphabot_2_brush_egg_wash.jpg b/thumbnails/AI2_Alphabot_2_brush_egg_wash.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a733d6cea845889a7e1f72d95ed09ba65caf900 --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_brush_egg_wash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434bd64fcd6e3f20221f96769e4e565157aa730c746344db60a56bbab734aa48 +size 24698 diff --git a/thumbnails/AI2_Alphabot_2_move_test_tube_1.jpg b/thumbnails/AI2_Alphabot_2_move_test_tube_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b19dcc4cac0595b1d9f7d5bca4408ff70c17031 --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_move_test_tube_1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3d90c3cdc0121d26c3b0c112e90b37d90fbf9738a3fe35d2a919678a3605f2 +size 18758 diff --git a/thumbnails/AI2_Alphabot_2_organize_cosmetics_1.jpg b/thumbnails/AI2_Alphabot_2_organize_cosmetics_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f3eef9ad85d8e03e98888741a4b34b1a53988c2 --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_organize_cosmetics_1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d6875f2c92cabe744571e94e6b0ecc2a0d112c247ef08e7f7e1180db3a934e +size 30742 diff --git a/thumbnails/AI2_Alphabot_2_package_fruit_1.jpg b/thumbnails/AI2_Alphabot_2_package_fruit_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81a2fd55b3f49f3a8e34de9f9fa47bc5a4e3e8a8 --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_package_fruit_1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0085942da93c2c04cdc53d08922f031e3a6e54e83f4a19e877746d3021b982cf +size 16363 diff --git a/thumbnails/AI2_Alphabot_2_package_fruit_2.jpg b/thumbnails/AI2_Alphabot_2_package_fruit_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2ad243c51889cdf7ac72b3b23b2d0b5f23b1051 --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_package_fruit_2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44be29907abf97ff44166057eb65759301c269e5c94202b0510f560bd6ef9d72 +size 27338 diff --git a/thumbnails/AI2_Alphabot_2_shake_test_tube_1.jpg b/thumbnails/AI2_Alphabot_2_shake_test_tube_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e92d4c7d69be4f6e5f7e4e9f36c2f8108ed8f36 --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_shake_test_tube_1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c43f4e933a41a5b737755a0923896e0b6a290335bb22cd15a732ce5b786401 +size 55975 diff --git a/thumbnails/AI2_Alphabot_2_stack_blocks.jpg b/thumbnails/AI2_Alphabot_2_stack_blocks.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85c27155e8cf7f1310d8e3ef9a782ae7f0f8f079 --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_stack_blocks.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5906686494fab0f4ad4ff28505dc8017df6d50f26a7fd012ad79a34d8221574 +size 17523 diff --git a/thumbnails/AI2_Alphabot_2_store_toys_1.jpg b/thumbnails/AI2_Alphabot_2_store_toys_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcce2ddb2639727279003ffee6721c68d8a01bee --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_store_toys_1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140979785ae2953fbd411d8fada8d9b8f45277e2bd329cb0974697325e8b150f +size 19574 diff --git a/thumbnails/AI2_Alphabot_2_store_toys_2.jpg b/thumbnails/AI2_Alphabot_2_store_toys_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5998527e0a47b944af9aabc6cdecd1552ea317d --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_store_toys_2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356a889b80b3ceb26740df794c342da9cd6c494535c1e772e4088e5cc65007f1 +size 17060 diff --git a/thumbnails/AI2_Alphabot_2_store_toys_3.jpg b/thumbnails/AI2_Alphabot_2_store_toys_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a4803c800339425f52e20a0cb2f2bae9f63ca3a --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_store_toys_3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f42532e157adad9df0259e192126e986b5b3d8481740a34d6305e621dacbaf +size 17114 diff --git a/thumbnails/AI2_Alphabot_2_store_toys_4.jpg b/thumbnails/AI2_Alphabot_2_store_toys_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c07d0623018089ee98750c7cdc1cedec66d6bac2 --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_store_toys_4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd3f9702f0505b47f133fe6d80c140f0ca6d3bc681aa8e92e3dfc9f3b86384d +size 18193 diff --git a/thumbnails/AI2_Alphabot_2_store_toys_5.jpg b/thumbnails/AI2_Alphabot_2_store_toys_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a97640c2df4532f9c718f7b7d2ca7bef9c3aa96b --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_store_toys_5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf93139d20fa0d65a749174a543b6413deab98fbef6546baee72cf91afac7c5f +size 21570 diff --git a/thumbnails/AI2_Alphabot_2_test_electricity.jpg b/thumbnails/AI2_Alphabot_2_test_electricity.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ba2f19aad1a830f9957fd4d86cbef04bf011af4 --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_test_electricity.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d9f8b70c8d4874a31e38b79e58fe93bf40a1bbe4247544d4203a2b26fe54eb +size 16975 diff --git a/thumbnails/Galbot_G1_fold_clothes.jpg b/thumbnails/Galbot_G1_fold_clothes.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb22409dcaee5683510bffdae6fad0c9e821755a --- /dev/null +++ b/thumbnails/Galbot_G1_fold_clothes.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbdd513b3d56ad5bc506df0a9731625b01aa14e0dbe60dcc4a223cd6d93368f +size 60309 diff --git a/thumbnails/Galbot_G1_fold_clothes_1.jpg b/thumbnails/Galbot_G1_fold_clothes_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cb3ac88df29f1435ab0e0cd77b96b07303d0e6a --- /dev/null +++ b/thumbnails/Galbot_G1_fold_clothes_1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8d562cbb4190afdaf5deee76152d9d774a58853fc604e76565779fd0b494985 +size 50092 diff --git a/thumbnails/Galbot_G1_steamer_storage_baozi.jpg b/thumbnails/Galbot_G1_steamer_storage_baozi.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45b4df85b6b86ebac5361c4956878cba888cba39 --- /dev/null +++ b/thumbnails/Galbot_G1_steamer_storage_baozi.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00834c090d76a1bad3be097b916aa829bfe75544f77697dc9f3a037ba3b24abc +size 27557 diff --git a/thumbnails/Galbot_G1_use_dryer.jpg b/thumbnails/Galbot_G1_use_dryer.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4663463c1f3c87c2a941d51fa83a2f2e865e237 --- /dev/null +++ b/thumbnails/Galbot_G1_use_dryer.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208311fab230898af81d0425bffe766329ab0a3debb186f3470f09dd79051aed +size 46435 diff --git a/thumbnails/Galbot_G1_use_dryer_1.jpg b/thumbnails/Galbot_G1_use_dryer_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a23425a271a41c08806c0e6cb89cbb4e4baf63cc --- /dev/null +++ b/thumbnails/Galbot_G1_use_dryer_1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d25560af1883ec0b9c8cfca9ff525ff9693fbbb98976be763f85d12a9bbbf16 +size 38959 diff --git a/thumbnails/Leju_Kuavo_4_box_storage_parcel_3.jpg b/thumbnails/Leju_Kuavo_4_box_storage_parcel_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9f348f3660af354a5bdf09818f24a62fd447de5 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_box_storage_parcel_3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2337ea3d5f79c8f6d345b289168334afb13d844d91109f8321c38ebc40d7a932 +size 72534 diff --git a/thumbnails/Leju_Kuavo_4_box_storage_parcel_6.jpg b/thumbnails/Leju_Kuavo_4_box_storage_parcel_6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8b68c2412b443a5421f126adc7e8f10497b1349 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_box_storage_parcel_6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1fe2bfa7aaa455bcab7114fb5f6cf0577326191fd50528054aaec1af77d017 +size 59904 diff --git a/thumbnails/Leju_Kuavo_4_box_storage_parcel_7.jpg b/thumbnails/Leju_Kuavo_4_box_storage_parcel_7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f69592993e6175dcc2e6b50375585e5a7a635f1 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_box_storage_parcel_7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2dcd2e4d038c607a0165435cc4d4d8a0efc87c757debb472b565e5d4c78cbb +size 70094 diff --git a/thumbnails/Leju_Kuavo_4_moving_parts_1.jpg b/thumbnails/Leju_Kuavo_4_moving_parts_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27a6b56f628a950f3d77eee1d583d77109273cbb --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_moving_parts_1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d97f74cd5a90ef855d39e9a9c1a3c38f3257fe8d04c15c24276574db3b86e6c +size 69546 diff --git a/thumbnails/Leju_Kuavo_4_sensor_card_swiping_16.jpg b/thumbnails/Leju_Kuavo_4_sensor_card_swiping_16.jpg new file mode 100644 index 0000000000000000000000000000000000000000..598abb597683073895874e5147c512b3ea5b1aef --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_sensor_card_swiping_16.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe44d929dfe7611944ca9fc10c856dc5b10fe9f246673feee80caf473f33639 +size 49730 diff --git a/thumbnails/Leju_Kuavo_4_sensor_card_swiping_4.jpg b/thumbnails/Leju_Kuavo_4_sensor_card_swiping_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1f5fc1be22c405a8496c00ea3d96fb04f334163 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_sensor_card_swiping_4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e268f72cc5a23924c4298bf1e89421df201daeb5bb601b4c6e263cd07cdf59fb +size 50538 diff --git a/thumbnails/Unitree_G1edu-u3_place_bread.jpg b/thumbnails/Unitree_G1edu-u3_place_bread.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca67fd406373d946a9c27075ee672b46ae56d053 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_place_bread.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e7483e0f04e1533bd7cd3f40177b03f60aa2f938c0f75644a2858b828b6bc6 +size 18845 diff --git a/thumbnails/Unitree_G1edu-u3_place_bread_1.jpg b/thumbnails/Unitree_G1edu-u3_place_bread_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd5dfb845b64536c3338044cfddea9d43fc0aa4f --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_place_bread_1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cfec1aca58b6d5e9f4730de68295adb45318de4a7facb51668f7c0879914b8d +size 23129 diff --git a/thumbnails/Unitree_G1edu-u3_place_grape_error.jpg b/thumbnails/Unitree_G1edu-u3_place_grape_error.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6862bf3acd32b63fc12bf7d879c8955d4902f5ab --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_place_grape_error.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:215b5ff28392802ec9c718a724fd6821f76a6b16bda1acf977d6d49ab79ec8d0 +size 41972 diff --git a/thumbnails/Unitree_G1edu-u3_place_towel.jpg b/thumbnails/Unitree_G1edu-u3_place_towel.jpg new file mode 100644 index 0000000000000000000000000000000000000000..edc66aa483cc9bae9924c956a3268aac3f1470aa --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_place_towel.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02919b0fb243c4deadc08e9a11f492b4bd3e36326e3f84e6c192d44475d88a73 +size 19684 diff --git a/thumbnails/Unitree_G1edu-u3_pour_drink.jpg b/thumbnails/Unitree_G1edu-u3_pour_drink.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4659028c0c6ffe3f1b44dd902295437ff7f3072d --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pour_drink.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44182d3b50f232a40b1f89215eff672fce49c1f07cff1471402abd252266c739 +size 27673 diff --git a/videos/AI2_Alphabot_2_arrange_teaset.mp4 b/videos/AI2_Alphabot_2_arrange_teaset.mp4 index 37b81d3f713b8076d9174890cd51f83f32fd190e..00a28953bf00cb090dd34caaf0378bb099223637 100644 --- a/videos/AI2_Alphabot_2_arrange_teaset.mp4 +++ b/videos/AI2_Alphabot_2_arrange_teaset.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9cb780d16bfd04984b0eb85aa612db7e84b6fab7e2767ae0ea8791b98ecc968c -size 3537288 +oid sha256:0733dbd0e6d57c0ecb4f385f4b01cb04ed2a468141692ae7ceb5fb3c3f4ce299 +size 5881277 diff --git a/videos/AI2_Alphabot_2_brush_egg_wash.mp4 b/videos/AI2_Alphabot_2_brush_egg_wash.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0987a1aeb451386b8b5c6cc9a3bc2155a0ba009f --- /dev/null +++ b/videos/AI2_Alphabot_2_brush_egg_wash.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c95251982874c899d77362a38cf72ff5c8971c2398913f04f61cdfa459bea75 +size 2302333 diff --git a/videos/AI2_Alphabot_2_clink_glasses.mp4 b/videos/AI2_Alphabot_2_clink_glasses.mp4 index 37daa9832976be758ee67e333365f905024d6cd4..5df2d9a3dc7e054e402038a8a727654baafa0094 100644 --- a/videos/AI2_Alphabot_2_clink_glasses.mp4 +++ b/videos/AI2_Alphabot_2_clink_glasses.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b16a113d5f7bb2f60664a2c993bafc2d9413a2bf1bf61abef1ae0b9fa336904e -size 3081704 +oid sha256:e59a1e08a66015c493d316cd9a0c0e3f7f86d4b4d845662dc0abbba258090187 +size 2839181 diff --git a/videos/AI2_Alphabot_2_grind_ink.mp4 b/videos/AI2_Alphabot_2_grind_ink.mp4 index a3fb98ddc099b7496243e9c538537eb28518de06..3c7d2ad950f24f2bfd624b7611f9cd6531aab62d 100644 --- a/videos/AI2_Alphabot_2_grind_ink.mp4 +++ b/videos/AI2_Alphabot_2_grind_ink.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0eeab44cd4dccbfbbea271306574d7d1f612f5e9ab3f8929f7e157c50d4e732f -size 7622972 +oid sha256:b4525d93c35b14bd9c3b932031100b87477c255b02922f709e7e6f96527a2390 +size 13386202 diff --git a/videos/AI2_Alphabot_2_heat_test_tube.mp4 b/videos/AI2_Alphabot_2_heat_test_tube.mp4 index 7b0a86654440b43644978ed9293f3f8d93bb0ee2..e80750676a6efd13c3d61b7fdea5b9c7eddfe97d 100644 --- a/videos/AI2_Alphabot_2_heat_test_tube.mp4 +++ b/videos/AI2_Alphabot_2_heat_test_tube.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a3c6b85e8cf5848d6b6f907905d037c7b842aa0dbdc31bbddc729126b1d0f56 -size 5239726 +oid sha256:ec9acf429cc25f3c070298df378951ebf365b7cbc3c4346448a01d9d53b2f30e +size 6495163 diff --git a/videos/AI2_Alphabot_2_insert_hose_into_hole.mp4 b/videos/AI2_Alphabot_2_insert_hose_into_hole.mp4 index a3599f2ed35e1447033745da5768feb46d20a919..f26de5069c8c30c86034c31a641eacf1877d5873 100644 --- a/videos/AI2_Alphabot_2_insert_hose_into_hole.mp4 +++ b/videos/AI2_Alphabot_2_insert_hose_into_hole.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be6aeb6b2a959966105a58f150d789e4d6ca3a870a5caa3789ea4d8d427d7895 -size 2586288 +oid sha256:4ed2bde7359fa5a6bfc1b029db72e4d8b801fdfaf4118b85f0480f4c8483ae2f +size 1588662 diff --git a/videos/AI2_Alphabot_2_insert_straw.mp4 b/videos/AI2_Alphabot_2_insert_straw.mp4 index 2c38c8286615d59c7f797737b5f436d6cd42cd9b..dc62880faa74aadb63d96ca6ecb2e7ec087d13e0 100644 --- a/videos/AI2_Alphabot_2_insert_straw.mp4 +++ b/videos/AI2_Alphabot_2_insert_straw.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5548f2bb02dc59681ef232b094041ab806ad983807892426dd7089d08aff3d1b -size 3756326 +oid sha256:a10a412cd9a82c6f73f1b755c7a56a270e1596ec5c3c56631d6a3a1866c23480 +size 2733747 diff --git a/videos/AI2_Alphabot_2_insert_water_pipe.mp4 b/videos/AI2_Alphabot_2_insert_water_pipe.mp4 index 9e888bccb9d398a5bf41e5f6366d7deb1bf0968a..d455097170e39b07866297ee515df5a8f8ff32ab 100644 --- a/videos/AI2_Alphabot_2_insert_water_pipe.mp4 +++ b/videos/AI2_Alphabot_2_insert_water_pipe.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4612ddc6378c551ccc88e9a2d4dab78cbc734f480a9fbad8055585fed4ff854 -size 2317056 +oid sha256:ff06c1e0b6d1c8848873344ac376d049c193342d9e5906d78b6028fcf0c93d13 +size 2611400 diff --git a/videos/AI2_Alphabot_2_move_basket.mp4 b/videos/AI2_Alphabot_2_move_basket.mp4 index 2388c49f864d101312839587d8c350a53f78cce3..7ec2b532ddcb0ed5cb1d5bd6ac153f459e59d05e 100644 --- a/videos/AI2_Alphabot_2_move_basket.mp4 +++ b/videos/AI2_Alphabot_2_move_basket.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a88b9f00debb5da26335f1ad00f7ece583fe72ab5b5a2ef0e8bbf63b526d986 -size 4115828 +oid sha256:3169a0dc6d3bb88eaa62beca8a7e834b72f54637b93b6a879422cc380161dd97 +size 4176247 diff --git a/videos/AI2_Alphabot_2_move_test_tube.mp4 b/videos/AI2_Alphabot_2_move_test_tube.mp4 index d9ce270e891f3e8f196862ea5cfe67e3ab939639..ae99208aaf0d57f49ad4395f6572db70cc6d5a9e 100644 --- a/videos/AI2_Alphabot_2_move_test_tube.mp4 +++ b/videos/AI2_Alphabot_2_move_test_tube.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:674f5dcd940dd3320b702200c2695649aa27af2a3b618972176fdf0e089fa786 -size 5918273 +oid sha256:7e2024ee35b425609554477b480c094c4f09ab44f85c4d67da31950a6e2b6e7b +size 18017364 diff --git a/videos/AI2_Alphabot_2_move_test_tube_1.mp4 b/videos/AI2_Alphabot_2_move_test_tube_1.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e22ff55464480d0c13179c819f41903991b5f01c --- /dev/null +++ b/videos/AI2_Alphabot_2_move_test_tube_1.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c765e9d46f537df63303ae56d95b302f66031a25d09fc8724bd38567dc085d28 +size 1285317 diff --git a/videos/AI2_Alphabot_2_open_microwave.mp4 b/videos/AI2_Alphabot_2_open_microwave.mp4 index e7b30607fb2152be11b2aaeb2525fba638a938a9..60ba2e53cd5413271e22ccca2909a22e1a38aae5 100644 --- a/videos/AI2_Alphabot_2_open_microwave.mp4 +++ b/videos/AI2_Alphabot_2_open_microwave.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca232df54ba83126948b95687f29ec80ed62d27bd85c3a303160e6eddb902d7d -size 3043391 +oid sha256:829ee41e0ac48715b3d096bffbca14b9cdabf2cde5bd12fc87ab49eb56bdc3a4 +size 3429671 diff --git a/videos/AI2_Alphabot_2_organize_cosmetics.mp4 b/videos/AI2_Alphabot_2_organize_cosmetics.mp4 index bce73e411187bfd5a13794fc760d7dbc7b028e17..04137d3d67f1dae3f2a030da2bbeb8ab47e97c41 100644 --- a/videos/AI2_Alphabot_2_organize_cosmetics.mp4 +++ b/videos/AI2_Alphabot_2_organize_cosmetics.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fcda78248c9051bfc251f958d24ce8c53b995dfeabfc120b0ba071c6a105ca9d -size 19989102 +oid sha256:a83ac60a47c960eddf6a388050b33becfd09fcf95710f38e9ff522ab70663f20 +size 3651049 diff --git a/videos/AI2_Alphabot_2_organize_cosmetics_1.mp4 b/videos/AI2_Alphabot_2_organize_cosmetics_1.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb659e794dc5e7384430e5bc2f1ae2656f8311b5 --- /dev/null +++ b/videos/AI2_Alphabot_2_organize_cosmetics_1.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432fbe4e89c9fcbe22d6cacd929a702faf72fe7125795e41e304ac6a1d26a8cf +size 5517327 diff --git a/videos/AI2_Alphabot_2_organize_lab_equipment.mp4 b/videos/AI2_Alphabot_2_organize_lab_equipment.mp4 index adb0489d2bdc61fa5e28666b4716aa2278ecd060..224ecc8b3d8e4d59149b8c02010d593985200a24 100644 --- a/videos/AI2_Alphabot_2_organize_lab_equipment.mp4 +++ b/videos/AI2_Alphabot_2_organize_lab_equipment.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a91029beb3673fa5c555783bbe2954a30a3b8b610cf148541d7cf62a3c6d2bbb -size 7858945 +oid sha256:9d10cd9a78cc18bd6f1a16d23b6111f366bee89dce727f25f022c09f293c2ec4 +size 10828550 diff --git a/videos/AI2_Alphabot_2_organize_pencil_holder.mp4 b/videos/AI2_Alphabot_2_organize_pencil_holder.mp4 index 21fd0c8fc103ed52879b2bdfbafb00f75c01d069..54df9291fc99724979941cdccc05c56bcc35e41c 100644 --- a/videos/AI2_Alphabot_2_organize_pencil_holder.mp4 +++ b/videos/AI2_Alphabot_2_organize_pencil_holder.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c71f5c1028b39fa1a3f05bd55ecae1d7207c47822895e1e36cfe4a2c3324ecfd -size 7231165 +oid sha256:8a03d815e88725ee38497414f5a9e0641e9fb437798f5833808c051c956cbec0 +size 6017172 diff --git a/videos/AI2_Alphabot_2_package_fruit.mp4 b/videos/AI2_Alphabot_2_package_fruit.mp4 index d739fe4bb15fb1c54686911758f52507f45a6d62..edca60be9c959fe5dcd073014dde1c94e72f7657 100644 --- a/videos/AI2_Alphabot_2_package_fruit.mp4 +++ b/videos/AI2_Alphabot_2_package_fruit.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8b979265027f8de39551784788d6de8bc2e0ddd04770f60fd1be8380666ef881 -size 1571330 +oid sha256:9565dcfa523e55039e1694421890db24d29916d7856373b61cef11a65eeddb6f +size 1367159 diff --git a/videos/AI2_Alphabot_2_package_fruit_1.mp4 b/videos/AI2_Alphabot_2_package_fruit_1.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a55e4ae422f8f3dfcce145762683c3c9441d876 --- /dev/null +++ b/videos/AI2_Alphabot_2_package_fruit_1.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3604e701994028d4c72c19ec90f725b1635966b4efb18d248cd37a67b04ca96b +size 1332903 diff --git a/videos/AI2_Alphabot_2_package_fruit_2.mp4 b/videos/AI2_Alphabot_2_package_fruit_2.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97534a20d03afe3b6c4a273005e853d70d2fa99f --- /dev/null +++ b/videos/AI2_Alphabot_2_package_fruit_2.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60dd722688c7ef44e03b453bfd3381c723b846b0d36fc30b3ae7ed03e84e9abe +size 1711756 diff --git a/videos/AI2_Alphabot_2_pick_stirring_rod.mp4 b/videos/AI2_Alphabot_2_pick_stirring_rod.mp4 index cb922c85c0353342a98ed90eb831135a025db54f..0bebb178494cdfef2c02fd8d6c41da9a5e617d8e 100644 --- a/videos/AI2_Alphabot_2_pick_stirring_rod.mp4 +++ b/videos/AI2_Alphabot_2_pick_stirring_rod.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b337a81095694044a1dd95a0d03d9d95ac6e3a57b28b9af644e8797e16018ad -size 2888761 +oid sha256:2629a1c3163c648b3e865abbeeb8d019ab10bfca754ed51e797ddb059a4d3634 +size 2115629 diff --git a/videos/AI2_Alphabot_2_pick_test_tube.mp4 b/videos/AI2_Alphabot_2_pick_test_tube.mp4 index e84fb5f0af12fc23bc13da13c6538eaf37e3078d..3123359b7a2fbb784df099c03ce1c783dd7de5d1 100644 --- a/videos/AI2_Alphabot_2_pick_test_tube.mp4 +++ b/videos/AI2_Alphabot_2_pick_test_tube.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:05a9dbeeab92b4a156b644bcf8f5c7a67f87bea7971888f1037ad78420b60044 -size 2625212 +oid sha256:3c492223d313d2f6a913cd4f04cd5f3131b2499074cd6cc0470001d6931d643d +size 4375186 diff --git a/videos/AI2_Alphabot_2_pick_thermometer.mp4 b/videos/AI2_Alphabot_2_pick_thermometer.mp4 index fd07356f2b0bfe582078110cd1401d223d658338..db41192ac1de173d204876d2ed69eef7e6c80f35 100644 --- a/videos/AI2_Alphabot_2_pick_thermometer.mp4 +++ b/videos/AI2_Alphabot_2_pick_thermometer.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0fa385a9dbb3e6efffcd109396a66cca232360a5ed235592580295be7b88a92 -size 4621740 +oid sha256:66f0fa896b5a76ee8812ebe6b0b273b66a38228a53ad0e45432026557612b5d9 +size 3864588 diff --git a/videos/AI2_Alphabot_2_place_Tapes.mp4 b/videos/AI2_Alphabot_2_place_Tapes.mp4 index 27b230b41c567a111a56e293adfd390d53c13575..79f44beda65243d7336b23b120dc8d48850a3381 100644 --- a/videos/AI2_Alphabot_2_place_Tapes.mp4 +++ b/videos/AI2_Alphabot_2_place_Tapes.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a761797c0feb702a910ca2a7ae7495e5e8571c7182d3d886c57b3b354b969e7 -size 6247064 +oid sha256:6ae3ae0975fee82e680badcf1e4178cf9cf65ffbb1303f6852fb0211ade11d45 +size 3866036 diff --git a/videos/AI2_Alphabot_2_place_pen.mp4 b/videos/AI2_Alphabot_2_place_pen.mp4 index ab30e3d02f0d10f921a25bb6ad3c9361e41c0420..303c597734ef16130fd7912e895741d5a6be1497 100644 --- a/videos/AI2_Alphabot_2_place_pen.mp4 +++ b/videos/AI2_Alphabot_2_place_pen.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2bc01128cee6ee40c71b83d52e5a38d5c00a846c23f890bc0f0800c43d79bd3e -size 3298661 +oid sha256:e76e03eaeb8e53913924e5ef62d00f8f467d864f5100a7a2f5e7e12a04bb5e46 +size 3551189 diff --git a/videos/AI2_Alphabot_2_pour_liquid.mp4 b/videos/AI2_Alphabot_2_pour_liquid.mp4 index e894660da169338bf355689d2fbf714688d86c91..cfe73c875dcb9102a873d9f10825b227244fa3f5 100644 --- a/videos/AI2_Alphabot_2_pour_liquid.mp4 +++ b/videos/AI2_Alphabot_2_pour_liquid.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63a3d9d8698f1f0633241ea5030752c08242168e9dca18d5071ca52c42282155 -size 3871826 +oid sha256:3e176bc594d2987fbae50d6425bd39164678692dad7ea093b81d1a240236392f +size 4279219 diff --git a/videos/AI2_Alphabot_2_pour_mung_beans.mp4 b/videos/AI2_Alphabot_2_pour_mung_beans.mp4 index 9c961f8fe1a90a0ce6914240454a4039ad12bc38..cb9bed5cb7fba321d821ca472fadf077c8cb3e5b 100644 --- a/videos/AI2_Alphabot_2_pour_mung_beans.mp4 +++ b/videos/AI2_Alphabot_2_pour_mung_beans.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:836bbd08a997a07db7a6f5cabdadd480aff3c9b78a3630323ff233dd61638182 -size 5627501 +oid sha256:677aec76bb42f8ce70c76183d5cda5472b8c90b011302bf966b75a1902da74c1 +size 11401449 diff --git a/videos/AI2_Alphabot_2_pour_water.mp4 b/videos/AI2_Alphabot_2_pour_water.mp4 index 53978769d7f22da60b576eee58bd2a4351a4e5a6..d4aee366093cb1f578905d52fc3842b637d92e4b 100644 --- a/videos/AI2_Alphabot_2_pour_water.mp4 +++ b/videos/AI2_Alphabot_2_pour_water.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d44aba02450d5d2b47c9ff96bdbb661c11d4ec0b25d8efb4259d02927a414c6 -size 3157311 +oid sha256:71eb33a0b377ff989c215e529d753e366ff88d5a64f074b74c24eb64658f4b8f +size 3533613 diff --git a/videos/AI2_Alphabot_2_shake_beaker.mp4 b/videos/AI2_Alphabot_2_shake_beaker.mp4 index d6e2f5a264f5e732bb9657b37e0cec7cace746d7..7e324cb6a681056c1ea7931990bba3d544929929 100644 --- a/videos/AI2_Alphabot_2_shake_beaker.mp4 +++ b/videos/AI2_Alphabot_2_shake_beaker.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c0db4e87d47d9945ce5dd38c2b31f7a24708613100b96598db0e9f9226710851 -size 3583183 +oid sha256:c6973ad380c2d4d9dc1b200f91b2d806bf4fdf65f304233aecbb25714cc8e2ba +size 3751366 diff --git a/videos/AI2_Alphabot_2_shake_bottle.mp4 b/videos/AI2_Alphabot_2_shake_bottle.mp4 index 873ad2581d2894d4bbc813a4e7b31807818983cf..7ec1bac8f7da516671d1e3c4996445f3182466cf 100644 --- a/videos/AI2_Alphabot_2_shake_bottle.mp4 +++ b/videos/AI2_Alphabot_2_shake_bottle.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc3d2d2e3ce1eaacc7b12eb26056af7466deff98ec9eb158fcf1b2554d1cc06c -size 5082059 +oid sha256:f2cec8edce93d6e282326bf641c9c30b40df870b7e1796449cc6c035febb5a8d +size 4928120 diff --git a/videos/AI2_Alphabot_2_shake_test_tube.mp4 b/videos/AI2_Alphabot_2_shake_test_tube.mp4 index 75705e1cdca3c689bd0b26c980615f0a41377422..12ffd2ec99886973018d22e262d59f5b1d868ff4 100644 --- a/videos/AI2_Alphabot_2_shake_test_tube.mp4 +++ b/videos/AI2_Alphabot_2_shake_test_tube.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b681be1b9694011a5d8883df1f2115061eddea6849fc4264b11aead14ca958aa -size 19993355 +oid sha256:53c951cc888f09a10bc7adc4bbb59fbe3e942dd8e14fc9cd04f5cb777ea7e608 +size 2402841 diff --git a/videos/AI2_Alphabot_2_shake_test_tube_1.mp4 b/videos/AI2_Alphabot_2_shake_test_tube_1.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a53e0da6d09f82c682bd0402ce2fb25d41080868 --- /dev/null +++ b/videos/AI2_Alphabot_2_shake_test_tube_1.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4bef8576e1436f4e1a4f67c5fff874b45ad3e06e2309af2f777c19c81d6f4d +size 26333213 diff --git a/videos/AI2_Alphabot_2_sort_angle_iron.mp4 b/videos/AI2_Alphabot_2_sort_angle_iron.mp4 index 6fcbe4a1e0ab019bfb1e18ca3e8861006d98f460..0d23e17244c9759ee43c2f55935449530db41615 100644 --- a/videos/AI2_Alphabot_2_sort_angle_iron.mp4 +++ b/videos/AI2_Alphabot_2_sort_angle_iron.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5868e7dd36790c6c7f1776e4cc3044e6fa4ebe277a3f41d1d941d7ab53abfaf6 -size 5009829 +oid sha256:752e2d1b04d822da3567f6c074243f45f3e615c7eaeccefc67a7e8567406d604 +size 3521538 diff --git a/videos/AI2_Alphabot_2_sort_garbage_bag_and_box.mp4 b/videos/AI2_Alphabot_2_sort_garbage_bag_and_box.mp4 index 51d7225af9f99300ac3e1a4fb42d7c96e32c9f69..2ebe2f2013ba33a4991deb689031d1b31583ae40 100644 --- a/videos/AI2_Alphabot_2_sort_garbage_bag_and_box.mp4 +++ b/videos/AI2_Alphabot_2_sort_garbage_bag_and_box.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ccc7fd3616cc9a48736f99da71dd92a7197e429adb0fa8436d2a7ff6c3b9662 -size 2743588 +oid sha256:540dd17d351db72c4d06d016b0e5204f5139eff5ef8a0023f54862c8e38dfa17 +size 2392549 diff --git a/videos/AI2_Alphabot_2_sort_personal_care_items.mp4 b/videos/AI2_Alphabot_2_sort_personal_care_items.mp4 index a77507d82f9eb59a01942c74c7a2bb2db3f772db..e8058117b7ee1ca666d22170ca011e3777ffcc3b 100644 --- a/videos/AI2_Alphabot_2_sort_personal_care_items.mp4 +++ b/videos/AI2_Alphabot_2_sort_personal_care_items.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c5a556452fd7dbd79680a39e02f134c2dada0b2fcdeab607bf38b8713839bb96 -size 3412295 +oid sha256:a33483d4e9dc4071f86206a75778a89609142578950e9fb90ac2711b1dcd520a +size 4322494 diff --git a/videos/AI2_Alphabot_2_sort_utensils.mp4 b/videos/AI2_Alphabot_2_sort_utensils.mp4 index 0104d3615c1cca63dfbf40a92f79f3d6ea907aa1..f58cf758dad200976e61edebb17b3561f08baf83 100644 --- a/videos/AI2_Alphabot_2_sort_utensils.mp4 +++ b/videos/AI2_Alphabot_2_sort_utensils.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68fc33bca40b643ea0fc106064e3de0737cff0d387c83493cf5ea4da045c8a60 -size 4121533 +oid sha256:6e0d8aed05b3667afeb6e1ba253ba0ba4f0ec2b6e0fac57cbad6cd3d912d1413 +size 5587183 diff --git a/videos/AI2_Alphabot_2_sort_warehouse.mp4 b/videos/AI2_Alphabot_2_sort_warehouse.mp4 index cb6c85c5558828a3f9166fb1be653bbeb8c20c02..dabc94713016c0902ff7d08480b5c0930a6f84b2 100644 --- a/videos/AI2_Alphabot_2_sort_warehouse.mp4 +++ b/videos/AI2_Alphabot_2_sort_warehouse.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2cca6f3f91bdb852c11d01112040ef0d0801fab01e2ff0fe8c55347018752b3b -size 3226619 +oid sha256:3143d1abdd991f980a0aca3ec050fa955867d049f9a9d1ef7ad4bc6893a39835 +size 2555076 diff --git a/videos/AI2_Alphabot_2_stack_blocks.mp4 b/videos/AI2_Alphabot_2_stack_blocks.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e19dc8df22dae88743876e8fd80963ac64662cd7 --- /dev/null +++ b/videos/AI2_Alphabot_2_stack_blocks.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d72a144e63c20a5c930c9d497505e3f42eb1860351e5ebf857975a586cb3c72 +size 1220392 diff --git a/videos/AI2_Alphabot_2_stack_cups.mp4 b/videos/AI2_Alphabot_2_stack_cups.mp4 index ca97d7d6bdebe2a92887cb98b0751e98c9bd5f02..f35edce29f78625fb0c0fdd9129ab8cbc9f84259 100644 --- a/videos/AI2_Alphabot_2_stack_cups.mp4 +++ b/videos/AI2_Alphabot_2_stack_cups.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a876aa634c8b976eb37f5c0d378015b463a707ad2f62403393e8a275faac3306 -size 2930762 +oid sha256:0546159814d24734be17978273565bdd492320ef26d9ab0f26213cda5bf4edf7 +size 4741549 diff --git a/videos/AI2_Alphabot_2_stamp_document.mp4 b/videos/AI2_Alphabot_2_stamp_document.mp4 index a0d8d4051d5ebabfe8dd089b4a9badd251bc1bdc..6638ab2e3843b5ea7077465826413b2efbe6fc6a 100644 --- a/videos/AI2_Alphabot_2_stamp_document.mp4 +++ b/videos/AI2_Alphabot_2_stamp_document.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:808bdddb8ce138b338cb2b9aaecbbd3d5505605ab2c96aacf39c124af08dd705 -size 807141 +oid sha256:151d0068eba900d39d8e6d03b7b7f22f0cdba53be941ffe4f5b41e533d685e43 +size 784696 diff --git a/videos/AI2_Alphabot_2_stir_spoon.mp4 b/videos/AI2_Alphabot_2_stir_spoon.mp4 index 6c1157f9734efd20c79bcdd776763a2ed0b44fcf..de8c73e1d9843407e80a82ed575684fd80b62f7b 100644 --- a/videos/AI2_Alphabot_2_stir_spoon.mp4 +++ b/videos/AI2_Alphabot_2_stir_spoon.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0db9ccdac71148aeac2c522ef1b8057085ba402f9ad7a2eef194d11c69a36788 -size 17088893 +oid sha256:78e6b6522080a7ad833bfc256f56c576c324399570f282eb0eb88574622275ba +size 4759046 diff --git a/videos/AI2_Alphabot_2_stir_water.mp4 b/videos/AI2_Alphabot_2_stir_water.mp4 index 2dd3a4e355216b8dcee3eca1c93f40afc20260b8..e736a90349748e8e09079293deaa23f2a42408e8 100644 --- a/videos/AI2_Alphabot_2_stir_water.mp4 +++ b/videos/AI2_Alphabot_2_stir_water.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7d8040e3ca7508102745469b5b5cda788a11800b53a3175c590d4b1331b4ada -size 5197611 +oid sha256:7252ad757b8c316b142578ca09ea9406a0e3633431efe173b0b92794031c081a +size 6229373 diff --git a/videos/AI2_Alphabot_2_store_toys.mp4 b/videos/AI2_Alphabot_2_store_toys.mp4 index 85eff92e050f6690fe9dae3f2658d0d79130c9fc..6c9ba4a42df0a3ccf77e33c0b7df4c3052441176 100644 --- a/videos/AI2_Alphabot_2_store_toys.mp4 +++ b/videos/AI2_Alphabot_2_store_toys.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:38b685b88c971dc7afaf34f8387e43bd8606d55f1a479994f268c38874bcfc84 -size 1166543 +oid sha256:33f0a7215963684ca7ae95ab9e6e2ab0c877db57dd40d4c155dc5ddc288f91b5 +size 1451320 diff --git a/videos/AI2_Alphabot_2_store_toys_1.mp4 b/videos/AI2_Alphabot_2_store_toys_1.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a21515d3a657bd116613263d24328a7648ef52f --- /dev/null +++ b/videos/AI2_Alphabot_2_store_toys_1.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6951045e4d2a576b913276ba388463fb6b56d169a2eba572937cb580b969ca30 +size 2137498 diff --git a/videos/AI2_Alphabot_2_store_toys_2.mp4 b/videos/AI2_Alphabot_2_store_toys_2.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98857c52601ddf4c97a1434c2a38e9e31ec48a72 --- /dev/null +++ b/videos/AI2_Alphabot_2_store_toys_2.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d2f3166ef6c8324ae376115269c54a1e923814e2c8815da7632b4ee9be48ac +size 978260 diff --git a/videos/AI2_Alphabot_2_store_toys_3.mp4 b/videos/AI2_Alphabot_2_store_toys_3.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f49d31b2040d7bf65dc5f8b68967740b09af4cab --- /dev/null +++ b/videos/AI2_Alphabot_2_store_toys_3.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38feb0f56b3234f64d862512f6db7187f017c3d2fb31cbc87da981e386a8f9d +size 1120334 diff --git a/videos/AI2_Alphabot_2_store_toys_4.mp4 b/videos/AI2_Alphabot_2_store_toys_4.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee6d0b5e949e0c3f1de9f52384eea93755b62e25 --- /dev/null +++ b/videos/AI2_Alphabot_2_store_toys_4.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61dee406f00eee09946405f98bf3f27a81d83d2e4e37ad762fd9eb3024d34f09 +size 1291205 diff --git a/videos/AI2_Alphabot_2_store_toys_5.mp4 b/videos/AI2_Alphabot_2_store_toys_5.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d211293aabda17eea1099b8fc6f486ff2d17261 --- /dev/null +++ b/videos/AI2_Alphabot_2_store_toys_5.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39871e0855f7d5fc665d910b3175279502a9777c35bfaf07ad9a0b895b9b4bca +size 1603468 diff --git a/videos/AI2_Alphabot_2_test_data_cable.mp4 b/videos/AI2_Alphabot_2_test_data_cable.mp4 index 53ec9551c26685fdc9cabe6551929c56245ef986..30b81a0f06566fda2d82cfaf34c8f3d4ceb3d2ad 100644 --- a/videos/AI2_Alphabot_2_test_data_cable.mp4 +++ b/videos/AI2_Alphabot_2_test_data_cable.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a49334099d1be8c32b71a713277301950c9e436157132e7a09f75573d89e2fea -size 1119606 +oid sha256:550a741be612f286476d05c4c7a87640f35ef2b16372ddb9e1e328b29776c134 +size 826330 diff --git a/videos/AI2_Alphabot_2_test_electricity.mp4 b/videos/AI2_Alphabot_2_test_electricity.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a7b6e864d772ca97c98184e4c2b5d0ca8db0a15 --- /dev/null +++ b/videos/AI2_Alphabot_2_test_electricity.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bbc51414917755b7f7c4667f1be7111b80bc1fa614cbf44cb834a7637898283 +size 1149571 diff --git a/videos/AI2_Alphabot_2_tidy_countertop.mp4 b/videos/AI2_Alphabot_2_tidy_countertop.mp4 index 5ba22948d9b671c17baa78115c1d8fb716b097ec..df1661a6d8ae1e4c83bf84ccfb2e38702e8262ef 100644 --- a/videos/AI2_Alphabot_2_tidy_countertop.mp4 +++ b/videos/AI2_Alphabot_2_tidy_countertop.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:977af665b5025b33964772a980cd552901fc2b107129447f9acc29aaf7519762 -size 4058817 +oid sha256:55802531bd2fcb85f73e880eda08f960d03917818ce4be0655d5b4801a9edd7d +size 11618692 diff --git a/videos/AI2_Alphabot_2_unplug_data_cable.mp4 b/videos/AI2_Alphabot_2_unplug_data_cable.mp4 index 9644290d60e959d74cc94acc85af11cf1f763dba..6287fc0a8ff3ffa5168f6e3dae85944bd48da015 100644 --- a/videos/AI2_Alphabot_2_unplug_data_cable.mp4 +++ b/videos/AI2_Alphabot_2_unplug_data_cable.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:acc85db3cdd48aa777982229f8f44f002f9f4ed9f7679746ae7b06964bf315b5 -size 1536998 +oid sha256:a8e7f0c40eb3828281767a6491958faae023c9a4d32f74b957245b103a737cee +size 1417867 diff --git a/videos/AI2_Alphabot_2_write_text.mp4 b/videos/AI2_Alphabot_2_write_text.mp4 index bb0cf6bbaa7e89d70fd3140610a0f3dfe1a9984e..c9bb758e9213f9a2a20ce8fb3c9f4e74f0a2a74d 100644 --- a/videos/AI2_Alphabot_2_write_text.mp4 +++ b/videos/AI2_Alphabot_2_write_text.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0389a744593ea3567d493d9bfbaebdf0cfab6cea7bb514dbf52c6e263d8e63b3 -size 8109009 +oid sha256:45bed8d9569440453f2dce40a4caf9408334cdbe09e8b6acd85da766b6f2c776 +size 7630711 diff --git a/videos/Galbot_G1_fold_clothes.mp4 b/videos/Galbot_G1_fold_clothes.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..916d8d2194c41799261fb60a47767da2fd61d8be --- /dev/null +++ b/videos/Galbot_G1_fold_clothes.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48cfe6d782f2c5fb28f988ffa20519376f176070363a48c21bfa6b67872277da +size 10675255 diff --git a/videos/Galbot_G1_fold_clothes_1.mp4 b/videos/Galbot_G1_fold_clothes_1.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..891caa832f16fdd4d330a3723348f16313a5cafc --- /dev/null +++ b/videos/Galbot_G1_fold_clothes_1.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ab34c02d99d42ee8360c64cb5f4364fb5a96159ed8d55f243ab049203f4060 +size 13473079 diff --git a/videos/Galbot_G1_steamer_storage_baozi.mp4 b/videos/Galbot_G1_steamer_storage_baozi.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d55d9c5fea90aa37e9ada05dcc132f601802922c --- /dev/null +++ b/videos/Galbot_G1_steamer_storage_baozi.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b3d5686002fee02c4c38f17d2d690311bf78bbef0089152ce5c14cf52b6226 +size 6346916 diff --git a/videos/Galbot_G1_use_dryer.mp4 b/videos/Galbot_G1_use_dryer.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcccf87b9fecf5b304a2302dccd05e310dd9e81a --- /dev/null +++ b/videos/Galbot_G1_use_dryer.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190d959b3dcfb134e082f418bcd612d0f64076e6d1a801d9311270ab346028c3 +size 3029677 diff --git a/videos/Galbot_G1_use_dryer_1.mp4 b/videos/Galbot_G1_use_dryer_1.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e2fac87e06fe498bffb6c641421c0570339eeb9 --- /dev/null +++ b/videos/Galbot_G1_use_dryer_1.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cfcda3c9e233a2e12c4f1c098968ef810e0daf646606ae6141c68affea9047b +size 3298342 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel.mp4 index 382aed70c01fc702ebfe86cef10c348ac204f2fa..22bbf4838db8f3085ca83d4c5c667ca7471046ba 100644 --- a/videos/Leju_Kuavo_4_box_storage_parcel.mp4 +++ b/videos/Leju_Kuavo_4_box_storage_parcel.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f18f837bd95910ece8e0e7776b34ba2c63345e36d1f3b3d7275c8e3b877b147 -size 24488809 +oid sha256:69213e30eb69d84a8e1239a52546ed1af426eecb31ed19bbf2930725f315b1e0 +size 21599044 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel_1.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel_1.mp4 index 2d4a3acf8653ca815b7c5ea76bc864151713563d..7da9f95b74a151db9b4a558aa37e964374044076 100644 --- a/videos/Leju_Kuavo_4_box_storage_parcel_1.mp4 +++ b/videos/Leju_Kuavo_4_box_storage_parcel_1.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fca7f1ba5cbe591814725cc36e1f1b0bea1359f5f3bb91bb4bb507c395a5508d -size 27039102 +oid sha256:ff9428d4c95d4bf25c8e078147bb11b027cf6fbf3e20cbe93d9edf1e20c94968 +size 37620945 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel_10.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel_10.mp4 index d2debedce6f300dab99e0787923478273c39f731..9af02ccc9d47e7d0cefa1d51e86daf0979731950 100644 --- a/videos/Leju_Kuavo_4_box_storage_parcel_10.mp4 +++ b/videos/Leju_Kuavo_4_box_storage_parcel_10.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e056dc50f2e2f3ed9b1972bc72294649e0f354d04b5780f49f64fb620a063b0 -size 30386669 +oid sha256:4ec47f92a56e73a22e781792b2fb367fb981c0540760c521e93b1067c8138eff +size 23966970 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel_11.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel_11.mp4 index 114ce7ae2a4bb031ffd77f01182f637987f31c37..c7734f8b097784e30f822e8d7eb22cc300f03033 100644 --- a/videos/Leju_Kuavo_4_box_storage_parcel_11.mp4 +++ b/videos/Leju_Kuavo_4_box_storage_parcel_11.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8733aa41bfb2cc5248dd75be9b70820c75c0ac4e3dd744fb894be080fd9b0a1 -size 37143644 +oid sha256:0c2ee6cc365e2259d306775aa03fcdc2bc3fbea78489575857674466d3aceea1 +size 20927569 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel_2.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel_2.mp4 index baf4c985d0ac97a28910e5ac416934c99accfa1c..8a82100be58e0d0d76988e106ccd73fe219ce3f1 100644 --- a/videos/Leju_Kuavo_4_box_storage_parcel_2.mp4 +++ b/videos/Leju_Kuavo_4_box_storage_parcel_2.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:668a22854f7ac9c73c4bc67f74d7e66920b8add8c1c174e084262c43a4126a6e -size 23367613 +oid sha256:7ae99798733817c4531ac4398b18f6824850a181eaa089b4738809927f98f8ca +size 38823498 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel_3.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel_3.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a67459626477e75f5b1bf5dc0af5d7b6a15571b --- /dev/null +++ b/videos/Leju_Kuavo_4_box_storage_parcel_3.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b6a75af17e23537522267b6873727b9eedf43b5fdfc59218ecef297b66a47f +size 32079675 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel_4.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel_4.mp4 index c1ea986e9b23eb610a9fe0287c9e5564795ed4a9..acee43f91d2a76062eda6de0b3a6c467c3267f80 100644 --- a/videos/Leju_Kuavo_4_box_storage_parcel_4.mp4 +++ b/videos/Leju_Kuavo_4_box_storage_parcel_4.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e34482d51205bbfd895eae18035dead0b48e0d146b116aeb5763cb233e8a0b0 -size 4056351 +oid sha256:7e883b32fe2172f1f795644f80b5c6f600e0b568334203435b527f438d90996a +size 4326550 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel_5.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel_5.mp4 index 966ffdc771a7eb835c5651f513a526ffa183ee8c..04d179ca898399cef0667b7889d1238bdd49a7c2 100644 --- a/videos/Leju_Kuavo_4_box_storage_parcel_5.mp4 +++ b/videos/Leju_Kuavo_4_box_storage_parcel_5.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:110440801fc0dd69f4022ded6e29c399d22ca6fae98dfb358d6ddab74337b914 -size 30143149 +oid sha256:8c919dc20b633bd57ee03779fda07a708e6e59aff6217f955e96db8f28bb83c4 +size 28887369 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel_6.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel_6.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3064021b6f16ff605b2e2e63ae73fdfef41eb027 --- /dev/null +++ b/videos/Leju_Kuavo_4_box_storage_parcel_6.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b151517156ca6314fc223df14db6aaf24c614a53f84f015840113ade3eac1bf +size 4684054 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel_7.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel_7.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b8727e2baaf147bcf59de4b1b88f61ca7897aea --- /dev/null +++ b/videos/Leju_Kuavo_4_box_storage_parcel_7.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6e97d13caf77f3d475b982d00bc37a057cf0782014988e90377a7f6eaea847 +size 23740347 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel_8.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel_8.mp4 index cfef160085c839a42edae75ae83ca5c5a2a5d2d9..8081db88876ed3ec0c895b55869df915d390e0ae 100644 --- a/videos/Leju_Kuavo_4_box_storage_parcel_8.mp4 +++ b/videos/Leju_Kuavo_4_box_storage_parcel_8.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0ddb2bed8336f5a01bb9573bb8c04da453ce52a444bdae0b84dcdf9b10fd3da -size 31219413 +oid sha256:114753006c90d4a7023273b346810de7616a30c1f59da5bd3caae2b6dbc717ec +size 25650793 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel_9.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel_9.mp4 index d8106a7bd6b1c206742a338ac8706c3c64670406..e239e29cddab5a25f69062f0421bc47bc0c34529 100644 --- a/videos/Leju_Kuavo_4_box_storage_parcel_9.mp4 +++ b/videos/Leju_Kuavo_4_box_storage_parcel_9.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de7b8a2e0d1ca6c5051e02804721d690846ca6849efadd34dd544b8af3e2de88 -size 40994728 +oid sha256:c8d2c40be83fb29e4928cda7f60751f171b1fee78de48849bff2707ac15cad3d +size 22526378 diff --git a/videos/Leju_Kuavo_4_hotel_services.mp4 b/videos/Leju_Kuavo_4_hotel_services.mp4 index 6f7752d2228dbfe00b2349e13b802af166eb79ec..9b165a4ba7e7cee1000b7b17a2b83e26ded8edf0 100644 --- a/videos/Leju_Kuavo_4_hotel_services.mp4 +++ b/videos/Leju_Kuavo_4_hotel_services.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d84fa10c90cbbda41d01cf2dbc392c43e73fd7b5f5b8766801d6fc8b734be0ed -size 3501694 +oid sha256:dd163b3a6eb2f1091bcc6135f4afd1e900d77e83513d0d72b64e0fa2e80273fb +size 2224470 diff --git a/videos/Leju_Kuavo_4_moving_parts.mp4 b/videos/Leju_Kuavo_4_moving_parts.mp4 index fc2faa2ac68b223aa63ce610178f9a0c0f5e9fbb..4f0766657240cad792418bd053f7b7957b2db3a2 100644 --- a/videos/Leju_Kuavo_4_moving_parts.mp4 +++ b/videos/Leju_Kuavo_4_moving_parts.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b5e77895ab3f15a05fecbe12c267d014fc2d8476074556ee71696c7b0b83157 -size 21134827 +oid sha256:eecad0951b7cfc795cf82d417426948ff4e467917071658da838a36592d60bfa +size 20903516 diff --git a/videos/Leju_Kuavo_4_moving_parts_1.mp4 b/videos/Leju_Kuavo_4_moving_parts_1.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91c895fa1b649376e93ad83cd0863f2893bc4f6f --- /dev/null +++ b/videos/Leju_Kuavo_4_moving_parts_1.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72c45b5bf64a9b9df611c2dffec3b6a8ab5dd4b114435398776f64fd5b05804 +size 31656340 diff --git a/videos/Leju_Kuavo_4_moving_parts_2.mp4 b/videos/Leju_Kuavo_4_moving_parts_2.mp4 index 87606efa8efc6ace18bbb08b01e01bde7a383303..b152855f5c84518c0a4a96157be67e7ba5959cb3 100644 --- a/videos/Leju_Kuavo_4_moving_parts_2.mp4 +++ b/videos/Leju_Kuavo_4_moving_parts_2.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e1fad2d3a6093b5cac24324e823f43811b8058b14d151353f7557d83f8dfe877 -size 32173888 +oid sha256:d007d03dd743fc2db9d597888250e6defdc95d6db8da97e4db5b7627a1d67de8 +size 50799751 diff --git a/videos/Leju_Kuavo_4_moving_parts_3.mp4 b/videos/Leju_Kuavo_4_moving_parts_3.mp4 index dff86ce8d5cb1c5c5f4b9669566f4e9de4ed5409..c7fc9b2919560e9e81a032b0799d8515940cf57c 100644 --- a/videos/Leju_Kuavo_4_moving_parts_3.mp4 +++ b/videos/Leju_Kuavo_4_moving_parts_3.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:111295e7561c4af359cecde601fe88b5d1d025a1b404b7071b8274f250cb05cc -size 26884534 +oid sha256:af1eeec3bc380f087e244ba08465409c19521687778016afda5cef8f9c5d3fc4 +size 49684183 diff --git a/videos/Leju_Kuavo_4_sensor_card_swiping.mp4 b/videos/Leju_Kuavo_4_sensor_card_swiping.mp4 index 112a47b01bd29b7bcf2e13946c3ae52bd5e261cd..e22164191266eefe17b0b41211de7664508b526b 100644 --- a/videos/Leju_Kuavo_4_sensor_card_swiping.mp4 +++ b/videos/Leju_Kuavo_4_sensor_card_swiping.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2532399fc0ff11fb8247c08748714d31dc7213f974d056cf8e4c6f93e2fb6901 -size 12420586 +oid sha256:f3fa1603c6aef21b72274c4e588d929bef1eda57cd9bbef5f65aa5548996267b +size 7581101 diff --git a/videos/Leju_Kuavo_4_sensor_card_swiping_1.mp4 b/videos/Leju_Kuavo_4_sensor_card_swiping_1.mp4 index 456aeea98229e4f6294bf521cb10fdf1b8e706b1..45e75bd7f130535f4b67bf037107e933b07e60b1 100644 --- a/videos/Leju_Kuavo_4_sensor_card_swiping_1.mp4 +++ b/videos/Leju_Kuavo_4_sensor_card_swiping_1.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:168874be8265efa0fb2ae3936196131744e64650dfe64c2f61b4576e9a8c17d7 -size 7187106 +oid sha256:f7c7bd6a8d8e0d05469fbecf686048c846574b6e9b0f5365d1844fdefcf994ff +size 8879103 diff --git a/videos/Leju_Kuavo_4_sensor_card_swiping_10.mp4 b/videos/Leju_Kuavo_4_sensor_card_swiping_10.mp4 index a810e90fa77deb8a897d0fbea17323b615d60a25..9cf8057e9ab77ec3f9cd553d225cc1280f5d8ded 100644 --- a/videos/Leju_Kuavo_4_sensor_card_swiping_10.mp4 +++ b/videos/Leju_Kuavo_4_sensor_card_swiping_10.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b7e0d644a5a7460fc4a09601f26b51de28925b9fe08bb3f4eba5a56e43e38bfa -size 6146877 +oid sha256:46f5df1745b1133749edec445e11c607b15cd376c6cb762ac5c1e026dd38f367 +size 12092268 diff --git a/videos/Leju_Kuavo_4_sensor_card_swiping_11.mp4 b/videos/Leju_Kuavo_4_sensor_card_swiping_11.mp4 index 2aea4eb75b3ec7843ff7baad98a042fd597cafaa..c3b8a66a400c870e8fbd326b29a127421a309e50 100644 --- a/videos/Leju_Kuavo_4_sensor_card_swiping_11.mp4 +++ b/videos/Leju_Kuavo_4_sensor_card_swiping_11.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9bc2aaf7d6619e78e74e4c8833e1256c7c2a7684138b9fb54dfa0b1c24f0d598 -size 9767272 +oid sha256:c8fd73015088564e68d5500ad62ac646b79a0d3ce9fe0c1761cb7be402b550c8 +size 12706050 diff --git a/videos/Leju_Kuavo_4_sensor_card_swiping_12.mp4 b/videos/Leju_Kuavo_4_sensor_card_swiping_12.mp4 index 412d6feaae2eb56a783caa0b2204264f3812c774..19c77b5638b4103ca7cb15e205c1fde2d3705dc9 100644 --- a/videos/Leju_Kuavo_4_sensor_card_swiping_12.mp4 +++ b/videos/Leju_Kuavo_4_sensor_card_swiping_12.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b2738c707ab47fa2fe44aefecb00b8828c828ebc50c2680f4bc410e61c78194b -size 11414535 +oid sha256:ff3ab586f6779d253cd765409f10a284a645b9de566a440f81132a87accdada9 +size 16034039 diff --git a/videos/Leju_Kuavo_4_sensor_card_swiping_13.mp4 b/videos/Leju_Kuavo_4_sensor_card_swiping_13.mp4 index eaef6ffb5b072f82358da15b34772246ae8f1d77..279822691806feb8c6fb35343b802e91189cd81f 100644 --- a/videos/Leju_Kuavo_4_sensor_card_swiping_13.mp4 +++ b/videos/Leju_Kuavo_4_sensor_card_swiping_13.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e1e891b6426ffab84384e3b4fc2cc716ecb1a5bca3addad098e3f8058d59a01 -size 19135185 +oid sha256:9c8ed751218866894fe64f008178eb26b64a75d2fc3b5bcd626467ab879096cd +size 9029187 diff --git a/videos/Leju_Kuavo_4_sensor_card_swiping_14.mp4 b/videos/Leju_Kuavo_4_sensor_card_swiping_14.mp4 index 311ed82e0bd9172940d758229262f192034f8cae..78aa6e98fa595612e257f991e371cba24c4a2d59 100644 --- a/videos/Leju_Kuavo_4_sensor_card_swiping_14.mp4 +++ b/videos/Leju_Kuavo_4_sensor_card_swiping_14.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c077f873bfe9c73a8d57bf5c8c86f05d751d293468d28209c20c59db4dd8b02 -size 7609027 +oid sha256:d03993ae318b5b88d40560d3e3a7a2e1dbe67e809c0e6511f9fb6bcf9b871987 +size 6979441 diff --git a/videos/Leju_Kuavo_4_sensor_card_swiping_15.mp4 b/videos/Leju_Kuavo_4_sensor_card_swiping_15.mp4 index 5db255b7080dc5d49b356d0f49d99af5a95f746e..391818e90a5ef7e4d3c84c4d030ec3c2a97cb2b9 100644 --- a/videos/Leju_Kuavo_4_sensor_card_swiping_15.mp4 +++ b/videos/Leju_Kuavo_4_sensor_card_swiping_15.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a8bcada169bfaac0283fe7775a9a835d67b24b1920eff5b8fcb1b45efbbca1b1 -size 17819175 +oid sha256:da9d4b283bb529e48f97ac0ad7c29af66a328db35fdde28ca83f090d5354c9a9 +size 31438508 diff --git a/videos/Leju_Kuavo_4_sensor_card_swiping_16.mp4 b/videos/Leju_Kuavo_4_sensor_card_swiping_16.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2dffce76473340bd37d57bc105e1c503a8df40ff --- /dev/null +++ b/videos/Leju_Kuavo_4_sensor_card_swiping_16.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b19cfcd1a6c2013fd8fe5fe73a706f78dfd35175fcab731e897957a35237d3d +size 14818409 diff --git a/videos/Leju_Kuavo_4_sensor_card_swiping_17.mp4 b/videos/Leju_Kuavo_4_sensor_card_swiping_17.mp4 index 115c0736fafb1191948f9681ad7fe9d69c84a2c4..9d4479ccc8d05fcaa9acb89a585edc370a1ca5fd 100644 --- a/videos/Leju_Kuavo_4_sensor_card_swiping_17.mp4 +++ b/videos/Leju_Kuavo_4_sensor_card_swiping_17.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:71216b44d83c6291f5ee5318ae11ce5930bfcbef0e56b54d4985baa8a479c78a -size 14038166 +oid sha256:c6b52fc28f22a2b5b1e68c74d39fdd278b3f1f0c5609424f0f6526e09475f451 +size 11110339 diff --git a/videos/Leju_Kuavo_4_sensor_card_swiping_18.mp4 b/videos/Leju_Kuavo_4_sensor_card_swiping_18.mp4 index a3f6017c79f2ed91044542ca907fe559ce3c7c37..35a0a108c518e21e1baa9dc1d1186efd281db491 100644 --- a/videos/Leju_Kuavo_4_sensor_card_swiping_18.mp4 +++ b/videos/Leju_Kuavo_4_sensor_card_swiping_18.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7547c6021d46a6b62e0112dd3a11d9bf25f0aba0a76fbefbfdc85a71f0bbc874 -size 22283505 +oid sha256:65465e5deed58d3d86473acc5f3b7ba380c18fb6b210592d14562a33e9772f85 +size 15300215 diff --git a/videos/Leju_Kuavo_4_sensor_card_swiping_19.mp4 b/videos/Leju_Kuavo_4_sensor_card_swiping_19.mp4 index 9af19d6dabd0006bb34d77010e1692161c500ca1..1d0dbe5d919c2eddc7bc75bdf0a9bca91bed9467 100644 --- a/videos/Leju_Kuavo_4_sensor_card_swiping_19.mp4 +++ b/videos/Leju_Kuavo_4_sensor_card_swiping_19.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:57442eb3880c8c8688b7690a088743ca57c075de493d162a42096e1396d99c55 -size 5470755 +oid sha256:e52e500001bb6198a6a326641e2f63641da800b548f05cdebd95cd3dce0f2d12 +size 13363516 diff --git a/videos/Leju_Kuavo_4_sensor_card_swiping_2.mp4 b/videos/Leju_Kuavo_4_sensor_card_swiping_2.mp4 index 013021961839a4c3c028023457471be0cd95ba00..f014ca8acf403df35445420bb1b035e49e688802 100644 --- a/videos/Leju_Kuavo_4_sensor_card_swiping_2.mp4 +++ b/videos/Leju_Kuavo_4_sensor_card_swiping_2.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df4192e78e65ee845a1be288e9c508b935739f7ba88acbb6f846db5967d30b69 -size 16356536 +oid sha256:8f1da15c6b630253f4fea581c037e2b3585431f9da1958e4f6616ad0d779bd6e +size 6590946 diff --git a/videos/Leju_Kuavo_4_sensor_card_swiping_3.mp4 b/videos/Leju_Kuavo_4_sensor_card_swiping_3.mp4 index e67b5ab8c2c533919dd6a1c21764def5c7d61a78..3a51ccb8f98862c82b961a03ca44f413f3cb73e2 100644 --- a/videos/Leju_Kuavo_4_sensor_card_swiping_3.mp4 +++ b/videos/Leju_Kuavo_4_sensor_card_swiping_3.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:35684a252890cbc9702c8cfe9687a53615fd57238aa4e543afa07d25e3ea14d5 -size 8967429 +oid sha256:1c0e86137e50a5a5a12aea73d55196ebfdafc05fdb9892be6301f83170caa261 +size 18260350 diff --git a/videos/Leju_Kuavo_4_sensor_card_swiping_4.mp4 b/videos/Leju_Kuavo_4_sensor_card_swiping_4.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb4074bde530307a2b0b12ac03bbd872787d1e76 --- /dev/null +++ b/videos/Leju_Kuavo_4_sensor_card_swiping_4.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0ea2b2310e742270a977359779b10b421ea230d272da5cf42425c0f79e2f62 +size 7359311 diff --git a/videos/Leju_Kuavo_4_sensor_card_swiping_5.mp4 b/videos/Leju_Kuavo_4_sensor_card_swiping_5.mp4 index aea9ad85f0978a144f7cf2467f458e0571b06b8b..9ccd76eb999dcdb976bd62585703b48d4058081b 100644 --- a/videos/Leju_Kuavo_4_sensor_card_swiping_5.mp4 +++ b/videos/Leju_Kuavo_4_sensor_card_swiping_5.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db1f3f1769e40f995bda28863239e20c7a7a1aa839fdaf2b24fb729a1137d503 -size 5977641 +oid sha256:10cb8bf428a55937c90cf3e0ba17ebf89f29365ba584d3f954608ec36b876129 +size 7457969 diff --git a/videos/Leju_Kuavo_4_sensor_card_swiping_6.mp4 b/videos/Leju_Kuavo_4_sensor_card_swiping_6.mp4 index 9f8a6f3fb18c5e7cebca0f5c9658b62d03cea661..78699ee239130326bed9677c5395c0bb2471a5c6 100644 --- a/videos/Leju_Kuavo_4_sensor_card_swiping_6.mp4 +++ b/videos/Leju_Kuavo_4_sensor_card_swiping_6.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:334f2c539812b15d6717cb1ad2fdca6733d3502b52352949e2b5b97d855377cf -size 6889139 +oid sha256:a4bfcb2029a5b2ae66d66413b4efbe97bb4ec3d5a17d467d65253719a23cd6b0 +size 13777113 diff --git a/videos/Leju_Kuavo_4_sensor_card_swiping_7.mp4 b/videos/Leju_Kuavo_4_sensor_card_swiping_7.mp4 index f03b8e3c9609cf014f29bc6283823d6e60a039fb..304a97c0703e1c3becc5e1731d2506cf4c8a3a86 100644 --- a/videos/Leju_Kuavo_4_sensor_card_swiping_7.mp4 +++ b/videos/Leju_Kuavo_4_sensor_card_swiping_7.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a6eed8aaec46fd19dd1a880bac48cf9b51390a8d5397f6094eb4b5ef637ad208 -size 12943620 +oid sha256:8025b6eab69a584f4cbb5d70c39c2d69c073832b28ac0f115af827c8ea8df7a2 +size 6839593 diff --git a/videos/Leju_Kuavo_4_sensor_card_swiping_8.mp4 b/videos/Leju_Kuavo_4_sensor_card_swiping_8.mp4 index 0dcf780d4c375019bff52fb8a5bcacd5c1257953..7ead85d86ccdfd00c19895edb7ed629a39640ccd 100644 --- a/videos/Leju_Kuavo_4_sensor_card_swiping_8.mp4 +++ b/videos/Leju_Kuavo_4_sensor_card_swiping_8.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:725f8e9e915d4a7b0e9ee9390f1ae6d46a04b4ff342b68ca5ff429f14592647d -size 10803420 +oid sha256:83a856260a552d4301f36b8da7f5166e1bafffd04ae0b7e9daa1afbb92d40ed2 +size 8071020 diff --git a/videos/Leju_Kuavo_4_sensor_card_swiping_9.mp4 b/videos/Leju_Kuavo_4_sensor_card_swiping_9.mp4 index 4cfe86e54958421fd43ee4e131f1e027e4e8f04e..9225904a2a4749f623c1de8e49945953bde7e1f2 100644 --- a/videos/Leju_Kuavo_4_sensor_card_swiping_9.mp4 +++ b/videos/Leju_Kuavo_4_sensor_card_swiping_9.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:109120c8b22627ad6c680deeb04f201a0cd5cbdbc9689a47e0e5f4b125e7351a -size 15135278 +oid sha256:e335dcb5c5ee2866b1d8ad1ac4a4dfde5e54e9f6840884184cd119cccdda8b7b +size 8072516 diff --git a/videos/Unitree_G1edu-u3_place_bread.mp4 b/videos/Unitree_G1edu-u3_place_bread.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6dc356323c23d6e91c08729dc3ca236ebe0b9289 --- /dev/null +++ b/videos/Unitree_G1edu-u3_place_bread.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2820b999fc44e2ba85838294319ba5ee1ee8e8979ca7cf37b64900ac1eea969c +size 1078976 diff --git a/videos/Unitree_G1edu-u3_place_bread_1.mp4 b/videos/Unitree_G1edu-u3_place_bread_1.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc796d986b836761c4f67706448da0200a52cf2f --- /dev/null +++ b/videos/Unitree_G1edu-u3_place_bread_1.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3952cb9c7153e142545f2f341abfbacce3d4a03ceb8133cbea4108c227d42edb +size 1150879 diff --git a/videos/Unitree_G1edu-u3_place_grape_error.mp4 b/videos/Unitree_G1edu-u3_place_grape_error.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18771a7f9fd1cbed7c147f09fc41f56868034d8b --- /dev/null +++ b/videos/Unitree_G1edu-u3_place_grape_error.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb3a9df9a5f846b7603c9a074150b3c4869f49beb0b9e343bb9a3012484ee37 +size 6467099 diff --git a/videos/Unitree_G1edu-u3_place_towel.mp4 b/videos/Unitree_G1edu-u3_place_towel.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecc348c6111441a1eba973548ca8e75d7daf53bd --- /dev/null +++ b/videos/Unitree_G1edu-u3_place_towel.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d417a0389c61e44911cb8d06dbe88d87a41c51ecce06fded2ccd2880a512468 +size 1039366 diff --git a/videos/Unitree_G1edu-u3_pour_drink.mp4 b/videos/Unitree_G1edu-u3_pour_drink.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bc4ff5bfeaa499bf731b9ea31e34050a7afa0ca --- /dev/null +++ b/videos/Unitree_G1edu-u3_pour_drink.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3f927f95ed3f097da51496eb4b158d86611cfd700c07d2b34eb71927173f76 +size 3063923