diff --git a/.gitattributes b/.gitattributes index bed0738c7eeb449bca98b5d2f33c89a1ee56349a..d1997ba1ae842e0f5814378ee6db3ded3713bc3e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text # Video files - compressed *.mp4 filter=lfs diff=lfs merge=lfs -text *.webm filter=lfs diff=lfs merge=lfs -text +info/consolidated_datasets.json filter=lfs diff=lfs merge=lfs -text diff --git a/dataset_info/AI2_Alphabot_2_carry_the_clothes_basket.yaml b/dataset_info/AI2_Alphabot_2_carry_the_clothes_basket.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2a2e27db2debce32d0c5cd4af4987cde5ad28262 --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_carry_the_clothes_basket.yaml @@ -0,0 +1,506 @@ +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_carry_the_clothes_basket +dataset_uuid: 0df48917-c10a-469f-8f74-d57f284c09cd +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: clothes_basket +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Carry the clothes basket with both grippers. +sub_tasks: +- subtask: Move the basket above the other table. + subtask_index: 0 +- subtask: Grasp the basket with both grippers. + subtask_index: 1 +- subtask: Grasp the basket with left gripper. + subtask_index: 2 +- subtask: Grasp the basket with right gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Place the basket on the table with right gripper. + subtask_index: 5 +- subtask: Place the basket on the table with both grippers. + subtask_index: 6 +- subtask: Place the basket on the table with left gripper. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- place +- pick +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_chest_rgb +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 46527 + fps: 30 + total_tasks: 9 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 4 + dataset_size: 2.48 GB +frame_num: 46527 +frame_range: 100K +dataset_size: 2.48 GB +data_structure: 'alpha_bot_2_carry_the_clothes_basket_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_chest_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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_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: + - 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 + - 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 + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_item_reversal.yaml b/dataset_info/AI2_Alphabot_2_item_reversal.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f196d79c94341fcf5d57a5de3bad52fe5b1fc134 --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_item_reversal.yaml @@ -0,0 +1,499 @@ +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_item_reversal +dataset_uuid: aac569d8-dbc7-4128-a573-659adbe0ed51 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cup +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cup with your left gripper and hand it to your right gripper. Rotate + it over with the right gripper. +sub_tasks: +- subtask: Grasp the cup with left gripper. + subtask_index: 0 +- subtask: Place the cup on the table with right gripper. + subtask_index: 1 +- subtask: Pass the cup to the right gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- place +- pick +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_chest_rgb +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 90 + total_frames: 82235 + fps: 30 + total_tasks: 5 + total_videos: 360 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 4 + dataset_size: 2.12 GB +frame_num: 82235 +frame_range: 100K +dataset_size: 2.12 GB +data_structure: 'alpha_bot_2_item_reversal_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (78 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_chest_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:89 +features: + observation.images.cam_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_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: + - 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 + - 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 + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_move_the_table.yaml b/dataset_info/AI2_Alphabot_2_move_the_table.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d0dd70d426f59fe1adc8b26999d8df5f460ed5ca --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_move_the_table.yaml @@ -0,0 +1,495 @@ +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_the_table +dataset_uuid: 09e62222-abf5-4a90-a95b-91d15d99af82 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move the collaborative table with the human and the machine. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Move the table forward with both grippers. + subtask_index: 1 +- subtask: Grasp the table with both grippers. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- place +- pick +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_chest_rgb +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 72 + total_frames: 50897 + fps: 30 + total_tasks: 4 + total_videos: 288 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 4 + dataset_size: 1.37 GB +frame_num: 50897 +frame_range: 100K +dataset_size: 1.37 GB +data_structure: 'alpha_bot_2_move_the_table_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (60 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_chest_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:71 +features: + observation.images.cam_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_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: + - 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 + - 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 + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_operate_the_microwave_oven.yaml b/dataset_info/AI2_Alphabot_2_operate_the_microwave_oven.yaml new file mode 100644 index 0000000000000000000000000000000000000000..827d007c765192ec6493272040c72f9a16378641 --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_operate_the_microwave_oven.yaml @@ -0,0 +1,501 @@ +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_operate_the_microwave_oven +dataset_uuid: 6223c1d1-5efd-480c-8aa8-e1d4f14069f2 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: microwave_oven +- object_name: table +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the temperature of the microwave oven with the gripper and rotate it on. Open + the door of the microwave oven with the gripper and then close it with the gripper. +sub_tasks: +- subtask: Press the time button with right gripper. + subtask_index: 0 +- subtask: Press the start button with right gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Press the swap with right gripper. + subtask_index: 3 +- subtask: Close the microwave door with left gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- pull +- push +- rotate +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_chest_rgb +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 16 + total_frames: 16486 + fps: 30 + total_tasks: 6 + total_videos: 64 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 4 + dataset_size: 395.73 MB +frame_num: 16486 +frame_range: 100K +dataset_size: 395.73 MB +data_structure: 'alpha_bot_2_operate_the_microwave_oven_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (4 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_chest_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:15 +features: + observation.images.cam_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_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: + - 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 + - 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 + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_pass_the_sandbag.yaml b/dataset_info/AI2_Alphabot_2_pass_the_sandbag.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cd72636b69e7d22a6e0477e3810b4f5b7b722447 --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_pass_the_sandbag.yaml @@ -0,0 +1,499 @@ +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_pass_the_sandbag +dataset_uuid: 81e68aa6-8f11-4edf-9c00-cc322e4fc0c9 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: sandbag +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- pick up the sandbag from the left gripper with the right gripper and place it on + the table. +sub_tasks: +- subtask: Pass the paper ball to the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the paper ball on the table with right gripper. + subtask_index: 2 +- subtask: Grasp the paper ball with left gripper. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- place +- pick +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_chest_rgb +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 86 + total_frames: 69956 + fps: 30 + total_tasks: 5 + total_videos: 344 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 4 + dataset_size: 1.98 GB +frame_num: 69956 +frame_range: 100K +dataset_size: 1.98 GB +data_structure: 'alpha_bot_2_pass_the_sandbag_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (74 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_chest_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:85 +features: + observation.images.cam_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_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: + - 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 + - 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 + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_press_the_button_a.yaml b/dataset_info/AI2_Alphabot_2_press_the_button_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..089301c7549b25cd45f41048c52b4ad8a9c31ae0 --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_press_the_button_a.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_press_the_button_a +dataset_uuid: f687e0d9-d736-45a4-89f6-ef7ff90a103a +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: water_bottle +- object_name: button +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Avoid the water bottle on the table with the gripper; press the button with the + gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Press the button blocked by the bottle with right gripper. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- press +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_chest_rgb +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 116 + total_frames: 91452 + fps: 30 + total_tasks: 3 + total_videos: 464 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 4 + dataset_size: 1.90 GB +frame_num: 91452 +frame_range: 100K +dataset_size: 1.90 GB +data_structure: 'alpha_bot_2_press_the_button_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (104 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_chest_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:115 +features: + observation.images.cam_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_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: + - 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 + - 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 + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_press_the_button_b.yaml b/dataset_info/AI2_Alphabot_2_press_the_button_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ae5522c6a884d5384035b967051f8d0a5e4f4bc5 --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_press_the_button_b.yaml @@ -0,0 +1,508 @@ +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_press_the_button_b +dataset_uuid: 627d6f91-a0ba-46b7-96dd-616242c3a6af +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: mineral_water +- object_name: button +- object_name: table +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Remove the water bottle from the table with the gripper. Press the button with the + gripper. +sub_tasks: +- subtask: Touch the bottle with left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Move the bottle away with right gripper. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: Press the button with right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- press +- push +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_chest_rgb +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 34 + total_frames: 26258 + fps: 30 + total_tasks: 6 + total_videos: 136 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 4 + dataset_size: 482.17 MB +frame_num: 26258 +frame_range: 100K +dataset_size: 482.17 MB +data_structure: 'alpha_bot_2_press_the_button_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (22 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_chest_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:33 +features: + observation.images.cam_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_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: + - 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 + - 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 + 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 + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + shape: + - 12 + dtype: float32 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_recover_after_touching_an_obstacle.yaml b/dataset_info/AI2_Alphabot_2_recover_after_touching_an_obstacle.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a8d53bb1186cb7582d77ca276e49d4902143c668 --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_recover_after_touching_an_obstacle.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_recover_after_touching_an_obstacle +dataset_uuid: aebc9a40-0a90-4fc3-a705-fbc5c7d23392 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: mineral_water +- object_name: button +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Return to a safe position after touching an obstacle with your arm on the white + table with the gripper. +sub_tasks: +- subtask: Touch the bottle with left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Touch the bottle with right gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- pick +- grasp +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_chest_rgb +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 130 + total_frames: 128391 + fps: 30 + total_tasks: 4 + total_videos: 520 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 4 + dataset_size: 3.70 GB +frame_num: 128391 +frame_range: 1M +dataset_size: 3.70 GB +data_structure: 'alpha_bot_2_recover_after_touching_an_obstacle_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (118 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_chest_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:129 +features: + observation.images.cam_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_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: + - 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 + - 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 + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_stack_building_blocks.yaml b/dataset_info/AI2_Alphabot_2_stack_building_blocks.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7bfcc638b5fec288b1ea6e2be7067b61f5667378 --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_stack_building_blocks.yaml @@ -0,0 +1,522 @@ +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_building_blocks +dataset_uuid: f7781909-81c7-40ee-98a5-67783a48dc66 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: building_blocks +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Stack the building blocks on the table with the gripper. +sub_tasks: +- subtask: Grasp the blue building block with left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the pink building block in the center of table with left gripper. + subtask_index: 2 +- subtask: Grasp the pink building block with left gripper. + subtask_index: 3 +- subtask: Place the blue building block on the pink building blocks with left gripper. + subtask_index: 4 +- subtask: Grasp the green building block with left gripper. + subtask_index: 5 +- subtask: Place the pink building block on the blue building blocks with right gripper. + subtask_index: 6 +- subtask: Place the green block on the pink block with left gripper. + subtask_index: 7 +- subtask: Place the blue building block on the blue building blocks with right gripper. + subtask_index: 8 +- subtask: Place the blue building block on the pink building blocks with right gripper. + subtask_index: 9 +- subtask: Grasp the blue building block with right gripper. + subtask_index: 10 +- subtask: Place the pink building block on the blue building blocks with left gripper. + subtask_index: 11 +- subtask: Place the blue building block on the blue building blocks with left gripper. + subtask_index: 12 +- subtask: Grasp the pink building block with right gripper. + subtask_index: 13 +- subtask: Place the pink block on the blue block with right gripper. + subtask_index: 14 +- subtask: Place the blue building block in the center of table with left gripper. + subtask_index: 15 +- subtask: null. + subtask_index: 16 +atomic_actions: +- grasp +- place +- pick +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_chest_rgb +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 139 + total_frames: 130049 + fps: 30 + total_tasks: 17 + total_videos: 556 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 4 + dataset_size: 3.44 GB +frame_num: 130049 +frame_range: 1M +dataset_size: 3.44 GB +data_structure: 'alpha_bot_2_stack_building_blocks_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (127 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_chest_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:138 +features: + observation.images.cam_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_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: + - 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 + - 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 + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/AI2_Alphabot_2_sticker.yaml b/dataset_info/AI2_Alphabot_2_sticker.yaml new file mode 100644 index 0000000000000000000000000000000000000000..971a47782dbbf387ece04dedc5015a012602a1d3 --- /dev/null +++ b/dataset_info/AI2_Alphabot_2_sticker.yaml @@ -0,0 +1,500 @@ +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_sticker +dataset_uuid: 81aee7b0-84c3-4b85-9778-c5c9df188afd +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: poster +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the poster on the table with the hand. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Stick the advertisement in the top-right corner area with both grippers. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- place +- pick +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_chest_rgb +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 93 + total_frames: 97993 + fps: 30 + total_tasks: 3 + total_videos: 372 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 4 + dataset_size: 1.87 GB +frame_num: 97993 +frame_range: 100K +dataset_size: 1.87 GB +data_structure: 'alpha_bot_2_sticker_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (81 more entries) + + |-- logs + + | `-- collect + + | `-- collect_20260521191507.log + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_chest_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:92 +features: + observation.images.cam_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_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: + - 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 + - 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 + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_chest_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_basket_storage_banana.yaml b/dataset_info/Agilex_Cobot_Magic_basket_storage_banana.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8a33fde195a6c29a5c56419cdc9ea94621d77270 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_basket_storage_banana.yaml @@ -0,0 +1,478 @@ +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: Agilex_Cobot_Magic_basket_storage_banana +dataset_uuid: e9d8e155-1dc0-4402-b406-4b59d65884c7 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: banana +- object_name: basket +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the banana with the gripper and place it into the basket. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the banana into the basket with right gripper. + subtask_index: 1 +- subtask: Grasp the banana with right gripper. + subtask_index: 2 +- subtask: Place the basket in the center of the table with the left gripper. + subtask_index: 3 +- subtask: Grasp the basket with the left gripper. + subtask_index: 4 +- subtask: Static. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- place +- pick +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 368 + total_frames: 164327 + fps: 30 + total_tasks: 8 + total_videos: 1104 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 2.81 GB +frame_num: 164327 +frame_range: 1M +dataset_size: 2.81 GB +data_structure: 'Split_aloha_basket_storage_banana_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (356 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:367 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Cobot_Magic_basket_storage_bread.yaml b/dataset_info/Agilex_Cobot_Magic_basket_storage_bread.yaml new file mode 100644 index 0000000000000000000000000000000000000000..51e9983a5eb3da444ff12a471a57e2bef85ab076 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_basket_storage_bread.yaml @@ -0,0 +1,485 @@ +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: Agilex_Cobot_Magic_basket_storage_bread +dataset_uuid: c86fb8b5-8845-4798-9c83-f3a7aec176f7 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: long_bread +- object_name: basket +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the black basket with the left gripper and place it in the middle of the table. + Pick up the long bread with the right gripper and place it into the black basket. +- Grasp the black basket with the right gripper and place it in the middle of the + table. Pick up the long bread with the left gripper and place it into the black + basket. +- Grasp the yellow basket with the left gripper and place it in the middle of the + table. Pick up the long bread with the right gripper and place it into the yellow + basket. +- Grasp the yellow basket with the right gripper and place it in the middle of the + table. Pick up the long bread with the left gripper and place it into the yellow + basket. +sub_tasks: +- subtask: abnormal. + subtask_index: 0 +- subtask: Pick up the bread. + subtask_index: 1 +- subtask: Move the basket to the center of view. + subtask_index: 2 +- subtask: place the bread into the basket. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- place +- pick +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, 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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 497 + total_frames: 211779 + fps: 30 + total_tasks: 5 + total_videos: 1491 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 4.31 GB +frame_num: 211779 +frame_range: 1M +dataset_size: 4.31 GB +data_structure: 'Split_aloha_basket_storage_bread_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (485 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:496 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Cobot_Magic_basket_storage_egg_yolk_pastry.yaml b/dataset_info/Agilex_Cobot_Magic_basket_storage_egg_yolk_pastry.yaml new file mode 100644 index 0000000000000000000000000000000000000000..31afaf4bc02fbe35f12f01401127c185356f628d --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_basket_storage_egg_yolk_pastry.yaml @@ -0,0 +1,478 @@ +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: Agilex_Cobot_Magic_basket_storage_egg_yolk_pastry +dataset_uuid: c5e8e66a-392d-4197-8236-7a50365c0ed3 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: egg_yolk_pastry +- object_name: basket +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the egg yolk pastry with the gripper and place it into the basket. +sub_tasks: +- subtask: Grasp the basket with left gripper. + subtask_index: 0 +- subtask: Static. + subtask_index: 1 +- subtask: Grasp egg yolk pastry with right gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Place the egg yolk pastry into the basket with right gripper. + subtask_index: 5 +- subtask: Place the basket in the center of view with left gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- place +- pick +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 629 + total_frames: 254419 + fps: 30 + total_tasks: 8 + total_videos: 1887 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 6.67 GB +frame_num: 254419 +frame_range: 1M +dataset_size: 6.67 GB +data_structure: 'Split_aloha_basket_storage_egg_yolk_pastry_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (617 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:628 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Cobot_Magic_basket_storage_long_bread.yaml b/dataset_info/Agilex_Cobot_Magic_basket_storage_long_bread.yaml new file mode 100644 index 0000000000000000000000000000000000000000..dbffd97ed747d1f46e0a9ac3b106f938ccedcbe6 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_basket_storage_long_bread.yaml @@ -0,0 +1,478 @@ +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: Agilex_Cobot_Magic_basket_storage_long_bread +dataset_uuid: 3edf5fc6-ba54-4b74-901e-ac0b49ed35b3 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: long_bread +- object_name: basket +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the long bread with the gripper and place it into the basket. +sub_tasks: +- subtask: Grasp the long bread with right gripper. + subtask_index: 0 +- subtask: Grasp the basket with the left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Place the long bread into the basket with right gripper. + subtask_index: 3 +- subtask: Place the basket in the center of the table with the left gripper. + subtask_index: 4 +- subtask: Abnormal. + subtask_index: 5 +- subtask: Static. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- place +- pick +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 311 + total_frames: 129236 + fps: 30 + total_tasks: 8 + total_videos: 933 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 3.67 GB +frame_num: 129236 +frame_range: 1M +dataset_size: 3.67 GB +data_structure: 'Split_aloha_basket_storage_long_bread_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (299 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:310 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Cobot_Magic_basket_storage_orange.yaml b/dataset_info/Agilex_Cobot_Magic_basket_storage_orange.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7f5e134c46a31ae5c859d7ec5cbdf036efd81737 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_basket_storage_orange.yaml @@ -0,0 +1,478 @@ +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: Agilex_Cobot_Magic_basket_storage_orange +dataset_uuid: f478bc5f-0850-4241-9c9b-cea1674f8e67 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: orange +- object_name: basket +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the orange with the gripper and place it into the basket. +sub_tasks: +- subtask: Place the basket in the center of view with left gripper. + subtask_index: 0 +- subtask: Place the orange into the basket with right gripper. + subtask_index: 1 +- subtask: Grasp the orange with right gripper. + subtask_index: 2 +- subtask: Grasp the basket with left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Abnormal. + subtask_index: 5 +- subtask: Static. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- place +- pick +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 642 + total_frames: 293847 + fps: 30 + total_tasks: 8 + total_videos: 1926 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 6.06 GB +frame_num: 293847 +frame_range: 1M +dataset_size: 6.06 GB +data_structure: 'Split_aloha_basket_storage_orange_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (630 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:641 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Cobot_Magic_basket_storage_peach.yaml b/dataset_info/Agilex_Cobot_Magic_basket_storage_peach.yaml new file mode 100644 index 0000000000000000000000000000000000000000..354d1be78a87a276c02a97d126023b32573f8ed6 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_basket_storage_peach.yaml @@ -0,0 +1,486 @@ +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: Agilex_Cobot_Magic_basket_storage_peach +dataset_uuid: aa4c76bf-e637-4da0-a962-fc0c3caea73c +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: peach +- object_name: basket +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the peach with the gripper and place it into the basket with the gripper. +sub_tasks: +- subtask: Pick up the peach. + subtask_index: 0 +- subtask: Place the peach into the basket with right gripper. + subtask_index: 1 +- subtask: place the peach into the basket. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: Move the basket to the center of view. + subtask_index: 4 +- subtask: Grasp the peach with right gripper. + subtask_index: 5 +- subtask: Grasp the basket with left gripper. + subtask_index: 6 +- subtask: Place the basket in the center of view with left gripper. + subtask_index: 7 +- subtask: Abnormal. + subtask_index: 8 +- subtask: End. + subtask_index: 9 +- subtask: abnormal. + subtask_index: 10 +- subtask: null. + subtask_index: 11 +atomic_actions: +- grasp +- place +- pick +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 994 + total_frames: 392136 + fps: 30 + total_tasks: 12 + total_videos: 2982 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 4.99 GB +frame_num: 392136 +frame_range: 1M +dataset_size: 4.99 GB +data_structure: 'Split_aloha_basket_storage_peach_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (982 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:993 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Cobot_Magic_classify_objects_eight.yaml b/dataset_info/Agilex_Cobot_Magic_classify_objects_eight.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3c29a669ac448dc9b401144fda7298bf963fdc08 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_classify_objects_eight.yaml @@ -0,0 +1,675 @@ +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: Agilex_Cobot_Magic_classify_objects_eight +dataset_uuid: a3b685ba-0fd9-4833-81da-4ac1621636a3 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: brown_basket +- object_name: black_basket +- object_name: bread +- object_name: orange +- object_name: green_lemon +- object_name: pink_clear_plastic_cup +- object_name: laundry_detergent +- object_name: mentholatum_facial_cleanser +- object_name: lemon +- object_name: apple +- object_name: mango +- object_name: kiwi_fruit +- object_name: mangosteen +- object_name: pear +- object_name: avocado +- object_name: brown_clear_plastic_cup +- object_name: shampoo +- object_name: deli_water_based_marker +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the objects separately in different baskets with the gripper. +sub_tasks: +- subtask: Place the pear in the light basket with right gripper. + subtask_index: 0 +- subtask: Pick up the shampoo with left gripper. + subtask_index: 1 +- subtask: Place the pink marker pen in the dark basket with right gripper. + subtask_index: 2 +- subtask: Pick up the pear with left gripper. + subtask_index: 3 +- subtask: Place the lime in the light basket with right gripper. + subtask_index: 4 +- subtask: Place the laundry detergent in the dark basket with right gripper. + subtask_index: 5 +- subtask: Place the mango in the light basket with right gripper. + subtask_index: 6 +- subtask: Pick up the light brown cup with left gripper. + subtask_index: 7 +- subtask: Place the orange in the light basket with right gripper. + subtask_index: 8 +- subtask: Pick up the dark brown cup with left gripper. + subtask_index: 9 +- subtask: Place the dark brown cup in the dark basket with left gripper. + subtask_index: 10 +- subtask: Pick up the light brown cup with right gripper. + subtask_index: 11 +- subtask: Pick up pink marker pen with right gripper. + subtask_index: 12 +- subtask: Pick up the lime with left gripper. + subtask_index: 13 +- subtask: Pick up kiwi with left gripper. + subtask_index: 14 +- subtask: Pick up mango with left gripper. + subtask_index: 15 +- subtask: Place the shampoo in the dark basket with right gripper. + subtask_index: 16 +- subtask: Place the dark brown cup in the dark basket with right gripper. + subtask_index: 17 +- subtask: Pick up the pomegranate with right gripper. + subtask_index: 18 +- subtask: Pick up the pear with right gripper. + subtask_index: 19 +- subtask: Pick up the dark brown cup with right gripper. + subtask_index: 20 +- subtask: Pick up the red cup with right gripper. + subtask_index: 21 +- subtask: Place the pomegranate in the light basket with left gripper. + subtask_index: 22 +- subtask: Pick up the avocado with right gripper. + subtask_index: 23 +- subtask: Pick up the hard facial cleanser with left gripper. + subtask_index: 24 +- subtask: Place the Incense box in the dark basket with left gripper. + subtask_index: 25 +- subtask: Pick up the shampoo with right gripper. + subtask_index: 26 +- subtask: Place the banana in the light basket with right gripper. + subtask_index: 27 +- subtask: Place the laundry detergent in the dark basket with left gripper. + subtask_index: 28 +- subtask: Pick up the orange with right gripper. + subtask_index: 29 +- subtask: Place the mangosteen in the light basket with right gripper. + subtask_index: 30 +- subtask: Place the hard facial cleanser in the dark basket with right gripper. + subtask_index: 31 +- subtask: Pick up Incense box with right gripper. + subtask_index: 32 +- subtask: Place the red marker in the dark basket with right gripper. + subtask_index: 33 +- subtask: Pick up the lemon with left gripper. + subtask_index: 34 +- subtask: Place the banana in the light basket with left gripper. + subtask_index: 35 +- subtask: Pick up Incense box with left gripper. + subtask_index: 36 +- subtask: Pick up kiwi with right gripper. + subtask_index: 37 +- subtask: Pick up the mango with right gripper. + subtask_index: 38 +- subtask: Place the lemon in the light basket with left gripper. + subtask_index: 39 +- subtask: Pick up the laundry detergent with left gripper. + subtask_index: 40 +- subtask: Pick up toothpaste with right gripper. + subtask_index: 41 +- subtask: Pick up the bread with right gripper. + subtask_index: 42 +- subtask: Pick up toothpaste with left gripper. + subtask_index: 43 +- subtask: Place the red cup in the dark basket with left gripper. + subtask_index: 44 +- subtask: Place the red cup in the dark basket with right gripper. + subtask_index: 45 +- subtask: Place the lemon in the light basket with right gripper. + subtask_index: 46 +- subtask: Pick up banana with left gripper. + subtask_index: 47 +- subtask: Place the avocado in the light basket with right gripper. + subtask_index: 48 +- subtask: Pick up egg yolk pastry with left gripper. + subtask_index: 49 +- subtask: Place the light brown cup in the dark basket with left gripper. + subtask_index: 50 +- subtask: Pick up egg yolk pastry with right gripper. + subtask_index: 51 +- subtask: Place the orange in the light basket with left gripper. + subtask_index: 52 +- subtask: Place the hard facial cleanser in the dark basket with left gripper. + subtask_index: 53 +- subtask: Pick up the lemon with right gripper. + subtask_index: 54 +- subtask: Place the kiwi in the light basket with right gripper. + subtask_index: 55 +- subtask: End. + subtask_index: 56 +- subtask: Pick up gray cup with left gripper. + subtask_index: 57 +- subtask: Place the pomegranate in the light basket with right gripper. + subtask_index: 58 +- subtask: Pick up banana with right gripper. + subtask_index: 59 +- subtask: Place the blackboard eraser in the dark basket with left gripper. + subtask_index: 60 +- subtask: Pick up the red marker with right gripper. + subtask_index: 61 +- subtask: Place the red marker in the dark basket with left gripper. + subtask_index: 62 +- subtask: Place the gray cup in the dark basket with left gripper. + subtask_index: 63 +- subtask: Pick up the red cup with left gripper. + subtask_index: 64 +- subtask: Place the kiwi in the light basket with left gripper. + subtask_index: 65 +- subtask: Pick up the mangosteen with left gripper. + subtask_index: 66 +- subtask: Pick up the orange with left gripper. + subtask_index: 67 +- subtask: Place the mangosteen in the light basket with left gripper. + subtask_index: 68 +- subtask: Place the bread in the light basket with right gripper. + subtask_index: 69 +- subtask: Place the toothpaste in the dark basket with right gripper. + subtask_index: 70 +- subtask: Pick up the lime with right gripper. + subtask_index: 71 +- subtask: Place the mango in the light basket with left gripper. + subtask_index: 72 +- subtask: Pick up the mangosteen with right gripper. + subtask_index: 73 +- subtask: Place the pink marker pen in the dark basket with left gripper. + subtask_index: 74 +- subtask: Pick up the red marker with left gripper. + subtask_index: 75 +- subtask: Place the pear in the light basket with left gripper. + subtask_index: 76 +- subtask: Pick up blackboard eraser with right gripper. + subtask_index: 77 +- subtask: Place the blackboard eraser in the dark basket with right gripper. + subtask_index: 78 +- subtask: Place the shampoo in the dark basket with left gripper. + subtask_index: 79 +- subtask: Place the egg yolk pastry in the light basket with left gripper. + subtask_index: 80 +- subtask: Pick up the pomegranate with left gripper. + subtask_index: 81 +- subtask: Place the toothpaste in the dark basket with left gripper. + subtask_index: 82 +- subtask: Pick up blackboard eraser with left gripper. + subtask_index: 83 +- subtask: Place the Incense box in the dark basket with right gripper. + subtask_index: 84 +- subtask: Pick up the hard facial cleanser with right gripper. + subtask_index: 85 +- subtask: Place the apple in the light basket with right gripper. + subtask_index: 86 +- subtask: Place the avocado in the light basket with left gripper. + subtask_index: 87 +- subtask: Pick up pink marker pen with left gripper. + subtask_index: 88 +- subtask: Pick up the avocado with left gripper. + subtask_index: 89 +- subtask: Pick up the laundry detergent with right gripper. + subtask_index: 90 +- subtask: Place the egg yolk pastry in the light basket with right gripper. + subtask_index: 91 +- subtask: Pick up the apple with right gripper. + subtask_index: 92 +- subtask: Place the lime in the light basket with left gripper. + subtask_index: 93 +- subtask: null. + subtask_index: 94 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 197 + total_frames: 337837 + fps: 30 + total_tasks: 95 + total_videos: 591 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 4.51 GB +frame_num: 337837 +frame_range: 1M +dataset_size: 4.51 GB +data_structure: 'Agilex_Cobot_Magic_classify_objects_eight_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:196 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_classify_objects_six.yaml b/dataset_info/Agilex_Cobot_Magic_classify_objects_six.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bcdc1e07ea4f861ee17f4512604def5a6f62f64b --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_classify_objects_six.yaml @@ -0,0 +1,531 @@ +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: Agilex_Cobot_Magic_classify_objects_six +dataset_uuid: d86ae03e-0c72-4900-b2f6-e2045791fc75 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: brown_basket +- object_name: black_basket +- object_name: bread +- object_name: orange +- object_name: green_lemon +- object_name: pink_clear_plastic_cup +- object_name: laundry_detergent +- object_name: mentholatum_facial_cleanser +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place multiple objects separately with the gripper in different baskets. +sub_tasks: +- subtask: Place the orange in the light basket with left gripper. + subtask_index: 0 +- subtask: Grasp the xx with the right gripper. + subtask_index: 1 +- subtask: Pick up the facial cleanser with left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Place the facial cleanser in the dark basket with left gripper. + subtask_index: 4 +- subtask: Place the XX into the basket on the left with the right gripper. + subtask_index: 5 +- subtask: Place the lime in the light basket with right gripper. + subtask_index: 6 +- subtask: Place the laundry detergent in the dark basket with right gripper. + subtask_index: 7 +- subtask: Place the orange in the light basket with right gripper. + subtask_index: 8 +- subtask: Pick up the lime with left gripper. + subtask_index: 9 +- subtask: Place the XX into the basket on the right with the left gripper. + subtask_index: 10 +- subtask: Place the XX into the basket on the left with the left gripper. + subtask_index: 11 +- subtask: Place the XX into the basket on the right with the right gripper. + subtask_index: 12 +- subtask: Grasp the xx with the left gripper. + subtask_index: 13 +- subtask: Pick up the orange with left gripper. + subtask_index: 14 +- subtask: Place the bread in the light basket with right gripper. + subtask_index: 15 +- subtask: Pick up the laundry detergent with right gripper. + subtask_index: 16 +- subtask: Abnormal. + subtask_index: 17 +- subtask: Pick up the laundry detergent with left gripper. + subtask_index: 18 +- subtask: Pick up the facial cleanser with right gripper. + subtask_index: 19 +- subtask: Pick up the lime with right gripper. + subtask_index: 20 +- subtask: Pick up the bread with right gripper. + subtask_index: 21 +- subtask: Place the brown cup in the dark basket with left gripper. + subtask_index: 22 +- subtask: Place the laundry detergent in the dark basket with left gripper. + subtask_index: 23 +- subtask: Pick up the orange with right gripper. + subtask_index: 24 +- subtask: Place the lime in the light basket with left gripper. + subtask_index: 25 +- subtask: Pick up the brown cup with left gripper. + subtask_index: 26 +- subtask: null. + subtask_index: 27 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 199 + total_frames: 302506 + fps: 30 + total_tasks: 28 + total_videos: 597 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 3.88 GB +frame_num: 302506 +frame_range: 1M +dataset_size: 3.88 GB +data_structure: 'Agilex_Cobot_Magic_classify_objects_six_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (187 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:198 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_close_drawer_bottom.yaml b/dataset_info/Agilex_Cobot_Magic_close_drawer_bottom.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b952aad72b6de61bbac5d5e7d253e9f1738f277e --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_close_drawer_bottom.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: Agilex_Cobot_Magic_close_drawer_bottom +dataset_uuid: 2a4061d6-3481-43bf-8a3e-c6af26260c12 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: three_layer_transparent_drawer +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Close the bottom drawer with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: contact the bottom layer of the storage cabinet. + subtask_index: 1 +- subtask: Push the bottom drawer closed. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- push +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 16270 + fps: 30 + total_tasks: 4 + total_videos: 150 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 157.62 MB +frame_num: 16270 +frame_range: 100K +dataset_size: 157.62 MB +data_structure: 'Agilex_Cobot_Magic_close_drawer_bottom_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_close_drawer_top.yaml b/dataset_info/Agilex_Cobot_Magic_close_drawer_top.yaml new file mode 100644 index 0000000000000000000000000000000000000000..13afaa5d0b25eb0fea4f2ea3aa49b91477c5cbb3 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_close_drawer_top.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: Agilex_Cobot_Magic_close_drawer_top +dataset_uuid: 15b13262-1e11-4077-8f08-322acc523c16 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: three_layer_transparent_drawer +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Close the top drawer with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Push the top drawer closed. + subtask_index: 1 +- subtask: touch the topmost layer of the storage cabinet. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- push +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 9800 + fps: 30 + total_tasks: 4 + total_videos: 150 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 96.54 MB +frame_num: 9800 +frame_range: 10K +dataset_size: 96.54 MB +data_structure: 'Agilex_Cobot_Magic_close_drawer_top_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_close_drawer_upper.yaml b/dataset_info/Agilex_Cobot_Magic_close_drawer_upper.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d233dcf966ff372457213257400cc90833322665 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_close_drawer_upper.yaml @@ -0,0 +1,496 @@ +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: Agilex_Cobot_Magic_close_drawer_upper +dataset_uuid: 774e0698-f498-4029-a2b3-1bb3944a4ee9 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: three_layer_transparent_drawer +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Close the upper drawer with the gripper. +sub_tasks: +- subtask: touch the topmost layer of the storage cabinet. + subtask_index: 0 +- subtask: Push the top drawer closed. + subtask_index: 1 +- subtask: contact the middle shelf of the cabinet. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Push the middle drawer closed. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- push +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 173 + total_frames: 49994 + fps: 30 + total_tasks: 6 + total_videos: 519 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 522.40 MB +frame_num: 49994 +frame_range: 100K +dataset_size: 522.40 MB +data_structure: 'Agilex_Cobot_Magic_close_drawer_upper_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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 + + | `-- ... (161 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:172 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_connect_block.yaml b/dataset_info/Agilex_Cobot_Magic_connect_block.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7443e9f975dd95cfeaead1521c513be2756d0f4f --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_connect_block.yaml @@ -0,0 +1,1087 @@ +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: Agilex_Cobot_Magic_connect_block +dataset_uuid: d05eddf5-fcba-47ca-9b30-a4fb190f803b +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: square_building_blocks +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Assemble the scattered blocks together according to the building block template + in front. +sub_tasks: +- subtask: place the yellow build block on the right of the green build block. + subtask_index: 0 +- subtask: place the blue build block on the behind of the green build block. + subtask_index: 1 +- subtask: place the yellow build block in the center of the table. + subtask_index: 2 +- subtask: place the blue build block on the right of the yellow build block. + subtask_index: 3 +- subtask: place the green build block on the red build block. + subtask_index: 4 +- subtask: place the yellow build block on the behind of the green build block. + subtask_index: 5 +- subtask: place the orange build block on the right of the yellow build block. + subtask_index: 6 +- subtask: place the orange build block on the right of the red build block. + subtask_index: 7 +- subtask: place the orange build block on the right of the blue build block. + subtask_index: 8 +- subtask: place the green build block on the left of the blue build block. + subtask_index: 9 +- subtask: place the blue build block on the left of the yellow build block. + subtask_index: 10 +- subtask: place the yellow build block on the right of the green build block. + subtask_index: 11 +- subtask: place the orange build block on the front of the blue build block. + subtask_index: 12 +- subtask: place the orange build block on the left of the green build block. + subtask_index: 13 +- subtask: place the blue build block on the right of the green build block. + subtask_index: 14 +- subtask: place the green build block on the behind of the blue build block. + subtask_index: 15 +- subtask: place the orange build block on the right of the build block. + subtask_index: 16 +- subtask: place the orange build block on the right of the green build block. + subtask_index: 17 +- subtask: place the red build block on the behind of the orange build block. + subtask_index: 18 +- subtask: place the red build block on the front of the yellow build block. + subtask_index: 19 +- subtask: place the orange build block on the front of the yellow build block. + subtask_index: 20 +- subtask: place the blue build block on the behind of the green build block. + subtask_index: 21 +- subtask: place the orange build block in the center of the table. + subtask_index: 22 +- subtask: place the yellow build block in the center of the table. + subtask_index: 23 +- subtask: place the green build block on the behind of the yellow build block. + subtask_index: 24 +- subtask: place the orange build block on the left of the blue build block. + subtask_index: 25 +- subtask: place the red build block on the right of the blue build block. + subtask_index: 26 +- subtask: place the yellow build block in the center of the table. + subtask_index: 27 +- subtask: place the red build block on the behind of the blue build block. + subtask_index: 28 +- subtask: place the blue build block on the behind of the orange build block. + subtask_index: 29 +- subtask: place the orange build block on the behind of the green build block. + subtask_index: 30 +- subtask: place the red build block on the right of the yellow build block. + subtask_index: 31 +- subtask: place the yellow build block on the front of the orange build block. + subtask_index: 32 +- subtask: place the blue build block on the right of the green build block. + subtask_index: 33 +- subtask: place the blue build block on the right of the red build block. + subtask_index: 34 +- subtask: place the red build block on the behind of the orange build block. + subtask_index: 35 +- subtask: place the yellow build block on the behind of the green build block. + subtask_index: 36 +- subtask: place the red build block on the right of the blue build block. + subtask_index: 37 +- subtask: place the green build block on the behind of the yellow build block. + subtask_index: 38 +- subtask: place the yellow build block on the behind of the green build block. + subtask_index: 39 +- subtask: place the orange build block on the behind of the red build block. + subtask_index: 40 +- subtask: place theyellow build block on the behind of the blue build block. + subtask_index: 41 +- subtask: place the green build block on the behind of the yellow build block. + subtask_index: 42 +- subtask: place the red build block on the right of the orange build block. + subtask_index: 43 +- subtask: place the yellow build block on the right of the red build block. + subtask_index: 44 +- subtask: place the blue build block on the right of the orange build block. + subtask_index: 45 +- subtask: place the green build block on the right of the yellow build block. + subtask_index: 46 +- subtask: place the orange build block in the center of the table. + subtask_index: 47 +- subtask: place the green build block on the orange build block. + subtask_index: 48 +- subtask: place the yellow build block on the right of the blue build block. + subtask_index: 49 +- subtask: place the green build block on the right of the red build block. + subtask_index: 50 +- subtask: place the green build block on the blue build block. + subtask_index: 51 +- subtask: place the green build block on the right of the orange build block. + subtask_index: 52 +- subtask: place the blue build block in the center of the table. + subtask_index: 53 +- subtask: place the orange build block on the behind of the green build block. + subtask_index: 54 +- subtask: place the red build block on the right of the yellow build block. + subtask_index: 55 +- subtask: place the blue build block on the behind of the green build block. + subtask_index: 56 +- subtask: place the orange build block on the right of the blue build block. + subtask_index: 57 +- subtask: place the yellow build block on the behind of the orange build block. + subtask_index: 58 +- subtask: place the orange build block in the center of the table. + subtask_index: 59 +- subtask: place the blue build block on the right of the yellow build block. + subtask_index: 60 +- subtask: place the orange build block on the behind of the yellow build block. + subtask_index: 61 +- subtask: place the yellow build block on the behind of the green build block. + subtask_index: 62 +- subtask: place the blue build block on the front of the orange build block. + subtask_index: 63 +- subtask: place the green build block on the behind of the red build block. + subtask_index: 64 +- subtask: place the green build block in the center of the table. + subtask_index: 65 +- subtask: place the green build block on the right of the yellow build block. + subtask_index: 66 +- subtask: place the red build block on the right of the blue build block. + subtask_index: 67 +- subtask: place the red build block on the behind of the green build block. + subtask_index: 68 +- subtask: place the blue build block on the behind of the orange build block. + subtask_index: 69 +- subtask: place the yellow build block on the right of the red build block. + subtask_index: 70 +- subtask: place the blue build block in the center of the table. + subtask_index: 71 +- subtask: place the red build block on the behind of the yellow build block. + subtask_index: 72 +- subtask: place the yellow build block on the right of the red build block. + subtask_index: 73 +- subtask: place the green build block on the right of the orange build block. + subtask_index: 74 +- subtask: place the red build block on the blue build block. + subtask_index: 75 +- subtask: place the orange build block on the left of the yellow build block. + subtask_index: 76 +- subtask: place the green build block on the right of the red build block. + subtask_index: 77 +- subtask: place the red build block on the left of the orange build block. + subtask_index: 78 +- subtask: place the orange build block on the right of the blue build block. + subtask_index: 79 +- subtask: place the red build block on the right of the orange build block. + subtask_index: 80 +- subtask: place the orange build block on the behind of the yellow build block. + subtask_index: 81 +- subtask: place the yellow build block in the center of the table. + subtask_index: 82 +- subtask: place the yellow build block on the behind of the red build block. + subtask_index: 83 +- subtask: place the yellow build block on the behind of the blue build block. + subtask_index: 84 +- subtask: place the orange build block on the behind of the red build block. + subtask_index: 85 +- subtask: place the yellow build block in the center of the table. + subtask_index: 86 +- subtask: place the green build block on the right of the blue build block. + subtask_index: 87 +- subtask: place the orange build block on the right of the yellow build block. + subtask_index: 88 +- subtask: place the blue build block on the right of the yellow build block. + subtask_index: 89 +- subtask: place the red build block on the right of the green build block. + subtask_index: 90 +- subtask: place the orange build block on the behind of the yellow build block. + subtask_index: 91 +- subtask: place the yellow build block on the blue build block. + subtask_index: 92 +- subtask: place the red build block on the right of the orange build block. + subtask_index: 93 +- subtask: place the bluebuild block on the right of the yellow build block. + subtask_index: 94 +- subtask: place the red build block in the center of the table. + subtask_index: 95 +- subtask: place the red build block on the blue build block. + subtask_index: 96 +- subtask: place the orange build block on the right of the blue build block. + subtask_index: 97 +- subtask: place the blue build block on the behind of the orange build block. + subtask_index: 98 +- subtask: place the yellow build block on the right of the red build block. + subtask_index: 99 +- subtask: place the yellow build block on the behind of the green build block. + subtask_index: 100 +- subtask: place the yellow build block on the right of the orange build block. + subtask_index: 101 +- subtask: place the orange build block on the behind of the blue build block. + subtask_index: 102 +- subtask: place the orange build block on the right of the red build block. + subtask_index: 103 +- subtask: place the green build block on the behind of the orange build block. + subtask_index: 104 +- subtask: place the blue build block on the behind of the yellow build block. + subtask_index: 105 +- subtask: place the yellow build block on the right of the orange build block. + subtask_index: 106 +- subtask: place the green build block on the behind of the yellow build block. + subtask_index: 107 +- subtask: place the green build block on the right of the red build block. + subtask_index: 108 +- subtask: place the red build block on the front of the blue build block. + subtask_index: 109 +- subtask: place the red build block on the behind of the green' build block. + subtask_index: 110 +- subtask: place the red build block on the behind of the orange build block. + subtask_index: 111 +- subtask: place the red build block on the left of the green build block. + subtask_index: 112 +- subtask: place the green build block on the behind of the yellow build block. + subtask_index: 113 +- subtask: place blue the build block on the right of the red build block. + subtask_index: 114 +- subtask: place the green build block on the orange build block. + subtask_index: 115 +- subtask: place the orange build block on the right of the red build block. + subtask_index: 116 +- subtask: place the blue build block on the right of the green build block. + subtask_index: 117 +- subtask: place the yellow build block on the right of the blue build block. + subtask_index: 118 +- subtask: place the orange build block on the behind of the blue build block. + subtask_index: 119 +- subtask: place the yellow build block in the center of the table. + subtask_index: 120 +- subtask: place the yellow build block on the right of the green build block. + subtask_index: 121 +- subtask: place the green build block on the behind of the yellow build block. + subtask_index: 122 +- subtask: place the blue build block in the center of the table. + subtask_index: 123 +- subtask: place the orange build block in the center of the table. + subtask_index: 124 +- subtask: place the yellow build block on the right of the green build block. + subtask_index: 125 +- subtask: place the red build block on the right of the yellow build block. + subtask_index: 126 +- subtask: place the yellow build block on the behind of the red build block. + subtask_index: 127 +- subtask: place the red build block on the behind of the green build block. + subtask_index: 128 +- subtask: place the green build block on the behind of the blue build block. + subtask_index: 129 +- subtask: place the green build block on the behind of the orange build block. + subtask_index: 130 +- subtask: place the blue build block on the right of the green build block. + subtask_index: 131 +- subtask: place the green build block in the center of the table. + subtask_index: 132 +- subtask: place the green build block on the behind of the blue build block. + subtask_index: 133 +- subtask: place the green build block on the left of the orange build block. + subtask_index: 134 +- subtask: place the red build block on the behind of the yellow build block. + subtask_index: 135 +- subtask: place the yellow build block on the right of the green build block. + subtask_index: 136 +- subtask: place the blue build block on the behind of the red build block. + subtask_index: 137 +- subtask: place the orange build block on the behind of the red build block. + subtask_index: 138 +- subtask: place the blue build block on the behind of the green build block. + subtask_index: 139 +- subtask: place the yellow build block on the blue build block. + subtask_index: 140 +- subtask: place the red build block on the front of the green build block. + subtask_index: 141 +- subtask: place the red build block on the left of the ornage build block. + subtask_index: 142 +- subtask: place the green build block in the center of the table. + subtask_index: 143 +- subtask: place the red build block on the right of the green build block. + subtask_index: 144 +- subtask: place the yellow build block on the right of the orange build block. + subtask_index: 145 +- subtask: place the yellow build block on the right of the blue build block. + subtask_index: 146 +- subtask: place the XX build block on the XX build block. + subtask_index: 147 +- subtask: place the yellow build block in the center of the table. + subtask_index: 148 +- subtask: place the orange build block on the green build block. + subtask_index: 149 +- subtask: End. + subtask_index: 150 +- subtask: place the blue build block on the right of the red build block. + subtask_index: 151 +- subtask: place the green build block on the right of the orange build block. + subtask_index: 152 +- subtask: place the greem build block on the behind of the blue build block. + subtask_index: 153 +- subtask: place the left build block on the left of the green build block. + subtask_index: 154 +- subtask: place the green build block on the right of the orange build block. + subtask_index: 155 +- subtask: place the red build block on the left of the blue build block. + subtask_index: 156 +- subtask: place the blue build block on the right of the orange build block. + subtask_index: 157 +- subtask: place the yellow build block on the behind of the orange build block. + subtask_index: 158 +- subtask: place the green build block on the behind of the blue build block. + subtask_index: 159 +- subtask: place the yellow build block on the right of the orange build block. + subtask_index: 160 +- subtask: place the blue build block on the behind of the orange build block. + subtask_index: 161 +- subtask: place the red build block on the front of the green build block. + subtask_index: 162 +- subtask: place the red build block on the front of the yellow build block. + subtask_index: 163 +- subtask: place the yellow build block on the behind of the blue build block. + subtask_index: 164 +- subtask: place the blue build block on the orange build block. + subtask_index: 165 +- subtask: place the green build block in the center of the table. + subtask_index: 166 +- subtask: place the orange build block on the front of the blue build block. + subtask_index: 167 +- subtask: place the blue build block on the right of the yellow build block. + subtask_index: 168 +- subtask: place the blue build block on the left of the yellow build block. + subtask_index: 169 +- subtask: place the orange build block on the right of the yellow build block. + subtask_index: 170 +- subtask: place the orange build block on the left of the red build block. + subtask_index: 171 +- subtask: place the green build block in the center of the table. + subtask_index: 172 +- subtask: place the red build block on the right of the blue build block. + subtask_index: 173 +- subtask: place the blue build block on the right of the yellow build block. + subtask_index: 174 +- subtask: place the green build block on the right of the orange build block. + subtask_index: 175 +- subtask: place the blue build block in the center of the table. + subtask_index: 176 +- subtask: place the green build block on the right of the red build block. + subtask_index: 177 +- subtask: place the green build block on the right of the blue build block. + subtask_index: 178 +- subtask: place the yellow build block in the center of the table. + subtask_index: 179 +- subtask: Abnormal. + subtask_index: 180 +- subtask: place the red build block on the behind of the orange build block. + subtask_index: 181 +- subtask: place the red build block on the yellow build block. + subtask_index: 182 +- subtask: place the orange build block on the right of the yellow build block. + subtask_index: 183 +- subtask: place the red build block on the right of the yellow build block. + subtask_index: 184 +- subtask: place the orange build block on the right of the blue build block. + subtask_index: 185 +- subtask: place the orange build block on the orange build block. + subtask_index: 186 +- subtask: place the blue build block on the behind of the red build block. + subtask_index: 187 +- subtask: place the yellow build block on the right of the blue build block. + subtask_index: 188 +- subtask: place the yellow build block on the behind of the green build block. + subtask_index: 189 +- subtask: place the yellow build block on the left of the blue build block. + subtask_index: 190 +- subtask: place the yellow build block on the right of the orange build block. + subtask_index: 191 +- subtask: place the yellow build block on the blue build block. + subtask_index: 192 +- subtask: place the yellow build block on the behind of the blue build block. + subtask_index: 193 +- subtask: place the green build block on the right of the blue build block. + subtask_index: 194 +- subtask: place the orange build block on the right of the yellow build block. + subtask_index: 195 +- subtask: place the red build block on the behind of the green build block. + subtask_index: 196 +- subtask: place the red build block in the center of the table. + subtask_index: 197 +- subtask: place the yellow build block on the behind of the blue build block. + subtask_index: 198 +- subtask: place the green build block on the behind of the orange build block. + subtask_index: 199 +- subtask: place the yellow build block on the behind of the red build block. + subtask_index: 200 +- subtask: place the green build block on the right of the yellow build block. + subtask_index: 201 +- subtask: place the green build block on the red build block. + subtask_index: 202 +- subtask: place the blue build block on the right of the orange build block. + subtask_index: 203 +- subtask: place the red build block on the behind of the orange build block. + subtask_index: 204 +- subtask: place the red build block in the center of the table. + subtask_index: 205 +- subtask: place the red build block in the center of the table. + subtask_index: 206 +- subtask: place the green build block on the right of the orange build block. + subtask_index: 207 +- subtask: place the green build block on the front of the blue build block. + subtask_index: 208 +- subtask: place the yellow build block on the behind of the orange build block. + subtask_index: 209 +- subtask: place the yellow build block on the behind of the blue build block. + subtask_index: 210 +- subtask: place the green build block on the blue build block. + subtask_index: 211 +- subtask: place the blue build block on the right of the yellow build block. + subtask_index: 212 +- subtask: place the blue build block on the right of the orange build block. + subtask_index: 213 +- subtask: place the orange build block on the left of the red build block. + subtask_index: 214 +- subtask: place the orange build block on the right of the blue build block. + subtask_index: 215 +- subtask: place the blue build block on the front of the green build block. + subtask_index: 216 +- subtask: place the yellow build block on the orange build block. + subtask_index: 217 +- subtask: place the yellow build block on the front of the red build block. + subtask_index: 218 +- subtask: place the orange build block on the behind of the red build block. + subtask_index: 219 +- subtask: place the yellow build block on the behind of the green build block. + subtask_index: 220 +- subtask: place the blue build block on the right of orange the build block. + subtask_index: 221 +- subtask: place the red build block on the right of the blue build block. + subtask_index: 222 +- subtask: place the green build block on the behind of the orange build block. + subtask_index: 223 +- subtask: place the green build block on the behind of the yellow build block. + subtask_index: 224 +- subtask: place the yellow build block on the right of the green build block. + subtask_index: 225 +- subtask: place the orange build block on the right of the green build block. + subtask_index: 226 +- subtask: place the orange build block on the right of the yellow build block. + subtask_index: 227 +- subtask: place the red build block on the green build block. + subtask_index: 228 +- subtask: place the red build block on the right of the blue build block. + subtask_index: 229 +- subtask: place the blue build block on the behind of the green build block. + subtask_index: 230 +- subtask: place the orange build block on the right of the red build block. + subtask_index: 231 +- subtask: place the blue build block on the red build block. + subtask_index: 232 +- subtask: place the orange build block on the right of the blue build block. + subtask_index: 233 +- subtask: place the orange build block on the left of the yellow build block. + subtask_index: 234 +- subtask: place the right build block on the right of the yellow build block. + subtask_index: 235 +- subtask: place the green build block on the right of the red build block. + subtask_index: 236 +- subtask: place the orange build block on the right of the green build block. + subtask_index: 237 +- subtask: place the blue build block in the center of the table. + subtask_index: 238 +- subtask: place the orange build block on the behind of the yellow build block. + subtask_index: 239 +- subtask: place the orange build block on the right of the blue build block. + subtask_index: 240 +- subtask: place the orange build block on the behind of the blue build block. + subtask_index: 241 +- subtask: place the red build block on the behind of the yellow build block. + subtask_index: 242 +- subtask: place the ornage build block on the behind of the green build block. + subtask_index: 243 +- subtask: place the blue build block on the left of the yellow build block. + subtask_index: 244 +- subtask: place the green build block on the front of the blue build block. + subtask_index: 245 +- subtask: place the green build block on the behind of the red build block. + subtask_index: 246 +- subtask: place the green build block on the right of the orange build block. + subtask_index: 247 +- subtask: place the green build block on the right of the orange build block. + subtask_index: 248 +- subtask: place the yellow build block on the behind of the red build block. + subtask_index: 249 +- subtask: place the blue build block on the green build block. + subtask_index: 250 +- subtask: place the blue build block on the right of the orange build block. + subtask_index: 251 +- subtask: place the orange build block on the right of the green build block. + subtask_index: 252 +- subtask: place the orange build block on the behind of the yellow build block. + subtask_index: 253 +- subtask: place the green build block in the center of the table. + subtask_index: 254 +- subtask: place the blue build block on the behind of the orange build block. + subtask_index: 255 +- subtask: place the green build block on the left of the orange build block. + subtask_index: 256 +- subtask: place the green build block on the right of the yellow build block. + subtask_index: 257 +- subtask: place the green build block on the left of the blue build block. + subtask_index: 258 +- subtask: place the orange build block on the right of the green build block. + subtask_index: 259 +- subtask: place the green build block on the orange build block. + subtask_index: 260 +- subtask: place the blue build block on the behind of the green build block. + subtask_index: 261 +- subtask: place the yellow build block on the behind of the red build block. + subtask_index: 262 +- subtask: place the orange build block on the green build block. + subtask_index: 263 +- subtask: place the red build block on the behind of the blue build block. + subtask_index: 264 +- subtask: place the blue build block on the right of the orange build block. + subtask_index: 265 +- subtask: move the build block to the center of the table. + subtask_index: 266 +- subtask: place the green build block on the right of the red build block. + subtask_index: 267 +- subtask: place the red build block on the behind of the green build block. + subtask_index: 268 +- subtask: place the red build block on the behind of the blue build block. + subtask_index: 269 +- subtask: place the yellow build block on the behind of the orange build block. + subtask_index: 270 +- subtask: place the red build block on the right of the orange build block. + subtask_index: 271 +- subtask: place the green build block on the right of the yellow build block. + subtask_index: 272 +- subtask: place the red build block on the right of the yellow build block. + subtask_index: 273 +- subtask: place the red build block in the center of the table. + subtask_index: 274 +- subtask: place the red build block on the right of the blue build block. + subtask_index: 275 +- subtask: place the yellow build block on the behind of the green build block. + subtask_index: 276 +- subtask: place the red build block on the right of the orange build block. + subtask_index: 277 +- subtask: place the blue build block on the right of the orange build block. + subtask_index: 278 +- subtask: place the orange build block on the behind of the green build block. + subtask_index: 279 +- subtask: place the blue build block on the front of the green build block. + subtask_index: 280 +- subtask: place the ornage build block on the behind of the blue build block. + subtask_index: 281 +- subtask: place the yellow build block on the behind of the orange build block. + subtask_index: 282 +- subtask: place the green build block on the behind of the blue build block. + subtask_index: 283 +- subtask: place the green build block on the left of the blue build block. + subtask_index: 284 +- subtask: place the blue build block in the center of the table. + subtask_index: 285 +- subtask: place the green build block on the right of the yellow build block. + subtask_index: 286 +- subtask: place the yellow build block on the behind of the blue build block. + subtask_index: 287 +- subtask: place the green build block on the right of the orange build block. + subtask_index: 288 +- subtask: place the green build block on the blue build block. + subtask_index: 289 +- subtask: place the orange build block on the behind of the blue build block. + subtask_index: 290 +- subtask: place the red build block on the behind of the yellow build block. + subtask_index: 291 +- subtask: place the orange build block on the blue build block. + subtask_index: 292 +- subtask: place the green build block on the right of the orange build block. + subtask_index: 293 +- subtask: place the orange build block on the left of the red build block. + subtask_index: 294 +- subtask: place the green build block in the center of the table. + subtask_index: 295 +- subtask: null. + subtask_index: 296 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_chest_rgb +came_info: + cam_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 + cam_front_chest_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 238 + total_frames: 232528 + fps: 30 + total_tasks: 297 + total_videos: 952 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 4 + dataset_size: 2.20 GB +frame_num: 232528 +frame_range: 1M +dataset_size: 2.20 GB +data_structure: 'Agilex_Cobot_Magic_connect_block_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (226 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_chest_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:237 +features: + observation.images.cam_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.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.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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_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/Agilex_Cobot_Magic_erase_board.yaml b/dataset_info/Agilex_Cobot_Magic_erase_board.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b2f4fbaf553c6ccd6779d542aee3404630411f03 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_erase_board.yaml @@ -0,0 +1,505 @@ +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: Agilex_Cobot_Magic_erase_board +dataset_uuid: 438b28d5-a99a-40e0-8810-237f5186f824 +scene_type: + level1: education + level2: school + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: whiteboard +- object_name: green_whiteboard_Eraser +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Wipe off the handwriting on the whiteboard with the gripper. +sub_tasks: +- subtask: Place the eraser with the left gripper. + subtask_index: 0 +- subtask: end. + subtask_index: 1 +- subtask: Grasp the eraser with the left gripper. + subtask_index: 2 +- subtask: Grasp the eraser and wipe the blackboard with the right gripper. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Grasp the eraser and wipe the blackboard with the left gripper. + subtask_index: 5 +- subtask: Place the eraser with the right gripper. + subtask_index: 6 +- subtask: Grasp the eraser with the right gripper. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- lift +- place +- wipe +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 24688 + fps: 30 + total_tasks: 9 + total_videos: 150 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 230.75 MB +frame_num: 24688 +frame_range: 100K +dataset_size: 230.75 MB +data_structure: 'Agilex_Cobot_Magic_erase_board_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_erase_board_left.yaml b/dataset_info/Agilex_Cobot_Magic_erase_board_left.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f81df85d17e7809a3fa6db252f952a6411a7a239 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_erase_board_left.yaml @@ -0,0 +1,506 @@ +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: Agilex_Cobot_Magic_erase_board_left +dataset_uuid: 9b90a2fb-f16f-4899-a993-543c3fef3f1a +scene_type: + level1: education + level2: school + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: whiteboard +- object_name: whiteboard_eraser +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the whiteboard eraser with the left claw. Wipe the notes on the whiteboard + with the left claw. Place them back in place with the left claw. +sub_tasks: +- subtask: Place the eraser with the left gripper. + subtask_index: 0 +- subtask: Grasp the eraser with the left gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Grasp the eraser and wipe the blackboard with the left gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- lift +- wipe +- pass +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 23847 + fps: 30 + total_tasks: 6 + total_videos: 147 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 217.76 MB +frame_num: 23847 +frame_range: 100K +dataset_size: 217.76 MB +data_structure: 'Agilex_Cobot_Magic_erase_board_left_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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) + + |-- logs + + | `-- collect + + | `-- collect_20260520171226.log + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_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_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_erase_board_left_side.yaml b/dataset_info/Agilex_Cobot_Magic_erase_board_left_side.yaml new file mode 100644 index 0000000000000000000000000000000000000000..05b714ef4925cfe81f63c9efd7f8d4c337d153f3 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_erase_board_left_side.yaml @@ -0,0 +1,503 @@ +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: Agilex_Cobot_Magic_erase_board_left_side +dataset_uuid: 8cb016b7-6c8a-4c50-9e2f-4588b4853b6d +scene_type: + level1: education + level2: school + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: whiteboard +- object_name: red_whiteboard_Eraser +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Wipe off the handwriting on the whiteboard with the gripper. +sub_tasks: +- subtask: Place the eraser with the left gripper. + subtask_index: 0 +- subtask: Grasp the eraser with the left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Grasp the eraser and wipe the blackboard with the right gripper. + subtask_index: 3 +- subtask: Place the eraser with the right gripper. + subtask_index: 4 +- subtask: Grasp the eraser with the right gripper. + subtask_index: 5 +- subtask: Grasp the eraser and wipe the blackboard with the left gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- lift +- place +- wipe +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 101 + total_frames: 51478 + fps: 30 + total_tasks: 8 + total_videos: 303 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 490.77 MB +frame_num: 51478 +frame_range: 100K +dataset_size: 490.77 MB +data_structure: 'Agilex_Cobot_Magic_erase_board_left_side_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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 + + | `-- ... (89 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:100 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_erase_board_passing_left_to_right.yaml b/dataset_info/Agilex_Cobot_Magic_erase_board_passing_left_to_right.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5707988ad264618067a1e7eb01a96b393fbc097d --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_erase_board_passing_left_to_right.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: Agilex_Cobot_Magic_erase_board_passing_left_to_right +dataset_uuid: 8aa2785d-1519-455f-855d-f31b736e8981 +scene_type: + level1: education + level2: school + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: whiteboard +- object_name: whiteboard_eraser +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the eraser in the right position with the right gripper, pick up the eraser + with the right gripper, wipe the notes on the whiteboard with the right gripper, + and then place it down with the right gripper. +sub_tasks: +- subtask: Right gripper. + subtask_index: 0 +- subtask: Move the board eraser to the center of the whiteboard with left gripper. + subtask_index: 1 +- subtask: Wipe off the writing on the board with right gripper. + subtask_index: 2 +- subtask: Place the board eraser on the right side of board with right gripper. + subtask_index: 3 +- subtask: Move the board eraser to the right of the whiteboard with right gripper. + subtask_index: 4 +- subtask: Pick up the board eraser with right gripper. + subtask_index: 5 +- subtask: Move the board eraser to the right of the whiteboard with left gripper. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: Left gripper. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- lift +- wipe +- pass +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 38393 + fps: 30 + total_tasks: 10 + total_videos: 150 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 335.24 MB +frame_num: 38393 +frame_range: 100K +dataset_size: 335.24 MB +data_structure: 'Agilex_Cobot_Magic_erase_board_passing_left_to_right_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_erase_board_passing_right_to_left.yaml b/dataset_info/Agilex_Cobot_Magic_erase_board_passing_right_to_left.yaml new file mode 100644 index 0000000000000000000000000000000000000000..97fbad5c43494c3ef3fc79046ad0218527991c27 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_erase_board_passing_right_to_left.yaml @@ -0,0 +1,486 @@ +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: Agilex_Cobot_Magic_erase_board_passing_right_to_left +dataset_uuid: 3c27e326-2f30-4945-a85c-a432016bb415 +scene_type: + level1: education + level2: school + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: whiteboard +- object_name: whiteboard_eraser +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the eraser in the left with the left gripper, pick up the eraser with the + left gripper, wipe the notes on the whiteboard with the left gripper, and then place + it down with the left gripper. +sub_tasks: +- subtask: Place the eraser with the left gripper. + subtask_index: 0 +- subtask: Grasp the eraser with the left gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Move the eraser to the left side of the blackboard with the right gripper. + subtask_index: 4 +- subtask: Grasp the eraser and wipe the blackboard with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- lift +- wipe +- pass +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 47 + total_frames: 38184 + fps: 30 + total_tasks: 7 + total_videos: 141 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 334.71 MB +frame_num: 38184 +frame_range: 100K +dataset_size: 334.71 MB +data_structure: 'Agilex_Cobot_Magic_erase_board_passing_right_to_left_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (35 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:46 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_erase_board_right.yaml b/dataset_info/Agilex_Cobot_Magic_erase_board_right.yaml new file mode 100644 index 0000000000000000000000000000000000000000..38018efcbab5e1fc4a18521dfce7ef6f007ca92e --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_erase_board_right.yaml @@ -0,0 +1,486 @@ +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: Agilex_Cobot_Magic_erase_board_right +dataset_uuid: 32c81d4a-7981-47e6-b06c-ca711fe5694a +scene_type: + level1: education + level2: school + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: whiteboard +- object_name: whiteboard_eraser +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the board eraser with the gripper, wipe the notes on the whiteboard with + the gripper, and then place them back in place with the gripper. +sub_tasks: +- subtask: Right gripper. + subtask_index: 0 +- subtask: Wipe off the writing on the board with right gripper. + subtask_index: 1 +- subtask: Place the board eraser on the right side of board with right gripper. + subtask_index: 2 +- subtask: Move the board eraser to the right of the whiteboard with right gripper. + subtask_index: 3 +- subtask: Pick up the board eraser with right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- lift +- wipe +- pass +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 28998 + fps: 30 + total_tasks: 7 + total_videos: 150 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 249.99 MB +frame_num: 28998 +frame_range: 100K +dataset_size: 249.99 MB +data_structure: 'Agilex_Cobot_Magic_erase_board_right_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_fold_T-shirts.yaml b/dataset_info/Agilex_Cobot_Magic_fold_T-shirts.yaml new file mode 100644 index 0000000000000000000000000000000000000000..08c8176c2ab774f1d5ff68f0dd9d6a7d13e6330a --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_fold_T-shirts.yaml @@ -0,0 +1,491 @@ +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: Agilex_Cobot_Magic_fold_T-shirts +dataset_uuid: 12c90605-38c4-4fce-b333-8a75fb70309d +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: black_T-shirt +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Fold the clothes on the table with the gripper. +sub_tasks: +- subtask: Lift the black T-shirt with the left gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Lift the black T-shirt with the right gripper. + subtask_index: 2 +- subtask: Grasp the black T-shirt with the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Fold the black T-shirt downward with the right gripper. + subtask_index: 5 +- subtask: Grasp the black T-shirt with the right gripper. + subtask_index: 6 +- subtask: Fold the black T-shirt downward with the left gripper. + subtask_index: 7 +- subtask: Fold the black T-shirt from right to left with right gripper. + subtask_index: 8 +- subtask: wipe the clothes. + subtask_index: 9 +- subtask: null. + subtask_index: 10 +atomic_actions: +- grasp +- fold +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 78640 + fps: 30 + total_tasks: 11 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 913.86 MB +frame_num: 78640 +frame_range: 100K +dataset_size: 913.86 MB +data_structure: 'Agilex_Cobot_Magic_fold_T-shirts_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:99 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_fold_clothes.yaml b/dataset_info/Agilex_Cobot_Magic_fold_clothes.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a8fc0231fa895f314b16fa2bcf1d21d12a3b5fad --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_fold_clothes.yaml @@ -0,0 +1,490 @@ +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: Agilex_Cobot_Magic_fold_clothes +dataset_uuid: 28dcbd54-ead7-4cfd-8605-9dd79f821d5a +scene_type: + level1: household + level2: bedroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: t_shirt +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- use two grippers to hold the left and right sides of the clothes and fold the clothes + on the table three times. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: use the right arm to pull the right edge of the fabric to the left and + folds it over the left edge. + subtask_index: 1 +- subtask: use the right arm to clamp the right edge of the fabric. + subtask_index: 2 +- subtask: Use your right arm to clamp the cuff closest to him. + subtask_index: 3 +- subtask: use the right arm to pull and place the cuff at thecentered position on + the left edge of the fabric. + subtask_index: 4 +- subtask: use the right arm to pull the right edge of the fabric to the right and + folds it over the left edge. + subtask_index: 5 +- subtask: grasp the left edge of the fabric with your left arm. + subtask_index: 6 +- subtask: use the left arm to pull and drop the cuff onto the cuff closest to the + left arm. + subtask_index: 7 +- subtask: use the right arm to pull and drop the cuff onto the cuffclosest to the + right arm. + subtask_index: 8 +- subtask: Spread the clothes out flat on the table with both grippers. + subtask_index: 9 +- subtask: use both arms to pull the lower edge of the fabric forward and fold it + over the upper edge. + subtask_index: 10 +- subtask: use the left arm to pull and place the cuff at the centered position on + the left edge of the fabric. + subtask_index: 11 +- subtask: Abnormal. + subtask_index: 12 +- subtask: use both arms simultaneously to clamp the lower edge of the clothing fabric. + subtask_index: 13 +- subtask: use the left arm to clamp the cuff farthest from it. + subtask_index: 14 +- subtask: Use your right arm to clamp the cuff farthest to him. + subtask_index: 15 +- subtask: use the left arm to clamp the cuff closest to it. + subtask_index: 16 +- subtask: abnormal. + subtask_index: 17 +- subtask: pull the left edge of the fabric to the left with your left arm and fold + it to the right edge. + subtask_index: 18 +- subtask: Spread the long sleeves with your arms and place them on the tabletop. + subtask_index: 19 +- subtask: null. + subtask_index: 20 +atomic_actions: +- grasp +- fold +- press +- pick +- place +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_front_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 584 + total_frames: 774487 + fps: 30 + total_tasks: 21 + total_videos: 1752 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 27.66 GB +frame_num: 774487 +frame_range: 1M +dataset_size: 27.66 GB +data_structure: 'Cobot_Magic_fold_clothes_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (572 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:583 +features: + observation.images.cam_front_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_fold_jeans_shorts_children's.yaml b/dataset_info/Agilex_Cobot_Magic_fold_jeans_shorts_children's.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2e53eb4decc7e46ed265a9401a1791f6bf95abd9 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_fold_jeans_shorts_children's.yaml @@ -0,0 +1,508 @@ +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: Agilex_Cobot_Magic_fold_jeans_shorts_children's +dataset_uuid: 2bc06e3c-fc72-45ad-bd89-8ca94645988e +scene_type: + level1: household + level2: bedroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: denim_shorts +- object_name: green_tray +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Fold the children's denim shorts in half with the grippers, then fold them in half + again. Place the folded children's denim shorts on the tray with the left gripper. + again, and use the left claw to place the folded children's denim shorts on the + tray. +sub_tasks: +- subtask: Grasp the blue trousers with the right gripper. + subtask_index: 0 +- subtask: Fold the blue trousers upwards with the right gripper. + subtask_index: 1 +- subtask: Fold the blue trousers from right to left with the right gripper. + subtask_index: 2 +- subtask: Place the folded blue trousers on the green tray with the left gripper. + subtask_index: 3 +- subtask: Grasp the blue trousers with the left gripper. + subtask_index: 4 +- subtask: Fold the blue trousers upwards with the left gripper. + subtask_index: 5 +- subtask: Fold the blue trousers from left to right with the left gripper. + subtask_index: 6 +- subtask: end. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- lift +- place +- fold +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 60562 + fps: 30 + total_tasks: 9 + total_videos: 150 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 912.51 MB +frame_num: 60562 +frame_range: 100K +dataset_size: 912.51 MB +data_structure: 'Agilex_Cobot_Magic_fold_jeans_shorts_children_s_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_fold_short_sleeve_black.yaml b/dataset_info/Agilex_Cobot_Magic_fold_short_sleeve_black.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2718da39768363d2801882f180c10b5598e2e427 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_fold_short_sleeve_black.yaml @@ -0,0 +1,495 @@ +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: Agilex_Cobot_Magic_fold_short_sleeve_black +dataset_uuid: 24a2a9e4-060c-4451-8c52-6c0c40cb2fa3 +scene_type: + level1: household + level2: bedroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: black_T-shirt +- object_name: green_tray +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Fold the black short sleeve with two grippers, and place the folded black short + sleeve on the tray with the left claw. +sub_tasks: +- subtask: Lift the black T-shirt with the left gripper. + subtask_index: 0 +- subtask: Lift the black T-shirt with the right gripper. + subtask_index: 1 +- subtask: Grasp the black T-shirt with the left gripper. + subtask_index: 2 +- subtask: Fold the black T-shirt downward with the right gripper. + subtask_index: 3 +- subtask: Grasp the black T-shirt with the right gripper. + subtask_index: 4 +- subtask: Fold the black T-shirt downward with the left gripper. + subtask_index: 5 +- subtask: Fold the black T-shirt from right to left with right gripper. + subtask_index: 6 +- subtask: abnormal. + subtask_index: 7 +- subtask: end. + subtask_index: 8 +- subtask: Fold the black T-shirt from left to right with left gripper. + subtask_index: 9 +- subtask: Place the folded black T-shirt on the green tray with the left gripper. + subtask_index: 10 +- subtask: null. + subtask_index: 11 +atomic_actions: +- grasp +- lift +- place +- fold +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 76223 + fps: 30 + total_tasks: 12 + total_videos: 150 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 999.69 MB +frame_num: 76223 +frame_range: 100K +dataset_size: 999.69 MB +data_structure: 'Agilex_Cobot_Magic_fold_short_sleeve_black_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_fold_short_sleeve_white.yaml b/dataset_info/Agilex_Cobot_Magic_fold_short_sleeve_white.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1c62258e4b729f53b96ade37cc3056be0a58d0ac --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_fold_short_sleeve_white.yaml @@ -0,0 +1,569 @@ +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: Agilex_Cobot_Magic_fold_short_sleeve_white +dataset_uuid: 774e7025-eb94-4c42-841f-ab64f9849b1f +scene_type: + level1: household + level2: bedroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: white_T-shirt +- object_name: green_tray +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Fold the white short sleeve with two grippers, and place the folded white short + sleeve on the tray with the left claw. +sub_tasks: +- subtask: Lift the white T-shirt with the left gripper. + subtask_index: 0 +- subtask: Place the folded white T-shirt on the green tray with the left gripper. + subtask_index: 1 +- subtask: Fold the white T-shirt from left to right with left gripper. + subtask_index: 2 +- subtask: Fold the white T-shirt from right to left with right gripper. + subtask_index: 3 +- subtask: Grasp the white T-shirt with the right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Fold the white T-shirt downward with the left gripper. + subtask_index: 6 +- subtask: Fold the white T-shirt downward with the right gripper. + subtask_index: 7 +- subtask: Lift the white T-shirt with the right gripper. + subtask_index: 8 +- subtask: Grasp the white T-shirt with the left gripper. + subtask_index: 9 +- subtask: null. + subtask_index: 10 +atomic_actions: +- grasp +- lift +- place +- fold +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 70709 + fps: 30 + total_tasks: 11 + total_videos: 150 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 916.92 MB +frame_num: 70709 +frame_range: 100K +dataset_size: 916.92 MB +data_structure: 'Agilex_Cobot_Magic_fold_short_sleeve_white_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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) + + |-- debug + + | |-- episode_0000 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0001 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0002 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0003 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0004 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0005 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0006 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0007 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0008 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0009 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0010 + + | | |-- images + + | | `-- trace_report.md + + | `-- episode_0011 + + | |-- images + + | `-- trace_report.md + + | `-- ... (38 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_fold_shorts_khaki.yaml b/dataset_info/Agilex_Cobot_Magic_fold_shorts_khaki.yaml new file mode 100644 index 0000000000000000000000000000000000000000..98bd9f49b017eebc2ec4b1a8c8d802822cb147b0 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_fold_shorts_khaki.yaml @@ -0,0 +1,489 @@ +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: Agilex_Cobot_Magic_fold_shorts_khaki +dataset_uuid: badf13bf-e421-4740-86c4-c1d440d8b465 +scene_type: + level1: household + level2: bedroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: khaki_shorts +- object_name: green_tray +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Fold the khaki jeans in half with the grippers, then fold them in half again. Place + the folded khaki jeans on the tray with the left gripper. +sub_tasks: +- subtask: Fold the khaki trousers from right to left with the right gripper. + subtask_index: 0 +- subtask: Fold the khaki trousers upwards with the right gripper. + subtask_index: 1 +- subtask: Fold the khaki trousers from left to right with the left gripper. + subtask_index: 2 +- subtask: Fold the khaki trousers upwards with the left gripper. + subtask_index: 3 +- subtask: Place the folded khaki trousers on the green tray with the left gripper. + subtask_index: 4 +- subtask: Grasp the khaki trousers with the left gripper. + subtask_index: 5 +- subtask: Grasp the khaki trousers with the right gripper. + subtask_index: 6 +- subtask: end. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- lift +- place +- fold +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 55392 + fps: 30 + total_tasks: 9 + total_videos: 150 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 637.64 MB +frame_num: 55392 +frame_range: 100K +dataset_size: 637.64 MB +data_structure: 'Agilex_Cobot_Magic_fold_shorts_khaki_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_fold_the_pants.yaml b/dataset_info/Agilex_Cobot_Magic_fold_the_pants.yaml new file mode 100644 index 0000000000000000000000000000000000000000..93c9e0323168ac374f813ae24b1e952905fdfe4c --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_fold_the_pants.yaml @@ -0,0 +1,502 @@ +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: Agilex_Cobot_Magic_fold_the_pants +dataset_uuid: 2d20404b-b035-4962-9e8e-055858867cb3 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pants +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the pants with the back facing upwards and the cuffs facing to the left. Grasp + the cuffs with the left gripper and the leg with the right gripper, then fold it + forward. Lift the folded cuffs with the left gripper and fold them against the leg. + Adjust the position of the pants to the center of the table with the gripper. +- Place the pants with the back facing upwards and the cuffs facing to the right. + Grasp the cuffs with the right gripper. Grasp the leg with the left gripper and + fold it forward. Lift the folded cuffs with the right gripper and fold them against + the leg. Adjust the position of the pants to the center of the table with the gripper. +- Place the pants with the front facing upwards and the cuffs facing to the left. + Grasp the cuffs with the left gripper and the leg with the right gripper, then fold + it forward. Lift the folded cuffs with the left gripper and fold them against the + leg. Adjust the position of the pants to the center of the table with the gripper. +- Place the pants with the front facing upwards and the cuffs facing to the right. + Grasp the cuffs with the right gripper. Grasp the leg with the left gripper and + fold it forward. Lift the folded cuffs with the right gripper and fold them against + the leg. Adjust the position of the pants to the center of the table with the gripper. +- the left gripper grasp the cuffs, the right gripper grasp the leg and fold it forward, + the left gripper lift the folded cuffs and fold them against the leg, adjust the + position of the pants to the center of the table. +- the pants are placed with the back facing upwards, the cuffs facing to the right,the + right gripper grasp the cuffs, the left gripper grasp the leg and fold it forward,the + right gripper lift the folded cuffs and fold them against the leg, adjust the position + of the pants to the center of the table. +- the pants are placed with the front facing upwards, the cuffs facing to the left,the + left gripper grasp the cuffs, the right gripper grasp the leg and fold it forward,the + left gripper lift the folded cuffs and fold them against the leg, adjust the position + of the pants to the center of the table. +- the pants are placed with the front facing upwards, the cuffs facing to the right,the + right gripper grasp the cuffs, the left gripper grasp the leg and fold it forward,the + right gripper lift the folded cuffs and fold them against the leg, adjust the position + of the pants to the center of the table. +sub_tasks: +- subtask: Fold the bottom of the pants upward. + subtask_index: 0 +- subtask: Fold the pants from left to right. + subtask_index: 1 +- subtask: Fold your pants from right to left. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- fold +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, 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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 486 + total_frames: 402577 + fps: 30 + total_tasks: 4 + total_videos: 1458 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 8.48 GB +frame_num: 402577 +frame_range: 1M +dataset_size: 8.48 GB +data_structure: 'Split_aloha_fold_the_pants_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (473 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:485 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Cobot_Magic_fold_towel.yaml b/dataset_info/Agilex_Cobot_Magic_fold_towel.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2b57633ee1e5278992eba6ff938737e9498af7a9 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_fold_towel.yaml @@ -0,0 +1,501 @@ +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: Agilex_Cobot_Magic_fold_towel +dataset_uuid: 7bb04959-40ba-4ab5-aa4a-595c34cc3abc +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: white_towel +- object_name: orange_towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Fold the towels on the table with the gripper. +sub_tasks: +- subtask: Fold the white towel upwards with the right gripper. + subtask_index: 0 +- subtask: Grasp the orange towel with the left gripper. + subtask_index: 1 +- subtask: Grasp the orange towel with the right gripper. + subtask_index: 2 +- subtask: Fold the orange towel upwards with the right gripper. + subtask_index: 3 +- subtask: Fold the white towel upwards with the left gripper. + subtask_index: 4 +- subtask: Fold the orange towel from right to left with right gripper. + subtask_index: 5 +- subtask: Press on the orange towel with the left gripper. + subtask_index: 6 +- subtask: Fold the white towel from right to left with right gripper. + subtask_index: 7 +- subtask: End. + subtask_index: 8 +- subtask: Arrange the orange towel with the right gripper. + subtask_index: 9 +- subtask: Grasp the white towel with the right gripper. + subtask_index: 10 +- subtask: Fold the orange towel upwards with the left gripper. + subtask_index: 11 +- subtask: Grasp the white towel with the left gripper. + subtask_index: 12 +- subtask: Press on the white towel with the left gripper. + subtask_index: 13 +- subtask: null. + subtask_index: 14 +atomic_actions: +- grasp +- fold +- lift +- place +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 76161 + fps: 30 + total_tasks: 15 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 834.61 MB +frame_num: 76161 +frame_range: 100K +dataset_size: 834.61 MB +data_structure: 'Agilex_Cobot_Magic_fold_towel_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:99 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_fold_towel_blue.yaml b/dataset_info/Agilex_Cobot_Magic_fold_towel_blue.yaml new file mode 100644 index 0000000000000000000000000000000000000000..83e9c580ccdb6cf1683a9d697b92f11a38c14756 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_fold_towel_blue.yaml @@ -0,0 +1,493 @@ +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: Agilex_Cobot_Magic_fold_towel_blue +dataset_uuid: 60cf7d0f-2656-4819-baab-ce1b9ecb5bf1 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +- object_name: blue_towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Fold the towels on the table with the gripper. +sub_tasks: +- subtask: 'Left gripper: adjust the brown towel.' + subtask_index: 0 +- subtask: 'Left gripper: adjust the blue towel.' + subtask_index: 1 +- subtask: 'Right gripper: adjust the blue towel.' + subtask_index: 2 +- subtask: 'Right gripper: pick up the bottom right corner of blue towel.' + subtask_index: 3 +- subtask: 'Left gripper: fold the blue towel from left to right.' + subtask_index: 4 +- subtask: 'Left gripper: fold the blue towel up.' + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: 'Right gripper: fold the blue towel up.' + subtask_index: 7 +- subtask: 'Right gripper: spread the blue towel flat on the table.' + subtask_index: 8 +- subtask: 'Left gripper: pick up the bottom left corner of blue towel.' + subtask_index: 9 +- subtask: null. + subtask_index: 10 +atomic_actions: +- grasp +- fold +- lift +- place +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_right_wrist_rgb +- cam_left_wrist_rgb +came_info: + cam_head_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 + cam_left_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 185 + total_frames: 146917 + fps: 30 + total_tasks: 11 + total_videos: 555 + total_chunks: 1 + chunks_size: 10000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 10.04 GB +frame_num: 146917 +frame_range: 1M +dataset_size: 10.04 GB +data_structure: 'Agilex_Cobot_Magic_fold_towel_blue_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (173 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:184 +features: + 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_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 + - 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_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 + - right_gripper_open + 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_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 + - 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_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 + - right_gripper_open + observation.images.cam_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_right_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_fold_towel_blue_tray.yaml b/dataset_info/Agilex_Cobot_Magic_fold_towel_blue_tray.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6a4bd7dd9f169da418925aa21b0dbd961adbd86a --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_fold_towel_blue_tray.yaml @@ -0,0 +1,487 @@ +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: Agilex_Cobot_Magic_fold_towel_blue_tray +dataset_uuid: f6af986b-77ef-4cd9-b913-2dd630e785d4 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: green_tray +- object_name: blue_square_towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the edge of the towel with both grippers and fold it forward. Grasp the right + edge and fold it again. Place the folded towel on the tray with a gripper. +sub_tasks: +- subtask: Fold the blue white towel upwards with the right gripper. + subtask_index: 0 +- subtask: Fold the blue white towel upwards with the left gripper. + subtask_index: 1 +- subtask: Grasp the blue white towel with the right gripper. + subtask_index: 2 +- subtask: Fold the blue white towel from right to left with right gripper. + subtask_index: 3 +- subtask: Grasp the blue white towel with the left gripper. + subtask_index: 4 +- subtask: end. + subtask_index: 5 +- subtask: Place the folded gray towel on the green tray with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- lift +- place +- fold +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 63491 + fps: 30 + total_tasks: 8 + total_videos: 150 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 935.31 MB +frame_num: 63491 +frame_range: 100K +dataset_size: 935.31 MB +data_structure: 'Agilex_Cobot_Magic_fold_towel_blue_tray_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_fold_towel_brown.yaml b/dataset_info/Agilex_Cobot_Magic_fold_towel_brown.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d62abfd0b6a00ff9d24426172eb9cc65db878eb6 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_fold_towel_brown.yaml @@ -0,0 +1,496 @@ +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: Agilex_Cobot_Magic_fold_towel_brown +dataset_uuid: fc6e3f46-105a-456c-afc4-b3ca8e701857 +scene_type: + level1: household + level2: bathroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +- object_name: towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Fold the towel on the table three times with the grippers. +sub_tasks: +- subtask: 'Left gripper: adjust the brown towel.' + subtask_index: 0 +- subtask: 'Left gripper: spread the brown towel flat on the table.' + subtask_index: 1 +- subtask: 'Right gripper: spread the brown towel flat on the table.' + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: 'Left gripper: fold the brown towel from left to right.' + subtask_index: 4 +- subtask: 'Right gripper: pick up the bottom right corner of brown towel.' + subtask_index: 5 +- subtask: 'Right gripper: adjust the brown towel.' + subtask_index: 6 +- subtask: 'Left gripper: fold the brown towel up.' + subtask_index: 7 +- subtask: 'Right gripper: fold the brown towel up.' + subtask_index: 8 +- subtask: 'Left gripper: pick up the bottom left corner of brown towel.' + subtask_index: 9 +- subtask: null. + subtask_index: 10 +atomic_actions: +- grasp +- unfold +- fold +- pick +- place +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_right_wrist_rgb +- cam_left_wrist_rgb +came_info: + cam_head_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 + cam_left_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 387 + total_frames: 283464 + fps: 30 + total_tasks: 11 + total_videos: 1161 + total_chunks: 1 + chunks_size: 10000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 18.63 GB +frame_num: 283464 +frame_range: 1M +dataset_size: 18.63 GB +data_structure: 'Agilex_Cobot_Magic_fold_towel_brown_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (375 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:386 + val: 334:376 + test: 376:417 +features: + 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_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 + - 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_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 + - right_gripper_open + 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_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 + - 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_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 + - right_gripper_open + observation.images.cam_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_fold_towel_grey_tray.yaml b/dataset_info/Agilex_Cobot_Magic_fold_towel_grey_tray.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3706cce17b3fb30926ab5eaeb8bba69a4a0a65e0 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_fold_towel_grey_tray.yaml @@ -0,0 +1,490 @@ +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: Agilex_Cobot_Magic_fold_towel_grey_tray +dataset_uuid: 7d892786-80a6-43e7-9959-c9a0079ecff8 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: green_tray +- object_name: grey_square_towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the edge of the towel with both grippers and fold it forward. Grasp the right + edge and fold it again. Place the folded towel on the tray with a gripper. gripper + to hold the right edge and fold it again,use a gripper to place the folded towel + on the tray. +sub_tasks: +- subtask: Fold the grey towel from left to right with left gripper. + subtask_index: 0 +- subtask: Place the folded grey towel on the tray with the right gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Fold the grey towel from right to left with right gripper. + subtask_index: 3 +- subtask: Fold the grey towel upwards. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Place the folded grey towel on the tray with the left gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- lift +- place +- fold +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 53308 + fps: 30 + total_tasks: 8 + total_videos: 150 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 724.56 MB +frame_num: 53308 +frame_range: 100K +dataset_size: 724.56 MB +data_structure: 'Agilex_Cobot_Magic_fold_towel_grey_tray_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_fold_towel_pink_tray.yaml b/dataset_info/Agilex_Cobot_Magic_fold_towel_pink_tray.yaml new file mode 100644 index 0000000000000000000000000000000000000000..54e3c21f03e9bc44e756262659d0e0a4058993bf --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_fold_towel_pink_tray.yaml @@ -0,0 +1,481 @@ +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: Agilex_Cobot_Magic_fold_towel_pink_tray +dataset_uuid: 09d01c7a-32a8-4de7-b6dc-71c4f664ff81 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: green_tray +- object_name: pink_square_towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the edge of the towel with both grippers and fold it forward. Grasp the right + edge and fold it again. Place the folded towel on the tray with a gripper. +sub_tasks: +- subtask: Fold the pink towel upwards. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the folded pink towel on the tray with the left gripper. + subtask_index: 2 +- subtask: Fold the pink towel from right to left with right gripper. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- lift +- place +- fold +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 63678 + fps: 30 + total_tasks: 5 + total_videos: 150 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 766.05 MB +frame_num: 63678 +frame_range: 100K +dataset_size: 766.05 MB +data_structure: 'Agilex_Cobot_Magic_fold_towel_pink_tray_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_fold_towel_purple.yaml b/dataset_info/Agilex_Cobot_Magic_fold_towel_purple.yaml new file mode 100644 index 0000000000000000000000000000000000000000..06fae0770b9b476470e13b9b57e8045b6fba9ff9 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_fold_towel_purple.yaml @@ -0,0 +1,496 @@ +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: Agilex_Cobot_Magic_fold_towel_purple +dataset_uuid: 22417619-aae5-4c2d-b18b-d07990f5fcac +scene_type: + level1: household + level2: bathroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +- object_name: towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Fold the towel on the table three times with the grippers. +sub_tasks: +- subtask: 'Right gripper: spread the purple towel flat on the table.' + subtask_index: 0 +- subtask: 'Left gripper: fold the purple towel up.' + subtask_index: 1 +- subtask: 'Right gripper: fold the purple towel up.' + subtask_index: 2 +- subtask: 'Left gripper: fold the purple towel from left to right.' + subtask_index: 3 +- subtask: 'Left gripper: adjust the purple towel.' + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: 'Left gripper: spread the purple towel flat on the table.' + subtask_index: 6 +- subtask: 'Right gripper: pick up the bottom right corner of purple towel.' + subtask_index: 7 +- subtask: 'Right gripper: adjust the purple towel.' + subtask_index: 8 +- subtask: 'Left gripper: pick up the bottom left corner of purple towel.' + subtask_index: 9 +- subtask: null. + subtask_index: 10 +atomic_actions: +- grasp +- unfold +- fold +- pick +- place +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_right_wrist_rgb +- cam_left_wrist_rgb +came_info: + cam_head_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 + cam_left_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 175 + total_frames: 111222 + fps: 30 + total_tasks: 11 + total_videos: 525 + total_chunks: 1 + chunks_size: 10000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 7.28 GB +frame_num: 111222 +frame_range: 1M +dataset_size: 7.28 GB +data_structure: 'Agilex_Cobot_Magic_fold_towel_purple_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (163 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:174 + val: 175:197 + test: 197:219 +features: + 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_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 + - 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_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 + - right_gripper_open + 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_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 + - 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_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 + - right_gripper_open + observation.images.cam_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_fold_towel_tray_twice.yaml b/dataset_info/Agilex_Cobot_Magic_fold_towel_tray_twice.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a144ad82f9cda5c867e766db90a1ba7054d6a862 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_fold_towel_tray_twice.yaml @@ -0,0 +1,509 @@ +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: Agilex_Cobot_Magic_fold_towel_tray_twice +dataset_uuid: d4e9a4ab-1a29-4636-9bb8-1f5183e429d2 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: white_tray +- object_name: white_long_towel +- object_name: pink_long_towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Fold one towel by two grippers and place it on the tray with the grippers. Then + fold another towel by two grippers and place it on the folded towel with the grippers. +sub_tasks: +- subtask: Grasp the pink towel with the right gripper. + subtask_index: 0 +- subtask: Press the pink towel with the left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Fold the pink towel from right to left with right gripper. + subtask_index: 3 +- subtask: Place the pink towel on the white towel with the right gripper. + subtask_index: 4 +- subtask: Grasp the white towel with the left gripper. + subtask_index: 5 +- subtask: Move the pink towel to the plate with the right gripper. + subtask_index: 6 +- subtask: Abnormal. + subtask_index: 7 +- subtask: Press the white towel with the left gripper. + subtask_index: 8 +- subtask: Move the white towel to the plate with the right gripper. + subtask_index: 9 +- subtask: Grasp the white towel with the right gripper. + subtask_index: 10 +- subtask: Fold the pink towel upwards with the left gripper. + subtask_index: 11 +- subtask: Grasp the pink towel with the left gripper. + subtask_index: 12 +- subtask: Place the white towel on the pink towel with the left gripper. + subtask_index: 13 +- subtask: Fold the pink towel upwards with the right gripper. + subtask_index: 14 +- subtask: Fold the white towel upwards with the right gripper. + subtask_index: 15 +- subtask: Place the white towel on the pink towel with the right gripper. + subtask_index: 16 +- subtask: Fold the white towel upwards with the left gripper. + subtask_index: 17 +- subtask: Fold the white towel from right to left with right gripper. + subtask_index: 18 +- subtask: null. + subtask_index: 19 +atomic_actions: +- grasp +- fold +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 195 + total_frames: 305054 + fps: 30 + total_tasks: 20 + total_videos: 585 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 3.54 GB +frame_num: 305054 +frame_range: 1M +dataset_size: 3.54 GB +data_structure: 'Agilex_Cobot_Magic_fold_towel_tray_twice_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (183 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:194 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_fold_towel_yellow_tray.yaml b/dataset_info/Agilex_Cobot_Magic_fold_towel_yellow_tray.yaml new file mode 100644 index 0000000000000000000000000000000000000000..14b71d170a36a91b6234aaf9ed70eb0f4d28e510 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_fold_towel_yellow_tray.yaml @@ -0,0 +1,487 @@ +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: Agilex_Cobot_Magic_fold_towel_yellow_tray +dataset_uuid: 2fa41899-f076-44f9-8096-de77fbd0858a +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: green_tray +- object_name: yellow_square_towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the edge of the towel with both grippers and fold it forward. Grasp the right + edge and fold it again. Place the folded towel on the tray with a gripper. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: Fold the yellow towel upwards. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Fold the yellow towel from right to left with right gripper. + subtask_index: 3 +- subtask: Fold the yellow towel from left to right with left gripper. + subtask_index: 4 +- subtask: Place the folded yellow towel on the tray with the left gripper. + subtask_index: 5 +- subtask: Place the folded yellow towel on the tray with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- lift +- place +- fold +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 48960 + fps: 30 + total_tasks: 8 + total_videos: 147 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 552.42 MB +frame_num: 48960 +frame_range: 100K +dataset_size: 552.42 MB +data_structure: 'Agilex_Cobot_Magic_fold_towel_yellow_tray_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_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_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_heat_burger.yaml b/dataset_info/Agilex_Cobot_Magic_heat_burger.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ba8bdb08d65b70fd8361ba10be8cb77eeb6c0ae3 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_heat_burger.yaml @@ -0,0 +1,503 @@ +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: Agilex_Cobot_Magic_heat_burger +dataset_uuid: 943e9777-7526-4d63-8000-b8b9b20942f4 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: microwave_oven +- object_name: plate +- object_name: hamburger +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open the microwave oven with the right gripper, place the hamburger inside, and + then rotate it off with the left gripper. Rotate the button of the microwave oven + with the right gripper to heat up the hamburger. Turn on the microwave oven, pick + up the hamburger and place it on the table, then rotate it off with the left gripper. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: 'Right gripper: pick up the plate with the hamburger.' + subtask_index: 1 +- subtask: 'Right gripper: place the plate on the table.' + subtask_index: 2 +- subtask: 'Right gripper: press the swap.' + subtask_index: 3 +- subtask: 'Right gripper: place the plate in the microwave.' + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: 'Right gripper: rotate timer button.' + subtask_index: 6 +- subtask: 'Left gripper: close the microwave door.' + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- pick +- place +- push +- rotate +- press +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_right_wrist_rgb +- cam_left_wrist_rgb +came_info: + cam_head_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 + cam_left_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 819 + total_frames: 2478415 + fps: 30 + total_tasks: 9 + total_videos: 2457 + total_chunks: 1 + chunks_size: 10000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 131.36 GB +frame_num: 2478469 +frame_range: 10M +dataset_size: 131.36 GB +data_structure: 'Agilex_Cobot_Magic_heat_burger_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (807 more entries) + + |-- logs + + | `-- collect + + | `-- collect_20260522122014.log + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:818 + val: 802:902 + test: 902:1003 +features: + 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_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 + - 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_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 + - right_gripper_open + 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_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 + - 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_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 + - right_gripper_open + observation.images.cam_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_heat_sandwich.yaml b/dataset_info/Agilex_Cobot_Magic_heat_sandwich.yaml new file mode 100644 index 0000000000000000000000000000000000000000..abc7b2ed12148e0f185f9c4e5e30b075b466fb97 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_heat_sandwich.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: Agilex_Cobot_Magic_heat_sandwich +dataset_uuid: ecebb15f-6434-4ba0-bb23-73f5be418b3b +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: microwave_oven +- object_name: plates +- object_name: sandwich +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Turn on the microwave oven with the gripper. Pick up the sandwich with the gripper + and place it inside. Turn off the microwave oven with the gripper. Rotate the microwave + oven button to heat up the sandwich with the gripper. Then turn on the microwave + oven with the gripper, pick up the sandwich with the gripper, and place it on the + table with the gripper. Turn off the microwave oven with the gripper again. +sub_tasks: +- subtask: 'Right gripper: place the plate on the table.' + subtask_index: 0 +- subtask: 'Right gripper: press the swap.' + subtask_index: 1 +- subtask: 'Right gripper: place the plate in the microwave.' + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: 'Right gripper: rotate timer button.' + subtask_index: 4 +- subtask: 'Right gripper: pick up the plate with the sandwich.' + subtask_index: 5 +- subtask: 'Left gripper: close the microwave door.' + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- lift +- place +- press +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_right_wrist_rgb +- cam_left_wrist_rgb +came_info: + cam_head_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 + cam_left_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 301 + total_frames: 979323 + fps: 30 + total_tasks: 8 + total_videos: 903 + total_chunks: 1 + chunks_size: 10000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 47.95 GB +frame_num: 979323 +frame_range: 1M +dataset_size: 47.95 GB +data_structure: 'Agilex_Cobot_Magic_heat_sandwich_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (289 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:300 +features: + 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_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 + - 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_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 + - right_gripper_open + 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_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 + - 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_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 + - right_gripper_open + observation.images.cam_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_right_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_make_sandwiche.yaml b/dataset_info/Agilex_Cobot_Magic_make_sandwiche.yaml new file mode 100644 index 0000000000000000000000000000000000000000..053706efc53afd931615893b244e58b3f4f6831e --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_make_sandwiche.yaml @@ -0,0 +1,531 @@ +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: Agilex_Cobot_Magic_make_sandwiche +dataset_uuid: 8c8eae1d-086d-4ef3-b908-bb55c1d82660 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: plate +- object_name: storage_box +- object_name: bread +- object_name: cheese +- object_name: lettuce +- object_name: bacon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Make sandwiches with the food from the boxes on both sides, placing them in the + middle plate with the gripper. +sub_tasks: +- subtask: Left gripper:place the bread cut on the cheese cut. + subtask_index: 0 +- subtask: Right gripper:pick up the lettuce cut. + subtask_index: 1 +- subtask: Right gripper:pick up the bacon. + subtask_index: 2 +- subtask: Right gripper:place the cheese cut on top of the bacon. + subtask_index: 3 +- subtask: Left gripper:place bacon on bacon. + subtask_index: 4 +- subtask: Left gripper:pick up the bread cut. + subtask_index: 5 +- subtask: Right gripper:place bacon on lettuce cut. + subtask_index: 6 +- subtask: Right gripper:place the lettuce cut on the bread cut. + subtask_index: 7 +- subtask: Left gripper:Place the lettuce cut on the bread cut. + subtask_index: 8 +- subtask: Left gripper:place bacon on lettuce cut. + subtask_index: 9 +- subtask: Right gripper:place the bread cut on the cheese cut. + subtask_index: 10 +- subtask: Right gripper:place the bread cut on the plate. + subtask_index: 11 +- subtask: Left gripper:place the cheese cut on top of the bacon. + subtask_index: 12 +- subtask: Left gripper:pick up the cheese cut. + subtask_index: 13 +- subtask: Abnormal. + subtask_index: 14 +- subtask: Left gripper:Place the bread slices on the plate. + subtask_index: 15 +- subtask: Left gripper:place the lettuce cut on the bread cut. + subtask_index: 16 +- subtask: Left gripper:place the bread cut on the plate. + subtask_index: 17 +- subtask: Right gripper:pick up the cheese cut. + subtask_index: 18 +- subtask: Right gripper:pick up the bread cut. + subtask_index: 19 +- subtask: Left gripper:pick up the bacon. + subtask_index: 20 +- subtask: Left gripper:Place bacon on lettuce cut. + subtask_index: 21 +- subtask: End. + subtask_index: 22 +- subtask: Right gripper:place bacon on bacon. + subtask_index: 23 +- subtask: Left gripper:pick up the lettuce cut. + subtask_index: 24 +- subtask: Right gripper:Place the cheese cut on top of the bacon. + subtask_index: 25 +- subtask: null. + subtask_index: 26 +atomic_actions: +- grasp +- place +- pick +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_right_wrist_rgb +- cam_left_wrist_rgb +came_info: + cam_head_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 + cam_left_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 515 + total_frames: 813553 + fps: 30 + total_tasks: 27 + total_videos: 1545 + total_chunks: 1 + chunks_size: 10000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 53.82 GB +frame_num: 813553 +frame_range: 1M +dataset_size: 53.82 GB +data_structure: 'Agilex_Cobot_Magic_make_sandwiche_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (503 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:514 + val: 425:478 + test: 478:532 +features: + 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_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 + - 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_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 + - right_gripper_open + 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_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 + - 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_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 + - right_gripper_open + observation.images.cam_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_move_mouse.yaml b/dataset_info/Agilex_Cobot_Magic_move_mouse.yaml new file mode 100644 index 0000000000000000000000000000000000000000..60bc7d9ecd0791cf8cf280e2de47eda7086ed6b6 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_move_mouse.yaml @@ -0,0 +1,500 @@ +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: Agilex_Cobot_Magic_move_mouse +dataset_uuid: f3b727e5-e363-4a22-996e-b8f5281085ce +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: mouse +- object_name: mouse_pad +- object_name: table +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Organize the mouse on the mouse pad with the right gripper. +sub_tasks: +- subtask: Grasp the mouse with the left gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Grasp the mouse with the right gripper. + subtask_index: 2 +- subtask: Place the mouse on the mouse mat with the right gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Place the mouse on the mouse mat with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- lift +- place +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 112 + total_frames: 49737 + fps: 30 + total_tasks: 7 + total_videos: 336 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 386.89 MB +frame_num: 49737 +frame_range: 100K +dataset_size: 386.89 MB +data_structure: 'Agilex_Cobot_Magic_move_mouse_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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 + + | `-- ... (100 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:111 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_move_mouse_pen.yaml b/dataset_info/Agilex_Cobot_Magic_move_mouse_pen.yaml new file mode 100644 index 0000000000000000000000000000000000000000..92d3fb3695842cf016a5127d297fccff20b5fdeb --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_move_mouse_pen.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: Agilex_Cobot_Magic_move_mouse_pen +dataset_uuid: 224d3efa-c5ca-4c0a-a618-a09ef6e5c67e +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: deli_water-based_marker +- object_name: notebook +- object_name: mouse +- object_name: mouse_pad +- object_name: white_table_cloths +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Organize the pen on the notebook with the left gripper. Organize the mouse on the + mouse pad with the right gripper. +sub_tasks: +- subtask: Grasp the mouse with the left gripper. + subtask_index: 0 +- subtask: Grasp the marker with the left gripper. + subtask_index: 1 +- subtask: Grasp the mouse with the right gripper. + subtask_index: 2 +- subtask: Place the mouse on the mouse pad with the right gripper. + subtask_index: 3 +- subtask: Place the marker on the notebook with the right gripper. + subtask_index: 4 +- subtask: Grasp the marker with the right gripper. + subtask_index: 5 +- subtask: end. + subtask_index: 6 +- subtask: Place the mouse on the mouse pad with the left gripper. + subtask_index: 7 +- subtask: Place the marker on the notebook with the left gripper. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- lift +- place +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 30 + total_frames: 22756 + fps: 30 + total_tasks: 10 + total_videos: 90 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 276.67 MB +frame_num: 22756 +frame_range: 100K +dataset_size: 276.67 MB +data_structure: 'Agilex_Cobot_Magic_move_mouse_pen_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (18 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:29 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_move_mouse_pen_black_tablecloth.yaml b/dataset_info/Agilex_Cobot_Magic_move_mouse_pen_black_tablecloth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..032ba3b2bf30921ca620179117287d28405c59fc --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_move_mouse_pen_black_tablecloth.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: Agilex_Cobot_Magic_move_mouse_pen_black_tablecloth +dataset_uuid: 069c7db9-d2a3-40a2-b8bc-3fc254310ae0 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: deli_water_based_marker +- object_name: notebook +- object_name: mouse +- object_name: mouse_pad +- object_name: black_table_cloths +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Organize the pen on the notebook with the left gripper. Organize the mouse on the + mouse pad with the right gripper. +sub_tasks: +- subtask: Right gripper. + subtask_index: 0 +- subtask: Pick up the mouse with right gripper. + subtask_index: 1 +- subtask: Pick up the marker pen with right gripper. + subtask_index: 2 +- subtask: Pick up the mouse with left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Place the marker pen on the notebook with right gripper. + subtask_index: 5 +- subtask: Place the mouse on the mouse pad with left gripper. + subtask_index: 6 +- subtask: Place the marker pen on the notebook with left gripper. + subtask_index: 7 +- subtask: Left gripper. + subtask_index: 8 +- subtask: Pick up the marker pen with left gripper. + subtask_index: 9 +- subtask: Place the mouse on the mouse pad with right gripper. + subtask_index: 10 +- subtask: null. + subtask_index: 11 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 30 + total_frames: 20668 + fps: 30 + total_tasks: 12 + total_videos: 90 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 513.70 MB +frame_num: 20668 +frame_range: 100K +dataset_size: 513.70 MB +data_structure: 'Agilex_Cobot_Magic_move_mouse_pen_black_tablecloth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (18 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:29 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_move_mouse_pen_green_tablecloth.yaml b/dataset_info/Agilex_Cobot_Magic_move_mouse_pen_green_tablecloth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f7f87d1795de9b9d136beeabbdbeb1943983b332 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_move_mouse_pen_green_tablecloth.yaml @@ -0,0 +1,493 @@ +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: Agilex_Cobot_Magic_move_mouse_pen_green_tablecloth +dataset_uuid: 7808fd13-2ecf-46e5-8d78-5a2071cf6f84 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: deli_water_based_marker +- object_name: notebook +- object_name: mouse +- object_name: mouse_pad +- object_name: green_table_cloths +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Organize the pen on the notebook with the left gripper. Organize the mouse on the + mouse pad with the right gripper. +sub_tasks: +- subtask: Place the mouse on the mouse pad with the left gripper. + subtask_index: 0 +- subtask: Grasp the marker with the left gripper. + subtask_index: 1 +- subtask: Grasp the mouse with the right gripper. + subtask_index: 2 +- subtask: Place the mouse on the mouse pad with the right gripper. + subtask_index: 3 +- subtask: Place the marker on the notebook with the right gripper. + subtask_index: 4 +- subtask: Grasp the marker with the right gripper. + subtask_index: 5 +- subtask: Grasp the mouse with the left gripper. + subtask_index: 6 +- subtask: end. + subtask_index: 7 +- subtask: Place the marker on the notebook with the left gripper. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 30 + total_frames: 19527 + fps: 30 + total_tasks: 10 + total_videos: 90 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 316.01 MB +frame_num: 19527 +frame_range: 100K +dataset_size: 316.01 MB +data_structure: 'Agilex_Cobot_Magic_move_mouse_pen_green_tablecloth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (18 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:29 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_move_mouse_pen_khaki_tablecloth.yaml b/dataset_info/Agilex_Cobot_Magic_move_mouse_pen_khaki_tablecloth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..83ecb864d5f90ed36d3bdfa2ef8d144ed9e49cf0 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_move_mouse_pen_khaki_tablecloth.yaml @@ -0,0 +1,493 @@ +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: Agilex_Cobot_Magic_move_mouse_pen_khaki_tablecloth +dataset_uuid: a28a40f9-b736-4081-9951-278f68430846 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: deli_water_based_marker +- object_name: notebook +- object_name: mouse +- object_name: mouse_pad +- object_name: khaki_table_cloths +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Organize the pen on the notebook with the left gripper. Organize the mouse on the + mouse pad with the right gripper. +sub_tasks: +- subtask: Grasp the mouse with the left gripper. + subtask_index: 0 +- subtask: Grasp the marker with the left gripper. + subtask_index: 1 +- subtask: Grasp the mouse with the right gripper. + subtask_index: 2 +- subtask: Place the mouse on the mouse pad with the right gripper. + subtask_index: 3 +- subtask: Place the marker on the notebook with the right gripper. + subtask_index: 4 +- subtask: Grasp the marker with the right gripper. + subtask_index: 5 +- subtask: end. + subtask_index: 6 +- subtask: Place the mouse on the mouse pad with the left gripper. + subtask_index: 7 +- subtask: Place the marker on the notebook with the left gripper. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 30 + total_frames: 20954 + fps: 30 + total_tasks: 10 + total_videos: 90 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 347.28 MB +frame_num: 20954 +frame_range: 100K +dataset_size: 347.28 MB +data_structure: 'Agilex_Cobot_Magic_move_mouse_pen_khaki_tablecloth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (18 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:29 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_move_mouse_pen_red_tablecloth.yaml b/dataset_info/Agilex_Cobot_Magic_move_mouse_pen_red_tablecloth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e02511e4cf47530549a017fdc4725a4b3dabf464 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_move_mouse_pen_red_tablecloth.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: Agilex_Cobot_Magic_move_mouse_pen_red_tablecloth +dataset_uuid: e6ba1054-6fe4-4709-8994-e881f3fd51b9 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: deli_water-based_marker +- object_name: notebook +- object_name: mouse +- object_name: mouse_pad +- object_name: red_table_cloths +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Organize the pen on the notebook with the left gripper. Organize the mouse on the + mouse pad with the right gripper. +sub_tasks: +- subtask: Right gripper. + subtask_index: 0 +- subtask: Pick up the mouse with right gripper. + subtask_index: 1 +- subtask: Pick up the marker pen with right gripper. + subtask_index: 2 +- subtask: Pick up the mouse with left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Place the marker pen on the notebook with right gripper. + subtask_index: 5 +- subtask: Place the mouse on the mouse pad with left gripper. + subtask_index: 6 +- subtask: Place the marker pen on the notebook with left gripper. + subtask_index: 7 +- subtask: Left gripper. + subtask_index: 8 +- subtask: Pick up the marker pen with left gripper. + subtask_index: 9 +- subtask: Place the mouse on the mouse pad with right gripper. + subtask_index: 10 +- subtask: null. + subtask_index: 11 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 30 + total_frames: 20689 + fps: 30 + total_tasks: 12 + total_videos: 90 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 664.79 MB +frame_num: 20689 +frame_range: 100K +dataset_size: 664.79 MB +data_structure: 'Agilex_Cobot_Magic_move_mouse_pen_red_tablecloth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (18 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:29 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_move_object.yaml b/dataset_info/Agilex_Cobot_Magic_move_object.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3351f3c58b48551fb2cc6173e8fe16c298c81dbc --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_move_object.yaml @@ -0,0 +1,1083 @@ +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: Agilex_Cobot_Magic_move_object +dataset_uuid: 10412bef-73a1-4537-8220-6e44143965e5 +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bowl +- object_name: pink_long_towel +- object_name: blue_long_towel +- object_name: round_plate +- object_name: rectangular_plate +- object_name: pot_spoon +- object_name: wok +- object_name: corn +- object_name: egg_tart +- object_name: egg_yolk_pastries +- object_name: coffee capsule +- object_name: coke (bottled) +- object_name: red_bull_canned_drink +- object_name: yibao +- object_name: mango +- object_name: eastern_leaves +- object_name: purple_incense +- object_name: duck +- object_name: toothpaste +- object_name: deli_water-based_marker +- object_name: bouncy_ball +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- The gripper move the object. +sub_tasks: +- subtask: Grasp the coffee capsule with the right gripper + subtask_index: 0 +- subtask: Grasp the toothpaste with the left gripper + subtask_index: 1 +- subtask: Grasp the YiBao mineral water with the right gripper + subtask_index: 2 +- subtask: Place the toothpaste on the table with the left gripper + subtask_index: 3 +- subtask: Place the corn into the green plate with the right gripper + subtask_index: 4 +- subtask: Place the egg tart into the pink plate with the right gripper + subtask_index: 5 +- subtask: Grasp the blue towel with the left gripper + subtask_index: 6 +- subtask: Place the blue bowl into the green plate with the right gripper + subtask_index: 7 +- subtask: Place the mango into the blue bowl with the left gripper + subtask_index: 8 +- subtask: Grasp the egg tart with the left gripper + subtask_index: 9 +- subtask: Place the USB box on the table with the left gripper + subtask_index: 10 +- subtask: Place the pink pot on the table with the left gripper + subtask_index: 11 +- subtask: Place the red marker pen on the table with the right gripper + subtask_index: 12 +- subtask: Place the Jia Duo Bao into the green bowl with the left gripper + subtask_index: 13 +- subtask: Place the colorful ball into the pink pot with the right gripper + subtask_index: 14 +- subtask: Place the coffee capsule into the pink pot with the left gripper + subtask_index: 15 +- subtask: Grasp the black box with the left gripper + subtask_index: 16 +- subtask: Place the colorful ball into the pink plate with the right gripper + subtask_index: 17 +- subtask: Grasp the blue bowl with the right gripper + subtask_index: 18 +- subtask: Place the shampoo into the pink plate with the left gripper + subtask_index: 19 +- subtask: Place the red bull into the pink pot with the right gripper + subtask_index: 20 +- subtask: Place the pink towel into the green plate with the right gripper + subtask_index: 21 +- subtask: Place the pink plate on the table with the left gripper + subtask_index: 22 +- subtask: Place the egg tart into the green bowl with the right gripper + subtask_index: 23 +- subtask: Grasp the Incense box with the right gripper + subtask_index: 24 +- subtask: Place the shampoo into the green plate with the left gripper + subtask_index: 25 +- subtask: Place the mango into the blue bowl with the left gripper + subtask_index: 26 +- subtask: Place the USB boxon the table with the left gripper + subtask_index: 27 +- subtask: Place the cooking shovel on the table with the left gripper + subtask_index: 28 +- subtask: Grasp the USB box with the right gripper + subtask_index: 29 +- subtask: Place the XX on the table with the left gripper + subtask_index: 30 +- subtask: Place the toothpaste on the table with the right gripper + subtask_index: 31 +- subtask: Place the colorful ball on the table with the left gripper + subtask_index: 32 +- subtask: Place the YiBao mineral water on the table with the left gripper + subtask_index: 33 +- subtask: Place the blue towel into the green plate with the left gripper + subtask_index: 34 +- subtask: Place the corn into the pink plate with the right gripper + subtask_index: 35 +- subtask: Grasp the green bowl with the right gripper + subtask_index: 36 +- subtask: Place the mango into the pink pot with the right gripper + subtask_index: 37 +- subtask: Place the coffee capsule into the pink plate with the right gripper + subtask_index: 38 +- subtask: Place the coffee capsule into the pink pot with the right gripper + subtask_index: 39 +- subtask: Place the red bull into the green bowl with the right gripper + subtask_index: 40 +- subtask: Place the mango into the green plate with the left gripper + subtask_index: 41 +- subtask: Place the green bowl on the table with the right gripper + subtask_index: 42 +- subtask: Place the brown box into the green bowl with the right gripper + subtask_index: 43 +- subtask: Place the colorful ball into the blue bowl with the left gripper + subtask_index: 44 +- subtask: Place the shampoo on the table with the left gripper + subtask_index: 45 +- subtask: Grasp the toothpaste with the right gripper + subtask_index: 46 +- subtask: Place the red bull into the green plate with the right gripper + subtask_index: 47 +- subtask: Grasp the coffee capsule with the left grippe + subtask_index: 48 +- subtask: Grasp the Luckin Coffee box with the left gripper + subtask_index: 49 +- subtask: Place the mango into the pink pot with the left gripper + subtask_index: 50 +- subtask: Place the coffee capsule into the green plate with the right gripper + subtask_index: 51 +- subtask: Place the persimmon into the pink pot with the left gripper + subtask_index: 52 +- subtask: Place the shampoo into the pink plate with the right gripper + subtask_index: 53 +- subtask: Place the corn on the table with the right gripper + subtask_index: 54 +- subtask: Grasp the coffee capsule with the left gripper + subtask_index: 55 +- subtask: Grasp the pink pot with the left gripper + subtask_index: 56 +- subtask: Place the mango on the table with the left gripper + subtask_index: 57 +- subtask: Place the egg tart on the table with the left gripper + subtask_index: 58 +- subtask: Place the shampoo into the blue bowl with the right gripper + subtask_index: 59 +- subtask: Grasp the USB box with the right gripper + subtask_index: 60 +- subtask: Place the coke into the green plate with the left gripper + subtask_index: 61 +- subtask: Place the egg yolk pastry into the blue bowl with the left gripper + subtask_index: 62 +- subtask: Place the Incense box into the pink plate with the right gripper + subtask_index: 63 +- subtask: Place the pink pot on the table with the left gripper + subtask_index: 64 +- subtask: Place the blue towel on the table with the left gripper + subtask_index: 65 +- subtask: Grasp the Luckin Coffee box with the right gripper + subtask_index: 66 +- subtask: Place the cooking shovel into the pink pot with the right gripper + subtask_index: 67 +- subtask: Place the Incense box into the pink plate with the left gripper + subtask_index: 68 +- subtask: Grasp the egg yolk pastry with the right gripper + subtask_index: 69 +- subtask: Grasp the red marker pen with the left gripper + subtask_index: 70 +- subtask: Grasp the USB box with the left gripper + subtask_index: 71 +- subtask: Place the Jia Duo Bao into the blue bowl with the left gripper + subtask_index: 72 +- subtask: Place the egg yolk pastry into the green bowl with the left gripper + subtask_index: 73 +- subtask: Place the red bull into the pink plate with the left gripper + subtask_index: 74 +- subtask: Place the pink pot into the green plate with the left gripper + subtask_index: 75 +- subtask: Place the red bull on the table with the right gripper + subtask_index: 76 +- subtask: Grasp the coke with the left gripper + subtask_index: 77 +- subtask: Grasp the corn with the right gripper + subtask_index: 78 +- subtask: Place the cooking shovel into the green bowl with the right gripper + subtask_index: 79 +- subtask: Place the corn on the table with the left gripper + subtask_index: 80 +- subtask: Place the red bull into the blue bowl with the left gripper + subtask_index: 81 +- subtask: Place the pink pot into the blue bowl with the right gripper + subtask_index: 82 +- subtask: Place the XX into the green plate with the left gripper + subtask_index: 83 +- subtask: Place the YiBao mineral water into the blue bowl with the right gripper + subtask_index: 84 +- subtask: Grasp the coke with the right gripper + subtask_index: 85 +- subtask: Place the mango into the pink plate with the right gripper + subtask_index: 86 +- subtask: Place the egg tart into the green plate with the left gripper + subtask_index: 87 +- subtask: Place the cooking shovel on the table with the right gripper + subtask_index: 88 +- subtask: Place the red marker pen into the pink plate with the right gripper + subtask_index: 89 +- subtask: Place the Incense box on the table with the right gripper + subtask_index: 90 +- subtask: Place the colorful ball into the blue bowl with the right gripper + subtask_index: 91 +- subtask: Place the XX into the pink pot with the left gripper + subtask_index: 92 +- subtask: Place the blue bowl into the pink plate with the left gripper + subtask_index: 93 +- subtask: Place the mango on the table with the left gripper + subtask_index: 94 +- subtask: Place the blue bowl into the blue bowl with the left gripper + subtask_index: 95 +- subtask: Place the red marker pen into the green plate with the right gripper + subtask_index: 96 +- subtask: Place the corn into the pink plate with the left gripper + subtask_index: 97 +- subtask: Grasp the brown box with the right gripper + subtask_index: 98 +- subtask: Place the Incense box into the pink pot with the left gripper + subtask_index: 99 +- subtask: Place the USB box on the table with the left gripper + subtask_index: 100 +- subtask: Place the coke on the table with the left gripper + subtask_index: 101 +- subtask: Place the colorful ball into the pink plate with the right gripper + subtask_index: 102 +- subtask: Grasp the egg yolk pastry with the right gripper + subtask_index: 103 +- subtask: Place the egg tart into the pink pot with the left gripper + subtask_index: 104 +- subtask: Place the Luckin Coffee box into the pink plate with the left gripper + subtask_index: 105 +- subtask: Place the shampoo on the table with the left gripper + subtask_index: 106 +- subtask: Place the egg tart on the table with the left gripper + subtask_index: 107 +- subtask: Grasp the Jia Duo Baowith the right gripper + subtask_index: 108 +- subtask: Place the XX into the blue bowl with the right gripper + subtask_index: 109 +- subtask: Grasp the red duck with the left gripper + subtask_index: 110 +- subtask: Place the pink towel into the pink plate with the left gripper + subtask_index: 111 +- subtask: Place the blue towel on the table with the left gripper + subtask_index: 112 +- subtask: Place the black box on the table with the right gripper + subtask_index: 113 +- subtask: Place the blue bowl on the table with the right gripper + subtask_index: 114 +- subtask: Place the YiBao mineral water on the table with the right gripper + subtask_index: 115 +- subtask: Place the shampoo into the blue bowl with the right gripper + subtask_index: 116 +- subtask: Abnormal + subtask_index: 117 +- subtask: Place the egg yolk pastry into the pink pot with the right gripper + subtask_index: 118 +- subtask: Grasp the xx with the left gripper + subtask_index: 119 +- subtask: Place the Incense box into the pink pot with the right gripper + subtask_index: 120 +- subtask: Grasp the egg yolk pastry with the left gripper + subtask_index: 121 +- subtask: Place the YiBao mineral water into the green plate with the right gripper + subtask_index: 122 +- subtask: Place the pink pot on the table with the right gripper + subtask_index: 123 +- subtask: Place the colorful ball into the green plate with the left gripper + subtask_index: 124 +- subtask: Place the blue towel on the table with the left gripper + subtask_index: 125 +- subtask: Place the egg tart into the blue bowl with the left gripper + subtask_index: 126 +- subtask: Place the cooking shovel into the blue bowl with the left gripper + subtask_index: 127 +- subtask: Place the blue towel into the green plate with the right gripper + subtask_index: 128 +- subtask: 'Grasp the egg yolk pastry with the left gripper + + ' + subtask_index: 129 +- subtask: Place the pink pot into the green plate with the right gripper + subtask_index: 130 +- subtask: Grasp the mango with the left gripper + subtask_index: 131 +- subtask: Grasp the YiBao mineral water with the left gripper + subtask_index: 132 +- subtask: Place the pink towel into the pink plate with the right gripper + subtask_index: 133 +- subtask: Grasp the blue towel with the left gripper + subtask_index: 134 +- subtask: Place the USB box on the table with the left gripper + subtask_index: 135 +- subtask: Place the pink towel into the green bowl with the right gripper + subtask_index: 136 +- subtask: Place the Jia Duo Bao on the table with the right gripper + subtask_index: 137 +- subtask: Place the USB box on the table with the right gripper + subtask_index: 138 +- subtask: Grasp the persimmon with the left gripper + subtask_index: 139 +- subtask: Place the egg yolk pastry into the pink plate with the right gripper + subtask_index: 140 +- subtask: Grasp the red bull with the left gripper + subtask_index: 141 +- subtask: Grasp the XX with the left gripper + subtask_index: 142 +- subtask: Place the shampoo into the green bowl with the left gripper + subtask_index: 143 +- subtask: Place the mango into the pink plate with the left gripper + subtask_index: 144 +- subtask: Place the blue towel on the table with the left gripper + subtask_index: 145 +- subtask: Grasp the red bull with the right gripper + subtask_index: 146 +- subtask: Grasp the cooking shovel with the right gripper + subtask_index: 147 +- subtask: Grasp the black box with the right gripper + subtask_index: 148 +- subtask: Place the green bowl on the table with the left gripper + subtask_index: 149 +- subtask: Place the cooking shovel into the green plate with the right gripper + subtask_index: 150 +- subtask: Place the cooking shovel into the blue bowl with the right gripper + subtask_index: 151 +- subtask: Grasp the Incense box with the left gripper + subtask_index: 152 +- subtask: Grasp the colorful ball with the left gripper + subtask_index: 153 +- subtask: Place the Incense box on the table with the left gripper + subtask_index: 154 +- subtask: Place the mango into the blue bowl with the right gripper + subtask_index: 155 +- subtask: Place the YiBao mineral water into the pink plate with the left gripper + subtask_index: 156 +- subtask: Grasp the pink towel with the left gripper + subtask_index: 157 +- subtask: Place the XX on the table with the right gripper + subtask_index: 158 +- subtask: Place the egg yolk pastry into the pink pot with the left gripper + subtask_index: 159 +- subtask: Place the coffee capsule into the pink plate with the left gripper + subtask_index: 160 +- subtask: Grasp the green bowl with the left gripper + subtask_index: 161 +- subtask: Grasp the Luckin Coffee box with the right gripper + subtask_index: 162 +- subtask: Place the egg tart on the table with the right gripper + subtask_index: 163 +- subtask: Place the Jia Duo Bao on the table with the left gripper + subtask_index: 164 +- subtask: Place the toothpaste on the table with the left gripper + subtask_index: 165 +- subtask: Place the brown box into the green plate with the left gripper + subtask_index: 166 +- subtask: Place the red marker pen into the green plate with the left gripper + subtask_index: 167 +- subtask: Place the colorful ball on the table with the left gripper + subtask_index: 168 +- subtask: Place the red bull on the table with the left gripper + subtask_index: 169 +- subtask: Grasp the blue towel with the left gripper + subtask_index: 170 +- subtask: Place the blue towel into the green bowl with the right gripper + subtask_index: 171 +- subtask: Place the coffee capsule into the blue bowl with the right gripper + subtask_index: 172 +- subtask: Grasp the mango with the right gripper + subtask_index: 173 +- subtask: Place the coke into the green plate with the right gripper + subtask_index: 174 +- subtask: Place the egg yolk pastry into the pink plate with the left gripper + subtask_index: 175 +- subtask: Place the YiBao mineral water on the table with the left gripper + subtask_index: 176 +- subtask: Place the coffee capsule on the table with the left gripper + subtask_index: 177 +- subtask: Place the XX into the green plate with the right gripper + subtask_index: 178 +- subtask: Place the Jia Duo Bao into the green plate with the right gripper + subtask_index: 179 +- subtask: Place the pink towel on the table with the right gripper + subtask_index: 180 +- subtask: Place the USB box on the table with the right gripper + subtask_index: 181 +- subtask: Place the egg yolk pastry on the table with the right gripper + subtask_index: 182 +- subtask: Place the Jia Duo Bao into the pink plate with the left gripper + subtask_index: 183 +- subtask: Place the black box on the table with the left gripper + subtask_index: 184 +- subtask: Grasp the pink plate with the left gripper + subtask_index: 185 +- subtask: Place the coffee capsule on the table with the right gripper + subtask_index: 186 +- subtask: Place the mango on the table with the right gripper + subtask_index: 187 +- subtask: Grasp the corn with the left gripper + subtask_index: 188 +- subtask: Place the shampoo on the table with the right gripper + subtask_index: 189 +- subtask: Place the Jia Duo Bao into the pink plate with the right gripper + subtask_index: 190 +- subtask: Place the pink towel into the green plate with the left gripper + subtask_index: 191 +- subtask: Place the egg yolk pastry into the green bowl with the right gripper + subtask_index: 192 +- subtask: Place the red bull into the blue bowl with the right gripper + subtask_index: 193 +- subtask: Place the cooking shovel into the green bowl with the right gripper + subtask_index: 194 +- subtask: Grasp the XX with the right gripper + subtask_index: 195 +- subtask: Place the brown box into the green plate with the left gripper + subtask_index: 196 +- subtask: Place the blue towel on the table with the right gripper + subtask_index: 197 +- subtask: Grasp the cooking shovel with the left gripper + subtask_index: 198 +- subtask: Grasp the cooking shovel with the left gripper + subtask_index: 199 +- subtask: Place the red marker pen on the table with the left gripper + subtask_index: 200 +- subtask: Place the XX into the pink plate with the right gripper + subtask_index: 201 +- subtask: Place the Incense box into the green plate with the right gripper + subtask_index: 202 +- subtask: Place the pink towel on the table with the left gripper + subtask_index: 203 +- subtask: Place the cooking shovel on the table with the right gripper + subtask_index: 204 +- subtask: Grasp the red marker pen with the right gripper + subtask_index: 205 +- subtask: Place the XX into the pink plate with the left gripper + subtask_index: 206 +- subtask: Grasp the colorful ball with the right gripper + subtask_index: 207 +- subtask: Place the egg yolk pastry into the blue bowl with the left gripper + subtask_index: 208 +- subtask: Place the coke on the table with the left gripper + subtask_index: 209 +- subtask: Place the blue bowl into the green plate with the left gripper + subtask_index: 210 +- subtask: Place the Incense box into the blue bowl with the left gripper + subtask_index: 211 +- subtask: Place the cooking shovel into the green plate with the left gripper + subtask_index: 212 +- subtask: Place the colorful ball on the table with the left gripper + subtask_index: 213 +- subtask: Place the egg yolk pastry into the green plate with the right gripper + subtask_index: 214 +- subtask: Grasp the red marker pen cwith the right gripper + subtask_index: 215 +- subtask: Grasp the pink towel with the right gripper + subtask_index: 216 +- subtask: Grasp the shampoo with the left gripper + subtask_index: 217 +- subtask: Place the brown box the table with the right gripper + subtask_index: 218 +- subtask: Place the YiBao mineral water into the pink plate with the right gripper + subtask_index: 219 +- subtask: Grasp the Jia Duo Bao with the right gripper + subtask_index: 220 +- subtask: Place the colorful ball into the pink plate with the left gripper + subtask_index: 221 +- subtask: Place the egg yolk pastry into the blue bowl with the right gripper + subtask_index: 222 +- subtask: Place the egg tart into the pink pot with the left gripper + subtask_index: 223 +- subtask: Grasp the egg tart with the right gripper + subtask_index: 224 +- subtask: Place the xx into the pink plate with the left gripper + subtask_index: 225 +- subtask: Place the red duck on the table with the left gripper + subtask_index: 226 +- subtask: Grasp the Jia Duo Bao with the left gripper + subtask_index: 227 +- subtask: Place the Incense box into the pink plate with the left gripper + subtask_index: 228 +- subtask: Place the egg tart on the table with the left gripper + subtask_index: 229 +- subtask: Grasp the Jia Duo Bao with the left gripper + subtask_index: 230 +- subtask: Place the Incense box on the table with the left gripper + subtask_index: 231 +- subtask: Place the Luckin Coffee box on the table with the left gripper + subtask_index: 232 +- subtask: Place the coke on the table with the right gripper + subtask_index: 233 +- subtask: Place the pink towel on the table with the left gripper + subtask_index: 234 +- subtask: Place the red bull into the pink plate with the left gripper + subtask_index: 235 +- subtask: Place the coffee capsule into the green plate with the left gripper + subtask_index: 236 +- subtask: Place the blue towel into the green plate with the left gripper + subtask_index: 237 +- subtask: Place the shampoo into the green plate with the right gripper + subtask_index: 238 +- subtask: Place the mango into the green plate with the right gripper + subtask_index: 239 +- subtask: Place the colorful ball into the pink pot with the left gripper + subtask_index: 240 +- subtask: Place the Jia Duo Bao into the blue bowl with the right gripper + subtask_index: 241 +- subtask: Grasp the USB box with the left gripper + subtask_index: 242 +- subtask: Place the Jia Duo Bao into the green plate with the left gripper + subtask_index: 243 +- subtask: Place the corn into the green plate with the left gripper + subtask_index: 244 +- subtask: Place the Luckin Coffee box on the table with the left gripper + subtask_index: 245 +- subtask: Place the Jia Duo Bao into the pink pot with the right gripper + subtask_index: 246 +- subtask: Place the egg tart into the pink plate with the left gripper + subtask_index: 247 +- subtask: Place the blue square on the table with the right gripper + subtask_index: 248 +- subtask: Place the red marker pen into the blue bowl with the right gripper + subtask_index: 249 +- subtask: Grasp the red bull with the right gripper + subtask_index: 250 +- subtask: Place the Luckin Coffee box on the table with the right gripper + subtask_index: 251 +- subtask: Place the egg tart into the pink pot with the right gripper + subtask_index: 252 +- subtask: Place the colorful ball into the green bowl with the left gripper + subtask_index: 253 +- subtask: Grasp the blue towel with the right gripper + subtask_index: 254 +- subtask: Place the egg tart into the green bowl with the left gripper + subtask_index: 255 +- subtask: Place the Luckin Coffee box on the table with the right gripper + subtask_index: 256 +- subtask: Grasp the brown box with the left gripper + subtask_index: 257 +- subtask: Place the brown box on the table with the left gripper + subtask_index: 258 +- subtask: Place the brown box on the table with the right gripper + subtask_index: 259 +- subtask: Place the corn on the table with the left gripper + subtask_index: 260 +- subtask: Grasp the shampoo with the right gripper + subtask_index: 261 +- subtask: Place the blue bowl on the table with the left gripper + subtask_index: 262 +- subtask: End + subtask_index: 263 +- subtask: Place the Jia Duo Bao into the green bowl with the right gripper + subtask_index: 264 +- subtask: Place the colorful ball on the table with the right gripper + subtask_index: 265 +- subtask: Place the coke into the blue bowl with the left gripper + subtask_index: 266 +- subtask: Grasp the blue square with the right gripper + subtask_index: 267 +- subtask: Place the coke into the pink pot with the left gripper + subtask_index: 268 +- subtask: Grasp the blue bowl with the left gripper + subtask_index: 269 +- subtask: Place the egg yolk pastry on the table with the left gripper + subtask_index: 270 +- subtask: Place the egg yolk pastry on the table with the left gripper + subtask_index: 271 +- subtask: Grasp the pink pot with the right gripper + subtask_index: 272 +- subtask: 'null' + subtask_index: 273 +atomic_actions: +- grasp +- lift +- place +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 1163 + total_frames: 478405 + fps: 30 + total_tasks: 274 + total_videos: 3489 + total_chunks: 2 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 5.45 GB +frame_num: 478405 +frame_range: 1M +dataset_size: 5.45 GB +data_structure: 'Agilex_Cobot_Magic_move_object_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (151 more entries) + + |-- logs + + | `-- collect + + | |-- collect_20260521215548.log + + | `-- collect_20260521220240.log + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | |-- chunk-000 + + | | |-- observation.images.cam_head_rgb + + | | |-- observation.images.cam_left_wrist_rgb + + | | `-- observation.images.cam_right_wrist_rgb + + | `-- chunk-001 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:1162 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_move_object_beige_tablecloth.yaml b/dataset_info/Agilex_Cobot_Magic_move_object_beige_tablecloth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..675acef703381313d6fb58d9ac7ae86f44ed1290 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_move_object_beige_tablecloth.yaml @@ -0,0 +1,524 @@ +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: Agilex_Cobot_Magic_move_object_beige_tablecloth +dataset_uuid: dcdee278-471f-4c8a-96bc-048558df1981 +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: white_table_cloths +- object_name: waffle +- object_name: green_lemon +- object_name: eggplant +- object_name: chewing_gum +- object_name: chocolate +- object_name: mango +- object_name: chewing_gum +- object_name: mint_candy +- object_name: mangosteen +- object_name: orange +- object_name: bread +- object_name: banana +- object_name: cake +- object_name: beef_cheeseburger +- object_name: bowl +- object_name: pan +- object_name: small_teapot +- object_name: small_teacup +- object_name: paper_ball +- object_name: brown_square_towel +- object_name: black_cylindrical_pen_holder +- object_name: pink_long_towel +- object_name: whiteboard_eraser +- object_name: mentholatum_facial_cleanser +- object_name: duck +- object_name: compass +- object_name: bowl +- object_name: blue_long_towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move the object with the gripper. +sub_tasks: +- subtask: Grasp the XX with the right gripper. + subtask_index: 0 +- subtask: Place the XX on the table with the left gripper. + subtask_index: 1 +- subtask: Place the XX on the table with the right gripper. + subtask_index: 2 +- subtask: Grasp the XX with the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 199 + total_frames: 103966 + fps: 30 + total_tasks: 6 + total_videos: 597 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 1.34 GB +frame_num: 103966 +frame_range: 1M +dataset_size: 1.34 GB +data_structure: 'Agilex_Cobot_Magic_move_object_beige_tablecloth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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 + + | `-- ... (187 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:198 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_move_object_black_tablecloth.yaml b/dataset_info/Agilex_Cobot_Magic_move_object_black_tablecloth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ce31184a5ab0d78971e4c2f2ec4e6ec69ab1ec79 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_move_object_black_tablecloth.yaml @@ -0,0 +1,778 @@ +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: Agilex_Cobot_Magic_move_object_black_tablecloth +dataset_uuid: 5c13223f-ba92-40c9-b530-53c60e7d38b9 +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: black_table_cloths +- object_name: waffle +- object_name: green_lemon +- object_name: eggplant +- object_name: chewing_gum +- object_name: chocolate +- object_name: mango +- object_name: chewing_gum +- object_name: mint_candy +- object_name: mangosteen +- object_name: orange +- object_name: bread +- object_name: banana +- object_name: cake +- object_name: beef_cheeseburger +- object_name: bowl +- object_name: pan +- object_name: small_teapot +- object_name: small_teacup +- object_name: paper_ball +- object_name: brown_square_towel +- object_name: black_cylindrical_pen_holder +- object_name: pink_long_towel +- object_name: whiteboard_eraser +- object_name: mentholatum_facial_cleanser +- object_name: duck +- object_name: compass +- object_name: bowl +- object_name: blue_long_towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move the object with the gripper. +sub_tasks: +- subtask: Place the XX on the table with the left gripper. + subtask_index: 0 +- subtask: Grasp the pen container with the right gripper. + subtask_index: 1 +- subtask: Grasp the blue bowl with the left gripper. + subtask_index: 2 +- subtask: Grasp the pen container with the right gripper. + subtask_index: 3 +- subtask: Place the square chewing gum on the table with the left gripper. + subtask_index: 4 +- subtask: Grasp the pink towel with the left gripper. + subtask_index: 5 +- subtask: Place the blue pot on the table with the right gripper. + subtask_index: 6 +- subtask: Place the brown towel on the table with the left gripper. + subtask_index: 7 +- subtask: Place the waffle on the table with the left gripper. + subtask_index: 8 +- subtask: Place the white duck on the table with the right gripper. + subtask_index: 9 +- subtask: Place the white blackboard erasure on the table with the left gripper. + subtask_index: 10 +- subtask: Grasp the compass with the left gripper. + subtask_index: 11 +- subtask: Grasp the green lemon with the right gripper. + subtask_index: 12 +- subtask: Grasp the cyan cup with the left gripper. + subtask_index: 13 +- subtask: Place the blue bowl on the table with the left gripper. + subtask_index: 14 +- subtask: Grasp the mint candy with the right gripper. + subtask_index: 15 +- subtask: Grasp the mint candy with the left gripper. + subtask_index: 16 +- subtask: Grasp the cyan cup with the right gripper. + subtask_index: 17 +- subtask: Grasp the green lemon with the left gripper. + subtask_index: 18 +- subtask: "Grasp the white blackboard erasure\t with the left gripper." + subtask_index: 19 +- subtask: Grasp the white duck with the left gripper. + subtask_index: 20 +- subtask: Grasp the square chewing gum with the left gripper. + subtask_index: 21 +- subtask: Grasp the mint candy with the left gripper. + subtask_index: 22 +- subtask: Place the brown towel on the table with the left gripper. + subtask_index: 23 +- subtask: Place the on the table with the right gripper. + subtask_index: 24 +- subtask: Grasp the XX with the right gripper. + subtask_index: 25 +- subtask: Place the blue blackboard erasure on the table with the left gripper. + subtask_index: 26 +- subtask: Place the white blackboard erasure on the table with the left gripper. + subtask_index: 27 +- subtask: Place the teapot on the table with the right gripper. + subtask_index: 28 +- subtask: Grasp the white blackboard erasure with the left gripper. + subtask_index: 29 +- subtask: Grasp the Square chewing gum with the right gripper. + subtask_index: 30 +- subtask: Place the pink towel on the table with the left gripper. + subtask_index: 31 +- subtask: Grasp the hard facial cleanser with the right gripper. + subtask_index: 32 +- subtask: Grasp the with the left gripper. + subtask_index: 33 +- subtask: Place the hard facial cleanser on the table with the right gripper. + subtask_index: 34 +- subtask: Grasp the white duck with the left gripper. + subtask_index: 35 +- subtask: Place the mint candy on the table with the right gripper. + subtask_index: 36 +- subtask: Grasp the brown towel with the left gripper. + subtask_index: 37 +- subtask: Grasp the chocolate with the right gripper. + subtask_index: 38 +- subtask: Grasp the brown towel with the right gripper. + subtask_index: 39 +- subtask: Grasp the mango with the left gripper. + subtask_index: 40 +- subtask: Place the white blackboard erasure on the table with the left gripper. + subtask_index: 41 +- subtask: Grasp the brown towel with the left gripper. + subtask_index: 42 +- subtask: Place the mango on the table with the right gripper. + subtask_index: 43 +- subtask: Place the brown towel on the table with the left gripper. + subtask_index: 44 +- subtask: Place the teapot on the table with the left gripper. + subtask_index: 45 +- subtask: Grasp the hard facial cleanser with the right gripper. + subtask_index: 46 +- subtask: Place the pink towel on the table with the right gripper. + subtask_index: 47 +- subtask: Grasp the pink towel with the right gripper. + subtask_index: 48 +- subtask: Place the waffle on the table with the right gripper. + subtask_index: 49 +- subtask: Place the blue pot on the table with the left gripper. + subtask_index: 50 +- subtask: Place the pen container on the table with the right gripper. + subtask_index: 51 +- subtask: Grasp the blue pot with the right gripper. + subtask_index: 52 +- subtask: Grasp the pen container with the left gripper. + subtask_index: 53 +- subtask: Grasp the green lemon with the right gripper. + subtask_index: 54 +- subtask: Grasp the eggplant with the right gripper. + subtask_index: 55 +- subtask: "Place the white blackboard erasure\t on the table with the left gripper." + subtask_index: 56 +- subtask: Place the eggplant on the table with the left gripper. + subtask_index: 57 +- subtask: Place the green lemon on the table with the left gripper. + subtask_index: 58 +- subtask: Place the XX on the table with the right gripper. + subtask_index: 59 +- subtask: End. + subtask_index: 60 +- subtask: Grasp the white blackboard erasure with the right gripper. + subtask_index: 61 +- subtask: Place the white duck on the table with the left gripper. + subtask_index: 62 +- subtask: Place the orange on the table with the left gripper. + subtask_index: 63 +- subtask: Grasp the eggplant with the right gripper. + subtask_index: 64 +- subtask: Grasp the brown towel with the right gripper. + subtask_index: 65 +- subtask: Place the square chewing gum on the table with the right gripper. + subtask_index: 66 +- subtask: Place the compass on the table with the right gripper. + subtask_index: 67 +- subtask: Grasp the orange with the left gripper. + subtask_index: 68 +- subtask: Place the hard facial cleanser on the table with the left gripper. + subtask_index: 69 +- subtask: Grasp the blue blackboard erasure with the left gripper. + subtask_index: 70 +- subtask: Place the brown towel on the table with the right gripper. + subtask_index: 71 +- subtask: Grasp the blue blackboard erasure with the right gripper. + subtask_index: 72 +- subtask: Grasp the eggplant with the left gripper. + subtask_index: 73 +- subtask: Grasp the square chewing gum with the right gripper. + subtask_index: 74 +- subtask: Place the mango on the table with the left gripper. + subtask_index: 75 +- subtask: Grasp the waffle with the right gripper. + subtask_index: 76 +- subtask: "Grasp the white blackboard erasure\t with the right gripper." + subtask_index: 77 +- subtask: Place the teapot on the table with the left gripper. + subtask_index: 78 +- subtask: Place the waffle on the table with the right gripper. + subtask_index: 79 +- subtask: Grasp the mango with the right gripper. + subtask_index: 80 +- subtask: Grasp the white blackboard erasure with the left gripper. + subtask_index: 81 +- subtask: Grasp the blue pot with the left gripper. + subtask_index: 82 +- subtask: Place the square chewing gum on the table with the right gripper. + subtask_index: 83 +- subtask: Place the pen container on the table with the right gripper. + subtask_index: 84 +- subtask: Place the green lemon on the table with the right gripper. + subtask_index: 85 +- subtask: Place the blue blackboard erasure on the table with the right gripper. + subtask_index: 86 +- subtask: Grasp the teapot with the left gripper. + subtask_index: 87 +- subtask: Place the borwn towel on the table with the right gripper. + subtask_index: 88 +- subtask: Place the pen container on the table with the left gripper. + subtask_index: 89 +- subtask: Grasp the compass with the left gripper. + subtask_index: 90 +- subtask: Grasp the fruit candy with the right gripper. + subtask_index: 91 +- subtask: Place the cyan cup on the table with the left gripper. + subtask_index: 92 +- subtask: Place the fruit candy on the table with the right gripper. + subtask_index: 93 +- subtask: Place the compass on the table with the left gripper. + subtask_index: 94 +- subtask: Grasp the white duck with the right gripper. + subtask_index: 95 +- subtask: Grasp the waffle with the right gripper. + subtask_index: 96 +- subtask: Place the blue pot on the table with the left gripper. + subtask_index: 97 +- subtask: Grasp the mango with the left gripper. + subtask_index: 98 +- subtask: Grasp the teapot with the right gripper. + subtask_index: 99 +- subtask: Place the teacup on the table with the left gripper. + subtask_index: 100 +- subtask: Grasp the pink towel with the right gripper. + subtask_index: 101 +- subtask: Grasp the blue pot with the left gripper. + subtask_index: 102 +- subtask: Place the mango on the table with the right gripper. + subtask_index: 103 +- subtask: Place the mangosteen on the table with the left gripper. + subtask_index: 104 +- subtask: Grasp the square chewing gum with the left gripper. + subtask_index: 105 +- subtask: Grasp the square chewing gum with the right gripper. + subtask_index: 106 +- subtask: Grasp the compass with the right gripper. + subtask_index: 107 +- subtask: Place the tea cup on the table with the right gripper. + subtask_index: 108 +- subtask: Place the teapot on the table with the left gripper. + subtask_index: 109 +- subtask: Grasp the cyan cup with the left gripper. + subtask_index: 110 +- subtask: Grasp the eggplant with the right gripper. + subtask_index: 111 +- subtask: Place the white blackboard erasure on the table with the right gripper. + subtask_index: 112 +- subtask: Place the green lemon on the table with the left gripper. + subtask_index: 113 +- subtask: Grasp the hard facial cleanser with the left gripper. + subtask_index: 114 +- subtask: "Place the white blackboard erasure\t on the table with the right gripper." + subtask_index: 115 +- subtask: Place the mango on the table with the left gripper. + subtask_index: 116 +- subtask: Grasp the tea cup with the right gripper. + subtask_index: 117 +- subtask: Grasp the waffle with the left gripper. + subtask_index: 118 +- subtask: Grasp the pink towel with the left gripper. + subtask_index: 119 +- subtask: Place the hard facial cleanser on the table with the right gripper. + subtask_index: 120 +- subtask: Place the eggplant on the table with the right gripper. + subtask_index: 121 +- subtask: Place the mint candy on the table with the left gripper. + subtask_index: 122 +- subtask: Grasp the mint candy with the right gripper. + subtask_index: 123 +- subtask: Grasp the chocolate with the right gripper. + subtask_index: 124 +- subtask: Place the cyan cup on the table with the right gripper. + subtask_index: 125 +- subtask: Grasp the XX with the left gripper. + subtask_index: 126 +- subtask: Place the chocolate on the table with the right gripper. + subtask_index: 127 +- subtask: Grasp the mint candy with the right gripper. + subtask_index: 128 +- subtask: Grasp the with the right gripper. + subtask_index: 129 +- subtask: Place the brown towel on the table with the right gripper. + subtask_index: 130 +- subtask: Grasp the green lemon with the left gripper. + subtask_index: 131 +- subtask: Place the Mangosteen on the table with the right gripper. + subtask_index: 132 +- subtask: Place the square chewing gum on the table with the left gripper. + subtask_index: 133 +- subtask: Grasp the teacup with the left gripper. + subtask_index: 134 +- subtask: Place the chocolate on the table with the right gripper. + subtask_index: 135 +- subtask: Grasp the blue bowl with the left gripper. + subtask_index: 136 +- subtask: Grasp the teapot with the left gripper. + subtask_index: 137 +- subtask: Place the pink bowel on the table with the right gripper. + subtask_index: 138 +- subtask: Place the mint candy on the table with the right gripper. + subtask_index: 139 +- subtask: null. + subtask_index: 140 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 200 + total_frames: 119721 + fps: 30 + total_tasks: 141 + total_videos: 600 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 6.75 GB +frame_num: 119721 +frame_range: 1M +dataset_size: 6.75 GB +data_structure: 'Agilex_Cobot_Magic_move_object_black_tablecloth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (188 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:199 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_move_object_green_tablecloth.yaml b/dataset_info/Agilex_Cobot_Magic_move_object_green_tablecloth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d13398b52d1962f103a1029a4832bdd75ad44917 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_move_object_green_tablecloth.yaml @@ -0,0 +1,878 @@ +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: Agilex_Cobot_Magic_move_object_green_tablecloth +dataset_uuid: d136ca75-23a1-487c-8f3e-0a853aff85d2 +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: green_table_cloths +- object_name: waffle +- object_name: green_lemon +- object_name: eggplant +- object_name: chewing_gum +- object_name: chocolate +- object_name: mango +- object_name: chewing_gum +- object_name: mint_candy +- object_name: mangosteen +- object_name: orange +- object_name: bread +- object_name: banana +- object_name: cake +- object_name: beef_cheeseburger +- object_name: bowl +- object_name: pan +- object_name: small_teapot +- object_name: small_teacup +- object_name: paper_ball +- object_name: brown_square_towel +- object_name: black_cylindrical_pen_holder +- object_name: pink_long_towel +- object_name: whiteboard_eraser +- object_name: mentholatum_facial_cleanser +- object_name: duck +- object_name: compass +- object_name: bowl +- object_name: blue_long_towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move the object with the gripper. +sub_tasks: +- subtask: Place the XX on the table with the left gripper. + subtask_index: 0 +- subtask: Grasp the blue blackboard earser with the right gripper. + subtask_index: 1 +- subtask: Grasp the square chewing gun with the right gripper. + subtask_index: 2 +- subtask: Grasp the pen container with the right gripper. + subtask_index: 3 +- subtask: Grasp the blue bowl with the left gripper. + subtask_index: 4 +- subtask: Place the hard blackbaord cleanser on the table with the left gripper. + subtask_index: 5 +- subtask: Place the blue towel on the table with the right gripper. + subtask_index: 6 +- subtask: Grasp the orange with the right gripper. + subtask_index: 7 +- subtask: Grasp the white blackboard earser with the left gripper. + subtask_index: 8 +- subtask: Place the mangosteen on the table with the left gripper. + subtask_index: 9 +- subtask: Grasp the pen container with the right gripper. + subtask_index: 10 +- subtask: Place the pen container on the table with the right gripper. + subtask_index: 11 +- subtask: Grasp the white blackboard earser with left gripper. + subtask_index: 12 +- subtask: Place the blue bowl on the table with the right gripper. + subtask_index: 13 +- subtask: Place the eggplant on the table with the right gripper. + subtask_index: 14 +- subtask: Place the blue blackboard earser on the table with the right gripper. + subtask_index: 15 +- subtask: Place the blue blackboard earser on the table with the right gripper. + subtask_index: 16 +- subtask: Place the orange on the table with the right gripper. + subtask_index: 17 +- subtask: Place the blue bowl on the table with the right gripper. + subtask_index: 18 +- subtask: Place the brown towel on the table with the left gripper. + subtask_index: 19 +- subtask: Grasp the cyan cup with the right gripper. + subtask_index: 20 +- subtask: Place the compasses on the table with the right gripper. + subtask_index: 21 +- subtask: Grasp the compasses with the right gripper. + subtask_index: 22 +- subtask: Grasp the green lemon with the right gripper. + subtask_index: 23 +- subtask: Grasp the cyan cup with the left gripper. + subtask_index: 24 +- subtask: Place the wallfe on the table with the left gripper. + subtask_index: 25 +- subtask: Place the blue bowl on the table with the left gripper. + subtask_index: 26 +- subtask: Grasp the fruit candy with the left gripper. + subtask_index: 27 +- subtask: Grasp the orange with the right gripper. + subtask_index: 28 +- subtask: Place the green lemon on the table with the right gripper. + subtask_index: 29 +- subtask: Grasp the cyan cup with the right gripper. + subtask_index: 30 +- subtask: Grasp the wallfe with the right gripper. + subtask_index: 31 +- subtask: Grasp the green lemon with the left gripper. + subtask_index: 32 +- subtask: Place the white blackboard earser on the table with the right gripper. + subtask_index: 33 +- subtask: Grasp the green lemon with the right gripper. + subtask_index: 34 +- subtask: Grasp the square chewing gun with the left gripper. + subtask_index: 35 +- subtask: Grasp the square chewing gum with the left gripper. + subtask_index: 36 +- subtask: Grasp the with cyan cup the left gripper. + subtask_index: 37 +- subtask: Place the blue bowl on the table with the left gripper. + subtask_index: 38 +- subtask: Grasp the tea[ot with the left gripper. + subtask_index: 39 +- subtask: Grasp the cyan cup with the right gripper. + subtask_index: 40 +- subtask: Place the wallfe on the table with the right gripper. + subtask_index: 41 +- subtask: Place the pen container on the table with the right gripper. + subtask_index: 42 +- subtask: Place the eggplant on the table with the left gripper. + subtask_index: 43 +- subtask: Grasp the hard facial cleanser with the right gripper. + subtask_index: 44 +- subtask: Place the ornage on the table with the right gripper. + subtask_index: 45 +- subtask: Grasp the pen container with the left gripper. + subtask_index: 46 +- subtask: Place the fruit candy on the table with the left gripper. + subtask_index: 47 +- subtask: Grasp the hard facial cleanser with the left gripper. + subtask_index: 48 +- subtask: Grasp the chocolate with the right gripper. + subtask_index: 49 +- subtask: Grasp the blue blackboard earser with the right gripper. + subtask_index: 50 +- subtask: Grasp the mangosteen with the left gripper. + subtask_index: 51 +- subtask: Place the square chewing gun on the table with the right gripper. + subtask_index: 52 +- subtask: Grasp the brown towel with the left gripper. + subtask_index: 53 +- subtask: Place the brown towel on the table with the left gripper. + subtask_index: 54 +- subtask: Grasp the brown towel with the right gripper mangosteen. + subtask_index: 55 +- subtask: Grasp the blue bowl with the right gripper. + subtask_index: 56 +- subtask: Place the teapot on the table with the left gripper. + subtask_index: 57 +- subtask: Grasp the blue cup with the left gripper. + subtask_index: 58 +- subtask: Grasp the teacup with the right gripper. + subtask_index: 59 +- subtask: Grasp the square chewing gun with the right gripper. + subtask_index: 60 +- subtask: Grasp the teapot with the right gripper. + subtask_index: 61 +- subtask: Place the pink towel on the table with the left gripper. + subtask_index: 62 +- subtask: Grasp the blue bowl with the left gripper. + subtask_index: 63 +- subtask: Place the waffle on the table with the right gripper. + subtask_index: 64 +- subtask: Place the pen container on the table with the right gripper. + subtask_index: 65 +- subtask: Place the mangosteen on the table with the right gripper. + subtask_index: 66 +- subtask: Grasp the pen container with the left gripper. + subtask_index: 67 +- subtask: Grasp the eggplant with the right gripper. + subtask_index: 68 +- subtask: Grasp the white blackboard earser with the right gripper. + subtask_index: 69 +- subtask: Grasp the green lemon with the right gripper. + subtask_index: 70 +- subtask: Place the eggplant on the table with the left gripper. + subtask_index: 71 +- subtask: Grasp the eggplant with the left gripper. + subtask_index: 72 +- subtask: Place the hard facial cleanser on the table with the left gripper. + subtask_index: 73 +- subtask: Grasp the hard facial cleanser with the right gripper. + subtask_index: 74 +- subtask: Grasp the mangosteen with the left gripper. + subtask_index: 75 +- subtask: Place the mangosteen on the table with the right gripper. + subtask_index: 76 +- subtask: End. + subtask_index: 77 +- subtask: Grasp the wallfe with the right gripper. + subtask_index: 78 +- subtask: Grasp the white blackboard erasure with the right gripper. + subtask_index: 79 +- subtask: Grasp the blue blackboard erasure with the left gripper. + subtask_index: 80 +- subtask: Grasp the white blackboard earser with the right gripper. + subtask_index: 81 +- subtask: Place the orange on the table with the left gripper. + subtask_index: 82 +- subtask: Place the fruit candy on the table with the right gripper. + subtask_index: 83 +- subtask: Grasp the brown towel with the right gripper. + subtask_index: 84 +- subtask: Grasp the orange with the left gripper. + subtask_index: 85 +- subtask: Place the compass on the table with the right gripper. + subtask_index: 86 +- subtask: Grasp the tea cup with the left gripper. + subtask_index: 87 +- subtask: Place the hard facial cleanser on the table with the left gripper. + subtask_index: 88 +- subtask: Place the brown towel on the table with the right gripper. + subtask_index: 89 +- subtask: Grasp the eggplant with the left gripper. + subtask_index: 90 +- subtask: Place the pen container on the table with the left gripper. + subtask_index: 91 +- subtask: Grasp the white blackboard earser with the right gripper. + subtask_index: 92 +- subtask: Grasp the square chewing gun with the right gripper. + subtask_index: 93 +- subtask: Place the cyan cup on the table with the left gripper. + subtask_index: 94 +- subtask: Grasp the waffle with the right gripper. + subtask_index: 95 +- subtask: Grasp the blue bowl with the right gripper. + subtask_index: 96 +- subtask: Grasp the square chewing gun with the right gripper. + subtask_index: 97 +- subtask: Place the waffle on the table with the right gripper. + subtask_index: 98 +- subtask: Grasp the blue bowl with the right gripper. + subtask_index: 99 +- subtask: Abnormal. + subtask_index: 100 +- subtask: Grasp the white blackboard earser with the right gripper mangosteen. + subtask_index: 101 +- subtask: Grasp the blue towel with the right gripper. + subtask_index: 102 +- subtask: Grasp the brown towel with the right gripper. + subtask_index: 103 +- subtask: Place the pen container on the table with the right gripper. + subtask_index: 104 +- subtask: Place the square chewing gum on the table with the right gripper. + subtask_index: 105 +- subtask: Place the green lemon on the table with the right gripper. + subtask_index: 106 +- subtask: Place the chocolate on the table with the right gripper. + subtask_index: 107 +- subtask: Grasp the square facial square with the right gripper. + subtask_index: 108 +- subtask: Grasp the teapot with the left gripper. + subtask_index: 109 +- subtask: Place the pen container on the table with the left gripper. + subtask_index: 110 +- subtask: Place the hard facial earser on the table with the right gripper. + subtask_index: 111 +- subtask: Place the teacup on the table with the left gripper. + subtask_index: 112 +- subtask: Place the sqaure chewing gun on the table with the right gripper. + subtask_index: 113 +- subtask: Place the blue cup on the table with the left gripper. + subtask_index: 114 +- subtask: Place the blue blackboard erasure on the table with the left gripper. + subtask_index: 115 +- subtask: Grasp the wallfe with the right gripper. + subtask_index: 116 +- subtask: Grasp the cyan cup with the right gripper. + subtask_index: 117 +- subtask: Grasp the pink towel with the left gripper. + subtask_index: 118 +- subtask: Grasp the mangosteen with the right gripper. + subtask_index: 119 +- subtask: Place the cyan cup on the table with the left gripper. + subtask_index: 120 +- subtask: Place the wallfe on the table with the right gripper. + subtask_index: 121 +- subtask: Grasp the square chewing gun with the left gripper. + subtask_index: 122 +- subtask: Grasp the blue bowel with the right gripper. + subtask_index: 123 +- subtask: Grasp the orange with the left gripper. + subtask_index: 124 +- subtask: Place the sqaure chewing gun on the table with the right gripper. + subtask_index: 125 +- subtask: Grasp the sqaure chewing gun with the right gripper. + subtask_index: 126 +- subtask: Place the orange on the table with the right gripper. + subtask_index: 127 +- subtask: Place the white blackboard earser on the table with the left gripper. + subtask_index: 128 +- subtask: Place the teacup on the table with the left gripper. + subtask_index: 129 +- subtask: Grasp the pen container with the right gripper. + subtask_index: 130 +- subtask: Grasp the blue blackboard earser with the left gripper. + subtask_index: 131 +- subtask: Place the teapot on the table with the right gripper. + subtask_index: 132 +- subtask: Grasp the wallfe with the right gripper. + subtask_index: 133 +- subtask: Place the mangosteen on the table with the left gripper. + subtask_index: 134 +- subtask: Place the square chewing gun on the table with the left gripper. + subtask_index: 135 +- subtask: Grasp the fruit candy with the right gripper. + subtask_index: 136 +- subtask: Grasp the square chewing gum with the right gripper. + subtask_index: 137 +- subtask: Grasp the compass with the right gripper. + subtask_index: 138 +- subtask: Place the teapot on the table with the left gripper. + subtask_index: 139 +- subtask: Grasp the cyan cup with the left gripper. + subtask_index: 140 +- subtask: Place the teacup on the table with the right gripper. + subtask_index: 141 +- subtask: Grasp the eggplant with the right gripper. + subtask_index: 142 +- subtask: Grasp the pen container with the right gripper mangosteen. + subtask_index: 143 +- subtask: Grasp the mangosteen with the right gripper. + subtask_index: 144 +- subtask: Place the green lemon on the table with the left gripper. + subtask_index: 145 +- subtask: Place the pen containeron the table with the left gripper. + subtask_index: 146 +- subtask: Place the white blackboard erasure on the table with the right gripper. + subtask_index: 147 +- subtask: Grasp the hard facial cleanser with the left gripper. + subtask_index: 148 +- subtask: Grasp the whiite blackboard earser with the right gripper. + subtask_index: 149 +- subtask: Grasp the wallfe with the left gripper. + subtask_index: 150 +- subtask: Grasp the wallfe with the right gripper mangosteen. + subtask_index: 151 +- subtask: Grasp the chocolate with the right gripper. + subtask_index: 152 +- subtask: Place the cyan cup on the table with the left gripper. + subtask_index: 153 +- subtask: Grasp the cyan cup with the right gripper. + subtask_index: 154 +- subtask: Place the green lemon on the table with the right gripper. + subtask_index: 155 +- subtask: Place the chocolate on the table with the left gripper. + subtask_index: 156 +- subtask: Grasp the cyan cup with the right gripper mangosteen. + subtask_index: 157 +- subtask: Grasp the eggplant with the right gripper. + subtask_index: 158 +- subtask: Grasp the white blackboard earser with the left gripper. + subtask_index: 159 +- subtask: Place the hard facial cleanser on the table with the right gripper. + subtask_index: 160 +- subtask: Place the blue blackboard earser on the table with the left gripper. + subtask_index: 161 +- subtask: Place the eggplant on the table with the right gripper. + subtask_index: 162 +- subtask: Grasp the chocolate with the right gripper. + subtask_index: 163 +- subtask: Grasp the chocolate with the left gripper. + subtask_index: 164 +- subtask: Place the orange on the table with the left gripper. + subtask_index: 165 +- subtask: Grasp the XX with the left gripper. + subtask_index: 166 +- subtask: Place the pen container on the table with the left gripper. + subtask_index: 167 +- subtask: Place the chocolate on the table with the right gripper. + subtask_index: 168 +- subtask: Place the white blackboard earser on the table with the left gripper. + subtask_index: 169 +- subtask: Grasp the chocolate with the left gripper. + subtask_index: 170 +- subtask: Grasp the pen container with the left gripper. + subtask_index: 171 +- subtask: Place the sqaure chewing gun on the table with the left gripper. + subtask_index: 172 +- subtask: Place the tea cup on the table with the left gripper. + subtask_index: 173 +- subtask: Place the chocolate on the table with the right gripper. + subtask_index: 174 +- subtask: Grasp the teacup with the left gripper. + subtask_index: 175 +- subtask: Place the square chewing gum on the table with the left gripper. + subtask_index: 176 +- subtask: Grasp the brown towel with the right gripper. + subtask_index: 177 +- subtask: Grasp the teapot with the left gripper. + subtask_index: 178 +- subtask: Grasp the teacup with the left gripper. + subtask_index: 179 +- subtask: Place the chocolate on the table with the left gripper. + subtask_index: 180 +- subtask: Place the cyan cup on the table with the right gripper. + subtask_index: 181 +- subtask: null. + subtask_index: 182 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 197 + total_frames: 85405 + fps: 30 + total_tasks: 183 + total_videos: 591 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 5.33 GB +frame_num: 85405 +frame_range: 100K +dataset_size: 5.33 GB +data_structure: 'Agilex_Cobot_Magic_move_object_green_tablecloth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:196 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_move_object_red_tablecloth.yaml b/dataset_info/Agilex_Cobot_Magic_move_object_red_tablecloth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3c44f11266f28d644460991ec2801d318a64cb21 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_move_object_red_tablecloth.yaml @@ -0,0 +1,756 @@ +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: Agilex_Cobot_Magic_move_object_red_tablecloth +dataset_uuid: b58cd32f-d3d7-4057-880b-5401c52744a7 +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: red_table_cloths +- object_name: waffle +- object_name: green_lemon +- object_name: eggplant +- object_name: chewing_gum +- object_name: chocolate +- object_name: mango +- object_name: chewing_gum +- object_name: mint_candy +- object_name: mangosteen +- object_name: orange +- object_name: bread +- object_name: banana +- object_name: cake +- object_name: beef_cheeseburger +- object_name: bowl +- object_name: pan +- object_name: small_teapot +- object_name: small_teacup +- object_name: paper_ball +- object_name: brown_square_towel +- object_name: black_cylindrical_pen_holder +- object_name: pink_long_towel +- object_name: whiteboard_eraser +- object_name: mentholatum_facial_cleanser +- object_name: duck +- object_name: compass +- object_name: bowl +- object_name: blue_long_towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move the object with the gripper. +sub_tasks: +- subtask: Grasp the pink towel with the right gripper. + subtask_index: 0 +- subtask: Place the XX on the table with the left gripper. + subtask_index: 1 +- subtask: Place the mint candy on the table with the left gripper. + subtask_index: 2 +- subtask: Place the snickers on the table with the right gripper. + subtask_index: 3 +- subtask: Grasp the pen container with the right gripper. + subtask_index: 4 +- subtask: Grasp the grey towel with the left gripper. + subtask_index: 5 +- subtask: Place the eyeglass case on the table with the left gripper. + subtask_index: 6 +- subtask: Grasp the white duck with the left gripper. + subtask_index: 7 +- subtask: Place the eggplant on the table with the right gripper. + subtask_index: 8 +- subtask: Place the blue bowl on the table with the right gripper. + subtask_index: 9 +- subtask: Grasp the banana with the left gripper. + subtask_index: 10 +- subtask: Place the compasses on the table with the right gripper. + subtask_index: 11 +- subtask: Place the sandwich on the table with the left gripper. + subtask_index: 12 +- subtask: Place the pink cake on the table with the right gripper. + subtask_index: 13 +- subtask: Place the banana on the table with the right gripper. + subtask_index: 14 +- subtask: Grasp the compasses with the right gripper. + subtask_index: 15 +- subtask: Grasp the orange with the right gripper. + subtask_index: 16 +- subtask: Grasp the blue cup with the left gripper. + subtask_index: 17 +- subtask: Place the peach on the table with the right gripper. + subtask_index: 18 +- subtask: Place the green lemon on the table with the right gripper. + subtask_index: 19 +- subtask: Grasp the mint candy with the left gripper. + subtask_index: 20 +- subtask: Grasp the sandwich with the right gripper. + subtask_index: 21 +- subtask: Grasp the eyeglass case with the left gripper. + subtask_index: 22 +- subtask: Place the compasses on the table with the left gripper. + subtask_index: 23 +- subtask: Place the eyeglass case on the table with the right gripper. + subtask_index: 24 +- subtask: Grasp the square chewing gum with the left gripper. + subtask_index: 25 +- subtask: Place the brown towel on the table with the left gripper. + subtask_index: 26 +- subtask: Place the blue bowl on the table with the left gripper. + subtask_index: 27 +- subtask: Grasp the sandwich biscuit with the right gripper. + subtask_index: 28 +- subtask: Place the white blackboard erasure on the table with the left gripper. + subtask_index: 29 +- subtask: Grasp the white blackboard erasure with the left gripper. + subtask_index: 30 +- subtask: Grasp the snickers with the right gripper. + subtask_index: 31 +- subtask: Grasp the eyeglass case with the right gripper. + subtask_index: 32 +- subtask: Place the eggplant on the table with the left gripper. + subtask_index: 33 +- subtask: Place the mango on the table with the right gripper. + subtask_index: 34 +- subtask: Place the hard facial cleanser on the table with the right gripper. + subtask_index: 35 +- subtask: Place the mint candy on the table with the right gripper. + subtask_index: 36 +- subtask: Grasp the brown towel with the left gripper. + subtask_index: 37 +- subtask: Grasp the hard facial cleanser with the left gripper. + subtask_index: 38 +- subtask: Grasp the chocolate with the right gripper. + subtask_index: 39 +- subtask: Grasp the mangosteen with the left gripper. + subtask_index: 40 +- subtask: Grasp the peach with the right gripper. + subtask_index: 41 +- subtask: Grasp the brown towel with the right gripper. + subtask_index: 42 +- subtask: Grasp the mango with the left gripper. + subtask_index: 43 +- subtask: Place the snickers on the table with the left gripper. + subtask_index: 44 +- subtask: Grasp the snickers with the left gripper. + subtask_index: 45 +- subtask: Grasp the lemon with the left gripper. + subtask_index: 46 +- subtask: Place the teapot on the table with the left gripper. + subtask_index: 47 +- subtask: Grasp the hard facial cleanser with the right gripper. + subtask_index: 48 +- subtask: Grasp the sandwich with the left gripper. + subtask_index: 49 +- subtask: Place the white duck on the table with the left gripper. + subtask_index: 50 +- subtask: Place the white duck on the table with the right gripper. + subtask_index: 51 +- subtask: Grasp the teapot with the right gripper. + subtask_index: 52 +- subtask: Place the pink towel on the table with the left gripper. + subtask_index: 53 +- subtask: Grasp the hollow ring bread with the right gripper. + subtask_index: 54 +- subtask: Grasp the hollow ring bread with the right gripper. + subtask_index: 55 +- subtask: Grasp the blue bowl with the left gripper. + subtask_index: 56 +- subtask: Place the waffle on the table with the right gripper. + subtask_index: 57 +- subtask: Place the pen container on the table with the right gripper. + subtask_index: 58 +- subtask: Place the mangosteen on the table with the right gripper. + subtask_index: 59 +- subtask: Grasp the eggplant with the right gripper. + subtask_index: 60 +- subtask: Grasp the pink cake with the left gripper. + subtask_index: 61 +- subtask: Grasp the gray towel with the right gripper. + subtask_index: 62 +- subtask: Place the pink towel on the table with the right gripper. + subtask_index: 63 +- subtask: Grasp the green lemon with the right gripper. + subtask_index: 64 +- subtask: Place the green lemon on the table with the left gripper. + subtask_index: 65 +- subtask: Grasp the eggplant with the left gripper. + subtask_index: 66 +- subtask: Place the hard facial cleanser on the table with the left gripper. + subtask_index: 67 +- subtask: Place the lemon on the table with the left gripper. + subtask_index: 68 +- subtask: End. + subtask_index: 69 +- subtask: Grasp the white duck with the right gripper. + subtask_index: 70 +- subtask: Grasp the white blackboard erasure with the right gripper. + subtask_index: 71 +- subtask: Grasp the blue blackboard erasure with the left gripper. + subtask_index: 72 +- subtask: Place the sandwich biscuit on the table with the right gripper. + subtask_index: 73 +- subtask: Place the sandwich on the table with the right gripper. + subtask_index: 74 +- subtask: Place the fruit candy on the table with the right gripper. + subtask_index: 75 +- subtask: Place the gray towel on the table with the right gripper. + subtask_index: 76 +- subtask: Place the blue cup on the table with the right gripper. + subtask_index: 77 +- subtask: Place the pen container on the table with the left gripper. + subtask_index: 78 +- subtask: Grasp the compasses with the left gripper. + subtask_index: 79 +- subtask: Grasp the waffle with the right gripper. + subtask_index: 80 +- subtask: Grasp the blue bowl with the right gripper. + subtask_index: 81 +- subtask: Place the pink cake on the table with the left gripper. + subtask_index: 82 +- subtask: Abnormal. + subtask_index: 83 +- subtask: Place the square chewing gum on the table with the right gripper. + subtask_index: 84 +- subtask: Place the blue blackboard erasure on the table with the left gripper. + subtask_index: 85 +- subtask: Grasp the pink towel with the left gripper. + subtask_index: 86 +- subtask: Grasp the mangosteen with the right gripper. + subtask_index: 87 +- subtask: Place the grey towel on the table with the left gripper. + subtask_index: 88 +- subtask: Grasp the orange with the left gripper. + subtask_index: 89 +- subtask: Place the hollow ring bread on the table with the right gripper. + subtask_index: 90 +- subtask: Place the blue cup on the table with the left gripper. + subtask_index: 91 +- subtask: Place the orange on the table with the right gripper. + subtask_index: 92 +- subtask: Place the teapot on the table with the right gripper. + subtask_index: 93 +- subtask: Place the mangosteen on the table with the left gripper. + subtask_index: 94 +- subtask: Grasp the fruit candy with the right gripper. + subtask_index: 95 +- subtask: Grasp the square chewing gum with the right gripper. + subtask_index: 96 +- subtask: Place the white blackboard erasure on the table with the right gripper. + subtask_index: 97 +- subtask: Grasp the pink cake with the right gripper. + subtask_index: 98 +- subtask: Place the mango on the table with the left gripper. + subtask_index: 99 +- subtask: Place the chocolate on the table with the left gripper. + subtask_index: 100 +- subtask: Place the hollow ring bread on the table with the right gripper. + subtask_index: 101 +- subtask: Grasp the blue blackboard erasure with the right gripper. + subtask_index: 102 +- subtask: Place the banana on the table with the left gripper. + subtask_index: 103 +- subtask: Place the hard facial cleanser on the table with the right gripper. + subtask_index: 104 +- subtask: Place the blue blackboard erasure on the table with the right gripper. + subtask_index: 105 +- subtask: Grasp the chocolate with the left gripper. + subtask_index: 106 +- subtask: Grasp the mango with the right gripper. + subtask_index: 107 +- subtask: Place the orange on the table with the left gripper. + subtask_index: 108 +- subtask: Grasp the XX with the left gripper. + subtask_index: 109 +- subtask: Place the chocolate on the table with the right gripper. + subtask_index: 110 +- subtask: Grasp the blue cup with the right gripper. + subtask_index: 111 +- subtask: Grasp the mint candy with the right gripper. + subtask_index: 112 +- subtask: Place the brown towel on the table with the right gripper. + subtask_index: 113 +- subtask: Grasp the pen container with the left gripper. + subtask_index: 114 +- subtask: Grasp the green lemon with the left gripper. + subtask_index: 115 +- subtask: Grasp the tea cup with the left gripper. + subtask_index: 116 +- subtask: Place the tea cup on the table with the left gripper. + subtask_index: 117 +- subtask: Place the square chewing gum on the table with the left gripper. + subtask_index: 118 +- subtask: Grasp the teapot with the left gripper. + subtask_index: 119 +- subtask: Grasp the banana with the right gripper. + subtask_index: 120 +- subtask: null. + subtask_index: 121 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 198 + total_frames: 100817 + fps: 30 + total_tasks: 122 + total_videos: 594 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 3.23 GB +frame_num: 100817 +frame_range: 1M +dataset_size: 3.23 GB +data_structure: 'Agilex_Cobot_Magic_move_object_red_tablecloth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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 + + | `-- ... (186 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:197 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_move_pencil_sharpener.yaml b/dataset_info/Agilex_Cobot_Magic_move_pencil_sharpener.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e771821435ea04b779982e40011afa0e2f44ced9 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_move_pencil_sharpener.yaml @@ -0,0 +1,500 @@ +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: Agilex_Cobot_Magic_move_pencil_sharpener +dataset_uuid: 195e4802-dea6-4e2f-ad8b-bc37d31f56c3 +scene_type: + level1: education + level2: school + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: deli_stapler +- object_name: deli_water_based_marker +- object_name: deli_watercolor_marker_box +- object_name: purple_incense +- object_name: pencil_sharpener +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the pencil sharpener on the left side of the stapler with the left gripper. +sub_tasks: +- subtask: Place the pencil sharpener to the left of the stapler with the left gripper. + subtask_index: 0 +- subtask: Grasp the pencil sharpene with the right gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Grasp the pencil sharpene with the left gripper. + subtask_index: 3 +- subtask: Place the pencil sharpener to the left of the stapler with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 98 + total_frames: 41602 + fps: 30 + total_tasks: 6 + total_videos: 294 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 374.66 MB +frame_num: 41602 +frame_range: 100K +dataset_size: 374.66 MB +data_structure: 'Agilex_Cobot_Magic_move_pencil_sharpener_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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 + + | `-- ... (86 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:97 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_open_drawer_bottom.yaml b/dataset_info/Agilex_Cobot_Magic_open_drawer_bottom.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6b2a2911e1c48672f88a7be183496740ed48e35b --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_open_drawer_bottom.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: Agilex_Cobot_Magic_open_drawer_bottom +dataset_uuid: c6a3d441-aaa2-4837-876e-95ad740f1f58 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: three_layer_transparent_drawer +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open the bottom drawer with the gripper. +sub_tasks: +- subtask: end. + subtask_index: 0 +- subtask: Pull open the drawer with the left gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: pick up the bottom drawer with the right gripper. + subtask_index: 3 +- subtask: Pull open the drawer with the right gripper. + subtask_index: 4 +- subtask: pick up the bottom drawer with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pull +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 18620 + fps: 30 + total_tasks: 7 + total_videos: 150 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 182.16 MB +frame_num: 18620 +frame_range: 100K +dataset_size: 182.16 MB +data_structure: 'Agilex_Cobot_Magic_open_drawer_bottom_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_organize_desk_fail.yaml b/dataset_info/Agilex_Cobot_Magic_organize_desk_fail.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8fec6f04f38ccc5a06ededcdc42d75f2b00a17ce --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_organize_desk_fail.yaml @@ -0,0 +1,517 @@ +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: Agilex_Cobot_Magic_organize_desk_fail +dataset_uuid: 54232d1b-9d41-473d-8338-fb13d53104e9 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +- object_name: pen_holder +- object_name: storage_box +- object_name: cola +- object_name: milk +- object_name: pen +- object_name: toilet_paper +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the empty pen holder with the hand, and then place the milk and cola into + the basket on the left with the hand. Place the pen holders one by one in the middle + with the hand, and then place the papers one by one into the box on the right with + the hand. +sub_tasks: +- subtask: Place the red marker pen in pen holder with the right gripper. + subtask_index: 0 +- subtask: Place the orange marker pen in pen holder with the right gripper. + subtask_index: 1 +- subtask: Place the waste paper into the box with the right gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Grasp the black marker pen with the left gripper. + subtask_index: 4 +- subtask: Place the red marker pen in pen holder with the left gripper. + subtask_index: 5 +- subtask: Grasp the red marker pen with the right gripper. + subtask_index: 6 +- subtask: Place the cola can into the basket with the left gripper. + subtask_index: 7 +- subtask: Grasp the black marker pen with the right gripper. + subtask_index: 8 +- subtask: Grasp the orange marker pen with the right gripper. + subtask_index: 9 +- subtask: Place the black marker pen in pen holder with the right gripper. + subtask_index: 10 +- subtask: Place the orange marker pen in pen holder with the left gripper. + subtask_index: 11 +- subtask: Grasp the cola can with the left gripper. + subtask_index: 12 +- subtask: Grasp the orange marker pen with the left gripper. + subtask_index: 13 +- subtask: Place the milk into the basket with the left gripper. + subtask_index: 14 +- subtask: Grasp the milk with the left gripper. + subtask_index: 15 +- subtask: Grasp the waste paper with the right gripper. + subtask_index: 16 +- subtask: Place the black marker pen in pen holder with the left gripper. + subtask_index: 17 +- subtask: Grasp the red marker pen with the left gripper. + subtask_index: 18 +- subtask: null. + subtask_index: 19 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 117 + total_frames: 274558 + fps: 30 + total_tasks: 20 + total_videos: 351 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 4.17 GB +frame_num: 274558 +frame_range: 1M +dataset_size: 4.17 GB +data_structure: 'Agilex_Split_Aloha_organize_desk_fail_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (105 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:116 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_organize_test_tube.yaml b/dataset_info/Agilex_Cobot_Magic_organize_test_tube.yaml new file mode 100644 index 0000000000000000000000000000000000000000..eed343d2a889a961d6623d67c23e72a5c5c522f3 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_organize_test_tube.yaml @@ -0,0 +1,482 @@ +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: Agilex_Cobot_Magic_organize_test_tube +dataset_uuid: c0b8a453-c863-4a84-b75b-206900cf9da1 +scene_type: + level1: other + level2: laboratory + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: test_tube_rack +- object_name: clear_test_tube +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the test tube on the table with the gripper. Place it back onto the test tube + rack with the gripper. +sub_tasks: +- subtask: Place the test tube on the test tube rack with the left gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Pick up the test tube with the right gripper. + subtask_index: 2 +- subtask: Move the test tube from the right gripper to the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 197 + total_frames: 159747 + fps: 30 + total_tasks: 6 + total_videos: 591 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 1.92 GB +frame_num: 159747 +frame_range: 1M +dataset_size: 1.92 GB +data_structure: 'Agilex_Cobot_Magic_organize_test_tube_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:196 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_pass_object_left_to_right_black_tablecloth.yaml b/dataset_info/Agilex_Cobot_Magic_pass_object_left_to_right_black_tablecloth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..da057c8fb795a69f922e366d26f4180aed3cf776 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_pass_object_left_to_right_black_tablecloth.yaml @@ -0,0 +1,576 @@ +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: Agilex_Cobot_Magic_pass_object_left_to_right_black_tablecloth +dataset_uuid: 2c2ba02b-01eb-4940-9355-6fcf47c322d1 +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: ambrosial_yogurt +- object_name: banana +- object_name: long_bread +- object_name: milk +- object_name: yogurt +- object_name: grape +- object_name: ham_sausage +- object_name: eggplant +- object_name: chewing_gum +- object_name: eyeglass_case +- object_name: rubik's_cube +- object_name: purple_trash_bag +- object_name: cleanser +- object_name: bathing_in_flowers +- object_name: whiteboard_eraser +- object_name: candle +- object_name: black_table_cloths +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the item with the left gripper and transfer it to the right gripper with + the right gripper. +sub_tasks: +- subtask: Grasp the XX with the right gripper. + subtask_index: 0 +- subtask: Place the XX on the table with the left gripper. + subtask_index: 1 +- subtask: Place the XX on the table with the right gripper. + subtask_index: 2 +- subtask: Grasp the XX with the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Pass the xx to the right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- lift +- place +- pass +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 98 + total_frames: 60078 + fps: 30 + total_tasks: 7 + total_videos: 294 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 1.30 GB +frame_num: 60078 +frame_range: 100K +dataset_size: 1.30 GB +data_structure: 'Agilex_Cobot_Magic_pass_object_left_to_right_black_tablecloth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (86 more entries) + + |-- debug + + | |-- episode_0000 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0001 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0002 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0003 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0004 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0005 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0006 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0007 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0008 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0009 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0010 + + | | |-- images + + | | `-- trace_report.md + + | `-- episode_0011 + + | |-- images + + | `-- trace_report.md + + | `-- ... (39 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:97 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_pass_object_left_to_right_green_tablecloth.yaml b/dataset_info/Agilex_Cobot_Magic_pass_object_left_to_right_green_tablecloth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b457a035e1ecc064d72d7a49e05c2a20ce61207d --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_pass_object_left_to_right_green_tablecloth.yaml @@ -0,0 +1,556 @@ +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: Agilex_Cobot_Magic_pass_object_left_to_right_green_tablecloth +dataset_uuid: 6a855371-dcd3-462d-b5fb-3d0edaefce8e +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: ambrosial_yogurt +- object_name: banana +- object_name: long_bread +- object_name: milk +- object_name: yogurt +- object_name: grape +- object_name: ham_sausage +- object_name: eggplant +- object_name: chewing_gum +- object_name: eyeglass_case +- object_name: rubik's_cube +- object_name: purple_trash_bag +- object_name: cleanser +- object_name: bathing_in_flowers +- object_name: whiteboard_eraser +- object_name: candle +- object_name: green_table_cloths +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the item with the left gripper and transfer it to the right gripper with + the right gripper. +sub_tasks: +- subtask: Pass the purple garbage bag to the right gripper. + subtask_index: 0 +- subtask: Pass the eggplant to the right gripper. + subtask_index: 1 +- subtask: The right gripper places eggplant on the right side of the table. + subtask_index: 2 +- subtask: pick up the eggplant on the left side of the table. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Pass the yogurt to the right gripper. + subtask_index: 5 +- subtask: The right gripper places banana on the right side of the table. + subtask_index: 6 +- subtask: pick up the cleaning agent on the left side of the table. + subtask_index: 7 +- subtask: pick up the milk on the left side of the table. + subtask_index: 8 +- subtask: pick up the purple garbage bag on the left side of the table. + subtask_index: 9 +- subtask: pick up the yogurt on the left side of the table. + subtask_index: 10 +- subtask: pick up the eyeglass case on the left side of the table. + subtask_index: 11 +- subtask: The right gripper places cleaning agent on the right side of the table. + subtask_index: 12 +- subtask: Pass the cleaning agent to the right gripper. + subtask_index: 13 +- subtask: pick up the xx on the left side of the table. + subtask_index: 14 +- subtask: The right gripper places xx on the right side of the table. + subtask_index: 15 +- subtask: The right gripper places yogurt on the right side of the table. + subtask_index: 16 +- subtask: The right gripper places Rubik's Cube on the right side of the table. + subtask_index: 17 +- subtask: Pass the Rubik's Cube to the right gripper. + subtask_index: 18 +- subtask: Pass the eyeglass case to the right gripper. + subtask_index: 19 +- subtask: Pass the long bread to the right gripper. + subtask_index: 20 +- subtask: The right gripper places grape on the right side of the table. + subtask_index: 21 +- subtask: The right gripper places long bread on the right side of the table. + subtask_index: 22 +- subtask: pick up the grape on the left side of the table. + subtask_index: 23 +- subtask: pick up the long bread on the left side of the table. + subtask_index: 24 +- subtask: The right gripper places purple garbage bag on the right side of the table. + subtask_index: 25 +- subtask: pick up the Rubik's Cube on the left side of the table. + subtask_index: 26 +- subtask: Pass the banana to the right gripper. + subtask_index: 27 +- subtask: The right gripper places milk on the right side of the table. + subtask_index: 28 +- subtask: Pass the milk to the right gripper. + subtask_index: 29 +- subtask: The right gripper places eyeglass case on the right side of the table. + subtask_index: 30 +- subtask: Pass the grape to the right gripper. + subtask_index: 31 +- subtask: pick up the banana on the left side of the table. + subtask_index: 32 +- subtask: Pass the xx to the right gripper. + subtask_index: 33 +- subtask: null. + subtask_index: 34 +atomic_actions: +- grasp +- lift +- place +- pass +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 96 + total_frames: 64995 + fps: 30 + total_tasks: 35 + total_videos: 288 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 795.75 MB +frame_num: 64995 +frame_range: 100K +dataset_size: 795.75 MB +data_structure: 'Agilex_Cobot_Magic_pass_object_left_to_right_green_tablecloth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (84 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:95 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_pass_object_left_to_right_khaki_tablecloth.yaml b/dataset_info/Agilex_Cobot_Magic_pass_object_left_to_right_khaki_tablecloth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4f6a7aad07f9b530400a62db21efb811c24e209a --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_pass_object_left_to_right_khaki_tablecloth.yaml @@ -0,0 +1,570 @@ +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: Agilex_Cobot_Magic_pass_object_left_to_right_khaki_tablecloth +dataset_uuid: 0af54ed6-482b-4717-b31d-c02096391c85 +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: ambrosial_yogurt +- object_name: banana +- object_name: long_bread +- object_name: milk +- object_name: yogurt +- object_name: grape +- object_name: ham_sausage +- object_name: eggplant +- object_name: chewing_gum +- object_name: eyeglass_case +- object_name: rubik's_cube +- object_name: purple_trash_bag +- object_name: cleanser +- object_name: bathing_in_flowers +- object_name: whiteboard_eraser +- object_name: candle +- object_name: khaki_table_cloths +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the item with the left gripper and transfer it to the right gripper with + the right gripper. +sub_tasks: +- subtask: Pass the purple garbage bag to the right gripper. + subtask_index: 0 +- subtask: Pass the shower sphere to the right gripper. + subtask_index: 1 +- subtask: Place the milk on the table with the right gripper. + subtask_index: 2 +- subtask: Place the XX on the table with the right gripper. + subtask_index: 3 +- subtask: Pass the yogurt to the right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Pass the milk to the right gripper. + subtask_index: 6 +- subtask: Place the purple garbage bag on the table with the right gripper. + subtask_index: 7 +- subtask: Place the Rubik's Cube on the table with the right gripper. + subtask_index: 8 +- subtask: Grasp the blue blackboard erasure with the left gripper. + subtask_index: 9 +- subtask: Grasp the shower sphere with the left gripper. + subtask_index: 10 +- subtask: Grasp the plush banana with the left gripper. + subtask_index: 11 +- subtask: Grasp the yogurt with the left gripper. + subtask_index: 12 +- subtask: Grasp the milk with the left gripper. + subtask_index: 13 +- subtask: Pass the plush banana to the right gripper. + subtask_index: 14 +- subtask: Place the blue blackboard erasure on the table with the right gripper. + subtask_index: 15 +- subtask: Abnormal. + subtask_index: 16 +- subtask: Grasp the XX with the left gripper. + subtask_index: 17 +- subtask: Grasp the blue blackboard erasure with the left grippe. + subtask_index: 18 +- subtask: Pass the Rubik's Cube to the right gripper. + subtask_index: 19 +- subtask: Place the milk on the table with the right gripper. + subtask_index: 20 +- subtask: Pass the long bread to the right gripper. + subtask_index: 21 +- subtask: Pass the milk to the right gripper. + subtask_index: 22 +- subtask: Pass the long bread to the right gripper. + subtask_index: 23 +- subtask: Grasp the milk with the left gripper. + subtask_index: 24 +- subtask: Pass the blue blackboard erasure to the right gripper. + subtask_index: 25 +- subtask: Place the long bread on the table with the right gripper. + subtask_index: 26 +- subtask: Grasp the long bread with the left gripper. + subtask_index: 27 +- subtask: Grasp the Rubik's Cube with the left gripper. + subtask_index: 28 +- subtask: Place the yogurt on the table with the right gripper. + subtask_index: 29 +- subtask: Place the plush banana on the table with the right gripper. + subtask_index: 30 +- subtask: Pass the milk to the right gripper. + subtask_index: 31 +- subtask: Place the grape on the table with the right gripper. + subtask_index: 32 +- subtask: Grasp the long bread with the left gripper. + subtask_index: 33 +- subtask: Pass the milk to the right gripper. + subtask_index: 34 +- subtask: Pass the grape to the right gripper. + subtask_index: 35 +- subtask: Pass the blue garbage bag to the right gripper. + subtask_index: 36 +- subtask: Pass the xx to the right gripper. + subtask_index: 37 +- subtask: Grasp the grape with the left gripper. + subtask_index: 38 +- subtask: Grasp the purple garbage bag with the left gripper. + subtask_index: 39 +- subtask: Place the shower sphere on the table with the right gripper. + subtask_index: 40 +- subtask: null. + subtask_index: 41 +atomic_actions: +- grasp +- lift +- place +- pass +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 97 + total_frames: 53653 + fps: 30 + total_tasks: 42 + total_videos: 291 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 636.04 MB +frame_num: 53653 +frame_range: 100K +dataset_size: 636.04 MB +data_structure: 'Agilex_Cobot_Magic_pass_object_left_to_right_khaki_tablecloth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (85 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:96 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_pass_object_left_to_right_white_tablecloth.yaml b/dataset_info/Agilex_Cobot_Magic_pass_object_left_to_right_white_tablecloth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..955137577cc7295003f577156f8181a92db55fe1 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_pass_object_left_to_right_white_tablecloth.yaml @@ -0,0 +1,499 @@ +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: Agilex_Cobot_Magic_pass_object_left_to_right_white_tablecloth +dataset_uuid: d0d34e1e-6130-415d-ba5e-1f04dea04b9f +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: ambrosial_yogurt +- object_name: banana +- object_name: long_bread +- object_name: milk +- object_name: yogurt +- object_name: grape +- object_name: ham_sausage +- object_name: eggplant +- object_name: chewing_gum +- object_name: eyeglass_case +- object_name: rubik's_cube +- object_name: purple_trash_bag +- object_name: cleanser +- object_name: bathing_in_flowers +- object_name: whiteboard_eraser +- object_name: candle +- object_name: white_table_cloths +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the item with the left gripper and transfer it to the right gripper with + the right gripper. +sub_tasks: +- subtask: Unlabeled. + subtask_index: 0 +- subtask: Grasp the Rubik's Cube with the left gripper. + subtask_index: 1 +- subtask: Pass the Rubik's Cube to the right gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Place the Rubik's Cube on the table with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- lift +- place +- pass +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 96 + total_frames: 55704 + fps: 30 + total_tasks: 6 + total_videos: 288 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 546.67 MB +frame_num: 55704 +frame_range: 100K +dataset_size: 546.67 MB +data_structure: 'Agilex_Cobot_Magic_pass_object_left_to_right_white_tablecloth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (84 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:95 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_pass_object_right_to_left_black_tablecloth.yaml b/dataset_info/Agilex_Cobot_Magic_pass_object_right_to_left_black_tablecloth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8355bbbb34a0192deef41f3a1507499dc1a49b33 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_pass_object_right_to_left_black_tablecloth.yaml @@ -0,0 +1,549 @@ +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: Agilex_Cobot_Magic_pass_object_right_to_left_black_tablecloth +dataset_uuid: 17c5373d-9645-4973-9d93-416d0ec5293e +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: ambrosial_yogurt +- object_name: banana +- object_name: long_bread +- object_name: milk +- object_name: yogurt +- object_name: grape +- object_name: ham_sausage +- object_name: eggplant +- object_name: chewing_gum +- object_name: eyeglass_case +- object_name: rubik's_cube +- object_name: purple_trash_bag +- object_name: cleanser +- object_name: bathing_in_flowers +- object_name: whiteboard_eraser +- object_name: candle +- object_name: black_table_cloths +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the item with the right gripper and transfer it to the left gripper. +sub_tasks: +- subtask: The left gripper places milk on the left side of the table. + subtask_index: 0 +- subtask: The left gripper places bread on the left side of the table. + subtask_index: 1 +- subtask: Pass the bread to the left gripper. + subtask_index: 2 +- subtask: Pass the shower sphere to the left gripper. + subtask_index: 3 +- subtask: pick up the bread on the right side of the table. + subtask_index: 4 +- subtask: pick up the grape on the right side of the table. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: pick up the banana on the right side of the table. + subtask_index: 7 +- subtask: Pass the purple garbage bag to the left gripper. + subtask_index: 8 +- subtask: Pass the Rubik's Cube to the left gripper. + subtask_index: 9 +- subtask: The left gripper places yogurt on the left side of the table. + subtask_index: 10 +- subtask: The left gripper places shower sphere on the left side of the table. + subtask_index: 11 +- subtask: pick up the shower sphere on the right side of the table. + subtask_index: 12 +- subtask: pick up the grapes on the right side of the table. + subtask_index: 13 +- subtask: Pass the yogurt to the left gripper. + subtask_index: 14 +- subtask: The left gripper places grape on the left side of the table. + subtask_index: 15 +- subtask: The left gripper places grapes on the left side of the table. + subtask_index: 16 +- subtask: pick up the milk on the right side of the table. + subtask_index: 17 +- subtask: Pass the milk to the left gripper. + subtask_index: 18 +- subtask: The left gripper places banana on the left side of the table. + subtask_index: 19 +- subtask: pick up the eyeglass case on the right side of the table. + subtask_index: 20 +- subtask: Pass the banana to the left gripper. + subtask_index: 21 +- subtask: Pass the grapes to the left gripper. + subtask_index: 22 +- subtask: pick up the purple garbage bag on the right side of the table. + subtask_index: 23 +- subtask: Pass the grape to the left gripper. + subtask_index: 24 +- subtask: The left gripper places eyeglass case on the left side of the table. + subtask_index: 25 +- subtask: Pass the eyeglass case to the left gripper. + subtask_index: 26 +- subtask: pick up the yogurt on the right side of the table. + subtask_index: 27 +- subtask: pick up the Rubik's Cube on the right side of the table. + subtask_index: 28 +- subtask: Pass the milk to the left gripper. + subtask_index: 29 +- subtask: The left gripper places purple garbage bag on the left side of the table. + subtask_index: 30 +- subtask: null. + subtask_index: 31 +atomic_actions: +- grasp +- lift +- place +- pass +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 93 + total_frames: 59541 + fps: 30 + total_tasks: 32 + total_videos: 279 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 1.15 GB +frame_num: 59541 +frame_range: 100K +dataset_size: 1.15 GB +data_structure: 'Agilex_Cobot_Magic_pass_object_right_to_left_black_tablecloth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (81 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:92 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_pass_object_right_to_left_green_tablecloth.yaml b/dataset_info/Agilex_Cobot_Magic_pass_object_right_to_left_green_tablecloth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ad99f9480a8499916078925ec41c4e5c934536ec --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_pass_object_right_to_left_green_tablecloth.yaml @@ -0,0 +1,591 @@ +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: Agilex_Cobot_Magic_pass_object_right_to_left_green_tablecloth +dataset_uuid: 51fb1bea-635a-41f0-b91f-8a479329e627 +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: ambrosial_yogurt +- object_name: banana +- object_name: long_bread +- object_name: milk +- object_name: yogurt +- object_name: grape +- object_name: ham_sausage +- object_name: eggplant +- object_name: chewing_gum +- object_name: eyeglass_case +- object_name: rubik's_cube +- object_name: purple_trash_bag +- object_name: cleanser +- object_name: bathing_in_flowers +- object_name: whiteboard_eraser +- object_name: candle +- object_name: green_table_cloths +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the item with the right gripper and transfer it to the left gripper. +sub_tasks: +- subtask: The left gripper places milk on the left side of the table. + subtask_index: 0 +- subtask: The left gripper places bread on the left side of the table. + subtask_index: 1 +- subtask: pick up the shampoo on the right side of the table. + subtask_index: 2 +- subtask: Use the right to pick up the bread on the right side of table. + subtask_index: 3 +- subtask: Pass the bread to the left gripper. + subtask_index: 4 +- subtask: pick up the bread on the right side of the table. + subtask_index: 5 +- subtask: The left gripper places grape on the left side of the table. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: The left gripper places bread on the left side of the table. + subtask_index: 8 +- subtask: Pass the eggplant to the left gripper. + subtask_index: 9 +- subtask: The left gripper places yogurt on the left side of the table. + subtask_index: 10 +- subtask: Pass the purple garbage bag to the left gripper. + subtask_index: 11 +- subtask: pick up the xbreadon the right side of the table. + subtask_index: 12 +- subtask: The left gripper places yogurt on the left side of the table. + subtask_index: 13 +- subtask: Pass the Rubik's Cube to the left gripper. + subtask_index: 14 +- subtask: pick up the grape on the right side of the table. + subtask_index: 15 +- subtask: pick up the grape on the right side of the table. + subtask_index: 16 +- subtask: Pass the yogurt to the left gripper. + subtask_index: 17 +- subtask: Pass the bread to the left gripper. + subtask_index: 18 +- subtask: pick up the yogurt on the right side of the table. + subtask_index: 19 +- subtask: Pass the grape to the left grippe. + subtask_index: 20 +- subtask: pick up the milk on the right side of the table. + subtask_index: 21 +- subtask: The left gripper places shampoo on the left side of the table. + subtask_index: 22 +- subtask: The left gripper places grape on the left side of the table. + subtask_index: 23 +- subtask: The left gripper places eggplant on the left side of the table. + subtask_index: 24 +- subtask: pick up the milk on the right side of the table. + subtask_index: 25 +- subtask: Pass the milk to the left gripper. + subtask_index: 26 +- subtask: The left gripper places banana on the left side of the table. + subtask_index: 27 +- subtask: The left gripper places milk on the left side of the table. + subtask_index: 28 +- subtask: The left gripper places xx on the left side of the table. + subtask_index: 29 +- subtask: Pass the shampoo to the left gripper. + subtask_index: 30 +- subtask: Pass the bread to the left gripper. + subtask_index: 31 +- subtask: pick up the bread on the right side of the table. + subtask_index: 32 +- subtask: The left gripper places purple garbage bag on the left side of the table. + subtask_index: 33 +- subtask: pick up the xx on the right side of the table. + subtask_index: 34 +- subtask: Pass the milk to the left gripper. + subtask_index: 35 +- subtask: Pass the banana to the left gripper. + subtask_index: 36 +- subtask: Pass the shampoo to the left gripper. + subtask_index: 37 +- subtask: The left gripper places Rubik's Cube on the left side of the table. + subtask_index: 38 +- subtask: pick up the purple garbage bag on the right side of the table. + subtask_index: 39 +- subtask: Pass the yogurt to the left gripper. + subtask_index: 40 +- subtask: Pass the bread to the left gripper. + subtask_index: 41 +- subtask: shampoo the on the right side of the table. + subtask_index: 42 +- subtask: User the right gripper to pick up the grape on the right side of the table. + subtask_index: 43 +- subtask: The left gripper places milk on the left side of the table. + subtask_index: 44 +- subtask: pick up the yogurt on the right side of the table. + subtask_index: 45 +- subtask: The left gripper places yogurt on the left side of the table. + subtask_index: 46 +- subtask: pick up the shampoo on the right side of the table. + subtask_index: 47 +- subtask: pick up the Rubik's Cube on the right side of the table. + subtask_index: 48 +- subtask: Pass the milk to the left gripper. + subtask_index: 49 +- subtask: Pass the grape to the left gripper. + subtask_index: 50 +- subtask: Pass the grape to the left gripper. + subtask_index: 51 +- subtask: null. + subtask_index: 52 +atomic_actions: +- grasp +- lift +- place +- pass +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 98 + total_frames: 69065 + fps: 30 + total_tasks: 53 + total_videos: 294 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 884.47 MB +frame_num: 69065 +frame_range: 100K +dataset_size: 884.47 MB +data_structure: 'Agilex_Cobot_Magic_pass_object_right_to_left_green_tablecloth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (86 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:97 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_pass_object_right_to_left_khaki_tablecloth.yaml b/dataset_info/Agilex_Cobot_Magic_pass_object_right_to_left_khaki_tablecloth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c9235776f9210db6f375700b9200a753aacd9b64 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_pass_object_right_to_left_khaki_tablecloth.yaml @@ -0,0 +1,490 @@ +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: Agilex_Cobot_Magic_pass_object_right_to_left_khaki_tablecloth +dataset_uuid: f6132371-e9d1-42a5-9293-8848434b8bc1 +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: ambrosial_yogurt +- object_name: banana +- object_name: long_bread +- object_name: milk +- object_name: yogurt +- object_name: grape +- object_name: ham_sausage +- object_name: eggplant +- object_name: chewing_gum +- object_name: eyeglass_case +- object_name: rubik's_cube +- object_name: purple_trash_bag +- object_name: cleanser +- object_name: bathing_in_flowers +- object_name: whiteboard_eraser +- object_name: candle +- object_name: khaki_table_cloths +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the item with the right gripper and transfer it to the left gripper. +sub_tasks: +- subtask: Unlabeled. + subtask_index: 0 +- subtask: null. + subtask_index: 1 +atomic_actions: +- grasp +- lift +- place +- pass +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 98 + total_frames: 64158 + fps: 30 + total_tasks: 2 + total_videos: 294 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 749.82 MB +frame_num: 64158 +frame_range: 100K +dataset_size: 749.82 MB +data_structure: 'Agilex_Cobot_Magic_pass_object_right_to_left_khaki_tablecloth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (86 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:97 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_pass_object_right_to_left_red_tablecloth.yaml b/dataset_info/Agilex_Cobot_Magic_pass_object_right_to_left_red_tablecloth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f9367b5198b1c7eb1f288fe93ad597fefe7f291f --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_pass_object_right_to_left_red_tablecloth.yaml @@ -0,0 +1,568 @@ +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: Agilex_Cobot_Magic_pass_object_right_to_left_red_tablecloth +dataset_uuid: 471da8f6-7617-4488-8a4f-82fe34f146d8 +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: ambrosial_yogurt +- object_name: banana +- object_name: long_bread +- object_name: milk +- object_name: yogurt +- object_name: grape +- object_name: ham_sausage +- object_name: eggplant +- object_name: chewing_gum +- object_name: eyeglass_case +- object_name: rubik's_cube +- object_name: purple_trash_bag +- object_name: cleanser +- object_name: bathing_in_flowers +- object_name: whiteboard_eraser +- object_name: candle +- object_name: red_table_cloths +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the item with the right gripper and transfer it to the left gripper. +sub_tasks: +- subtask: The left gripper places milk on the left side of the table. + subtask_index: 0 +- subtask: The left gripper places anmuxi on the left side of the table. + subtask_index: 1 +- subtask: The left gripper places Rubik's Cube on the left side of the table. + subtask_index: 2 +- subtask: Pass the blue blackboard erasure to the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Pass the eggplant to the left gripper. + subtask_index: 5 +- subtask: Pass the Rubik's Cube to the left gripper. + subtask_index: 6 +- subtask: The left gripper places yogurt on the left side of the table. + subtask_index: 7 +- subtask: Pass the square chewing gum to the left gripper. + subtask_index: 8 +- subtask: pick up the grape on the right side of the table. + subtask_index: 9 +- subtask: Pass the yogurt to the left gripper. + subtask_index: 10 +- subtask: The left gripper places eggplant on the left side of the table. + subtask_index: 11 +- subtask: The left gripper places grape on the left side of the table. + subtask_index: 12 +- subtask: pick up the milk on the right side of the table. + subtask_index: 13 +- subtask: Pass the milk to the left gripper. + subtask_index: 14 +- subtask: pick up the eggplant on the right side of the table. + subtask_index: 15 +- subtask: The left gripper places xx on the left side of the table. + subtask_index: 16 +- subtask: Pass the shower sphereto the left gripper. + subtask_index: 17 +- subtask: pick up the shower sphere on the right side of the table. + subtask_index: 18 +- subtask: pick up the Anmuxi on the right side of the table. + subtask_index: 19 +- subtask: pick up the xx on the right side of the table. + subtask_index: 20 +- subtask: The left gripper places shower sphere on the left side of the table. + subtask_index: 21 +- subtask: pick up the blue blackboard erasure on the right side of the table. + subtask_index: 22 +- subtask: pick up the plush banana on the right side of the table. + subtask_index: 23 +- subtask: Pass the plush banana to the left gripper. + subtask_index: 24 +- subtask: Pass the shower sphere to the left gripper. + subtask_index: 25 +- subtask: Pass the to the yogurt left gripper. + subtask_index: 26 +- subtask: The left gripper places blue blackboard erasure on the left side of the + table. + subtask_index: 27 +- subtask: The left gripper places plush banana on the left side of the table. + subtask_index: 28 +- subtask: pick up the square chewing gum on the right side of the table. + subtask_index: 29 +- subtask: The left gripper places square chewing gum on the left side of the table. + subtask_index: 30 +- subtask: The left gripper places eyeglass case on the left side of the table. + subtask_index: 31 +- subtask: Pass the xx to the left gripper. + subtask_index: 32 +- subtask: Pass the eyeglass case to the left gripper. + subtask_index: 33 +- subtask: pick up the yogurt on the right side of the table. + subtask_index: 34 +- subtask: pick up the eyeglass case on the right side of the table. + subtask_index: 35 +- subtask: Pass the yogurt to the left gripper. + subtask_index: 36 +- subtask: pick up the Rubik's Cube on the right side of the table. + subtask_index: 37 +- subtask: Pass the anmuxi to the left gripper. + subtask_index: 38 +- subtask: Pass the grape to the left gripper. + subtask_index: 39 +- subtask: null. + subtask_index: 40 +atomic_actions: +- grasp +- lift +- place +- pass +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 99 + total_frames: 58861 + fps: 30 + total_tasks: 41 + total_videos: 297 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 1.43 GB +frame_num: 58861 +frame_range: 100K +dataset_size: 1.43 GB +data_structure: 'Agilex_Cobot_Magic_pass_object_right_to_left_red_tablecloth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (87 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:98 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_pass_object_right_to_left_white_tablecloth.yaml b/dataset_info/Agilex_Cobot_Magic_pass_object_right_to_left_white_tablecloth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..02867bffd3fa498cdf38596b33e66e5946847c75 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_pass_object_right_to_left_white_tablecloth.yaml @@ -0,0 +1,570 @@ +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: Agilex_Cobot_Magic_pass_object_right_to_left_white_tablecloth +dataset_uuid: 0eca9458-d3e1-4681-aa05-21d5d8cd54f7 +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: ambrosial_yogurt +- object_name: banana +- object_name: long_bread +- object_name: milk +- object_name: yogurt +- object_name: grape +- object_name: ham_sausage +- object_name: eggplant +- object_name: chewing_gum +- object_name: eyeglass_case +- object_name: rubik's_cube +- object_name: purple_trash_bag +- object_name: cleanser +- object_name: bathing_in_flowers +- object_name: whiteboard_eraser +- object_name: candle +- object_name: white_table_cloths +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the item with the right gripper and transfer it to the left gripper. +sub_tasks: +- subtask: The left gripper places milk on the left side of the table. + subtask_index: 0 +- subtask: Pass the square chewing gun to the left gripper. + subtask_index: 1 +- subtask: The left gripper places Rubik's Cube on the left side of the table. + subtask_index: 2 +- subtask: Pass the yogurt to the left gripper. + subtask_index: 3 +- subtask: The left gripper places grey towel on the left side of the table. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: pick up the banana on the right side of the table. + subtask_index: 6 +- subtask: The left gripper places bananal on the left side of the table. + subtask_index: 7 +- subtask: Pass the shower spherer to the left gripper. + subtask_index: 8 +- subtask: The left gripper places yogurt on the left side of the table. + subtask_index: 9 +- subtask: Pass the eggplant to the left gripper. + subtask_index: 10 +- subtask: Pass the eyeglass case to the left gripper. + subtask_index: 11 +- subtask: pick up the banana on the right side of the table. + subtask_index: 12 +- subtask: The left gripper places eggplant on the left side of the table. + subtask_index: 13 +- subtask: Pass the eggplant to the left gripper. + subtask_index: 14 +- subtask: pick up the milk on the right side of the table. + subtask_index: 15 +- subtask: The left gripper places banana on the left side of the table. + subtask_index: 16 +- subtask: Pass the Rubik's Cube to the left gripper. + subtask_index: 17 +- subtask: pick up the eggplant on the right side of the table. + subtask_index: 18 +- subtask: pick up the square chewing gun on the right side of the table. + subtask_index: 19 +- subtask: pick up the banana the on right side of the table. + subtask_index: 20 +- subtask: pick up the shower sphere on the right side of the table. + subtask_index: 21 +- subtask: pick up the bananal on the right side of the table. + subtask_index: 22 +- subtask: The left gripper places shower sphere on the left side of the table. + subtask_index: 23 +- subtask: Pass the grey towel to the left gripper. + subtask_index: 24 +- subtask: pick up the blue blackboard erasure on the right side of the table. + subtask_index: 25 +- subtask: Pass the banana to the left gripper. + subtask_index: 26 +- subtask: pick up the purple garbage bag on the right side of the table. + subtask_index: 27 +- subtask: Pass the purple garbage bag to the left gripper. + subtask_index: 28 +- subtask: The left gripper places blue blackboard erasure on the left side of the + table. + subtask_index: 29 +- subtask: pick up the eggplant on the right side of the table. + subtask_index: 30 +- subtask: pick up the square chewing gum on the right side of the table. + subtask_index: 31 +- subtask: The left gripper places square chewing gun on the left side of the table. + subtask_index: 32 +- subtask: Pass the shower sphere to the left gripper. + subtask_index: 33 +- subtask: The left gripper places eyeglass case on the left side of the table. + subtask_index: 34 +- subtask: pick up the yogurt on the right side of the table. + subtask_index: 35 +- subtask: Pass the blue blackboard erasure to the left gripper. + subtask_index: 36 +- subtask: pick up the eyeglass case on the right side of the table. + subtask_index: 37 +- subtask: pick up the Rubik's Cube on the right side of the table. + subtask_index: 38 +- subtask: Pass the milk to the left gripper. + subtask_index: 39 +- subtask: The left gripper places purple garbage bag on the left side of the table. + subtask_index: 40 +- subtask: null. + subtask_index: 41 +atomic_actions: +- grasp +- lift +- place +- pass +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 99 + total_frames: 52998 + fps: 30 + total_tasks: 42 + total_videos: 297 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 508.79 MB +frame_num: 52998 +frame_range: 100K +dataset_size: 508.79 MB +data_structure: 'Agilex_Cobot_Magic_pass_object_right_to_left_white_tablecloth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (87 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:98 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_place_towel_flat.yaml b/dataset_info/Agilex_Cobot_Magic_place_towel_flat.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ed4f98c3c7dd62b9cbfe95789890efd5d989ac23 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_place_towel_flat.yaml @@ -0,0 +1,531 @@ +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: Agilex_Cobot_Magic_place_towel_flat +dataset_uuid: d856a081-4998-43c9-8ba9-1b28f52a0f6e +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +- object_name: blue_towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the towel from the basket with the gripper and lay it flat on the table. +sub_tasks: +- subtask: Right gripper:adjust the blue towel. + subtask_index: 0 +- subtask: 'Left gripper: pick up the brown towel.' + subtask_index: 1 +- subtask: 'Left gripper: lift the blue towel to the center of view.' + subtask_index: 2 +- subtask: 'Right gripper: pick up a corner of the blue towel and straighten it.' + subtask_index: 3 +- subtask: 'Right gripper: spread the blue towel flat on the table.' + subtask_index: 4 +- subtask: 'Right gripper: pick up a corner of the purple towel and straighten it.' + subtask_index: 5 +- subtask: 'Left gripper: spread the brown towel flat on the table.' + subtask_index: 6 +- subtask: 'Right gripper: spread the purple towel flat on the table.' + subtask_index: 7 +- subtask: 'Right gripper: spread the grey towel flat on the table.' + subtask_index: 8 +- subtask: 'Left gripper: spread the purple towel flat on the table.' + subtask_index: 9 +- subtask: Left gripper:adjust the gray towel. + subtask_index: 10 +- subtask: Left gripper:adjust the brown towel. + subtask_index: 11 +- subtask: Abnormal. + subtask_index: 12 +- subtask: 'Right gripper: pick up a corner of the grey towel and straighten it.' + subtask_index: 13 +- subtask: 'Left gripper: pick up the grey towel.' + subtask_index: 14 +- subtask: 'Left gripper: lift the purple towel to the center of view.' + subtask_index: 15 +- subtask: Right gripper:adjust the brown towel. + subtask_index: 16 +- subtask: 'Left gripper: lift the brown towel to the center of view.' + subtask_index: 17 +- subtask: 'Left gripper: pick up the blue towel.' + subtask_index: 18 +- subtask: 'Left gripper: lift the grey towel to the center of view.' + subtask_index: 19 +- subtask: 'Right gripper: spread the brown towel flat on the table.' + subtask_index: 20 +- subtask: Left gripper:adjust the blue towel. + subtask_index: 21 +- subtask: 'Right gripper: pick up a corner of the brown towel and straighten it.' + subtask_index: 22 +- subtask: 'Left gripper: spread the grey towel flat on the table.' + subtask_index: 23 +- subtask: End. + subtask_index: 24 +- subtask: Right gripper:adjust the gray towel. + subtask_index: 25 +- subtask: 'Left gripper: spread the blue towel flat on the table.' + subtask_index: 26 +- subtask: 'Left gripper: pick up the purple towel.' + subtask_index: 27 +- subtask: null. + subtask_index: 28 +atomic_actions: +- grasp +- fold +- lift +- place +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_right_wrist_rgb +- cam_left_wrist_rgb +came_info: + cam_head_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 + cam_left_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 962 + total_frames: 1023212 + fps: 30 + total_tasks: 29 + total_videos: 2886 + total_chunks: 1 + chunks_size: 10000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 62.89 GB +frame_num: 1023212 +frame_range: 10M +dataset_size: 62.89 GB +data_structure: 'Agilex_Cobot_Magic_place_towel_flat_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (950 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:961 + val: 795:894 + test: 894:994 +features: + 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_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 + - 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_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 + - right_gripper_open + 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_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 + - 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_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 + - right_gripper_open + observation.images.cam_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_plate_storage.yaml b/dataset_info/Agilex_Cobot_Magic_plate_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a0c92688c7d29ba766acbba04a0a3bba9d88370b --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_plate_storage.yaml @@ -0,0 +1,489 @@ +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: Agilex_Cobot_Magic_plate_storage +dataset_uuid: 7f2dd151-758c-4265-89b3-5d486f875ef8 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: plate +- object_name: plate_rack +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the plate on the plate rack with the gripper. +- Grasp the green plate with the left gripper, pass the green plate to the right gripper + with the left gripper, and place the green plate on the plate rack with the right + gripper. +- Grasp the pink plate with the left gripper, pass the pink plate to the right gripper + with the left gripper, and place the pink plate on the plate rack with the right + gripper. +- Grasp the green plate with the right gripper, pass the green plate to the left gripper + with the right gripper, and place the green plate on the plate rack with the left + gripper. +- Grasp the pink plate with the right gripper, pass the pink plate to the left gripper + with the right gripper, and place the pink plate on the plate rack with the left + gripper. +sub_tasks: +- subtask: Pass the plate from the left gripper to the right gripper. + subtask_index: 0 +- subtask: Place the plate on the shelf. + subtask_index: 1 +- subtask: Pass the plate from the right gripper to the left gripper. + subtask_index: 2 +- subtask: Pick up the plate with the left gripper. + subtask_index: 3 +- subtask: Pick up the plate with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, 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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 499 + total_frames: 229687 + fps: 30 + total_tasks: 6 + total_videos: 1497 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 2.60 GB +frame_num: 229687 +frame_range: 1M +dataset_size: 2.60 GB +data_structure: 'Split_aloha_plate_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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_high_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_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Cobot_Magic_pour_drink_bottle_cup.yaml b/dataset_info/Agilex_Cobot_Magic_pour_drink_bottle_cup.yaml new file mode 100644 index 0000000000000000000000000000000000000000..85673f848940c8b334fce4d4170cc0149c853be5 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_pour_drink_bottle_cup.yaml @@ -0,0 +1,593 @@ +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: Agilex_Cobot_Magic_pour_drink_bottle_cup +dataset_uuid: 3b906428-ddf0-41fa-8123-6df861880ea5 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cup +- object_name: water_Bottle +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the bottle of the drink with a gripper and pour it into a random cup. +sub_tasks: +- subtask: Pour the cranberry juice into the cyan cup with the right gripper. + subtask_index: 0 +- subtask: Pour the cranberry juice into the paper cup with the right gripper. + subtask_index: 1 +- subtask: end. + subtask_index: 2 +- subtask: Pour the cranberry juice into the White Plastic Cup with the left gripper. + subtask_index: 3 +- subtask: Place the mineral water bottle on the table with the left gripper. + subtask_index: 4 +- subtask: Pour the mineral water into the paper cup with the left gripper. + subtask_index: 5 +- subtask: Grasp the mineral water bottle with the left gripper. + subtask_index: 6 +- subtask: Pour the cranberry juice into the cyan cup with the left gripper. + subtask_index: 7 +- subtask: Pour the cranberry juice into the White Plastic Cup with the right gripper. + subtask_index: 8 +- subtask: Abnormal. + subtask_index: 9 +- subtask: Pour the mineral water into the glass with the right gripper. + subtask_index: 10 +- subtask: Place the cranberry juice bottle on the table with the right gripper. + subtask_index: 11 +- subtask: Pour the cranberry juice into the paper cup with the left gripper. + subtask_index: 12 +- subtask: Grasp the cranberry juice bottle with the right gripper. + subtask_index: 13 +- subtask: Pour the mineral water into the cyan cup with the left gripper. + subtask_index: 14 +- subtask: Grasp the cranberry juice bottle with the left gripper. + subtask_index: 15 +- subtask: Place the cranberry juice bottle on the table with the left gripper. + subtask_index: 16 +- subtask: Place the mineral water bottle on the table with the right gripper. + subtask_index: 17 +- subtask: Grasp the mineral water bottle with the right gripper. + subtask_index: 18 +- subtask: Pour the mineral water into the cyan cup with the right gripper. + subtask_index: 19 +- subtask: Pour the mineral water into the paper cup with the right gripper. + subtask_index: 20 +- subtask: Pour the mineral water into the glass with the left gripper. + subtask_index: 21 +- subtask: null. + subtask_index: 22 +atomic_actions: +- grasp +- lift +- pour +- place +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 195 + total_frames: 201530 + fps: 30 + total_tasks: 23 + total_videos: 585 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 1.72 GB +frame_num: 201530 +frame_range: 1M +dataset_size: 1.72 GB +data_structure: 'Agilex_Cobot_Magic_pour_drink_bottle_cup_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (183 more entries) + + |-- debug + + | |-- episode_0000 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0001 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0002 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0003 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0004 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0005 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0006 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0007 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0008 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0009 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0010 + + | | |-- images + + | | `-- trace_report.md + + | `-- episode_0011 + + | |-- images + + | `-- trace_report.md + + | `-- ... (39 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:194 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_pour_drink_bottle_cup_cup.yaml b/dataset_info/Agilex_Cobot_Magic_pour_drink_bottle_cup_cup.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ae7d67c41f2863872d1bb2ca538e5999b64198ff --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_pour_drink_bottle_cup_cup.yaml @@ -0,0 +1,558 @@ +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: Agilex_Cobot_Magic_pour_drink_bottle_cup_cup +dataset_uuid: 0b8d5fcf-c684-4e26-9c6a-5ddca5d94ede +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cup +- object_name: water_bottle +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the bottle of the drink with a clamp, pour the beverage into a random cup + with the clamp, then clamp the cup containing the drink and pour the drink into + another random cup with the clamp. +sub_tasks: +- subtask: Right gripper. + subtask_index: 0 +- subtask: Pour the water into the blue plastic cup with left gripper. + subtask_index: 1 +- subtask: Pour water into the green plastic cup with right gripper. + subtask_index: 2 +- subtask: Place the water bottle on the table with right gripper. + subtask_index: 3 +- subtask: Pour water into the green plastic cup with left gripper. + subtask_index: 4 +- subtask: Pour the drink into the blue plastic cup with left gripper. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: Left gripper. + subtask_index: 7 +- subtask: Pick up the blue plastic cup bottle with right gripper. + subtask_index: 8 +- subtask: Pick up the green plastic cup bottle with right gripper. + subtask_index: 9 +- subtask: Place the green plastic cup on the table with right gripper. + subtask_index: 10 +- subtask: Pick up the drink bottle with right gripper. + subtask_index: 11 +- subtask: Pour water into the paper cup with right gripper. + subtask_index: 12 +- subtask: Place the blue plastic cup on the table with left gripper. + subtask_index: 13 +- subtask: Pour the water into the green plastic cup with left gripper. + subtask_index: 14 +- subtask: Pick up the drink bottle with left gripper. + subtask_index: 15 +- subtask: Place the paper cup on the table with left gripper. + subtask_index: 16 +- subtask: Pour water into the blue plastic cup with right gripper. + subtask_index: 17 +- subtask: Pick up the blue plastic cup with left gripper. + subtask_index: 18 +- subtask: Place the blue plastic cup on the table with right gripper. + subtask_index: 19 +- subtask: Pour water into the blue plastic cup with left gripper. + subtask_index: 20 +- subtask: Grasp the drink bottle with right gripper. + subtask_index: 21 +- subtask: Pour water into the paper cup with left gripper. + subtask_index: 22 +- subtask: Pick up the green plastic cup with left gripper. + subtask_index: 23 +- subtask: Pick up the water bottle with left gripper. + subtask_index: 24 +- subtask: Place the green plastic cup on the table with left gripper. + subtask_index: 25 +- subtask: Pick up the paper cup with right gripper. + subtask_index: 26 +- subtask: Pick up the green plastic cup bottle with left gripper. + subtask_index: 27 +- subtask: Pick up the blue plastic cup with right gripper. + subtask_index: 28 +- subtask: Pour the drink into the green plastic cup with left gripper. + subtask_index: 29 +- subtask: Pick up the blue plastic cup bottle with left gripper. + subtask_index: 30 +- subtask: Pick up the green plastic cup with right gripper. + subtask_index: 31 +- subtask: Place the paper cup on the table with right gripper. + subtask_index: 32 +- subtask: Pour the drink into the paper cup with right gripper. + subtask_index: 33 +- subtask: Place the drink bottle on the table with right gripper. + subtask_index: 34 +- subtask: Pick up the water bottle with right gripper. + subtask_index: 35 +- subtask: Place the water bottle on the table with left gripper. + subtask_index: 36 +- subtask: Place the drink bottle on the table with left gripper. + subtask_index: 37 +- subtask: Pour the drink into the blue plastic cup with right gripper. + subtask_index: 38 +- subtask: Pick up the paper cup with left gripper. + subtask_index: 39 +- subtask: Pour the drink into the paper cup with left gripper. + subtask_index: 40 +- subtask: Pour the drink into the green plastic cup with right gripper. + subtask_index: 41 +- subtask: null. + subtask_index: 42 +atomic_actions: +- grasp +- lift +- pour +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 200 + total_frames: 342450 + fps: 30 + total_tasks: 43 + total_videos: 600 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 2.67 GB +frame_num: 342450 +frame_range: 1M +dataset_size: 2.67 GB +data_structure: 'Agilex_Cobot_Magic_pour_drink_bottle_cup_cup_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (188 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:199 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_pour_rice.yaml b/dataset_info/Agilex_Cobot_Magic_pour_rice.yaml new file mode 100644 index 0000000000000000000000000000000000000000..547dbe59356d8b453995896ed0395334a9670d5b --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_pour_rice.yaml @@ -0,0 +1,507 @@ +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: Agilex_Cobot_Magic_pour_rice +dataset_uuid: 004a37ce-a00a-4547-a5a0-0538af2c8a99 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: rice +- object_name: rice_container +- object_name: cup +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the rice container in the center of the table with the right gripper. Pour + the rice into the rice container with the left gripper. +sub_tasks: +- subtask: Grasp the cup with rice in it with left gripper. + subtask_index: 0 +- subtask: Place the bowl in the center of view with the right gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: end. + subtask_index: 3 +- subtask: Place the cup on the table with the left gripper. + subtask_index: 4 +- subtask: Static. + subtask_index: 5 +- subtask: Pick up the bowl with the right gripper. + subtask_index: 6 +- subtask: Abnormal. + subtask_index: 7 +- subtask: Move the bowl in the center of view with right gripper. + subtask_index: 8 +- subtask: Move the bowl to the center of view with the right gripper. + subtask_index: 9 +- subtask: Pick up the cup with rice in it with the left gripper. + subtask_index: 10 +- subtask: Pour the rice from the cup into the bowl with the left gripper. + subtask_index: 11 +- subtask: null. + subtask_index: 12 +atomic_actions: +- place +- pick +- grasp +- pour +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 740 + total_frames: 504182 + fps: 30 + total_tasks: 13 + total_videos: 2220 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 4.90 GB +frame_num: 504182 +frame_range: 1M +dataset_size: 4.90 GB +data_structure: 'Split_aloha_pour_rice_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (728 more entries) + + |-- logs + + | `-- collect + + | |-- collect_20260520140250.log + + | |-- collect_20260521130415.log + + | |-- collect_20260521131832.log + + | |-- collect_20260521131947.log + + | |-- collect_20260521182659.log + + | `-- collect_20260521191535.log + + |-- 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:739 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Cobot_Magic_pour_tea.yaml b/dataset_info/Agilex_Cobot_Magic_pour_tea.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ccf959014a95049dc2ba8ab5fe4c6f4244a590d --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_pour_tea.yaml @@ -0,0 +1,796 @@ +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: Agilex_Cobot_Magic_pour_tea +dataset_uuid: dc22129e-7334-4a8e-b843-438763c0a08f +scene_type: + level1: household + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: teacup +- object_name: teapot +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- pour tea into the teacup. +- the left gripper grasp the teacup and place it in the center of the table, the right + gripper grasp the teapot and pour tea into the teacup, the right gripper set down + the teapot. +- the right gripper grasp the teacup and place it in the center of the table, the + left gripper grasp the teapot and pour tea into the teacup, the left gripper set + down the teapot. +- grasp the blue porcelain teapot and pour the tea into the two blue porcelain teacups + one by one, put the blue porcelain teapot back in its original place. +- grasp the brown teapot and pour the tea into the two brown teacups one by one, put + the brown teapot back in its original place. +- grasp the brown teapot and pour the tea into the two white teacups one by one, put + the brown teapot back in its original place. +- grasp the stainless steel teapot and pour the tea into the two stainless steel teacups + one by one, put the stainless steel teapot back in its original place. +sub_tasks: +- subtask: Pick up the teacup with the left gripper + subtask_index: 0 +- subtask: End + subtask_index: 1 +- subtask: Place the teacup in the center of view with the right gripper + subtask_index: 2 +- subtask: Pick up the teapot with the left gripper + subtask_index: 3 +- subtask: Pick up the teapot with the right gripper + subtask_index: 4 +- subtask: Abnormal + subtask_index: 5 +- subtask: Pick up the teacup with the right gripper + subtask_index: 6 +- subtask: Place the down the teapot with the left gripper + subtask_index: 7 +- subtask: Grasp the teapot with left gripper + subtask_index: 8 +- subtask: Put down the teapot with left gripper + subtask_index: 9 +- subtask: Pour tea into the teacup with right gripper + subtask_index: 10 +- subtask: Put down the teapot with right gripper + subtask_index: 11 +- subtask: Pour tea into the teacup with left gripper + subtask_index: 12 +- subtask: Pour tea into the teacup with the right gripper + subtask_index: 13 +- subtask: Grasp the teapot with right gripper + subtask_index: 14 +- subtask: Pour tea into the teacup with the left gripper + subtask_index: 15 +- subtask: Place the down the teapot with the right gripper + subtask_index: 16 +- subtask: 'null' + subtask_index: 17 +atomic_actions: +- grasp +- place +- pick +- pour +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 1054 + total_frames: 1385988 + fps: 30 + total_tasks: 18 + total_videos: 3162 + total_chunks: 2 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 14.74 GB +frame_num: 1385988 +frame_range: 10M +dataset_size: 14.74 GB +data_structure: 'Agilex_Cobot_Magic_pour_tea/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (42 more entries) + + |-- merged_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 + + | `-- ... (42 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | |-- merged_episodes_stats.jsonl + + | |-- merged_info.json + + | |-- motion_annotation_episodes_stats.jsonl + + | |-- motion_annotation_info.json + + | |-- quality_checked_episodes.jsonl + + | |-- quality_checked_episodes_stats.jsonl + + | |-- quality_checked_info.json + + | |-- quality_checked_tasks.jsonl + + | `-- scene_annotation_episodes_stats.jsonl + + | `-- ... (6 more entries) + + |-- motion_annotation_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 + + | `-- ... (42 more entries) + + |-- quality_checked_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 + + | `-- ... (12 more entries) + + |-- scene_annotation_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 + + | `-- ... (42 more entries) + + |-- state_action_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 + + | `-- ... (42 more entries) + + |-- subtask_annotation_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 + + | `-- ... (42 more entries) + + |-- 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 + + |-- episode_source_mapping.json + + `-- info.yaml + + `-- ... (2 more entries)' +splits: + train: 0:1054 +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: 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: + - 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_gripper_open + - 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_gripper_open_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 + 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_gripper_open + - 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_gripper_open_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 + 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 +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/Agilex_Cobot_Magic_pour_water_bottle_cup_cup.yaml b/dataset_info/Agilex_Cobot_Magic_pour_water_bottle_cup_cup.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0d3261dea69890f7f45ebaedf0661b97cfb02a5d --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_pour_water_bottle_cup_cup.yaml @@ -0,0 +1,503 @@ +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: Agilex_Cobot_Magic_pour_water_bottle_cup_cup +dataset_uuid: 92423310-27fd-4dad-b980-d6beee4745d0 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: transparent_bottle +- object_name: pink_clear_plastic_cup +- object_name: blue_clear_plastic_cup +- object_name: black_clear_plastic_cup +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the bottle with the gripper and pour water into the cup. Then, pick up the + cup containing water with the gripper and pour it into another cup. +sub_tasks: +- subtask: Place the brown bottle with the right gripper. + subtask_index: 0 +- subtask: Grasp the brown bottle with the left gripper. + subtask_index: 1 +- subtask: Place the blue cup with the right gripper. + subtask_index: 2 +- subtask: Pour water from blue cup to red cup with the left gripper. + subtask_index: 3 +- subtask: Place the blue cup with the left gripper. + subtask_index: 4 +- subtask: Abnormal. + subtask_index: 5 +- subtask: Pour water from brown bottle to blue cup with the left gripper. + subtask_index: 6 +- subtask: Place the brown bottle with the left gripper. + subtask_index: 7 +- subtask: End. + subtask_index: 8 +- subtask: Grasp the blue cup with the right gripper. + subtask_index: 9 +- subtask: Pour water from brown bottle to blue cup with the right gripper. + subtask_index: 10 +- subtask: Grasp the brown bottle with the right gripper. + subtask_index: 11 +- subtask: Grasp the blue cup with the left gripper. + subtask_index: 12 +- subtask: Pour water from blue cup to red cup with the right gripper. + subtask_index: 13 +- subtask: null. + subtask_index: 14 +atomic_actions: +- grasp +- lift +- place +- pour +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 198 + total_frames: 240141 + fps: 30 + total_tasks: 15 + total_videos: 594 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 2.00 GB +frame_num: 240141 +frame_range: 1M +dataset_size: 2.00 GB +data_structure: 'Agilex_Cobot_Magic_pour_water_bottle_cup_cup_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (186 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:197 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_pour_water_middle_cup.yaml b/dataset_info/Agilex_Cobot_Magic_pour_water_middle_cup.yaml new file mode 100644 index 0000000000000000000000000000000000000000..de8fca57d3424e43a1ad1aff7ad1bc749f6c82be --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_pour_water_middle_cup.yaml @@ -0,0 +1,510 @@ +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: Agilex_Cobot_Magic_pour_water_middle_cup +dataset_uuid: 0298514b-57cd-4d91-913a-81bce8b531f5 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: transparent_bottle +- object_name: pink_clear_plastic_cup +- object_name: blue_clear_plastic_cup +- object_name: black_clear_plastic_cup +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the bottle filled with water with the gripper and pour the water into the + middle cup of the three cups. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: Pour water from brown bottle to red cup with the right gripper. + subtask_index: 1 +- subtask: Grasp the transparent bottle with the left gripper. + subtask_index: 2 +- subtask: Pour water from transparent bottle to grey cup with the right gripper. + subtask_index: 3 +- subtask: Pour water from transparent bottle to red cup with the left gripper. + subtask_index: 4 +- subtask: Pour water from transparent bottle to blue cup with the right gripper. + subtask_index: 5 +- subtask: Pour water from transparent bottle to red cup with the right gripper. + subtask_index: 6 +- subtask: Pour water from brown bottle to grey cup with the right gripper. + subtask_index: 7 +- subtask: Pour water from transparent bottle to brown cup with the left gripper. + subtask_index: 8 +- subtask: End. + subtask_index: 9 +- subtask: Grasp the transparent bottle with the right gripper. + subtask_index: 10 +- subtask: Pour water from brown bottle to blue cup with the right gripper. + subtask_index: 11 +- subtask: Pour water from transparent bottle tobrown cup with the right gripper. + subtask_index: 12 +- subtask: Place the transparent bottle with the right gripper. + subtask_index: 13 +- subtask: Grasp the brown bottle with the right gripper. + subtask_index: 14 +- subtask: Place the transparent bottle with the left gripper. + subtask_index: 15 +- subtask: Place the brown bottle with the right gripper. + subtask_index: 16 +- subtask: null. + subtask_index: 17 +atomic_actions: +- grasp +- lift +- place +- pour +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 192 + total_frames: 130785 + fps: 30 + total_tasks: 18 + total_videos: 576 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 1.10 GB +frame_num: 130785 +frame_range: 1M +dataset_size: 1.10 GB +data_structure: 'Agilex_Cobot_Magic_pour_water_middle_cup_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (180 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:191 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_pour_water_pink_cup.yaml b/dataset_info/Agilex_Cobot_Magic_pour_water_pink_cup.yaml new file mode 100644 index 0000000000000000000000000000000000000000..96f9c055b67b65695663990945593b11556c3068 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_pour_water_pink_cup.yaml @@ -0,0 +1,489 @@ +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: Agilex_Cobot_Magic_pour_water_pink_cup +dataset_uuid: c5049fbd-1ffe-41b3-82f9-9906a5dd9d4d +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: transparent_bottle +- object_name: pink_clear_plastic_cup +- object_name: blue_clear_plastic_cup +- object_name: black_clear_plastic_cup +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the bottle filled with water with the gripper and pour it into the pink + cup. +sub_tasks: +- subtask: Grasp the green bottle with the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Pour water from green bottle to pink cup with the right gripper. + subtask_index: 2 +- subtask: Place the green bottle with the right gripper. + subtask_index: 3 +- subtask: Grasp the green bottle with the left gripper. + subtask_index: 4 +- subtask: Pour water from green bottle to pink cup with the left gripper. + subtask_index: 5 +- subtask: Place the green bottle with the left gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- lift +- place +- pour +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 68443 + fps: 30 + total_tasks: 8 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 526.82 MB +frame_num: 68443 +frame_range: 100K +dataset_size: 526.82 MB +data_structure: 'Agilex_Cobot_Magic_pour_water_pink_cup_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:99 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_scoop_coffee_beans.yaml b/dataset_info/Agilex_Cobot_Magic_scoop_coffee_beans.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4eb9a2444f568abcf39a3db89fd5f5afcb012ee3 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_scoop_coffee_beans.yaml @@ -0,0 +1,518 @@ +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: Agilex_Cobot_Magic_scoop_coffee_beans +dataset_uuid: 643f286d-7021-4fb1-8c63-aecd24fb763e +scene_type: + level1: household + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cup +- object_name: cup_lid +- object_name: spoon +- object_name: coffee_beans +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the grey cup in the center of the table with the left gripper. Pick up the + blue spoon from the cup lid with the right gripper and scoop out the coffee beans + from the coffee cup with the right gripper, then place them into the grey cup with + the right gripper. Place the spoon back into the cup lid with the right gripper. +- Place the grey cup in the center of the table with the left gripper. Pick up the + pink spoon from the cup lid with the right gripper and scoop out the coffee beans + from the coffee cup, then place them into the grey cup with the right gripper. Place + the spoon back into the cup lid with the right gripper. +- Place the grey cup in the center of the table with the right gripper. Pick up the + blue spoon from the cup lid with the left gripper and scoop out the coffee beans + from the coffee cup, then place them into the grey cup with the left gripper. Place + the spoon back into the cup lid with the left gripper. +- Place the grey cup in the center of the table with the right gripper. Pick up the + pink spoon from the cup lid with the left gripper and scoop out the coffee beans + from the coffee cup, then place them into the grey cup with the left gripper. Place + the spoon back into the cup lid with the left gripper. +- Place the red cup in the center of the table with the left gripper. Pick up the + blue spoon from the cup lid with the right gripper and scoop out the coffee beans + from the coffee cup with the right gripper, then place them into the red cup with + the right gripper. Place the spoon back into the cup lid with the right gripper. +- Place the red cup in the center of the table with the left gripper. Pick up the + pink spoon from the cup lid with the right gripper and scoop out the coffee beans + from the coffee cup, then place them into the red cup with the right gripper. Place + the spoon back into the cup lid with the right gripper. +- Place the red cup in the center of the table with the right gripper. Pick up the + blue spoon from the cup lid with the left gripper and scoop out the coffee beans + from the coffee cup with the left gripper, then place them into the red cup with + the left gripper. Place the spoon back into the cup lid with the left gripper. +- Place the red cup in the center of the table with the right gripper. Pick up the + pink spoon from the cup lid with the left gripper and scoop out the coffee beans + from the coffee cup, then place them into the red cup with the left gripper. Place + the spoon back into the cup lid with the left gripper. +sub_tasks: +- subtask: Place the spoon back in its original place. + subtask_index: 0 +- subtask: Move the cup to the center of view. + subtask_index: 1 +- subtask: Pick up the spoon. + subtask_index: 2 +- subtask: Scoop a spoonful of beans into the cup. + subtask_index: 3 +- subtask: abnormal. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- scoop +- grasp +- pick +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, 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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 499 + total_frames: 409440 + fps: 30 + total_tasks: 6 + total_videos: 1497 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 3.81 GB +frame_num: 409440 +frame_range: 1M +dataset_size: 3.81 GB +data_structure: 'Split_aloha_scoop_coffee_beans_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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_high_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_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_high_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_seal_bag.yaml b/dataset_info/Agilex_Cobot_Magic_seal_bag.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8224b5d12a65bbe7cdc7e675bd0898040902be6f --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_seal_bag.yaml @@ -0,0 +1,493 @@ +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: Agilex_Cobot_Magic_seal_bag +dataset_uuid: 7b86b017-93e7-4031-9f8e-be2ae24a8f4e +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: file bag zipper-blue +- object_name: orange +- object_name: pear +- object_name: eggplant +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Zip up the file bag on the table with the gripper. +sub_tasks: +- subtask: Lift the fruit bag with your left gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Pull the fruit bag with right gripper. + subtask_index: 2 +- subtask: Pull the fruit bag with left gripper. + subtask_index: 3 +- subtask: Place the fruit bag with right gripper. + subtask_index: 4 +- subtask: Grasp the fruit bag with right gripper. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: Lift the fruit bag with your right gripper. + subtask_index: 7 +- subtask: Grasp the fruit bag with left gripper. + subtask_index: 8 +- subtask: Place the fruit bag with left gripper. + subtask_index: 9 +- subtask: null. + subtask_index: 10 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 398 + total_frames: 264657 + fps: 30 + total_tasks: 11 + total_videos: 1194 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 2.90 GB +frame_num: 264657 +frame_range: 1M +dataset_size: 2.90 GB +data_structure: 'Agilex_Cobot_Magic_seal_bag_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (386 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:397 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_stack_baskets.yaml b/dataset_info/Agilex_Cobot_Magic_stack_baskets.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3fe769a146875f3653d190a98018a3e23224af1e --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_stack_baskets.yaml @@ -0,0 +1,532 @@ +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: Agilex_Cobot_Magic_stack_baskets +dataset_uuid: 95468603-b11c-4660-b4a3-4ea44675e67f +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the black basket with the left gripper and place it in the center of the table. + Grasp the brown basket with the right gripper and place it inside the black one. +- Grasp the brown basket with the left gripper and place it in the center of the table. + Grasp the black basket with the right gripper and place it inside the brown one. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the light basket with left gripper. + subtask_index: 1 +- subtask: Move the dark basket to the center of view. + subtask_index: 2 +- subtask: Grasp the dark basket with right gripper. + subtask_index: 3 +- subtask: Place the dark basket on top of the light basket. + subtask_index: 4 +- subtask: Grasp the dark basket with left gripper. + subtask_index: 5 +- subtask: Place the light-colored basket in the center. + subtask_index: 6 +- subtask: Grasp the light basket with right gripper. + subtask_index: 7 +- subtask: Place the dark basket in the center of the table with left gripper. + subtask_index: 8 +- subtask: Place the dark basket on the light basket with right gripper. + subtask_index: 9 +- subtask: Static. + subtask_index: 10 +- subtask: Pick up the light basket with the right gripper. + subtask_index: 11 +- subtask: Place the light basket on the dark basket with right gripper. + subtask_index: 12 +- subtask: Place the light basket on the dark basket. + subtask_index: 13 +- subtask: Place the light basket in the center of the table with left gripper. + subtask_index: 14 +- subtask: null. + subtask_index: 15 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, 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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 1066 + total_frames: 474590 + fps: 30 + total_tasks: 16 + total_videos: 3198 + total_chunks: 2 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 17.47 GB +frame_num: 474590 +frame_range: 1M +dataset_size: 17.47 GB +data_structure: 'Split_aloha_stack_baskets_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (54 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:1065 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Cobot_Magic_stack_block.yaml b/dataset_info/Agilex_Cobot_Magic_stack_block.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4ece1a5f599164451db3d4f2b7e2ea7c2e703a16 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_stack_block.yaml @@ -0,0 +1,1689 @@ +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: Agilex_Cobot_Magic_stack_block +dataset_uuid: 203e1be7-f38a-49a6-b1ae-11477c673f79 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: square_building_blocks +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- According to the building block template in front, assemble the scattered blocks + together. +sub_tasks: +- subtask: 'Put the yellow build block on the blue build block + + ' + subtask_index: 0 +- subtask: 'Put the orange build block on the left of the blue build block + + ' + subtask_index: 1 +- subtask: 'Put the red build block on the right of the yellow build block + + ' + subtask_index: 2 +- subtask: 'Put the orange build block on the right of the yellow build block + + ' + subtask_index: 3 +- subtask: Put the green cube on the left of the blue cube with the left gripper + subtask_index: 4 +- subtask: 'Put the yellow build block on the blue build block + + ' + subtask_index: 5 +- subtask: 'Put the green build block on the right of the blue build block + + ' + subtask_index: 6 +- subtask: 'Put the red build block on the blue build block + + ' + subtask_index: 7 +- subtask: 'Put the yellow build block on the right of the red build block + + ' + subtask_index: 8 +- subtask: 'Put the red build block on the behind of the green'' build block + + ' + subtask_index: 9 +- subtask: 'Put the blue build block on the behind of the orange build block + + ' + subtask_index: 10 +- subtask: Put the orange cube on the behind of the red cube + subtask_index: 11 +- subtask: Put the blue cube on the behind of the red cube + subtask_index: 12 +- subtask: Put the blue cube on the right of the green cube + subtask_index: 13 +- subtask: Put the green cube on the left of the yellow cube with the right gripper + subtask_index: 14 +- subtask: Grasp the green block with left gripper + subtask_index: 15 +- subtask: Put the blue cube and green cube in the center of the table with the right + gripper + subtask_index: 16 +- subtask: Put the green cube on the behind of the yellow cube + subtask_index: 17 +- subtask: 'Put the green build block on the right of the orange build block + + ' + subtask_index: 18 +- subtask: Put the blue cube on the behind of the yellow cube + subtask_index: 19 +- subtask: 'Put the green build block on the orange build block + + ' + subtask_index: 20 +- subtask: Grasp the blue block with left gripper + subtask_index: 21 +- subtask: Put the green cube on the right of the red cube + subtask_index: 22 +- subtask: Grasp the orange block with left gripper + subtask_index: 23 +- subtask: 'Put the bluebuild block on the right of the yellow build block + + ' + subtask_index: 24 +- subtask: 'Put the yellow build block on the right of the green build block + + ' + subtask_index: 25 +- subtask: Put the yellow cube on the right of the red cube + subtask_index: 26 +- subtask: 'Put the orange build block on the right of the green build block + + ' + subtask_index: 27 +- subtask: Adjust the position of the cube with the right gripper + subtask_index: 28 +- subtask: Put the red cube and green cube in the center of the table with the left + gripper + subtask_index: 29 +- subtask: 'Put the yellow build block on the right of the red build block + + ' + subtask_index: 30 +- subtask: Put the blue cube and green cube in the center of the table with the left + gripper + subtask_index: 31 +- subtask: 'Put the red build block on the behind of the orange build block + + ' + subtask_index: 32 +- subtask: Put the green cube on the red cube + subtask_index: 33 +- subtask: 'Put the orange build block on the behind of the red build block + + ' + subtask_index: 34 +- subtask: 'Put the blue build block on the right of the yellow build block + + ' + subtask_index: 35 +- subtask: 'Put the yellow build block on the right of the orange build block + + ' + subtask_index: 36 +- subtask: Put the red cube on the left of the green cube with the left gripper + subtask_index: 37 +- subtask: 'Put the yellow build block on the behind of the blue build block + + ' + subtask_index: 38 +- subtask: 'Put the green build block in the center of the table + + ' + subtask_index: 39 +- subtask: Put the orange cube on the left of the yellow cube with the right gripper + subtask_index: 40 +- subtask: Put the yellow cube on the behind of the green cube + subtask_index: 41 +- subtask: 'Put the blue build block on the green build block + + ' + subtask_index: 42 +- subtask: 'Put the blue build block on the right of orange the build block + + ' + subtask_index: 43 +- subtask: 'Put the yellow build block in the center of the table + + ' + subtask_index: 44 +- subtask: Grasp the yellow block with left gripper + subtask_index: 45 +- subtask: 'Put the orange build block on the behind of the red build block + + ' + subtask_index: 46 +- subtask: Put the red cube on the left of the orange cube + subtask_index: 47 +- subtask: Put the green cube on the right of the yellow cube with the left gripper + subtask_index: 48 +- subtask: 'Put the blue build block on the front of the orange build block + + ' + subtask_index: 49 +- subtask: 'Put the green build block on the right of the orange build block + + ' + subtask_index: 50 +- subtask: 'Put the ornage build block on the behind of the green build block + + ' + subtask_index: 51 +- subtask: 'Put the red build block on the behind of the blue build block + + ' + subtask_index: 52 +- subtask: Put the yellow cube and orange cube in the center of the table with the + right gripper + subtask_index: 53 +- subtask: Put the blue cube in the center of the table + subtask_index: 54 +- subtask: 'Put the ornage build block on the behind of the blue build block + + ' + subtask_index: 55 +- subtask: Grasp the red block with right gripper + subtask_index: 56 +- subtask: Put the orange cube on the right of the yellow cube + subtask_index: 57 +- subtask: 'Put the red build block on the behind of the yellow build block + + ' + subtask_index: 58 +- subtask: 'Put the yellow build block on the right of the green build block + + ' + subtask_index: 59 +- subtask: Put the yellow cube on the front of the orange cube with the right gripper + subtask_index: 60 +- subtask: Put the green build block on the behind of the blue build block + subtask_index: 61 +- subtask: Put the yellow build block in the center of the table + subtask_index: 62 +- subtask: Put the yellow build block on the behind of the blue build block + subtask_index: 63 +- subtask: 'Put the red build block on the left of the green build block + + ' + subtask_index: 64 +- subtask: Put the orange cube on the right of the blue cube + subtask_index: 65 +- subtask: Put the yellow cube on the behind of the red cube + subtask_index: 66 +- subtask: Grasp the orange block with right gripper + subtask_index: 67 +- subtask: Put the red cube on the right of the green cube + subtask_index: 68 +- subtask: move the build block to the center of the table + subtask_index: 69 +- subtask: 'Put the yellow build block on the right of the red build block + + ' + subtask_index: 70 +- subtask: 'Put the greem build block on the behind of the blue build block + + ' + subtask_index: 71 +- subtask: 'Put the yellow build block on the behind of the blue build block + + ' + subtask_index: 72 +- subtask: Put the green cube on the right of the orange cube with the right gripper + subtask_index: 73 +- subtask: Put the red cube on the right of the green cube with the left gripper + subtask_index: 74 +- subtask: 'Put the yellow build block on the behind of the green build block + + ' + subtask_index: 75 +- subtask: Put the green build block on the left of the orange build block + subtask_index: 76 +- subtask: Put the yellow cube on the front of the blue cube with the right gripper + subtask_index: 77 +- subtask: 'Put the red build block on the right of the blue build block + + ' + subtask_index: 78 +- subtask: 'Put the yellow build block on the blue build block + + ' + subtask_index: 79 +- subtask: Put the orange cube on the behind of the blue cube + subtask_index: 80 +- subtask: 'Put the yellow build block on the right of the blue build block + + ' + subtask_index: 81 +- subtask: Put the green cube on the right of the blue cube with the left gripper + subtask_index: 82 +- subtask: Put the yellow cube on the right of the orange cube + subtask_index: 83 +- subtask: Put the yellow cube and green cube in the center of the table with the + left gripper + subtask_index: 84 +- subtask: 'Put the blue build block on the left of the yellow build block + + ' + subtask_index: 85 +- subtask: Put the red cube and blue cube in the center of the table with the right + gripper + subtask_index: 86 +- subtask: 'Put the blue build block on the right of the red build block + + ' + subtask_index: 87 +- subtask: Put the red cube on the right of the orange cube with the right gripper + subtask_index: 88 +- subtask: 'Put the green build block on the right of the red build block + + ' + subtask_index: 89 +- subtask: Put the blue cube on the left of the green cube with the right gripper + subtask_index: 90 +- subtask: Put the blue cube on the right of the yellow cube with the right gripper + subtask_index: 91 +- subtask: 'Put the orange build block on the behind of the yellow build block + + ' + subtask_index: 92 +- subtask: Put the blue cube on the left of the orange cube + subtask_index: 93 +- subtask: Put the orange cube on the right of the green cube + subtask_index: 94 +- subtask: 'Put the red build block in the center of the table + + ' + subtask_index: 95 +- subtask: 'Put the green build block on the left of the blue build block + + ' + subtask_index: 96 +- subtask: Put the green cube on the left of the orange cube with the left gripper + subtask_index: 97 +- subtask: Grasp the blue block with right gripper + subtask_index: 98 +- subtask: 'Put the orange build block on the behind of the yellow build block + + ' + subtask_index: 99 +- subtask: 'Put the yellow build block in the center of the table + + ' + subtask_index: 100 +- subtask: 'Put the blue build block on the front of the green build block + + ' + subtask_index: 101 +- subtask: Put the red cube in the center of the table + subtask_index: 102 +- subtask: 'Put the blue build block on the behind of the orange build block + + ' + subtask_index: 103 +- subtask: Put the orange cube on the right of the yellow cube with the right gripper + subtask_index: 104 +- subtask: Put the red cube on the behind of the orange cube + subtask_index: 105 +- subtask: Put the blue cube and orange cube in the center of the table with the right + gripper + subtask_index: 106 +- subtask: 'Put the green build block on the left of the blue build block + + ' + subtask_index: 107 +- subtask: 'Put the right build block on the right of the yellow build block + + ' + subtask_index: 108 +- subtask: 'Put the green build block on the right of the red build block + + ' + subtask_index: 109 +- subtask: 'Put the yellow build block on the right of the red build block + + ' + subtask_index: 110 +- subtask: 'Put the green build block on the left of the blue build block + + ' + subtask_index: 111 +- subtask: 'Put the yellow build block on the behind of the red build block + + ' + subtask_index: 112 +- subtask: 'Put the blue build block in the center of the table + + ' + subtask_index: 113 +- subtask: 'Put the yellow build block on the right of the blue build block + + ' + subtask_index: 114 +- subtask: Put the orange cube on the left of the green cube with the left gripper + subtask_index: 115 +- subtask: Put the yellow cube on the right of the blue cube with the right gripper + subtask_index: 116 +- subtask: 'Put the green build block on the behind of the yellow build block + + ' + subtask_index: 117 +- subtask: Put the red cube on the right of the orange cube with the left gripper + subtask_index: 118 +- subtask: 'Put the green build block on the right of the yellow build block + + ' + subtask_index: 119 +- subtask: 'Put the green build block on the right of the red build block + + ' + subtask_index: 120 +- subtask: 'Put the green build block on the right of the orange build block + + ' + subtask_index: 121 +- subtask: Put the yellow cube on the right of the green cube + subtask_index: 122 +- subtask: 'Put the yellow build block on the right of the orange build block + + ' + subtask_index: 123 +- subtask: 'Put the orange build block on the green build block + + ' + subtask_index: 124 +- subtask: Put the green cube on the front of the blue cube with the left gripper + subtask_index: 125 +- subtask: 'Put the green build block in the center of the table + + ' + subtask_index: 126 +- subtask: Put the green cube in the center of the table + subtask_index: 127 +- subtask: Put the yellow cube and green cube in the center of the table with the + right gripper + subtask_index: 128 +- subtask: Put the yellow cube and blue cube in the center of the table with the right + gripper + subtask_index: 129 +- subtask: Put the red cube on the behind of the yellow cube + subtask_index: 130 +- subtask: Put the XX build block on the XX build block + subtask_index: 131 +- subtask: Put the orange cube on the right of the green cube with the right gripper + subtask_index: 132 +- subtask: 'Put the orange build block on the behind of the blue build block + + ' + subtask_index: 133 +- subtask: 'Put the green build block on the behind of the yellow build block + + ' + subtask_index: 134 +- subtask: Put the blue cube in the front of the green cube + subtask_index: 135 +- subtask: 'Put the green build block on the right of the orange build block + + ' + subtask_index: 136 +- subtask: 'Put the blue build block on the right of the red build block + + ' + subtask_index: 137 +- subtask: 'Put the red build block on the right of the orange build block + + ' + subtask_index: 138 +- subtask: 'Put the blue build block on the behind of the green build block + + ' + subtask_index: 139 +- subtask: 'Put the green build block on the right of the blue build block + + ' + subtask_index: 140 +- subtask: ' + + Put the yellow build block in the center of the table' + subtask_index: 141 +- subtask: 'Put the orange build block on the behind of the red build block + + ' + subtask_index: 142 +- subtask: Put the red cube and orange cube in the center of the table with the right + gripper + subtask_index: 143 +- subtask: 'Put the orange build block on the behind of the green build block + + ' + subtask_index: 144 +- subtask: 'Put the orange build block in the center of the table + + ' + subtask_index: 145 +- subtask: Put the yellow cube in the center of the table + subtask_index: 146 +- subtask: 'Put the yellow build block on the behind of the green build block + + ' + subtask_index: 147 +- subtask: 'Put the blue build block on the right of the green build block + + ' + subtask_index: 148 +- subtask: Put the green cube on the right of the orange cube + subtask_index: 149 +- subtask: Adjust the position of the cube with the left gripper + subtask_index: 150 +- subtask: Put the green cube on the left of the yellow cube with the left gripper + subtask_index: 151 +- subtask: 'Put the green build block on the behind of the yellow build block + + ' + subtask_index: 152 +- subtask: 'Put the orange build block on the right of the red build block + + ' + subtask_index: 153 +- subtask: 'Put the red build block on the right of the yellow build block + + ' + subtask_index: 154 +- subtask: 'Put the green build block on the red build block + + ' + subtask_index: 155 +- subtask: Put the yellow cube on the behind of the blue cube with the left gripper + subtask_index: 156 +- subtask: 'Put the yellow build block on the behind of the red build block + + ' + subtask_index: 157 +- subtask: Put the orange cube on the right of the red cube with the left gripper + subtask_index: 158 +- subtask: Adjust the pose of the building blocks + subtask_index: 159 +- subtask: 'Put the blue build block on the front of the green build block + + ' + subtask_index: 160 +- subtask: Put the green cube on the right of the red cube with the right gripper + subtask_index: 161 +- subtask: 'Put theyellow build block on the behind of the blue build block + + ' + subtask_index: 162 +- subtask: Put the red cube in the center of the table with the left gripper + subtask_index: 163 +- subtask: 'Put the red build block on the green build block + + ' + subtask_index: 164 +- subtask: 'Put the yellow build block on the orange build block + + ' + subtask_index: 165 +- subtask: 'Put the blue build block in the center of the table + + ' + subtask_index: 166 +- subtask: 'Put the green build block on the right of the orange build block + + ' + subtask_index: 167 +- subtask: 'Put the red build block on the right of the green build block + + ' + subtask_index: 168 +- subtask: Put the red cube on the right of the orange cube + subtask_index: 169 +- subtask: Put the yellow cube on the left of the blue cube with the left gripper + subtask_index: 170 +- subtask: 'Put the red build block on the behind of the green build block + + ' + subtask_index: 171 +- subtask: Put the yellow cube on the right of the green cube with the left gripper + subtask_index: 172 +- subtask: 'Put the green build block on the behind of the blue build block + + ' + subtask_index: 173 +- subtask: 'Put the blue build block on the orange build block + + ' + subtask_index: 174 +- subtask: 'Put the orange build block on the orange build block + + ' + subtask_index: 175 +- subtask: 'Put the green build block on the orange build block + + ' + subtask_index: 176 +- subtask: 'Put the yellow build block in the center of the table + + ' + subtask_index: 177 +- subtask: Put the blue cube in the front of the yellow cube + subtask_index: 178 +- subtask: 'Put the red build block on the behind of the green build block + + ' + subtask_index: 179 +- subtask: 'Put the blue build block on the behind of the green build block + + ' + subtask_index: 180 +- subtask: Put the red cube and yellow cube in the center of the table with the right + gripper + subtask_index: 181 +- subtask: 'Put the orange build block on the right of the yellow build block + + ' + subtask_index: 182 +- subtask: 'Put the orange build block on the left of the red build block + + ' + subtask_index: 183 +- subtask: 'Put the orange build block in the center of the table + + ' + subtask_index: 184 +- subtask: 'Put the blue build block in the center of the table + + ' + subtask_index: 185 +- subtask: 'Put the yellow build block on the right of the green build block + + ' + subtask_index: 186 +- subtask: 'Put the orange build block in the center of the table + + ' + subtask_index: 187 +- subtask: Put the red cube and green cube in the center of the table with the right + gripper + subtask_index: 188 +- subtask: 'Put the blue build block on the right of the yellow build block + + ' + subtask_index: 189 +- subtask: 'Put the orange build block on the behind of the blue build block + + ' + subtask_index: 190 +- subtask: 'Put the orange build block on the right of the yellow build block + + ' + subtask_index: 191 +- subtask: Put the blue cube on the left of the yellow cube with the left gripper + subtask_index: 192 +- subtask: Put the red cube on the right of the green cube with the right gripper + subtask_index: 193 +- subtask: 'Put the red build block on the behind of the green build block + + ' + subtask_index: 194 +- subtask: 'Put the orange build block on the right of the red build block + + ' + subtask_index: 195 +- subtask: Put the blue build block on the right of the yellow build block + subtask_index: 196 +- subtask: 'Put the green build block on the right of the yellow build block + + ' + subtask_index: 197 +- subtask: Put the yellow cube and blue cube in the center of the table with the left + gripper + subtask_index: 198 +- subtask: Put the yellow cube on the left of the orange cube with the right gripper + subtask_index: 199 +- subtask: Put the red cube in the front of the orange cube + subtask_index: 200 +- subtask: 'Put the yellow build block on the behind of the green build block + + ' + subtask_index: 201 +- subtask: 'Put the blue build block in the center of the table + + ' + subtask_index: 202 +- subtask: Put the green build block on the behind of the blue build block + subtask_index: 203 +- subtask: Put the orange cube on the left of the red cube with the right gripper + subtask_index: 204 +- subtask: Put the green cube and orange cube in the center of the table with the + right gripper + subtask_index: 205 +- subtask: Grasp the yellow block with right gripper + subtask_index: 206 +- subtask: 'Put the orange build block on the green build block + + ' + subtask_index: 207 +- subtask: 'Put the yellow build block on the front of the red build block + + ' + subtask_index: 208 +- subtask: Put the orange cube on the right of the blue cube with the right gripper + subtask_index: 209 +- subtask: 'Put the green build block on the right of the yellow build block + + ' + subtask_index: 210 +- subtask: Put the yellow cube on the left of the red cube with the right gripper + subtask_index: 211 +- subtask: Abnormal + subtask_index: 212 +- subtask: 'Put the red build block on the yellow build block + + ' + subtask_index: 213 +- subtask: Put the blue cube on the behind of the orange cube + subtask_index: 214 +- subtask: 'Put the red build block on the right of the blue build block + + ' + subtask_index: 215 +- subtask: Put the green cube in the center of the table with the left gripper + subtask_index: 216 +- subtask: 'Put the red build block on the front of the green build block + + ' + subtask_index: 217 +- subtask: Put the yellow cube on the behind of the blue cube + subtask_index: 218 +- subtask: 'Put the blue build block on the left of the yellow build block + + ' + subtask_index: 219 +- subtask: Put the orange cube on the left of the blue cube + subtask_index: 220 +- subtask: 'Put the orange build block on the front of the blue build block + + ' + subtask_index: 221 +- subtask: Put the yellow cube in the front of the green cube + subtask_index: 222 +- subtask: 'Put the blue build block in the center of the table + + ' + subtask_index: 223 +- subtask: Put the green cube in the front of the yellow cube + subtask_index: 224 +- subtask: Put the red cube and orange cube in the center of the table with the left + gripper + subtask_index: 225 +- subtask: Put the yellow build block on the behind of the green build block + subtask_index: 226 +- subtask: 'Put the orange build block on the blue build block + + ' + subtask_index: 227 +- subtask: 'Put the blue build block on the left of the yellow build block + + ' + subtask_index: 228 +- subtask: Grasp the red block with left gripper + subtask_index: 229 +- subtask: 'Put the blue build block on the behind of the orange build block + + ' + subtask_index: 230 +- subtask: 'Put the red build block on the right of the yellow build block + + ' + subtask_index: 231 +- subtask: 'Put the red build block in the center of the table + + ' + subtask_index: 232 +- subtask: 'Put the red build block on the right of the orange build block + + ' + subtask_index: 233 +- subtask: 'Put the red build block on the behind of the yellow build block + + ' + subtask_index: 234 +- subtask: 'Put the green build block on the right of the red build block + + ' + subtask_index: 235 +- subtask: 'Put the blue build block on the behind of the green build block + + ' + subtask_index: 236 +- subtask: Put the orange cube on the right of the red cube + subtask_index: 237 +- subtask: 'Put the red build block on the right of the green build block + + ' + subtask_index: 238 +- subtask: 'Put the blue build block on the behind of the green build block + + ' + subtask_index: 239 +- subtask: 'Put the green build block in the center of the table + + ' + subtask_index: 240 +- subtask: Put the yellow cube on the right of the blue cube + subtask_index: 241 +- subtask: Put the yellow cube on the behind of the orange cube + subtask_index: 242 +- subtask: Put the yellow cube in the front of the orange cube + subtask_index: 243 +- subtask: 'Put the green build block on the red build block + + ' + subtask_index: 244 +- subtask: Put the green cube on the right of the yellow cube + subtask_index: 245 +- subtask: 'Put the yellow build block on the right of the green build block + + ' + subtask_index: 246 +- subtask: Put the red cube and blue cube in the center of the table with the left + gripper + subtask_index: 247 +- subtask: 'Put the green build block on the left of the orange build block + + ' + subtask_index: 248 +- subtask: Put the orange cube on the left of the blue cube with the right gripper + subtask_index: 249 +- subtask: 'Put the green build block on the blue build block + + ' + subtask_index: 250 +- subtask: 'Put the green build block on the orange build block + + ' + subtask_index: 251 +- subtask: 'Put the orange build block on the right of the blue build block + + ' + subtask_index: 252 +- subtask: 'Put the orange build block on the right of the blue build block + + ' + subtask_index: 253 +- subtask: Put the blue cube on the yellow cube + subtask_index: 254 +- subtask: 'Put the orange build block on the right of the green build block + + ' + subtask_index: 255 +- subtask: Put the blue cube on the right of the orange cube with the right gripper + subtask_index: 256 +- subtask: Put the yellow cube on the right of the orange cube with the right gripper + subtask_index: 257 +- subtask: Put the red cube on the left of the orange cube with the left gripper + subtask_index: 258 +- subtask: 'Put the yellow build block on the behind of the green build block + + ' + subtask_index: 259 +- subtask: 'Put the orange build block on the left of the red build block + + ' + subtask_index: 260 +- subtask: 'Put the red build block on the front of the green build block + + ' + subtask_index: 261 +- subtask: Put the blue cube on the right of the red cube with the right gripper + subtask_index: 262 +- subtask: 'Put the yellow build block on the behind of the red build block + + ' + subtask_index: 263 +- subtask: 'Put the red build block on the behind of the yellow build block + + ' + subtask_index: 264 +- subtask: 'Put the red build block on the behind of the blue build block + + ' + subtask_index: 265 +- subtask: Put the yellow cube on the left of the green cube + subtask_index: 266 +- subtask: 'Put the blue build block on the right of the orange build block + + ' + subtask_index: 267 +- subtask: Put the green cube on the right of the blue cube + subtask_index: 268 +- subtask: 'Put the red build block on the blue build block + + ' + subtask_index: 269 +- subtask: 'Put the blue build block on the red build block + + ' + subtask_index: 270 +- subtask: Put the orange cube in the front of the blue cube + subtask_index: 271 +- subtask: 'Put the red build block on the right of the blue build block + + ' + subtask_index: 272 +- subtask: Put the blue build block on the right of the yellow build block + subtask_index: 273 +- subtask: Put the red build block on the right of the blue build block + subtask_index: 274 +- subtask: Put the green cube in the front of the blue cube + subtask_index: 275 +- subtask: Put the red cube in the front of the blue cube + subtask_index: 276 +- subtask: Put the blue cube on the right of the green cube with the left gripper + subtask_index: 277 +- subtask: 'Put the blue build block on the behind of the orange build block + + ' + subtask_index: 278 +- subtask: 'Put the red build block in the center of the table + + ' + subtask_index: 279 +- subtask: Put the green cube and orange cube in the center of the table with the + left gripper + subtask_index: 280 +- subtask: 'Put the blue build block on the behind of the red build block + + ' + subtask_index: 281 +- subtask: Put the blue cube on the right of the orange cube + subtask_index: 282 +- subtask: 'Put the blue build block on the right of the green build block + + ' + subtask_index: 283 +- subtask: 'Put the red build block on the front of the blue build block + + ' + subtask_index: 284 +- subtask: Static + subtask_index: 285 +- subtask: 'Put the red build block on the front of the yellow build block + + ' + subtask_index: 286 +- subtask: 'Put the blue build block on the right of the yellow build block + + ' + subtask_index: 287 +- subtask: Put the yellow cube in the front of the blue cube + subtask_index: 288 +- subtask: 'Put the yellow build block in the center of the table + + ' + subtask_index: 289 +- subtask: 'Put the yellow build block on the behind of the red build block + + ' + subtask_index: 290 +- subtask: Put the red cube on the right of the yellow cube + subtask_index: 291 +- subtask: 'Put the green build block on the behind of the red build block + + ' + subtask_index: 292 +- subtask: 'Put the yellow build block on the right of the green build block + + ' + subtask_index: 293 +- subtask: 'Put the yellow build block on the behind of the blue build block + + ' + subtask_index: 294 +- subtask: Put the orange cube on the left of the red cube + subtask_index: 295 +- subtask: 'Put the yellow build block on the behind of the blue build block + + ' + subtask_index: 296 +- subtask: 'Put the yellow build block on the right of the blue build block + + ' + subtask_index: 297 +- subtask: 'Put the red build block in the center of the table + + ' + subtask_index: 298 +- subtask: 'Put the green build block on the right of the blue build block + + ' + subtask_index: 299 +- subtask: 'Put the green build block on the behind of the orange build block + + ' + subtask_index: 300 +- subtask: Put the blue cube in the front of the orange cube + subtask_index: 301 +- subtask: Put the green cube on the right of the blue cube with the right gripper + subtask_index: 302 +- subtask: 'Put the green build block on the right of the red build block + + ' + subtask_index: 303 +- subtask: 'Put the red build block on the behind of the green build block + + ' + subtask_index: 304 +- subtask: 'Put the red build block on the behind of the yellow build block + + ' + subtask_index: 305 +- subtask: 'Put the green build block in the center of the table + + ' + subtask_index: 306 +- subtask: 'Put the yellow build block on the right of the blue build block + + ' + subtask_index: 307 +- subtask: 'Put the orange build block on the behind of the blue build block + + ' + subtask_index: 308 +- subtask: 'Put the green build block on the right of the yellow build block + + ' + subtask_index: 309 +- subtask: 'Put the orange build block in the center of the table + + ' + subtask_index: 310 +- subtask: Put the red cube on the right of the blue cube + subtask_index: 311 +- subtask: 'Put the green build block on the behind of the orange build block + + ' + subtask_index: 312 +- subtask: Put the blue build block on the right of the orange build block + subtask_index: 313 +- subtask: Put the orange cube on the behind of the yellow cube with the left gripper + subtask_index: 314 +- subtask: Put the orange cube in the front of the yellow cube + subtask_index: 315 +- subtask: 'Put the yellow build block on the right of the orange build block + + ' + subtask_index: 316 +- subtask: 'Put the orange build block on the front of the blue build block + + ' + subtask_index: 317 +- subtask: Put the yellow cube on the behind of the green cube with the left gripper + subtask_index: 318 +- subtask: Put the red cube on the left of the blue cube + subtask_index: 319 +- subtask: Put the blue cube on the behind of the green cube + subtask_index: 320 +- subtask: Put the blue cube on the right of the green cube with the right gripper + subtask_index: 321 +- subtask: 'Put the green build block on the right of the orange build block + + ' + subtask_index: 322 +- subtask: 'Put the red build block on the right of the blue build block + + ' + subtask_index: 323 +- subtask: Put the red cube on the left of the green cube with the right gripper + subtask_index: 324 +- subtask: 'Put the blue build block on the right of the orange build block + + ' + subtask_index: 325 +- subtask: 'Put the yellow build block on the behind of the blue build block + + ' + subtask_index: 326 +- subtask: Put the yellow cube on the left of the orange cube + subtask_index: 327 +- subtask: Put the orange cube in the center of the table + subtask_index: 328 +- subtask: Put the blue cube on the right of the red cube + subtask_index: 329 +- subtask: 'Put the blue build block on the right of the yellow build block + + ' + subtask_index: 330 +- subtask: 'Put the orange build block on the right of the green build block + + ' + subtask_index: 331 +- subtask: 'Put the green build block in the center of the table + + ' + subtask_index: 332 +- subtask: Put the red cube in the front of the green cube + subtask_index: 333 +- subtask: 'Put the green build block on the behind of the yellow build block + + ' + subtask_index: 334 +- subtask: Put the yellow cube on the right of the green cube with the right gripper + subtask_index: 335 +- subtask: 'Put the orange build block on the behind of the yellow build block + + ' + subtask_index: 336 +- subtask: 'Put the green build block on the behind of the blue build block + + ' + subtask_index: 337 +- subtask: ' + + Put the yellow build block on the behind of the green build block + + ' + subtask_index: 338 +- subtask: 'Put the green build block on the behind of the yellow build block + + ' + subtask_index: 339 +- subtask: 'Put the orange build block on the behind of the blue build block + + ' + subtask_index: 340 +- subtask: Put the red cube on the right of the yellow cube with the right gripper + subtask_index: 341 +- subtask: Put the blue cube on the right of the yellow cube + subtask_index: 342 +- subtask: Put the green build block in the center of the table + subtask_index: 343 +- subtask: 'Put the green build block on the right of the red build block + + ' + subtask_index: 344 +- subtask: Put the green cube on the right of the yellow cube with the right gripper + subtask_index: 345 +- subtask: 'Put the red build block on the front of the yellow build block + + ' + subtask_index: 346 +- subtask: 'Put the green build block in the center of the table + + ' + subtask_index: 347 +- subtask: 'Put the green build block on the blue build block + + ' + subtask_index: 348 +- subtask: 'Put the green build block on the blue build block + + ' + subtask_index: 349 +- subtask: Put the blue cube in the front of the red cube + subtask_index: 350 +- subtask: 'Put the orange build block on the left of the red build block + + ' + subtask_index: 351 +- subtask: Put the yellow cube on the right of the red cube with the right gripper + subtask_index: 352 +- subtask: 'Put the yellow build block on the right of the orange build block + + ' + subtask_index: 353 +- subtask: Grasp the green block with right gripper + subtask_index: 354 +- subtask: 'Put the blue build block on the behind of the orange build block + + ' + subtask_index: 355 +- subtask: 'Put the orange build block on the right of the blue build block + + ' + subtask_index: 356 +- subtask: 'Put the blue build block on the right of the orange build block + + ' + subtask_index: 357 +- subtask: Put the red cube on the left of the yellow cube with the right gripper + subtask_index: 358 +- subtask: 'Put the orange build block on the right of the blue build block + + ' + subtask_index: 359 +- subtask: Put the blue cube on the left of the red cube + subtask_index: 360 +- subtask: 'Put the orange build block on the right of the build block + + ' + subtask_index: 361 +- subtask: 'Put the orange build block on the right of the yellow build block + + ' + subtask_index: 362 +- subtask: Put the orange cube in the front of the red cube + subtask_index: 363 +- subtask: Put the red cube in the front of the yellow cube + subtask_index: 364 +- subtask: Put the yellow cube on the left of the green cube with the left gripper + subtask_index: 365 +- subtask: Put the red cube on the right of the blue cube with the right gripper + subtask_index: 366 +- subtask: 'Put the green build block on the right of the orange build block + + ' + subtask_index: 367 +- subtask: Put the red cube on the behind of the blue cube + subtask_index: 368 +- subtask: 'Put the yellow build block in the center of the table + + ' + subtask_index: 369 +- subtask: Put the yellow cube on the orange cube + subtask_index: 370 +- subtask: 'Put the blue build block in the center of the table + + ' + subtask_index: 371 +- subtask: Put the blue cube on the left of the red cube with the left gripper + subtask_index: 372 +- subtask: 'Put the blue build block on the behind of the yellow build block + + ' + subtask_index: 373 +- subtask: 'Put the green build block on the right of the orange build block + + ' + subtask_index: 374 +- subtask: Put the yellow cube in the front of the red cube + subtask_index: 375 +- subtask: 'Put the yellow build block on the behind of the green build block + + ' + subtask_index: 376 +- subtask: Put the orange cube on the right of the red cube with the right gripper + subtask_index: 377 +- subtask: Put the orange cube on the front of the blue cube with the right gripper + subtask_index: 378 +- subtask: End + subtask_index: 379 +- subtask: Put the green cube on the behind of the blue cube + subtask_index: 380 +- subtask: 'Put blue the build block on the right of the red build block + + ' + subtask_index: 381 +- subtask: Put the blue cube on the left of the red cube with the right gripper + subtask_index: 382 +- subtask: 'null' + subtask_index: 383 +atomic_actions: +- grasp +- lift +- place +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 672 + total_frames: 643028 + fps: 30 + total_tasks: 384 + total_videos: 2016 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 3.97 GB +frame_num: 643028 +frame_range: 1M +dataset_size: 3.97 GB +data_structure: 'Agilex_Cobot_Magic_stack_block_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (660 more entries) + + |-- logs + + | `-- collect + + | `-- collect_20260521215548.log + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:671 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_stir_coffee.yaml b/dataset_info/Agilex_Cobot_Magic_stir_coffee.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2e4489949f719667364ec49f333a44099b305c09 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_stir_coffee.yaml @@ -0,0 +1,519 @@ +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: Agilex_Cobot_Magic_stir_coffee +dataset_uuid: 32b751d9-e42c-4ded-9426-ef495fea9a3d +scene_type: + level1: household + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cup +- object_name: spoon +- object_name: coffee +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the grey cup towards the center of the table with the left gripper. Grasp + the blue spoon with the right gripper, stir the coffee in the grey cup three times + with the right gripper, and place the spoon back in its original position with the + right gripper. +- Place the grey cup towards the center of the table with the left gripper. Grasp + the pink spoon with the right gripper, stir the coffee in the grey cup three times + with the right gripper, and place the spoon back in its original position with the + right gripper. +- Place the red cup towards the center of the table with the left gripper. Grasp the + blue spoon with the right gripper, stir the coffee in the red cup three times with + the right gripper, and place the spoon back in its original position with the right + gripper. +- Place the red cup towards the center of the table with the left gripper. Grasp the + pink spoon with the right gripper, stir the coffee in the red cup three times with + the right gripper, and place the spoon back in its original position with the right + gripper. +- Place the grey cup towards the center of the table with the right gripper. Grasp + the blue spoon with the left gripper, stir the coffee in the grey cup three times + with the left gripper, and place the spoon back in its original position with the + left gripper. +- Place the grey cup towards the center of the table with the right gripper. Grasp + the pink spoon with the left gripper, stir the coffee in the grey cup three times + with the left gripper, and place the spoon back in its original position with the + left gripper. +- Place the red cup towards the center of the table with the right gripper. Grasp + the blue spoon with the left gripper, stir the coffee in the red cup three times + with the left gripper, and place the spoon back in its original position with the + left gripper. +- Place the red cup towards the center of the table with the right gripper. Grasp + the pink spoon with the left gripper, stir the coffee in the red cup three times + with the left gripper, and place the spoon back in its original position with the + left gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the spoon with right gripper. + subtask_index: 1 +- subtask: Move the cup in the center of the table with right gripper. + subtask_index: 2 +- subtask: Stir the coffee with right gripper. + subtask_index: 3 +- subtask: Stir the coffee into the cup. + subtask_index: 4 +- subtask: Pick up the spoon. + subtask_index: 5 +- subtask: Grasp the spoon with left gripper. + subtask_index: 6 +- subtask: Stir the coffee with left gripper. + subtask_index: 7 +- subtask: Move the cup with coffee to the center of view. + subtask_index: 8 +- subtask: Static. + subtask_index: 9 +- subtask: Move the cup in the center of the table with left gripper. + subtask_index: 10 +- subtask: null. + subtask_index: 11 +atomic_actions: +- scoop +- grasp +- pick +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, 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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 495 + total_frames: 280886 + fps: 30 + total_tasks: 12 + total_videos: 1485 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 2.35 GB +frame_num: 280886 +frame_range: 1M +dataset_size: 2.35 GB +data_structure: 'Split_aloha_stir_coffee_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (483 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:494 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Cobot_Magic_storage_bread_basket.yaml b/dataset_info/Agilex_Cobot_Magic_storage_bread_basket.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5827a0c18ebe4346e4b75b3341ed8461ea8190ba --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_storage_bread_basket.yaml @@ -0,0 +1,484 @@ +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: Agilex_Cobot_Magic_storage_bread_basket +dataset_uuid: ce2f59f8-8d38-4e4d-b6c5-55721b6e70fb +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: small_yellow _basket +- object_name: waffle +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the bakery into the basket with the gripper. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: Grasp the bread with right gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Grasp the bread with left gripper. + subtask_index: 3 +- subtask: Place the bread into the basket with right gripper. + subtask_index: 4 +- subtask: Place the bread into the basket with left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- lift +- place +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 98 + total_frames: 32042 + fps: 30 + total_tasks: 7 + total_videos: 294 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 354.51 MB +frame_num: 32042 +frame_range: 100K +dataset_size: 354.51 MB +data_structure: 'Agilex_Cobot_Magic_storage_bread_basket_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (86 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:97 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_storage_fruit_basket.yaml b/dataset_info/Agilex_Cobot_Magic_storage_fruit_basket.yaml new file mode 100644 index 0000000000000000000000000000000000000000..baa90f795e514270680996450e43f8d1b2cd8b53 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_storage_fruit_basket.yaml @@ -0,0 +1,493 @@ +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: Agilex_Cobot_Magic_storage_fruit_basket +dataset_uuid: aa677292-5a32-4e80-ab78-0aa598818f4c +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: brown_basket +- object_name: banana +- object_name: bread +- object_name: apple +- object_name: laundry_detergent +- object_name: glass_cup +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up an item from the table with the gripper and place it into the basket. +sub_tasks: +- subtask: Place the apple into the basket with the right gripper. + subtask_index: 0 +- subtask: Place the banana into the basket with the right gripper. + subtask_index: 1 +- subtask: Grasp the round bread with the left gripper. + subtask_index: 2 +- subtask: Grasp the apple with the right gripper. + subtask_index: 3 +- subtask: Place the avocado into the basket with the right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Grasp the banana with the right gripper. + subtask_index: 6 +- subtask: Grasp the avocado with the right gripper. + subtask_index: 7 +- subtask: Place the round bread into the basket with the left gripper. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 199 + total_frames: 71385 + fps: 30 + total_tasks: 10 + total_videos: 597 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 1.01 GB +frame_num: 71385 +frame_range: 100K +dataset_size: 1.01 GB +data_structure: 'Agilex_Cobot_Magic_storage_fruit_basket_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (187 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:198 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_storage_fuirt_bowl.yaml b/dataset_info/Agilex_Cobot_Magic_storage_fuirt_bowl.yaml new file mode 100644 index 0000000000000000000000000000000000000000..285184aa2303952a78782bfce3ca706af821e66b --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_storage_fuirt_bowl.yaml @@ -0,0 +1,499 @@ +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: Agilex_Cobot_Magic_storage_fuirt_bowl +dataset_uuid: 30dcbc74-cebe-4d75-a531-87b88a439e63 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bowl +- object_name: green_lemon +- object_name: mango +- object_name: pomegranate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the three fruits on the table with the gripper into a bowl. +sub_tasks: +- subtask: Grasp the pomegranate with left gripper. + subtask_index: 0 +- subtask: Place the pomegranate in the blue bowl with left gripper. + subtask_index: 1 +- subtask: Grasp the pomegranate with right gripper. + subtask_index: 2 +- subtask: Place the green lemon in the blue bowl with right gripper. + subtask_index: 3 +- subtask: Grasp the green lemon with left gripper. + subtask_index: 4 +- subtask: Place the pomegranate in the blue bowl with right gripper. + subtask_index: 5 +- subtask: Place the mango in the blue bowl with right gripper. + subtask_index: 6 +- subtask: Grasp the mango with right gripper. + subtask_index: 7 +- subtask: End. + subtask_index: 8 +- subtask: Place the mango in the blue bowl with left gripper. + subtask_index: 9 +- subtask: Grasp the green lemon with right gripper. + subtask_index: 10 +- subtask: Place the green lemon in the blue bowl with left gripper. + subtask_index: 11 +- subtask: Grasp the mango with left gripper. + subtask_index: 12 +- subtask: null. + subtask_index: 13 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 78670 + fps: 30 + total_tasks: 14 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 740.83 MB +frame_num: 78670 +frame_range: 100K +dataset_size: 740.83 MB +data_structure: 'Agilex_Cobot_Magic_storage_fruit_bowl_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:99 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_storage_lemon_mango.yaml b/dataset_info/Agilex_Cobot_Magic_storage_lemon_mango.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4348668894bf2c65392d5c946c505fdebe21910c --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_storage_lemon_mango.yaml @@ -0,0 +1,510 @@ +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: Agilex_Cobot_Magic_storage_lemon_mango +dataset_uuid: d32f40ef-e7b3-403f-be4f-5b8a38655e46 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: brown_basket +- object_name: mango +- object_name: green_lemon +- object_name: rubik's_cube +- object_name: whiteboard_erasers +- object_name: bathing_in_flowers +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up a green lemon or mangoes from the table with the gripper and place them + into a basket. +sub_tasks: +- subtask: Place the mango into the basket with the right gripper. + subtask_index: 0 +- subtask: Grasp the mango with the right gripper. + subtask_index: 1 +- subtask: Grasp the Lemon with the right gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Grasp the mango with the left gripper. + subtask_index: 4 +- subtask: Place the Lemon into the basket with the left gripper. + subtask_index: 5 +- subtask: Place the mango into the basket with the left gripper. + subtask_index: 6 +- subtask: Grasp the Lemon with the left gripper. + subtask_index: 7 +- subtask: Place the Lemon into the basket with the right gripper. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 28424 + fps: 30 + total_tasks: 10 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 362.04 MB +frame_num: 28424 +frame_range: 100K +dataset_size: 362.04 MB +data_structure: 'Agilex_Cobot_Magic_storage_lemon_mango_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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 + + | `-- ... (88 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:99 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_storage_object.yaml b/dataset_info/Agilex_Cobot_Magic_storage_object.yaml new file mode 100644 index 0000000000000000000000000000000000000000..524c5d42cba7b79a8532b560ddb4076d9e1abc64 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_storage_object.yaml @@ -0,0 +1,820 @@ +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: Agilex_Cobot_Magic_storage_object +dataset_uuid: 485dfe80-95c6-4635-b844-e0114dc08c1f +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: white_table_cloths +- object_name: table +- object_name: apple +- object_name: yellow_lemon +- object_name: pomegranate +- object_name: bread_dough +- object_name: waffle +- object_name: green_lemon +- object_name: eggplant +- object_name: chewing_gum +- object_name: chocolate +- object_name: mango +- object_name: chewing_gum +- object_name: mint_candy +- object_name: mangosteen +- object_name: orange +- object_name: bread +- object_name: banana +- object_name: cake +- object_name: beef_cheeseburger +- object_name: bowl +- object_name: pan +- object_name: small_teapot +- object_name: small_teacup +- object_name: paper_ball +- object_name: brown_square_towel +- object_name: black_cylindrical_pen_holder +- object_name: pink_long_towel +- object_name: whiteboard_eraser +- object_name: mentholatum_facial_cleanser +- object_name: duck +- object_name: compass +- object_name: bowl +- object_name: blue_long_towel +- object_name: pearMint candy +- object_name: mint_candy +- object_name: triangular_bread +- object_name: long_bread +- object_name: chinese_cabbage +- object_name: peach +- object_name: can +- object_name: bathing_in_flowers +- object_name: wok +- object_name: red_bull_canned_drink +- object_name: eyeglass_case +- object_name: coke (Slim Can) +- object_name: wahaha_AD_calcium +- object_name: brave_the_world_beer +- object_name: brave_the_world_beer +- object_name: shampoo +- object_name: cleanser +- object_name: sausage +- object_name: french_fries +- object_name: purple_trash_bag +- object_name: red_date +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up an item with the gripper and place it into a random container on the table. +sub_tasks: +- subtask: Grasp the pink towel with the right gripper. + subtask_index: 0 +- subtask: Place the XX into the purple pot with the left gripper. + subtask_index: 1 +- subtask: Grasp the yellow lemon with the right gripper. + subtask_index: 2 +- subtask: Grasp the AD milk with the left gripper. + subtask_index: 3 +- subtask: Place the plush banana into the pink bowl with the left gripper. + subtask_index: 4 +- subtask: Place the beer into the purple pot with the right gripper. + subtask_index: 5 +- subtask: Place the green lemon into the pink bowl with the right gripper. + subtask_index: 6 +- subtask: Grasp the red bull with the right gripper. + subtask_index: 7 +- subtask: Grasp the beer with the right gripper. + subtask_index: 8 +- subtask: Place the hollow ring bread into the red pot with the left gripper. + subtask_index: 9 +- subtask: Grasp the banana with the left gripper. + subtask_index: 10 +- subtask: Place the yellow lemon into the pink bowl with the left gripper. + subtask_index: 11 +- subtask: Place the yellow lemon into the blue bowl with the right gripper. + subtask_index: 12 +- subtask: Grasp the pink laundry detergent with the left gripper. + subtask_index: 13 +- subtask: Place the eggplant into the purple pot with the right gripper. + subtask_index: 14 +- subtask: Grasp the apple with the right gripper. + subtask_index: 15 +- subtask: Place the peach into the red pot with the left gripper. + subtask_index: 16 +- subtask: Place the red bull into the blue bowl with the left gripper. + subtask_index: 17 +- subtask: Place the blue garbage bag into the pen container with the right gripper. + subtask_index: 18 +- subtask: Grasp the shampoo with the right gripper. + subtask_index: 19 +- subtask: Place the plush banana into the pink bowl with the right gripper. + subtask_index: 20 +- subtask: Place the banana into the red pot with the left gripper. + subtask_index: 21 +- subtask: Place the apple into the red pot with the left gripper. + subtask_index: 22 +- subtask: Place the round chewing gum into the pen container with the left gripper. + subtask_index: 23 +- subtask: Place the beer into the pink pot with the left gripper. + subtask_index: 24 +- subtask: Place the yellow cake into the pink bowl with the left gripper. + subtask_index: 25 +- subtask: Place the tin into the red pot with the right gripper. + subtask_index: 26 +- subtask: Place the blue garbage bag into the purple pot with the left gripper. + subtask_index: 27 +- subtask: Place the croissant into the purple pot with the right gripper. + subtask_index: 28 +- subtask: Place the shampoo into the blue bowl with the left gripper. + subtask_index: 29 +- subtask: Grasp the yellow lemon with the left gripper. + subtask_index: 30 +- subtask: Place the eyeglass case into the purple pot with the right gripper. + subtask_index: 31 +- subtask: Grasp the white blackboard erasure with the left gripper. + subtask_index: 32 +- subtask: Place the yogurt into the pink bowl with the right gripper. + subtask_index: 33 +- subtask: Place the blue garbage bag into the pink pot with the right gripper. + subtask_index: 34 +- subtask: Place the green lemon into the blue bowl with the left gripper. + subtask_index: 35 +- subtask: Place the apple into the pink pot with the left gripper. + subtask_index: 36 +- subtask: Grasp the eyeglass case with the right gripper. + subtask_index: 37 +- subtask: Place the yellow cake into the blue bowl with the left gripper. + subtask_index: 38 +- subtask: Place the red bull into the pen container with the right gripper. + subtask_index: 39 +- subtask: Place the croissant into the pink bowl with the left gripper. + subtask_index: 40 +- subtask: Grasp the shower sphere with the left gripper. + subtask_index: 41 +- subtask: Grasp the yogurt with the right gripper. + subtask_index: 42 +- subtask: Grasp the croissant with the left gripper. + subtask_index: 43 +- subtask: Grasp the tin with the left gripper. + subtask_index: 44 +- subtask: Grasp the long bread with the right gripper. + subtask_index: 45 +- subtask: Grasp the hard facial cleanser with the left gripper. + subtask_index: 46 +- subtask: Place the mango into the pink bowl with the left gripper. + subtask_index: 47 +- subtask: Grasp the plush banana with the left gripper. + subtask_index: 48 +- subtask: Place the pink laundry detergent into the pen container with the left gripper. + subtask_index: 49 +- subtask: Place the soft facial cleanser into the pink bowl with the right gripper. + subtask_index: 50 +- subtask: Grasp the peach with the right gripper. + subtask_index: 51 +- subtask: Grasp the mango with the left gripper. + subtask_index: 52 +- subtask: Place the round chewing gum into the pink pot with the left gripper. + subtask_index: 53 +- subtask: Place the white blackboard erasure into the pink bowl with the left gripper. + subtask_index: 54 +- subtask: Place the peach into the pink bowl with the left gripper. + subtask_index: 55 +- subtask: Grasp the pear with the left gripper. + subtask_index: 56 +- subtask: Place the tin into the pink pot with the left gripper. + subtask_index: 57 +- subtask: Place the cleaning agent into the pen container with the left gripper. + subtask_index: 58 +- subtask: Place the shampoo into the blue bowl with the right gripper. + subtask_index: 59 +- subtask: Grasp the hollow ring bread with the right gripper. + subtask_index: 60 +- subtask: Place the shower sphere into the pink bowl with the right gripper. + subtask_index: 61 +- subtask: Place the pear into the purple pot with the left gripper. + subtask_index: 62 +- subtask: Place the round chewing gum into the pen container with the right gripper. + subtask_index: 63 +- subtask: Grasp the peach with the left gripper. + subtask_index: 64 +- subtask: Grasp the long bread with the left gripper. + subtask_index: 65 +- subtask: Grasp the eggplant with the right gripper. + subtask_index: 66 +- subtask: Place the blue garbage bag into the pink bowl with the right gripper. + subtask_index: 67 +- subtask: Place the croissant into the red pot with the left gripper. + subtask_index: 68 +- subtask: Grasp the green lemon with the right gripper. + subtask_index: 69 +- subtask: Place the beer into the blue bowl with the left gripper. + subtask_index: 70 +- subtask: Place the shampoo into the purple pot with the right gripper. + subtask_index: 71 +- subtask: Grasp the shampoo with the left gripper. + subtask_index: 72 +- subtask: Place the pink towel into the red pot with the left gripper. + subtask_index: 73 +- subtask: Place the peach into the purple pot with the right gripper. + subtask_index: 74 +- subtask: End. + subtask_index: 75 +- subtask: Place the mint candy into the pink bowl with the right gripper. + subtask_index: 76 +- subtask: Place the eggplant into the pen container with the right gripper. + subtask_index: 77 +- subtask: Grasp the beer with the left gripper. + subtask_index: 78 +- subtask: Place the AD milk into the pen container with the left gripper. + subtask_index: 79 +- subtask: Place the banana into the pink bowl with the left gripper. + subtask_index: 80 +- subtask: Grasp the tin with the right gripper. + subtask_index: 81 +- subtask: Place the tin into the pink pot with the right gripper. + subtask_index: 82 +- subtask: Place the AD milk into the pink pot with the left gripper. + subtask_index: 83 +- subtask: Place the shower sphere into the purple pot with the right gripper. + subtask_index: 84 +- subtask: Place the long bread into the red pot with the left gripper. + subtask_index: 85 +- subtask: Grasp the yellow cake with the right gripper. + subtask_index: 86 +- subtask: Grasp the croissant with the right gripper. + subtask_index: 87 +- subtask: Grasp the red bull with the left gripper. + subtask_index: 88 +- subtask: Place the peach into the pink bowl with the right gripper. + subtask_index: 89 +- subtask: Place the tin into the pen container with the right gripper. + subtask_index: 90 +- subtask: Place the long bread into the purple pot with the right gripper. + subtask_index: 91 +- subtask: Place the orange into the pink pot with the left gripper. + subtask_index: 92 +- subtask: Place the yellow cake into the blue bowl with the right gripper. + subtask_index: 93 +- subtask: Grasp the pink towel with the left gripper. + subtask_index: 94 +- subtask: Place the croissant into the pink bowl with the right gripper. + subtask_index: 95 +- subtask: Place the hard facial cleanser into the pink bowl with the left gripper. + subtask_index: 96 +- subtask: Place the round chewing gum into the red pot with the right gripper. + subtask_index: 97 +- subtask: Grasp the blue garbage bag with the right gripper. + subtask_index: 98 +- subtask: Grasp the tin with the right gripper. + subtask_index: 99 +- subtask: Grasp the orange with the left gripper. + subtask_index: 100 +- subtask: Grasp the blue garbage bag with the left gripper. + subtask_index: 101 +- subtask: Place the shower sphere into the pink bowl with the left gripper. + subtask_index: 102 +- subtask: Place the yogurt into the red pot with the right gripper. + subtask_index: 103 +- subtask: Place the peach into the pink pot with the right gripper. + subtask_index: 104 +- subtask: Grasp the hollow ring bread with the left gripper. + subtask_index: 105 +- subtask: Grasp the apple with the left gripper. + subtask_index: 106 +- subtask: Place the tin into the red pot with the left gripper. + subtask_index: 107 +- subtask: Place the beer into the red pot with the left gripper. + subtask_index: 108 +- subtask: Place the blue garbage bag into the pink bowl with the left gripper. + subtask_index: 109 +- subtask: Place the mango into the purple pot with the right gripper. + subtask_index: 110 +- subtask: Place the tin into the blue bowl with the left gripper. + subtask_index: 111 +- subtask: Place the apple into the blue bowl with the left gripper. + subtask_index: 112 +- subtask: Grasp the shower sphere with the right gripper. + subtask_index: 113 +- subtask: Place the red bull into the pink bowl with the left gripper. + subtask_index: 114 +- subtask: Grasp the yellow cake with the left gripper. + subtask_index: 115 +- subtask: Grasp the round chewing gum with the right gripper. + subtask_index: 116 +- subtask: Grasp the cleaning agent with the left gripper. + subtask_index: 117 +- subtask: Place the coke into the pink pot with the left gripper. + subtask_index: 118 +- subtask: Place the pink towelinto the pink bowl with the right gripper. + subtask_index: 119 +- subtask: Grasp the round chewing gum with the left gripper. + subtask_index: 120 +- subtask: Place the green lemon into the purple pot with the left gripper. + subtask_index: 121 +- subtask: Place the hollow ring bread into the purple pot with the right gripper. + subtask_index: 122 +- subtask: Place the peach into the purple pot with the left gripper. + subtask_index: 123 +- subtask: Place the yellow cake into the pen container with the right gripper. + subtask_index: 124 +- subtask: Place the apple into the pink pot with the right gripper. + subtask_index: 125 +- subtask: Place the red bull into the pink pot with the right gripper. + subtask_index: 126 +- subtask: Place the tin into the purple pot with the left gripper. + subtask_index: 127 +- subtask: Place the yellow lemon into the pink bowl with the right gripper. + subtask_index: 128 +- subtask: Grasp the mango with the right gripper. + subtask_index: 129 +- subtask: Place the banana into the red pot with the right gripper. + subtask_index: 130 +- subtask: Grasp the mint candy with the right gripper. + subtask_index: 131 +- subtask: Place the apple into the pink bowl with the left gripper. + subtask_index: 132 +- subtask: Grasp the soft facial cleanser with the right gripper. + subtask_index: 133 +- subtask: Grasp the green lemon with the left gripper. + subtask_index: 134 +- subtask: Place the red bull into the red pot with the left gripper. + subtask_index: 135 +- subtask: Grasp the coke with the left gripper. + subtask_index: 136 +- subtask: Place the cleaning agent into the pink bowl with the left gripper. + subtask_index: 137 +- subtask: Grasp the banana with the right gripper. + subtask_index: 138 +- subtask: Grasp the plush banana with the right gripper. + subtask_index: 139 +- subtask: null. + subtask_index: 140 +atomic_actions: +- grasp +- lift +- place +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 99 + total_frames: 49237 + fps: 30 + total_tasks: 141 + total_videos: 297 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 855.52 MB +frame_num: 49237 +frame_range: 100K +dataset_size: 855.52 MB +data_structure: 'Agilex_Cobot_Magic_storage_object_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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 + + | `-- ... (87 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:98 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_storage_object_basket.yaml b/dataset_info/Agilex_Cobot_Magic_storage_object_basket.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3e41ad2743efc31298856354a2e43b1dbcc0085c --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_storage_object_basket.yaml @@ -0,0 +1,485 @@ +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: Agilex_Cobot_Magic_storage_object_basket +dataset_uuid: 4bdf2875-4362-44c6-a196-0257414dc31f +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: brown_basket +- object_name: banana +- object_name: bread +- object_name: apple +- object_name: avocado +- object_name: glass_cup +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Store the items on the table into the basket with the right gripper. +sub_tasks: +- subtask: Place the XX into the basket with the left gripper. + subtask_index: 0 +- subtask: Grasp the XX with the right gripper. + subtask_index: 1 +- subtask: Grasp the XX with the left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Place the XX into the basket with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 38216 + fps: 30 + total_tasks: 6 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 585.87 MB +frame_num: 38216 +frame_range: 100K +dataset_size: 585.87 MB +data_structure: 'Agilex_Cobot_Magic_storage_object_basket_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:99 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_storage_object_closest.yaml b/dataset_info/Agilex_Cobot_Magic_storage_object_closest.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a016da30e2eb8e42b11cbdf5ccbc2131472ad902 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_storage_object_closest.yaml @@ -0,0 +1,526 @@ +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: Agilex_Cobot_Magic_storage_object_closest +dataset_uuid: 202c948f-7409-47ef-ad5c-ff36f183984c +scene_type: + level1: household + level2: bathroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: brown_basket +- object_name: mentholatum_facial_cleanser +- object_name: toothpaste +- object_name: cleanser +- object_name: blue_moon_laundry_detergent +- object_name: shampoo +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the object closest to the toothpaste into the basket with the gripper. +sub_tasks: +- subtask: Grasp the shampoo with left gripper. + subtask_index: 0 +- subtask: Grasp the soft facial cleanser with right gripper. + subtask_index: 1 +- subtask: Place the pink laundry detergent into the basket with right gripper. + subtask_index: 2 +- subtask: Place the cleaning agent into the basket with left gripper. + subtask_index: 3 +- subtask: Place the shampoo into the basket with right gripper. + subtask_index: 4 +- subtask: Grasp the shampoo with right gripper. + subtask_index: 5 +- subtask: Place the pink laundry detergent into the basket with left gripper. + subtask_index: 6 +- subtask: Place the soft facial cleanser into the basket with right gripper. + subtask_index: 7 +- subtask: Grasp the pink laundry detergent with right gripper. + subtask_index: 8 +- subtask: Grasp the soft facial cleanser with left gripper. + subtask_index: 9 +- subtask: Place the cleaning agent into the basket with right gripper. + subtask_index: 10 +- subtask: Place the soft facial cleanser into the basket with left gripper. + subtask_index: 11 +- subtask: Grasp the pink laundry detergent with left gripper. + subtask_index: 12 +- subtask: Place the shampoo into the basket with left gripper. + subtask_index: 13 +- subtask: End. + subtask_index: 14 +- subtask: Grasp the cleaning agent with right gripper. + subtask_index: 15 +- subtask: Grasp the cleaning agent with left gripper. + subtask_index: 16 +- subtask: null. + subtask_index: 17 +atomic_actions: +- grasp +- lift +- place +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 29779 + fps: 30 + total_tasks: 18 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 506.53 MB +frame_num: 29779 +frame_range: 100K +dataset_size: 506.53 MB +data_structure: 'Agilex_Cobot_Magic_storage_object_closest_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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 + + | `-- ... (88 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:99 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_storage_object_closest_apple.yaml b/dataset_info/Agilex_Cobot_Magic_storage_object_closest_apple.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f4960a9a14ad45694289de8bd04eeef25976b0a5 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_storage_object_closest_apple.yaml @@ -0,0 +1,525 @@ +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: Agilex_Cobot_Magic_storage_object_closest_apple +dataset_uuid: 563e1f68-176e-4bf2-a8d5-3b9a60a42fa3 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: brown_basket +- object_name: mango +- object_name: apple +- object_name: rubik's_cube +- object_name: whiteboard_erasers +- object_name: bathing_in_flowers +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the item closest to the apple with the picker and place it into the basket. +sub_tasks: +- subtask: Grasp the Rubik's Cube with the left gripper. + subtask_index: 0 +- subtask: Grasp the chalkboard eraser with the right gripper. + subtask_index: 1 +- subtask: Place the chalkboard eraser into the basket with the right gripper. + subtask_index: 2 +- subtask: Place the shower sphere into the basket with the left gripper. + subtask_index: 3 +- subtask: Place the mango into the basket with the right gripper. + subtask_index: 4 +- subtask: Place the Rubik's Cube into the basket with the left gripper. + subtask_index: 5 +- subtask: Place the shower sphere into the basket with the right gripper. + subtask_index: 6 +- subtask: Grasp the mango with the right gripper. + subtask_index: 7 +- subtask: Grasp the Rubik's Cube with the right gripper. + subtask_index: 8 +- subtask: End. + subtask_index: 9 +- subtask: Place the Rubik's Cube into the basket with the right gripper. + subtask_index: 10 +- subtask: Grasp the mango with the left gripper. + subtask_index: 11 +- subtask: Place the mango into the basket with the left gripper. + subtask_index: 12 +- subtask: Grasp the shower sphere with the right gripper. + subtask_index: 13 +- subtask: Place the chalkboard eraser into the basket with the left gripper. + subtask_index: 14 +- subtask: Grasp the shower sphere with the left gripper. + subtask_index: 15 +- subtask: Grasp the chalkboard eraser with the left gripper. + subtask_index: 16 +- subtask: null. + subtask_index: 17 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 13231 + fps: 30 + total_tasks: 18 + total_videos: 147 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 189.68 MB +frame_num: 13231 +frame_range: 100K +dataset_size: 189.68 MB +data_structure: 'Agilex_Cobot_Magic_storage_object_closest_apple_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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_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_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_storage_object_closest_cube.yaml b/dataset_info/Agilex_Cobot_Magic_storage_object_closest_cube.yaml new file mode 100644 index 0000000000000000000000000000000000000000..50120c03073c3adeb5a0c60ad9396db2f6dc781d --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_storage_object_closest_cube.yaml @@ -0,0 +1,506 @@ +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: Agilex_Cobot_Magic_storage_object_closest_cube +dataset_uuid: 983154c9-dcf9-446b-b5ee-2707b470f185 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: brown_basket +- object_name: mango +- object_name: apple +- object_name: rubik's_cube +- object_name: whiteboard_erasers +- object_name: bathing_in_flowers +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the item closest to the cube with the picker and place it into the basket + with the picker. +sub_tasks: +- subtask: Place the apple into the basket with the right gripper. + subtask_index: 0 +- subtask: Place the blackboard erasure into the basket with the left gripper. + subtask_index: 1 +- subtask: Place the mango into the basket with the right gripper. + subtask_index: 2 +- subtask: Grasp the mango with the right gripper. + subtask_index: 3 +- subtask: Grasp the blackboard erasure with the right gripper. + subtask_index: 4 +- subtask: Grasp the Shower puff with the left gripper. + subtask_index: 5 +- subtask: Place the Shower puff into the basket with the right gripper. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: Place the Shower puff into the basket with the left gripper. + subtask_index: 8 +- subtask: Grasp the mango with the left gripper. + subtask_index: 9 +- subtask: Place the mango into the basket with the left gripper. + subtask_index: 10 +- subtask: Grasp the Shower puff with the right gripper. + subtask_index: 11 +- subtask: Grasp the apple with the right gripper. + subtask_index: 12 +- subtask: Grasp the blackboard erasure with the left gripper. + subtask_index: 13 +- subtask: Place the blackboard erasure into the basket with the right gripper. + subtask_index: 14 +- subtask: null. + subtask_index: 15 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 12420 + fps: 30 + total_tasks: 16 + total_videos: 147 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 154.90 MB +frame_num: 12420 +frame_range: 100K +dataset_size: 154.90 MB +data_structure: 'Agilex_Cobot_Magic_storage_object_closest_cube_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_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_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_storage_object_left.yaml b/dataset_info/Agilex_Cobot_Magic_storage_object_left.yaml new file mode 100644 index 0000000000000000000000000000000000000000..513a0882b6d83ec859b3a484b9854ef93f9c8c3d --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_storage_object_left.yaml @@ -0,0 +1,517 @@ +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: Agilex_Cobot_Magic_storage_object_left +dataset_uuid: 4516334c-0a50-461d-ab66-7e52ee12b482 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: brown_basket +- object_name: mango +- object_name: green_lemon +- object_name: rubik's_cube +- object_name: whiteboard_erasers +- object_name: bathing_in_flowers +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up items from the table with the gripper and place them into the basket with + the gripper. +sub_tasks: +- subtask: Grasp the Rubik's Cube with the left gripper. + subtask_index: 0 +- subtask: Place the Rubik's Cube into the basket with the left gripper. + subtask_index: 1 +- subtask: Grasp the apple rubber puff with the left gripper. + subtask_index: 2 +- subtask: Grasp the mango with the right gripper. + subtask_index: 3 +- subtask: Grasp the Shower puff with the left gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Place the apple rubber puff into the basket with the left gripper. + subtask_index: 6 +- subtask: Place the Shower puff into the basket with the left gripper. + subtask_index: 7 +- subtask: Grasp the mango with the left gripper. + subtask_index: 8 +- subtask: Place the mango into the basket with the left gripper. + subtask_index: 9 +- subtask: Place the chalkboard eraser into the basket with the left gripper. + subtask_index: 10 +- subtask: Grasp the chalkboard eraser with the left gripper. + subtask_index: 11 +- subtask: null. + subtask_index: 12 +atomic_actions: +- grasp +- lift +- place +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 26742 + fps: 30 + total_tasks: 13 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 360.15 MB +frame_num: 26742 +frame_range: 100K +dataset_size: 360.15 MB +data_structure: 'Agilex_Cobot_Magic_storage_object_left_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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 + + | `-- ... (88 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:99 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_storage_object_red_tablecloth.yaml b/dataset_info/Agilex_Cobot_Magic_storage_object_red_tablecloth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2f13fb4b66107612bdfb07189f058ba9ce726736 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_storage_object_red_tablecloth.yaml @@ -0,0 +1,581 @@ +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: Agilex_Cobot_Magic_storage_object_red_tablecloth +dataset_uuid: 6a083f2b-cd2b-4984-9d23-a3d2d25f7fad +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: red_table_cloths +- object_name: table +- object_name: apple +- object_name: yellow_lemon +- object_name: pomegranate +- object_name: bread_dough +- object_name: waffle +- object_name: green_lemon +- object_name: eggplant +- object_name: chewing_gum +- object_name: chocolate +- object_name: mango +- object_name: chewing_gum +- object_name: mint_candy +- object_name: mangosteen +- object_name: orange +- object_name: bread +- object_name: banana +- object_name: cake +- object_name: beef_cheeseburger +- object_name: bowl +- object_name: pan +- object_name: small_teapot +- object_name: small_teacup +- object_name: paper_ball +- object_name: brown_square_towel +- object_name: black_cylindrical_pen_holder +- object_name: pink_long_towel +- object_name: whiteboard_eraser +- object_name: mentholatum_facial_cleanser +- object_name: duck +- object_name: compass +- object_name: bowl +- object_name: blue_long_towel +- object_name: pearMint candy +- object_name: mint_candy +- object_name: triangular_bread +- object_name: long_bread +- object_name: chinese_cabbage +- object_name: peach +- object_name: can +- object_name: bathing_in_flowers +- object_name: wok +- object_name: red_bull_canned_drink +- object_name: eyeglass_case +- object_name: coke (Slim Can) +- object_name: wahaha_AD_calcium +- object_name: brave_the_world_beer +- object_name: brave_the_world_beer +- object_name: shampoo +- object_name: cleanser +- object_name: sausage +- object_name: french_fries +- object_name: purple_trash_bag +- object_name: red_date +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up an item with the gripper and place it into a random container on the desktop. +sub_tasks: +- subtask: Place the XX into the blue bowl with the left gripper. + subtask_index: 0 +- subtask: Place the XX into the purple pot with the right gripper. + subtask_index: 1 +- subtask: Place the XX into the pink pot with the right gripper. + subtask_index: 2 +- subtask: Grasp the XX with the right gripper. + subtask_index: 3 +- subtask: Place the XX into the purple pot with the left gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Place the XX into the pink pot with the left gripper. + subtask_index: 6 +- subtask: Place the XX into the cyan plate with the right gripper. + subtask_index: 7 +- subtask: Place the XX into the cyan plate with the left gripper. + subtask_index: 8 +- subtask: Place the XX into the red pot with the left gripper. + subtask_index: 9 +- subtask: Place the XX into the pen container with the right gripper. + subtask_index: 10 +- subtask: Grasp the XX with the left gripper. + subtask_index: 11 +- subtask: Place the XX into the blue bowl with the right gripper. + subtask_index: 12 +- subtask: Place the XX into the pink bowl with the left gripper. + subtask_index: 13 +- subtask: Place the XX into the red pot with the right gripper. + subtask_index: 14 +- subtask: Place the XX into the pink bowl with the right gripper. + subtask_index: 15 +- subtask: Place the XX into the white plate with the left gripper. + subtask_index: 16 +- subtask: Place the XX into the white plate with the right gripper. + subtask_index: 17 +- subtask: Place the XX into the blue plate with the left gripper. + subtask_index: 18 +- subtask: Place the XX into the pen container with the left gripper. + subtask_index: 19 +- subtask: Place the XX into the blue plate with the right gripper. + subtask_index: 20 +- subtask: null. + subtask_index: 21 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 200 + total_frames: 99000 + fps: 30 + total_tasks: 22 + total_videos: 600 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 2.88 GB +frame_num: 99000 +frame_range: 100K +dataset_size: 2.88 GB +data_structure: 'Agilex_Cobot_Magic_storage_object_red_tablecloth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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 + + | `-- ... (188 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:199 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_storage_orange_basket_left.yaml b/dataset_info/Agilex_Cobot_Magic_storage_orange_basket_left.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a4752a339003bcf3bf8cf82dc4a8abc973f3959e --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_storage_orange_basket_left.yaml @@ -0,0 +1,496 @@ +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: Agilex_Cobot_Magic_storage_orange_basket_left +dataset_uuid: ba413df5-0ce7-443e-8d57-ec4f8705a61e +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: brown_basket +- object_name: orange +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- pick up the oranges with the left gripper and place them into the basket. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the orange into the basket with left gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Grasp the orange with left gripper. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- lift +- place +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 99 + total_frames: 40181 + fps: 30 + total_tasks: 5 + total_videos: 297 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 488.80 MB +frame_num: 40181 +frame_range: 100K +dataset_size: 488.80 MB +data_structure: 'Agilex_Cobot_Magic_storage_orange_basket_left_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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 + + | `-- ... (87 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:98 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_storage_orange_basket_right.yaml b/dataset_info/Agilex_Cobot_Magic_storage_orange_basket_right.yaml new file mode 100644 index 0000000000000000000000000000000000000000..073656139223e9779d31efe0c089cdbba1f8f0af --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_storage_orange_basket_right.yaml @@ -0,0 +1,496 @@ +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: Agilex_Cobot_Magic_storage_orange_basket_right +dataset_uuid: 1e28e24c-bb11-49b3-a30c-70e983fda51c +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: brown_basket +- object_name: orange +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- pick up the oranges with the right gripper and place them into the basket. +sub_tasks: +- subtask: Place the orange into the basket with right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Grasp the orange with right gripper. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- lift +- place +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 98 + total_frames: 22531 + fps: 30 + total_tasks: 5 + total_videos: 294 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 233.17 MB +frame_num: 22531 +frame_range: 100K +dataset_size: 233.17 MB +data_structure: 'Agilex_Cobot_Magic_storage_orange_basket_right_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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 + + | `-- ... (86 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:97 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_storage_orange_white_bag.yaml b/dataset_info/Agilex_Cobot_Magic_storage_orange_white_bag.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6829b61bff17bfcf7b91de756f743f25a2fea45d --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_storage_orange_white_bag.yaml @@ -0,0 +1,486 @@ +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: Agilex_Cobot_Magic_storage_orange_white_bag +dataset_uuid: 4e21ffb5-58bf-4451-82fc-3005435aa9db +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: brown_basket +- object_name: white_canvas_bags +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open the white linen bag with the gripper. Place the orange into the bag with the + gripper. +sub_tasks: +- subtask: Grasp the orange with right gripper. + subtask_index: 0 +- subtask: Grasp the orange with left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Lift the handbag with left gripper. + subtask_index: 3 +- subtask: Place the orange in the handbag with right gripper. + subtask_index: 4 +- subtask: Place the orange into the basket with right gripper. + subtask_index: 5 +- subtask: place down the handbag with left gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 43104 + fps: 30 + total_tasks: 8 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 406.02 MB +frame_num: 43104 +frame_range: 100K +dataset_size: 406.02 MB +data_structure: 'Agilex_Cobot_Magic_storage_orange_white_bag_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:99 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_storage_peach_brown_bag.yaml b/dataset_info/Agilex_Cobot_Magic_storage_peach_brown_bag.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a6eeea8660d421fe9afb03e0be73e84ef2de47c8 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_storage_peach_brown_bag.yaml @@ -0,0 +1,482 @@ +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: Agilex_Cobot_Magic_storage_peach_brown_bag +dataset_uuid: e867b6cc-c4fb-44ab-b4f9-bd97b468fa70 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: brown_basket +- object_name: brown_canvas_bags +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open the brown linen bag with the gripper. Place the peach into the bag with the + gripper. +sub_tasks: +- subtask: place down the handbag with left grippe. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the peach in the handbag with right gripper. + subtask_index: 2 +- subtask: Lift the handbag with left gripper. + subtask_index: 3 +- subtask: Grasp the peach with right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 49252 + fps: 30 + total_tasks: 6 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 568.64 MB +frame_num: 49252 +frame_range: 100K +dataset_size: 568.64 MB +data_structure: 'Agilex_Cobot_Magic_storage_peach_brown_bag_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:99 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_storage_peach_left.yaml b/dataset_info/Agilex_Cobot_Magic_storage_peach_left.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0886078b1ce9a7107e544d74b5d1439f17da211f --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_storage_peach_left.yaml @@ -0,0 +1,496 @@ +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: Agilex_Cobot_Magic_storage_peach_left +dataset_uuid: 3b1e210a-cabb-43f7-9c0c-b6200bf67a1f +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: brown_basket +- object_name: peach +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the peach into the basket with the left gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the peach into the basket with left gripper. + subtask_index: 1 +- subtask: Grasp the peach with left gripper. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- lift +- place +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 99 + total_frames: 21979 + fps: 30 + total_tasks: 5 + total_videos: 297 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 264.71 MB +frame_num: 21979 +frame_range: 100K +dataset_size: 264.71 MB +data_structure: 'Agilex_Cobot_Magic_storage_peach_left_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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 + + | `-- ... (87 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:98 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_storage_peach_right.yaml b/dataset_info/Agilex_Cobot_Magic_storage_peach_right.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6dd48d00d280bafbbc4246bb1507306ffd82fbfb --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_storage_peach_right.yaml @@ -0,0 +1,496 @@ +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: Agilex_Cobot_Magic_storage_peach_right +dataset_uuid: a4efcd24-7563-48fa-81e1-49a39810be17 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: brown_basket +- object_name: peach +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the peach into the basket with the right gripper. +sub_tasks: +- subtask: Grasp the peach with right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the peach into the basket with right gripper. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- lift +- place +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 99 + total_frames: 25876 + fps: 30 + total_tasks: 5 + total_videos: 297 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 277.18 MB +frame_num: 25876 +frame_range: 100K +dataset_size: 277.18 MB +data_structure: 'Agilex_Cobot_Magic_storage_peach_right_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- backup + + | |-- data + + | | `-- chunk-000 + + | `-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.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 + + | `-- ... (87 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:98 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_storage_peach_white_bag.yaml b/dataset_info/Agilex_Cobot_Magic_storage_peach_white_bag.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3b41ff7240430a07c9b310ad76ee310af322a596 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_storage_peach_white_bag.yaml @@ -0,0 +1,484 @@ +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: Agilex_Cobot_Magic_storage_peach_white_bag +dataset_uuid: 3b033d2e-9915-4eb3-b51f-d352277588b2 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: brown_basket +- object_name: white_canvas_bags +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open the white linen bag with the gripper. Place the peach into the bag with the + gripper. +sub_tasks: +- subtask: Lift the handbag with right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the peach in the handbag with right gripper. + subtask_index: 2 +- subtask: Lift the handbag with left gripper. + subtask_index: 3 +- subtask: Grasp the peach with right gripper. + subtask_index: 4 +- subtask: place down the handbag with left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- lift +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 42094 + fps: 30 + total_tasks: 7 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 392.58 MB +frame_num: 42094 +frame_range: 100K +dataset_size: 392.58 MB +data_structure: 'Agilex_Cobot_Magic_storage_peach_white_bag_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:99 +features: + observation.images.cam_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_storage_towel.yaml b/dataset_info/Agilex_Cobot_Magic_storage_towel.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fc026d9a328b84d43c6b19be0290bb2807db7331 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_storage_towel.yaml @@ -0,0 +1,493 @@ +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: Agilex_Cobot_Magic_storage_towel +dataset_uuid: 119b6a9a-5408-4f57-83fe-4156b1afd9f0 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +- object_name: towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the folded towels with the gripper and place them into the basket. +sub_tasks: +- subtask: 'Right gripper: pick up the folded purple towel.' + subtask_index: 0 +- subtask: 'Right gripper: pick up the folded brown towel.' + subtask_index: 1 +- subtask: 'Right gripper: pick up the folded grey towel.' + subtask_index: 2 +- subtask: 'Right gripper: place the blue towel in right basket.' + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: 'Right gripper: place the grey towel in right basket.' + subtask_index: 5 +- subtask: 'Right gripper: place the purple towel in right basket.' + subtask_index: 6 +- subtask: 'Right gripper: place the brown towel in right basket.' + subtask_index: 7 +- subtask: 'Right gripper: pick up the folded blue towel.' + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- fold +- lift +- place +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_right_wrist_rgb +- cam_left_wrist_rgb +came_info: + cam_head_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 + cam_left_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 1176 + total_frames: 512832 + fps: 30 + total_tasks: 10 + total_videos: 3528 + total_chunks: 1 + chunks_size: 10000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 34.54 GB +frame_num: 512832 +frame_range: 1M +dataset_size: 34.54 GB +data_structure: 'Agilex_Cobot_Magic_storage_towel_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (1164 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:1175 + val: 960:1080 + test: 1080:1201 +features: + 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_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 + - 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_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 + - right_gripper_open + 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_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 + - 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_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 + - right_gripper_open + observation.images.cam_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_sweep_coffee_beans.yaml b/dataset_info/Agilex_Cobot_Magic_sweep_coffee_beans.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3983800ed9acb7b335fe31006f7e24614b8b34f0 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_sweep_coffee_beans.yaml @@ -0,0 +1,493 @@ +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: Agilex_Cobot_Magic_sweep_coffee_beans +dataset_uuid: 09c1f613-16b7-4bd9-8885-6c6c56880804 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: storage_rack +- object_name: coffee_beans +- object_name: dustpan +- object_name: small_broom +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the brush on the shelf with the gripper. Grasp the dustpan on the table + with the left gripper. Use the brush to wipe the coffee beans on the table into + the dustpan with the gripper. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: Left gripper:place the dustpan on the table. + subtask_index: 1 +- subtask: Right gripper:wipe the coffee beans into the dustpan. + subtask_index: 2 +- subtask: 'Left gripper: pick up the dustpan.' + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Right gripper:place the broom on the rack. + subtask_index: 5 +- subtask: 'Left gripper: move the dustpan to the left side of the coffee beans.' + subtask_index: 6 +- subtask: Right gripper:pick up the broom. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- pick +- place +- wipe +robot_name: +- Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_right_wrist_rgb +- cam_left_wrist_rgb +came_info: + cam_head_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 + cam_left_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 359 + total_frames: 331666 + fps: 30 + total_tasks: 9 + total_videos: 1077 + total_chunks: 1 + chunks_size: 10000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 13.24 GB +frame_num: 331666 +frame_range: 1M +dataset_size: 13.24 GB +data_structure: 'Agilex_Cobot_Magic_sweep_coffee_bean_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (347 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:358 +features: + 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_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 + - 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_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 + - right_gripper_open + 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_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 + - 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_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 + - right_gripper_open + observation.images.cam_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.fps: 30.0 + video.height: 480 + video.width: 640 + video.channels: 3 + video.codec: h264 + video.pix_fmt: yuv420p + video.is_depth_map: false + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_right_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Cobot_Magic_wipe_table.yaml b/dataset_info/Agilex_Cobot_Magic_wipe_table.yaml new file mode 100644 index 0000000000000000000000000000000000000000..891d8594ea3a697d77a2553eab2c05f7ab5270d9 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_wipe_table.yaml @@ -0,0 +1,484 @@ +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: Agilex_Cobot_Magic_wipe_table +dataset_uuid: 18848f29-f6ff-4f8a-ab4d-acc67d812c64 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cup +- object_name: rag +- object_name: stain +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the fallen cup with the left gripper and place it upright. Grasp the black + rag with the right gripper and wipe the stain on the table. Place the black rag + back in its original position with the right gripper. +sub_tasks: +- subtask: Grasp the rag with right gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Place the rag on the table with right gripper. + subtask_index: 2 +- subtask: Stand the paper cup upright with left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Static. + subtask_index: 5 +- subtask: Grasp the paper cup with left gripper. + subtask_index: 6 +- subtask: Wipe the stains off the table with the rag with right gripper. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- place +- pick +- wipe +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 200 + total_frames: 106804 + fps: 30 + total_tasks: 9 + total_videos: 600 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 1.28 GB +frame_num: 106804 +frame_range: 1M +dataset_size: 1.28 GB +data_structure: 'Split_aloha_wipe_table_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (188 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:199 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Cobot_Magic_wipe_the_table.yaml b/dataset_info/Agilex_Cobot_Magic_wipe_the_table.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2daf9304dfa21bdce98b5bacb2382d0286b5db9f --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_wipe_the_table.yaml @@ -0,0 +1,478 @@ +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: Agilex_Cobot_Magic_wipe_the_table +dataset_uuid: c5648c51-14f0-4d84-a3cc-2fd1c28069a8 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cup +- object_name: rag +- object_name: stain +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the fallen cup with the left gripper and place it upright. Grasp the blue + rag with the right gripper and wipe the coffee stain on the table with the right + gripper. Place the blue rag back in its original position with the right gripper. +- Pick up the fallen cup with the left gripper and place it upright. Grasp the purple + rag with the right gripper and wipe the coffee stain on the table with it. Place + the purple rag back in its original position with the right gripper. +- Pick up the fallen cup with the left gripper and place it upright. Grasp the blue + rag with the right gripper and wipe the tea stain on the table with it. Place the + blue rag back in its original position with the right gripper. +sub_tasks: +- subtask: Stand the paper cup upright. + subtask_index: 0 +- subtask: Wipe the stains off the table with a rag. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- place +- pick +- wipe +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, 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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 302 + total_frames: 166266 + fps: 30 + total_tasks: 3 + total_videos: 906 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 1.35 GB +frame_num: 166266 +frame_range: 1M +dataset_size: 1.35 GB +data_structure: 'Split_aloha_wipe_the_table_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (290 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:301 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Cobot_Magic_zip_up_the_document_bag.yaml b/dataset_info/Agilex_Cobot_Magic_zip_up_the_document_bag.yaml new file mode 100644 index 0000000000000000000000000000000000000000..36fc80f1ef5944976732f6821a12522fbf743186 --- /dev/null +++ b/dataset_info/Agilex_Cobot_Magic_zip_up_the_document_bag.yaml @@ -0,0 +1,486 @@ +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: Agilex_Cobot_Magic_zip_up_the_document_bag +dataset_uuid: e06c5784-df23-4a4a-b86d-adc2bcf12bae +scene_type: + level1: office + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: document_bag +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp one corner of the bag with the left gripper, pull the green zipper with the + right gripper, and place down the bag with the left gripper. +- Grasp one corner of the bag with the left gripper, pull the red zipper with the + right gripper, and place down the bag with the left gripper. +- Grasp one corner of the bag with the right gripper. Pull the green zipper with the + left gripper. Place down the bag with the right gripper. +- Grasp one corner of the bag with the right gripper. Pull the red zipper with the + left gripper. Place down the bag with the right gripper. +sub_tasks: +- subtask: Pulling up the zipper on the transparent plastic bag with the left gripper + to close it. + subtask_index: 0 +- subtask: Pulling up the zipper on the transparent plastic bag with the right gripper + to close it. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Pick up the transparent plastic bag with the left gripper. + subtask_index: 4 +- subtask: Pick up the transparent plastic bag with the right gripper. + subtask_index: 5 +- subtask: Place the transparent plastic bag. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pull +- place +robot_name: Agilex_Cobot_Magic +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, 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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 495 + total_frames: 234815 + fps: 30 + total_tasks: 8 + total_videos: 1485 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 2.74 GB +frame_num: 234815 +frame_range: 1M +dataset_size: 2.74 GB +data_structure: 'Split_aloha_zip_up_the_document_bag_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (483 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:494 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_box_storage_chopsticks.yaml b/dataset_info/Agilex_Split_Aloha_box_storage_chopsticks.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b00f28cdd63c24cddd0cbfc381fe5b21c7d5eec5 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_box_storage_chopsticks.yaml @@ -0,0 +1,468 @@ +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: Agilex_Split_Aloha_box_storage_chopsticks +dataset_uuid: 820026e7-2878-4127-b935-c5e584a825bc +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: tablecloth +- object_name: pallet +- object_name: chopsticks +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the chopsticks from the black tray and place them into the box on the blue + tablecloth. +- Pick up the chopsticks from the black tray and place them into the box with the + gripper. +- Pick up the chopsticks from the black tray and place them into the box with the + gripper. +- Pick up the chopsticks from the black tray and place them into the box with the + gripper. +- Pick up the chopsticks from the black tray and place them into the box with the + gripper. +- Pick up the chopsticks from the black tray and place them into the box with the + gripper. +sub_tasks: +- subtask: use the right arm to place the chopsticks into the lunch box. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: use the left arm to pick up a pair of chopsticks. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Grasp the a pair of chopsticks with the left gripper. + subtask_index: 4 +- subtask: Place the a pair of chopsticks into the box with the left gripper. + subtask_index: 5 +- subtask: use the left arm to place the chopsticks into the lunch box. + subtask_index: 6 +- subtask: use the right arm to pick up a pair of chopsticks. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- place +- pick +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_front_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 499 + total_frames: 170337 + fps: 30 + total_tasks: 9 + total_videos: 1497 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 6.39 GB +frame_num: 170337 +frame_range: 1M +dataset_size: 6.39 GB +data_structure: 'Cobot_Magic_box_storage_chopsticks_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_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_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Split_Aloha_cap_the_pen_a.yaml b/dataset_info/Agilex_Split_Aloha_cap_the_pen_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..95c5cdc18ca375ce79eab3f9b143833ef9fc194e --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_cap_the_pen_a.yaml @@ -0,0 +1,478 @@ +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: Agilex_Split_Aloha_cap_the_pen_a +dataset_uuid: b549e79c-e49e-4cec-a476-b94bdd766f22 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pen +- object_name: pen_cap +- object_name: tablecloth +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the pen cap in one hand and the pen in the other with one hand, then cover + the pen cap with the other hand. +sub_tasks: +- subtask: Secure the pen cap with the right gripper. + subtask_index: 0 +- subtask: Insert the pen into the cap. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: place the cap on the pen. + subtask_index: 3 +- subtask: Pick up the pen cap. + subtask_index: 4 +- subtask: pick up the pen barrel with the left gripper. + subtask_index: 5 +- subtask: Secure the pen cap with the left gripper. + subtask_index: 6 +- subtask: pick up the pen cap with the left gripper. + subtask_index: 7 +- subtask: Place the pen on the table. + subtask_index: 8 +- subtask: Abnormal. + subtask_index: 9 +- subtask: pick up the pen cap with the right gripper. + subtask_index: 10 +- subtask: Insert the pen cap with the right gripper. + subtask_index: 11 +- subtask: pick up the pen barrel with the right gripper. + subtask_index: 12 +- subtask: Pick up the pen. + subtask_index: 13 +- subtask: end. + subtask_index: 14 +- subtask: Place the pen down with the right gripper. + subtask_index: 15 +- subtask: abnormal. + subtask_index: 16 +- subtask: Insert the pen cap with the left gripper. + subtask_index: 17 +- subtask: null. + subtask_index: 18 +atomic_actions: +- grasp +- pick +- place +- insert +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb_rgb +- cam_right_wrist_rgb_rgb +came_info: + cam_high_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 55 + total_frames: 51317 + fps: 50 + total_tasks: 19 + total_videos: 165 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 1.03 GB +frame_num: 51317 +frame_range: 100K +dataset_size: 1.03 GB +data_structure: 'Cobot_Magic_cap_the_pen_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (43 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_rgb + + | `-- observation.images.cam_right_wrist_rgb_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:54 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb_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: 50 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb_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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_catch_the_ball.yaml b/dataset_info/Agilex_Split_Aloha_catch_the_ball.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f6d129141334ac71c1d923a973828219a3d0e689 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_catch_the_ball.yaml @@ -0,0 +1,446 @@ +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: Agilex_Split_Aloha_catch_the_ball +dataset_uuid: 3ea12ae6-b4f3-453d-b56f-bca0e5a346c8 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: ball +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the rolling ball with the gripper descending the slope. +sub_tasks: +- subtask: place the picked-up object on the table. + subtask_index: 0 +- subtask: pick up the rolling spherical object. + subtask_index: 1 +- subtask: pick up the spherical object with your left arm. + subtask_index: 2 +- subtask: Place the sphere on the white object. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 98 + total_frames: 57085 + fps: 50 + total_tasks: 5 + total_videos: 294 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 877.64 MB +frame_num: 57085 +frame_range: 100K +dataset_size: 877.64 MB +data_structure: 'Cobot_Magic_catch_the_ball_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (86 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:97 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + 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: 50 + 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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_classification_of_fruits_and_vegetables.yaml b/dataset_info/Agilex_Split_Aloha_classification_of_fruits_and_vegetables.yaml new file mode 100644 index 0000000000000000000000000000000000000000..63286ff8918ed016621dfe525cc81152be9e64b9 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_classification_of_fruits_and_vegetables.yaml @@ -0,0 +1,482 @@ +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: Agilex_Split_Aloha_classification_of_fruits_and_vegetables +dataset_uuid: 792e3e06-8f5e-444d-9a30-740d091a9209 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: tablecloth +- object_name: white_carrot +- object_name: eggplant +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place white carrots and eggplants alternately on the blue tablecloth, into plates + of different colors with the gripper. +- Place white carrots and eggplants alternately on the brown tablecloth, into plates + of different colors with the gripper. +- Place white carrots and eggplants alternately on the green tablecloth, into plates + of different colors with the gripper. +- Place white carrots and eggplants alternately on the pink tablecloth, into plates + of different colors with the gripper. +sub_tasks: +- subtask: use the left arm to pick up a carrot and place it into the right plate. + subtask_index: 0 +- subtask: use the right arm to pick up a radish and place it into the right plate. + subtask_index: 1 +- subtask: use the left arm to pick up a radish and place it into the right plate. + subtask_index: 2 +- subtask: use the left arm to pick up an eggplant and place it into the left plate. + subtask_index: 3 +- subtask: use the right arm to pick up a chayote and place it into the right plate. + subtask_index: 4 +- subtask: use the left arm to pick up a tomato and place it into the left plate. + subtask_index: 5 +- subtask: use the right arm to pick up a radish and place it into the left plate. + subtask_index: 6 +- subtask: use the left arm to pick up a radish and place it into the left plate. + subtask_index: 7 +- subtask: use the left arm to pick up a chayote and place it into the right plate. + subtask_index: 8 +- subtask: use the left arm to pick up a chayote and place it into the left plate. + subtask_index: 9 +- subtask: use the right arm to pick up an eggplant and place it into the left plate. + subtask_index: 10 +- subtask: use the left arm to pick up an eggplant and place it into the right plate. + subtask_index: 11 +- subtask: use the right arm to pick up a carrot and place it into the right plate. + subtask_index: 12 +- subtask: use the left arm to pick up a carrot and place it into the left plate. + subtask_index: 13 +- subtask: use the right arm to pick up a carrot and place it into the left plate. + subtask_index: 14 +- subtask: use the right arm to pick up a tomato and place it into the left plate. + subtask_index: 15 +- subtask: use the right arm to pick up an eggplant and place it into the right plate. + subtask_index: 16 +- subtask: null. + subtask_index: 17 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_front_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 301 + total_frames: 183132 + fps: 30 + total_tasks: 18 + total_videos: 903 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 9.69 GB +frame_num: 183132 +frame_range: 1M +dataset_size: 9.69 GB +data_structure: 'Cobot_Magic_classification_of_fruits_and_vegetables_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (289 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:300 +features: + observation.images.cam_front_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Split_Aloha_classification_of_fruits_and_vegetables_a.yaml b/dataset_info/Agilex_Split_Aloha_classification_of_fruits_and_vegetables_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7dcc066e75942cb685b9803b9e6f67a3abef5d9f --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_classification_of_fruits_and_vegetables_a.yaml @@ -0,0 +1,474 @@ +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: Agilex_Split_Aloha_classification_of_fruits_and_vegetables_a +dataset_uuid: 792e3e06-8f5e-444d-9a30-740d091a9210 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: tablecloth +- object_name: white_carrot +- object_name: eggplant +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place white carrots and eggplants alternately on plates of different colors on the + blue tablecloth. +- Place white carrots and eggplants alternately on the brown tablecloth, into plates + of different colors with the gripper. +- Place white carrots and eggplants alternately on the green tablecloth, into plates + of different colors with the gripper. +sub_tasks: +- subtask: pick up a potato with your right arm and place it on the left plate. + subtask_index: 0 +- subtask: use the right arm to pick up a chayote and place it into the left plate. + subtask_index: 1 +- subtask: use the left arm to pick up a chayote and place it into the right plate. + subtask_index: 2 +- subtask: pick up a potato with your left arm and place it on the left plate. + subtask_index: 3 +- subtask: use the right arm to pick up a chayote and place it into the right plate. + subtask_index: 4 +- subtask: use the left arm to pick up a carrot and place it into the left plate. + subtask_index: 5 +- subtask: use the left arm to pick up a carrot and place it into the right plate. + subtask_index: 6 +- subtask: use the right arm to pick up a carrot and place it into the left plate. + subtask_index: 7 +- subtask: pick up a potato with your right arm and place it on the right plate. + subtask_index: 8 +- subtask: use the left arm to pick up a radish and place it into the right plate. + subtask_index: 9 +- subtask: pick up the chayote with your right arm and place it on the left plate. + subtask_index: 10 +- subtask: use the right arm to pick up a carrot and place it into the right plate. + subtask_index: 11 +- subtask: pick up a potato with your left arm and place it on the right plate. + subtask_index: 12 +- subtask: use the left arm to pick up a chayote and place it into the left plate. + subtask_index: 13 +- subtask: null. + subtask_index: 14 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_front_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 300 + total_frames: 187645 + fps: 30 + total_tasks: 15 + total_videos: 900 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 10.36 GB +frame_num: 187645 +frame_range: 1M +dataset_size: 10.36 GB +data_structure: 'Cobot_Magic_classification_of_fruits_and_vegetables_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (288 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:299 +features: + observation.images.cam_front_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Split_Aloha_classification_of_tableware.yaml b/dataset_info/Agilex_Split_Aloha_classification_of_tableware.yaml new file mode 100644 index 0000000000000000000000000000000000000000..09a42e98c6cd288b8ec664afe964fd5b55e75898 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_classification_of_tableware.yaml @@ -0,0 +1,503 @@ +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: Agilex_Split_Aloha_classification_of_tableware +dataset_uuid: 62f60030-04d6-4ae4-aab2-d753cbc6ad85 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: tablecloth +- object_name: bowl +- object_name: plate +- object_name: chopsticks +- object_name: spoon +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place chopsticks, spoon, bowls, and plates into blue, grey, and white boxes with + the gripper. +- Place chopsticks, spoon, bowls, and plates into blue, grey, and white boxes with + the gripper. +- Place chopsticks, spoon, bowls, and plates into blue, grey, and white boxes with + the gripper. +- Place chopsticks, spoon, bowls, and plates into blue, grey, and white boxes with + the gripper. +- Place chopsticks, spoon, bowls, and plates into blue, grey, and white boxes with + the gripper. +sub_tasks: +- subtask: use the right arm to pick up the plate. + subtask_index: 0 +- subtask: use the right arm to pick up a chopstick. + subtask_index: 1 +- subtask: use the right arm to place the plate into the large storage box on the + left. + subtask_index: 2 +- subtask: use the right arm to place the noodle bowl into the large storage box on + the left. + subtask_index: 3 +- subtask: use the right arm to place a chopstick into the small storage box on the + right. + subtask_index: 4 +- subtask: use the left arm to place a chopstick into the small storage box on the + right. + subtask_index: 5 +- subtask: use the left arm to pick up the yellow noodle bowl on the left. + subtask_index: 6 +- subtask: use the left arm to pick up a chopstick. + subtask_index: 7 +- subtask: use the left arm to pick up the chopsticks. + subtask_index: 8 +- subtask: use the left arm to place the soup spoon into the small storage box in + the middle. + subtask_index: 9 +- subtask: use the right arm to pick up the soup spoon in the middle. + subtask_index: 10 +- subtask: use the right arm to pick up the chopsticks. + subtask_index: 11 +- subtask: use the right arm to place the plate on the tray. + subtask_index: 12 +- subtask: use the right arm to pick up the yellow noodle bowl. + subtask_index: 13 +- subtask: use the left arm to pick up the soup spoon in the middle. + subtask_index: 14 +- subtask: use the left arm to place the plate into the large storage box on the left. + subtask_index: 15 +- subtask: use the left arm to place the chopsticks into the small storage box on + the right. + subtask_index: 16 +- subtask: use the left arm to pick up the plate. + subtask_index: 17 +- subtask: use the left arm to place the noodle bowl into the large storage box on + the left. + subtask_index: 18 +- subtask: use the right arm to place the soup spoon into the small storage box in + the middle. + subtask_index: 19 +- subtask: use the right arm to place the chopsticks into the small storage box on + the right. + subtask_index: 20 +- subtask: null. + subtask_index: 21 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_front_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 406 + total_frames: 347004 + fps: 30 + total_tasks: 22 + total_videos: 1218 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 13.12 GB +frame_num: 347004 +frame_range: 1M +dataset_size: 13.12 GB +data_structure: 'Cobot_Magic_classification_of_tableware_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (394 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:405 +features: + observation.images.cam_front_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Split_Aloha_clean_blackboard.yaml b/dataset_info/Agilex_Split_Aloha_clean_blackboard.yaml new file mode 100644 index 0000000000000000000000000000000000000000..94888ef0207979680614ac5f33b75ec01c1a6603 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_clean_blackboard.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: Agilex_Split_Aloha_clean_blackboard +dataset_uuid: 8d45e76c-b43b-46c3-b336-dffdcd73de2b +scene_type: + level1: household + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: blackboard +- object_name: blackboard_eraser +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the eraser with the gripper and erase the letter "a" on the blackboard. +- Pick up the eraser with the gripper and erase the letter "B" on the blackboard. +sub_tasks: +- subtask: Place the blackboard eraser with the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: pick up the blackboard eraser with the right gripper. + subtask_index: 2 +- subtask: Erase the letter B use the eraser with the right gripper. + subtask_index: 3 +- subtask: Fixed the drawing board with the left gripper. + subtask_index: 4 +- subtask: end. + subtask_index: 5 +- subtask: Erase the letter a use the eraser with the right gripper. + subtask_index: 6 +- subtask: pick up the eraser with your right gripper. + subtask_index: 7 +- subtask: grasp the drawing board steady with your left gripper. + subtask_index: 8 +- subtask: Erase the letter B with your right gripper. + subtask_index: 9 +- subtask: place down the eraser with your right gripper. + subtask_index: 10 +- subtask: Secure the drawing board with your left gripper. + subtask_index: 11 +- subtask: Erase the letter a with your right gripper. + subtask_index: 12 +- subtask: drop the drawing board with the left gripper. + subtask_index: 13 +- subtask: null. + subtask_index: 14 +atomic_actions: +- grasp +- pick +- wipe +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 938 + total_frames: 689349 + fps: 30 + total_tasks: 15 + total_videos: 2814 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 7.98 GB +frame_num: 689349 +frame_range: 1M +dataset_size: 7.98 GB +data_structure: 'Cobot_Magic_clean_blackboard_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (926 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:937 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_clean_up_the_tableware.yaml b/dataset_info/Agilex_Split_Aloha_clean_up_the_tableware.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7e0ec9e779a34109793b25e3176a14c74436b92f --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_clean_up_the_tableware.yaml @@ -0,0 +1,504 @@ +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: Agilex_Split_Aloha_clean_up_the_tableware +dataset_uuid: ad865471-39ce-4343-92f4-8dcc8ed48830 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bowl +- object_name: tablecloth +- object_name: plate +- object_name: cup +- object_name: spoon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the bowls on the plates with the gripper. Place the cups on the bowls with + the gripper. Place the spoons into the cups with the gripper. +sub_tasks: +- subtask: use the left arm to pick up a blue teacup. + subtask_index: 0 +- subtask: Grasp the bowl with the left gripper. + subtask_index: 1 +- subtask: use the right arm to pick up a blue rice bowl. + subtask_index: 2 +- subtask: Place the bowl on the plate with the left gripper. + subtask_index: 3 +- subtask: use the left arm to place the blue soup spoon into the blue teacup in the + middle. + subtask_index: 4 +- subtask: Grasp the spoon with the left gripper. + subtask_index: 5 +- subtask: Place the spoon on the cup with the left gripper. + subtask_index: 6 +- subtask: use the right arm to place the blue soup spoon on the blue large plate + in the middle. + subtask_index: 7 +- subtask: use the left arm to place the blue teacup into the blue rice bowl in the + middle. + subtask_index: 8 +- subtask: Grasp the cup with the left gripper. + subtask_index: 9 +- subtask: use the right arm to place the blue soup spoon into the blue teacup in + the middle. + subtask_index: 10 +- subtask: use the right arm to place the blue teacup into the blue rice bowl in the + middle. + subtask_index: 11 +- subtask: use the left arm to pick up a blue rice bowl. + subtask_index: 12 +- subtask: use the right arm to pick up a blue teacup. + subtask_index: 13 +- subtask: Place the spoon on the cup with the right gripper. + subtask_index: 14 +- subtask: use the right arm to place the blue rice bowl into the blue large plate + in the middle. + subtask_index: 15 +- subtask: abnormal. + subtask_index: 16 +- subtask: Grasp the cup with the right gripper. + subtask_index: 17 +- subtask: use the right arm to pick up a blue soup spoon. + subtask_index: 18 +- subtask: Grasp the bowl with the right gripper. + subtask_index: 19 +- subtask: Grasp the spoon with the right gripper. + subtask_index: 20 +- subtask: Place the cup on the bowl with the right gripper. + subtask_index: 21 +- subtask: Place the cup on the bowl with the left gripper. + subtask_index: 22 +- subtask: use the left arm to pick up a blue soup spoon. + subtask_index: 23 +- subtask: End. + subtask_index: 24 +- subtask: Place the bowl on the plate with the right gripper. + subtask_index: 25 +- subtask: use the left arm to place the blue rice bowl into the blue large plate + in the middle. + subtask_index: 26 +- subtask: null. + subtask_index: 27 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_front_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 33 + total_frames: 18127 + fps: 30 + total_tasks: 28 + total_videos: 99 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 1.02 GB +frame_num: 18127 +frame_range: 100K +dataset_size: 1.02 GB +data_structure: 'Cobot_Magic_clean_up_the_tableware_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (21 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:32 +features: + observation.images.cam_front_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Split_Aloha_clear_the_desktop.yaml b/dataset_info/Agilex_Split_Aloha_clear_the_desktop.yaml new file mode 100644 index 0000000000000000000000000000000000000000..804814aec1c93d22e611790ef5575b7ff65a0ef4 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_clear_the_desktop.yaml @@ -0,0 +1,455 @@ +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: Agilex_Split_Aloha_clear_the_desktop +dataset_uuid: 1ef1c2b2-61c3-459c-a45b-332abc0bdb3e +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: rag +- object_name: coffee_stains +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Wipe the coffee stains on the table with a green rag. +- Wipe the coffee stains on the table with a pink rag with the gripper. +- Wipe the coffee stains on the table with a blue rag with the gripper. +sub_tasks: +- subtask: Place the tablecloth. + subtask_index: 0 +- subtask: wipe the stains on the table. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: wipe the stains on the table with the right gripper. + subtask_index: 3 +- subtask: Place the tablecloth with the right gripper. + subtask_index: 4 +- subtask: Pick up the tablecloth. + subtask_index: 5 +- subtask: Pick up the tablecloth with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb_rgb +- cam_right_wrist_rgb_rgb +came_info: + cam_high_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 293 + total_frames: 157415 + fps: 50 + total_tasks: 8 + total_videos: 879 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 1018.34 MB +frame_num: 157415 +frame_range: 1M +dataset_size: 1018.34 MB +data_structure: 'Cobot_Magic_clear_the_desktop_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (281 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_rgb + + | `-- observation.images.cam_right_wrist_rgb_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:292 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb_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: 50 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb_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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_close_book.yaml b/dataset_info/Agilex_Split_Aloha_close_book.yaml new file mode 100644 index 0000000000000000000000000000000000000000..388c87d562d7f0de282b0c1d93c909a2b9a75af5 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_close_book.yaml @@ -0,0 +1,450 @@ +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: Agilex_Split_Aloha_close_book +dataset_uuid: 778d9b66-c492-4978-9a1e-f67a5ba3636c +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: book +- object_name: tablecloth +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the book with one hand and close it with the other on the white tablecloth. +- Grasp the book with one hand and close it with the other on the green tablecloth. +- Grasp the book with one hand and close it with the other on the grey tablecloth. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Close the book. + subtask_index: 2 +- subtask: Close the open book. + subtask_index: 3 +- subtask: abnormal. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- press +- close +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb_rgb +- cam_right_wrist_rgb_rgb +came_info: + cam_high_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 287 + total_frames: 138451 + fps: 50 + total_tasks: 6 + total_videos: 861 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 2.85 GB +frame_num: 138451 +frame_range: 1M +dataset_size: 2.85 GB +data_structure: 'Cobot_Magic_close_book_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (275 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_rgb + + | `-- observation.images.cam_right_wrist_rgb_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:286 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb_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: 50 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb_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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_cube_reset.yaml b/dataset_info/Agilex_Split_Aloha_cube_reset.yaml new file mode 100644 index 0000000000000000000000000000000000000000..57ac7c17a3b49756211839a5631a2e996cf92bcf --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_cube_reset.yaml @@ -0,0 +1,475 @@ +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: Agilex_Split_Aloha_cube_reset +dataset_uuid: 5f4b3baf-119d-489b-b64d-59ea1b989422 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cube_block +- object_name: cube_groove +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cube block with the gripper and place it into the cube groove with the + gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Pick up the cube. + subtask_index: 1 +- subtask: Grasp the cube. + subtask_index: 2 +- subtask: Place cube into the cube recess. + subtask_index: 3 +- subtask: Place cube into the cube-shaped recess. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 98 + total_frames: 28883 + fps: 30 + total_tasks: 6 + total_videos: 294 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 514.51 MB +frame_num: 28883 +frame_range: 100K +dataset_size: 514.51 MB +data_structure: 'Cobot_Magic_cube_reset_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (86 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:97 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_cut_banana.yaml b/dataset_info/Agilex_Split_Aloha_cut_banana.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7ea722433de83ff1b8f5e6962b643629ff75a1cf --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_cut_banana.yaml @@ -0,0 +1,487 @@ +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: Agilex_Split_Aloha_cut_banana +dataset_uuid: 3637d17f-4a5a-4801-902f-3e5aee09f48b +scene_type: + level1: household + level2: restaurant + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: banana +- object_name: plastic_vegetable_board +- object_name: knife_holder +- object_name: knife +- object_name: fake_banana +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Cut the banana with the gripper. +- Cut the plastic banana with the gripper. +sub_tasks: +- subtask: Cut the banana with your left gripper. + subtask_index: 0 +- subtask: Cut the banana with your right gripper. + subtask_index: 1 +- subtask: grasp the blade with your left gripper. + subtask_index: 2 +- subtask: Discard the waste. + subtask_index: 3 +- subtask: Secure the blade with your left gripper. + subtask_index: 4 +- subtask: Place the knife on the storage rack with your right gripper. + subtask_index: 5 +- subtask: pick up the knife handle with your right gripper. + subtask_index: 6 +- subtask: end. + subtask_index: 7 +- subtask: Lift the knife with your right gripper. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- pick +- cut +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 583 + total_frames: 310367 + fps: 30 + total_tasks: 10 + total_videos: 1749 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 4.24 GB +frame_num: 310367 +frame_range: 1M +dataset_size: 4.24 GB +data_structure: 'Cobot_Magic_cut_banana_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (571 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:582 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_desktop_organization.yaml b/dataset_info/Agilex_Split_Aloha_desktop_organization.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0fa638eeb9f436930e06112a387633ce8be0c33a --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_desktop_organization.yaml @@ -0,0 +1,773 @@ +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: Agilex_Split_Aloha_desktop_organization +dataset_uuid: 32b7ba5a-b7c4-475c-8bcc-6b60402acd24 +scene_type: + level1: household + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: plate +- object_name: banana +- object_name: waste_paper +- object_name: basket +- object_name: eraser +- object_name: knife +- object_name: ruler +- object_name: bread +- object_name: small_pieces_of_paper +- object_name: coffee +- object_name: pencil_sharpener +- object_name: grape +- object_name: plastic_sheet +- object_name: teacup +- object_name: colored_glue +- object_name: scissors +- object_name: mango +- object_name: fruit_tray +- object_name: paper_ball +- object_name: garbage_bin +- object_name: water_bottle +- object_name: pen +- object_name: pen_holder +- object_name: cola +- object_name: milk +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the banana on the plate with the gripper. Place the waste paper into the basket + with the gripper. Place the water bottle upright near the plate with the gripper. + Place the eraser in the pen holder with the gripper. Place the pen in the pen holder + with the gripper. +- Place the pear on the plate with the gripper. Place the waste paper into the basket + with the gripper. Place the water bottle upright near the plate with the gripper. + Place the knife in the pen holder with the gripper. Place the ruler in the penholder + with the gripper. Place the pen in the pen holder with the gripper. +- Place the bread on the plate with the gripper. Place the small pieces of paper into + the basket with the gripper. Place the coffee near the plate with the gripper. Place + the pencil sharpener in the pen holder with the gripper. Place the ruler in the + pen holder with the gripper. Place the pen in the pen holder with the gripper. +- Place the grape on a plate with the gripper. Place the plastic sheet into the basket + with the gripper. Place the teacup neatly near the plate with the gripper. Place + the scissor in the pen holder with the gripper. Place the ruler in the penholder + with the gripper. Place the colored glue in the pen holder with the gripper. +- Place the mango and banana on the fruit tray with the gripper. Place the paper ball + into the garbage bin with the gripper. Straighten the water bottle with the gripper. + Place the eraser and pen in the pen holder with the gripper. +- Pick up the green basket with the gripper, place the cola inside the basket with + the gripper, and then place the basket down with the gripper. +sub_tasks: +- subtask: pass the waste paper. + subtask_index: 0 +- subtask: Place the red pencil sharpener into the pen holder. + subtask_index: 1 +- subtask: place the silver glue into the pen holder. + subtask_index: 2 +- subtask: Place the cola can into the basket with left gripper. + subtask_index: 3 +- subtask: Place the waste paper into the basket with left gripper. + subtask_index: 4 +- subtask: Place the eraser in pen holder with left gripper. + subtask_index: 5 +- subtask: Grasp the waste paper with right gripper. + subtask_index: 6 +- subtask: Place the pear in the plate. + subtask_index: 7 +- subtask: Static. + subtask_index: 8 +- subtask: pass the plastic. + subtask_index: 9 +- subtask: Grasp the bottle with left gripper. + subtask_index: 10 +- subtask: pick up the ruler. + subtask_index: 11 +- subtask: Place the black pen in pen holder with left gripper. + subtask_index: 12 +- subtask: Grasp the banana with left gripper. + subtask_index: 13 +- subtask: Pick up the banana. + subtask_index: 14 +- subtask: pass the banana. + subtask_index: 15 +- subtask: Pick up the pen with right arm. + subtask_index: 16 +- subtask: Place the cola can into the basket with right gripper. + subtask_index: 17 +- subtask: pass the grapes. + subtask_index: 18 +- subtask: Place the basket on the table with right gripper. + subtask_index: 19 +- subtask: Pick up the red pencil sharpener. + subtask_index: 20 +- subtask: Stand the bottle with left gripper. + subtask_index: 21 +- subtask: Pick up the waste paper. + subtask_index: 22 +- subtask: Grasp the blue pen with left gripper. + subtask_index: 23 +- subtask: pick up the yellow knife. + subtask_index: 24 +- subtask: Place the eraser into the pen holder. + subtask_index: 25 +- subtask: Place the black pen in pen holder with right gripper. + subtask_index: 26 +- subtask: Place the gray pen in pen holder with right gripper. + subtask_index: 27 +- subtask: Place the gray pen in pen holder with left gripper. + subtask_index: 28 +- subtask: Place the milk into the basket with right gripper. + subtask_index: 29 +- subtask: pick up the red glue. + subtask_index: 30 +- subtask: pass the yellow glue. + subtask_index: 31 +- subtask: pass the bottle. + subtask_index: 32 +- subtask: Place the plastic into the basket. + subtask_index: 33 +- subtask: Pick up the grapes. + subtask_index: 34 +- subtask: pick up the pink scissors. + subtask_index: 35 +- subtask: pick up the silver glue. + subtask_index: 36 +- subtask: Abnormal. + subtask_index: 37 +- subtask: Place the blue pen in pen holder with right gripper. + subtask_index: 38 +- subtask: Place the blue pen in pen holder with left gripper. + subtask_index: 39 +- subtask: Place the yellow pen in pen holder with right gripper. + subtask_index: 40 +- subtask: Grasp the cola can with right gripper. + subtask_index: 41 +- subtask: Grasp the mango with left gripper. + subtask_index: 42 +- subtask: Grasp the black pen with left gripper. + subtask_index: 43 +- subtask: Grasp the blue pen with right gripper. + subtask_index: 44 +- subtask: abnormal. + subtask_index: 45 +- subtask: Grasp the eraser with right gripper. + subtask_index: 46 +- subtask: Pick up the plastic. + subtask_index: 47 +- subtask: Place the waste paper into the basket with right gripper. + subtask_index: 48 +- subtask: Grasp the cola can with left gripper. + subtask_index: 49 +- subtask: Place the cola can on the table with left gripper. + subtask_index: 50 +- subtask: Pick up the eraser. + subtask_index: 51 +- subtask: Grasp the waste paper with left gripper. + subtask_index: 52 +- subtask: Grasp the yellow pen with right gripper. + subtask_index: 53 +- subtask: Place the pink scissors into the pen holder. + subtask_index: 54 +- subtask: Lift the basket with left gripper. + subtask_index: 55 +- subtask: Pick up the bottle with the right arm. + subtask_index: 56 +- subtask: pass the bread. + subtask_index: 57 +- subtask: Place the grapes in the plate. + subtask_index: 58 +- subtask: transfer the pen to the left arm. + subtask_index: 59 +- subtask: transfer the bottle to the left arm. + subtask_index: 60 +- subtask: pass the red glue. + subtask_index: 61 +- subtask: End. + subtask_index: 62 +- subtask: pass the yellow knife. + subtask_index: 63 +- subtask: pass the ruler. + subtask_index: 64 +- subtask: Place the blue scissors into the pen holder. + subtask_index: 65 +- subtask: Place the yellow pen in pen holder with left gripper. + subtask_index: 66 +- subtask: pass the blue knife. + subtask_index: 67 +- subtask: pick up the red pencil sharpener. + subtask_index: 68 +- subtask: Place the pen into the pen holder. + subtask_index: 69 +- subtask: Pick up the pear. + subtask_index: 70 +- subtask: transfer the pen to the right arm. + subtask_index: 71 +- subtask: Place the blue knife into the pen holder. + subtask_index: 72 +- subtask: Place the mango in the plate with left gripper. + subtask_index: 73 +- subtask: pick up the yellow glue. + subtask_index: 74 +- subtask: pass the pear. + subtask_index: 75 +- subtask: Place the blue pencil sharpener into the pen holder. + subtask_index: 76 +- subtask: Grasp the black pen with right gripper. + subtask_index: 77 +- subtask: pass the pink scissors. + subtask_index: 78 +- subtask: Pick up the bottle with the left arm. + subtask_index: 79 +- subtask: Grasp the gray pen with right gripper. + subtask_index: 80 +- subtask: Grasp the eraser with left gripper. + subtask_index: 81 +- subtask: Place the eraser in pen holder with right gripper. + subtask_index: 82 +- subtask: Grasp the basket with left gripper. + subtask_index: 83 +- subtask: Pick up the pen with left arm. + subtask_index: 84 +- subtask: Pick up the blue pencil sharpener. + subtask_index: 85 +- subtask: pick up the bread. + subtask_index: 86 +- subtask: pass the pen. + subtask_index: 87 +- subtask: Place the milk into the basket with left gripper. + subtask_index: 88 +- subtask: place the red glue into the pen holder. + subtask_index: 89 +- subtask: pick up the blue pencil sharpener. + subtask_index: 90 +- subtask: Place the banana in the plate with left gripper. + subtask_index: 91 +- subtask: Hand the basket to the right gripper with the left gripper. + subtask_index: 92 +- subtask: place the bread in the plate. + subtask_index: 93 +- subtask: Grasp the yellow pen with left gripper. + subtask_index: 94 +- subtask: pass the blue scissors. + subtask_index: 95 +- subtask: place the yellow glue into the pen holder. + subtask_index: 96 +- subtask: place the blue pencil sharpener into the pen holder. + subtask_index: 97 +- subtask: pick up the blue knife. + subtask_index: 98 +- subtask: place the red pencil sharpener into the pen holder. + subtask_index: 99 +- subtask: Place the cola can on the table with right gripper. + subtask_index: 100 +- subtask: Place the bottle. + subtask_index: 101 +- subtask: Grasp the gray pen with left gripper. + subtask_index: 102 +- subtask: Place the ruler into the pen holder. + subtask_index: 103 +- subtask: pick up the blue scissors. + subtask_index: 104 +- subtask: Grasp the milk with right gripper. + subtask_index: 105 +- subtask: Place the banana in the plate. + subtask_index: 106 +- subtask: Grasp the milk with left gripper. + subtask_index: 107 +- subtask: Place the basket on the table with left gripper. + subtask_index: 108 +- subtask: pass the silver glue. + subtask_index: 109 +- subtask: Place the waste paper into the basket. + subtask_index: 110 +- subtask: place the yellow knife into the pen holder. + subtask_index: 111 +- subtask: null. + subtask_index: 112 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 1070 + total_frames: 2026628 + fps: 30 + total_tasks: 113 + total_videos: 3210 + total_chunks: 2 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 32.30 GB +frame_num: 2026628 +frame_range: 10M +dataset_size: 32.30 GB +data_structure: 'Cobot_Magic_desktop_organization_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (276 more entries) + + |-- logs + + | `-- collect + + | `-- collect_20260520135637.log + + |-- 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:1069 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_drawer_storage_mineral_water.yaml b/dataset_info/Agilex_Split_Aloha_drawer_storage_mineral_water.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d70780158ee66a259e259c6e94a6fbbd01736641 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_drawer_storage_mineral_water.yaml @@ -0,0 +1,524 @@ +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: Agilex_Split_Aloha_drawer_storage_mineral_water +dataset_uuid: b3ab23c8-c660-442b-a379-1dad52a7e701 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: mineral_water +- object_name: drawer +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open the drawer with the gripper. Place the mineral water bottle inside with the + gripper. Close the drawer with the gripper. +sub_tasks: +- subtask: Open the drawer. + subtask_index: 0 +- subtask: Place the water bottle inside the drawer. + subtask_index: 1 +- subtask: Close the drawer. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- pick +- place +- pull +- push +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 99 + total_frames: 55966 + fps: 50 + total_tasks: 4 + total_videos: 297 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 1.03 GB +frame_num: 55966 +frame_range: 100K +dataset_size: 1.03 GB +data_structure: 'Cobot_Magic_drawer_storage_mineral_water_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (87 more entries) + + |-- debug + + | |-- episode_0000 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0001 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0002 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0003 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0004 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0005 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0006 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0007 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0008 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0009 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0010 + + | | |-- images + + | | `-- trace_report.md + + | `-- episode_0011 + + | |-- images + + | `-- trace_report.md + + | `-- ... (39 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:98 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + 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: 50 + 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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_fold_the_towel.yaml b/dataset_info/Agilex_Split_Aloha_fold_the_towel.yaml new file mode 100644 index 0000000000000000000000000000000000000000..78c7f3d7ca04aea1f8ce1f3f0e154b11bdf16d69 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_fold_the_towel.yaml @@ -0,0 +1,458 @@ +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: Agilex_Split_Aloha_fold_the_towel +dataset_uuid: 15a5b235-0337-4484-9e0f-be8def7a8879 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: tablecloth +- object_name: towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Fold the pink towel on the table with the white tablecloth. +- Fold the green towel on the table with the white tablecloth. +- Fold the pink towel on the table with the grey tablecloth. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Fold the towel upwards with the both gripper. + subtask_index: 1 +- subtask: Fold the towel upwards with the right gripper. + subtask_index: 2 +- subtask: wipe the towels. + subtask_index: 3 +- subtask: Fold the towel from right to left with the right gripper. + subtask_index: 4 +- subtask: Fold the towel upwards with the left gripper. + subtask_index: 5 +- subtask: Fold the towel. + subtask_index: 6 +- subtask: abnormal. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- place +- pick +- fold +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb_rgb +- cam_right_wrist_rgb_rgb +came_info: + cam_high_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 177 + total_frames: 235124 + fps: 50 + total_tasks: 9 + total_videos: 531 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 5.06 GB +frame_num: 235124 +frame_range: 1M +dataset_size: 5.06 GB +data_structure: 'Cobot_Magic_fold_the_towel_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (165 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_rgb + + | `-- observation.images.cam_right_wrist_rgb_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:176 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb_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: 50 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb_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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_fold_towel_a.yaml b/dataset_info/Agilex_Split_Aloha_fold_towel_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..95030d7113e9208c411f3bfc44c345564243f260 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_fold_towel_a.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: Agilex_Split_Aloha_fold_towel_a +dataset_uuid: 2d50475c-06c8-47bd-a56f-c0d235e1835a +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Fold the towel on the table twice with the gripper. +sub_tasks: +- subtask: pick up the towel with two arm. + subtask_index: 0 +- subtask: Fold the towel twice on the table. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +- place +- fold +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb_rgb +- cam_right_wrist_rgb_rgb +came_info: + cam_high_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 96 + total_frames: 50478 + fps: 50 + total_tasks: 3 + total_videos: 288 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 1.72 GB +frame_num: 50478 +frame_range: 100K +dataset_size: 1.72 GB +data_structure: 'Cobot_Magic_fold_towel_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (84 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_rgb + + | `-- observation.images.cam_right_wrist_rgb_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:95 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb_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: 50 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb_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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_food_packaging.yaml b/dataset_info/Agilex_Split_Aloha_food_packaging.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ba782b94fc6893bcd85bd25dedfeab01a406e81e --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_food_packaging.yaml @@ -0,0 +1,574 @@ +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: Agilex_Split_Aloha_food_packaging +dataset_uuid: d6b80e23-6bac-471f-a759-a475112b145d +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: lunch_box +- object_name: banana +- object_name: bread +- object_name: pear +- object_name: cucumber +- object_name: bag +- object_name: lemon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the lunch box, banana, and bread into the big packaging bag with the gripper. +- Place the lunch box, cucumber, and pear into the small packaging bag with the gripper. +sub_tasks: +- subtask: Place the banana into the package. + subtask_index: 0 +- subtask: Right gripper grabs cucumber. + subtask_index: 1 +- subtask: Right gripper moves lunch bag. + subtask_index: 2 +- subtask: Right gripper grabs lunch bag. + subtask_index: 3 +- subtask: Discard. + subtask_index: 4 +- subtask: end. + subtask_index: 5 +- subtask: Right gripper grabs banana. + subtask_index: 6 +- subtask: Grasp the box with the right gripper. + subtask_index: 7 +- subtask: Grasp the package with the left gripper. + subtask_index: 8 +- subtask: Left gripper grabs lunch box. + subtask_index: 9 +- subtask: grasp the package and Pick up the bread. + subtask_index: 10 +- subtask: End. + subtask_index: 11 +- subtask: Left gripper secures lunch bag. + subtask_index: 12 +- subtask: Abnormal. + subtask_index: 13 +- subtask: Place the lemon into the package with the right gripper. + subtask_index: 14 +- subtask: Grasp the banana with the right gripper. + subtask_index: 15 +- subtask: Right gripper grabs lunch box. + subtask_index: 16 +- subtask: Left gripper stands lunch bag upright. + subtask_index: 17 +- subtask: Place the pear into the package with the right gripper. + subtask_index: 18 +- subtask: Place the pear into the package. + subtask_index: 19 +- subtask: Grasp the cucumber with the right gripper. + subtask_index: 20 +- subtask: Place the box into the package. + subtask_index: 21 +- subtask: grasp the package and Pick up the box. + subtask_index: 22 +- subtask: grasp the package and Pick up the cucumber. + subtask_index: 23 +- subtask: Right gripper stands lunch bag upright. + subtask_index: 24 +- subtask: Pick up the banana. + subtask_index: 25 +- subtask: Right gripper grabs lemon. + subtask_index: 26 +- subtask: Place the banana into the package with the right gripper. + subtask_index: 27 +- subtask: Place the bread into the package. + subtask_index: 28 +- subtask: Right gripper places into bag. + subtask_index: 29 +- subtask: Left gripper moves lunch bag. + subtask_index: 30 +- subtask: Grasp the lemon with the right gripper. + subtask_index: 31 +- subtask: Right gripper grabs bread. + subtask_index: 32 +- subtask: Pick up the pear. + subtask_index: 33 +- subtask: zip up the zipper to close the bag. + subtask_index: 34 +- subtask: Pick up the box. + subtask_index: 35 +- subtask: Right gripper grabs pear. + subtask_index: 36 +- subtask: abnormal. + subtask_index: 37 +- subtask: Right gripper pulls zipper. + subtask_index: 38 +- subtask: Pick up the bread. + subtask_index: 39 +- subtask: Grasp the pear with the right gripper. + subtask_index: 40 +- subtask: Pick up the cucumber. + subtask_index: 41 +- subtask: grasp the package and Pick up the pear. + subtask_index: 42 +- subtask: Place the box into the package with the right gripper. + subtask_index: 43 +- subtask: Place the cucumber into the package with the right gripper. + subtask_index: 44 +- subtask: Right gripper receives lunch box. + subtask_index: 45 +- subtask: grasp the package and Pick up the banana. + subtask_index: 46 +- subtask: Left gripper grabs lunch bag. + subtask_index: 47 +- subtask: Left gripper lifts lunch box. + subtask_index: 48 +- subtask: Place the cucumber into the package. + subtask_index: 49 +- subtask: null. + subtask_index: 50 +atomic_actions: +- grasp +- pull +- place +- pick +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 830 + total_frames: 1499538 + fps: 30 + total_tasks: 51 + total_videos: 2490 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 25.84 GB +frame_num: 1499538 +frame_range: 10M +dataset_size: 25.84 GB +data_structure: 'Cobot_Magic_food_packaging_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (818 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:829 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_make_fruit_salad.yaml b/dataset_info/Agilex_Split_Aloha_make_fruit_salad.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a31d8c121ea2e1514d976107697fa62d1bb6da70 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_make_fruit_salad.yaml @@ -0,0 +1,520 @@ +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: Agilex_Split_Aloha_make_fruit_salad +dataset_uuid: 271b7c53-966b-4ed0-a493-1efc8fd71d86 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +- object_name: apple +- object_name: banana +- object_name: grape +- object_name: mango +- object_name: lemon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the apple in the black basket with the gripper. +- Place the banana in the black basket with the gripper. +- Place the grape in the black basket with the gripper. +- Place the lemon in the black basket with the gripper. +- Place the mango into the black basket with the gripper. +sub_tasks: +- subtask: Place the banana into the basket with left gripper. + subtask_index: 0 +- subtask: Place the banana into the basket with right gripper. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: Place the apple into the basket with right gripper. + subtask_index: 3 +- subtask: Grasp the grape with right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Grasp the mango with left gripper. + subtask_index: 6 +- subtask: Grasp the lemon with left gripper. + subtask_index: 7 +- subtask: Place the mango into the basket with right gripper. + subtask_index: 8 +- subtask: Grasp the apple with left gripper. + subtask_index: 9 +- subtask: Place the mango on the table with right gripper. + subtask_index: 10 +- subtask: Place the lemon into the basket with right gripper. + subtask_index: 11 +- subtask: Grasp the lemon with right gripper. + subtask_index: 12 +- subtask: Grasp the grape with left gripper. + subtask_index: 13 +- subtask: Place the apple into the basket with left gripper. + subtask_index: 14 +- subtask: Grasp the mango with right gripper. + subtask_index: 15 +- subtask: Place the grape into the basket with left gripper. + subtask_index: 16 +- subtask: Abnormal. + subtask_index: 17 +- subtask: Place the mango into the basket with left gripper. + subtask_index: 18 +- subtask: Grasp the apple with right gripper. + subtask_index: 19 +- subtask: Grasp the banana with left gripper. + subtask_index: 20 +- subtask: Place the lemon into the basket with left gripper. + subtask_index: 21 +- subtask: Grasp the banana with right gripper. + subtask_index: 22 +- subtask: Place the grape into the basket with right gripper. + subtask_index: 23 +- subtask: null. + subtask_index: 24 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 687 + total_frames: 181253 + fps: 30 + total_tasks: 25 + total_videos: 2061 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 3.45 GB +frame_num: 181253 +frame_range: 1M +dataset_size: 3.45 GB +data_structure: 'Cobot_Magic_make_fruit_salad_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (675 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:686 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_make_hamburger.yaml b/dataset_info/Agilex_Split_Aloha_make_hamburger.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ae9f8feec780f5f76c7962329855dd33da6de64a --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_make_hamburger.yaml @@ -0,0 +1,710 @@ +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: Agilex_Split_Aloha_make_hamburger +dataset_uuid: 50b8b2d7-4195-4264-a972-36006de4241a +scene_type: + level1: catering + level2: restaurant + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cheese +- object_name: lettuce +- object_name: bread +- object_name: plate +- object_name: sliced_bread +- object_name: meat_pie +- object_name: tomato_slices +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Make a hamburger with lettuce with the gripper. +- Make a hamburger with cheese with the gripper. +- Place the sliced bread, cheese, lettuce, meat patties, and tomato slices on a plate + with the gripper. +- Make a hamburger with cheese and lettuce with the gripper. +sub_tasks: +- subtask: Place the purple cabbage on the cutlet with the left gripper. + subtask_index: 0 +- subtask: Pick up the tomato cut with the left gripper. + subtask_index: 1 +- subtask: Right pick up the patty. + subtask_index: 2 +- subtask: Right place the lettuce leaf on the bread cut. + subtask_index: 3 +- subtask: Right place the patty on the tomato cut. + subtask_index: 4 +- subtask: Place the hamburger lid on the cutlet with the right gripper. + subtask_index: 5 +- subtask: end. + subtask_index: 6 +- subtask: Pick up the bread slices and place them on the tray with the left gripper. + subtask_index: 7 +- subtask: Pick up the purple cabbage with the left gripper. + subtask_index: 8 +- subtask: Left pick up the bottom bread cut. + subtask_index: 9 +- subtask: Place the lettuce leaf on the bread cut with the right gripper. + subtask_index: 10 +- subtask: Pick up the bread cut with the left gripper. + subtask_index: 11 +- subtask: Left pick up the cheese cut. + subtask_index: 12 +- subtask: Discard. + subtask_index: 13 +- subtask: Pick up the cheese cut with the right gripper. + subtask_index: 14 +- subtask: Pick up the tomato cut with the right gripper. + subtask_index: 15 +- subtask: Place the hamburger lid on the cheese cut with the right gripper. + subtask_index: 16 +- subtask: End. + subtask_index: 17 +- subtask: Left place the bottom bread cut on the tray. + subtask_index: 18 +- subtask: Left place the tomato cut on the lettuce leaf. + subtask_index: 19 +- subtask: Abnormal. + subtask_index: 20 +- subtask: Place the purple cabbage on the tomato cut with the left gripper. + subtask_index: 21 +- subtask: Place the tomato cut on the lettuce leaf with the right gripper. + subtask_index: 22 +- subtask: Left pick up the tomato cut. + subtask_index: 23 +- subtask: Pick up the lettuce leaf with the right gripper. + subtask_index: 24 +- subtask: Place the tomato cut on the lettuce leaf with the left gripper. + subtask_index: 25 +- subtask: Place the hamburger lid on the purple cabbage with the right gripper. + subtask_index: 26 +- subtask: Place the tomato cut on the bread cut with the right gripper. + subtask_index: 27 +- subtask: Place the cutlet on the tomato cut with the right gripper. + subtask_index: 28 +- subtask: Place the hamburger lid on the cutlet cut with the left gripper. + subtask_index: 29 +- subtask: Place the cheese cut on the cutlet with the left gripper. + subtask_index: 30 +- subtask: Place the bread cut on the tray with the left gripper. + subtask_index: 31 +- subtask: Place the cutlet on the lettuce leaf with the right gripper. + subtask_index: 32 +- subtask: Left place the cheese cut on the patty. + subtask_index: 33 +- subtask: Place the hamburger lid on the cheese cut with the left gripper. + subtask_index: 34 +- subtask: Pick up the cutlet with the right gripper. + subtask_index: 35 +- subtask: Left place the bread on the tray. + subtask_index: 36 +- subtask: Pick up the hamburger lid with the right gripper. + subtask_index: 37 +- subtask: Place the cheese cut on the cutlet with the right gripper. + subtask_index: 38 +- subtask: Pick up the hamburger lid with the left gripper. + subtask_index: 39 +- subtask: Right pick up the top bread cut. + subtask_index: 40 +- subtask: Pick up the meat patty and place it on top of the tomato with the right + gripper. + subtask_index: 41 +- subtask: abnormal. + subtask_index: 42 +- subtask: Pick up the cheese cut with the left gripper. + subtask_index: 43 +- subtask: Right pick up the lettuce leaf. + subtask_index: 44 +- subtask: Right place the lettuce leaf on the bottom bread. + subtask_index: 45 +- subtask: Left pick up the bottom bread. + subtask_index: 46 +- subtask: Right place the top bread cut on the cheese cut. + subtask_index: 47 +- subtask: Place the tomato cut on the bread cut with the left gripper. + subtask_index: 48 +- subtask: null. + subtask_index: 49 +atomic_actions: +- grasp +- place +- pick +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_high_realsense_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + cam_high_realsense_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 3044 + total_frames: 1591383 + fps: 30 + total_tasks: 50 + total_videos: 12176 + total_chunks: 4 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 4 + dataset_size: 46.71 GB +frame_num: 1591383 +frame_range: 10M +dataset_size: 46.71 GB +data_structure: 'Cobot_Magic_make_hamburger_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | | `-- ... (988 more entries) + + | |-- chunk-002 + + | | |-- episode_002000.parquet + + | | |-- episode_002001.parquet + + | | |-- episode_002002.parquet + + | | |-- episode_002003.parquet + + | | |-- episode_002004.parquet + + | | |-- episode_002005.parquet + + | | |-- episode_002006.parquet + + | | |-- episode_002007.parquet + + | | |-- episode_002008.parquet + + | | |-- episode_002009.parquet + + | | |-- episode_002010.parquet + + | | `-- episode_002011.parquet + + | | `-- ... (988 more entries) + + | `-- chunk-003 + + | |-- episode_003000.parquet + + | |-- episode_003001.parquet + + | |-- episode_003002.parquet + + | |-- episode_003003.parquet + + | |-- episode_003004.parquet + + | |-- episode_003005.parquet + + | |-- episode_003006.parquet + + | |-- episode_003007.parquet + + | |-- episode_003008.parquet + + | |-- episode_003009.parquet + + | |-- episode_003010.parquet + + | `-- episode_003011.parquet + + | `-- ... (65 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | |-- chunk-000 + + | | |-- observation.images.cam_high_realsense_rgb + + | | |-- observation.images.cam_high_rgb + + | | |-- observation.images.cam_left_wrist_rgb + + | | `-- observation.images.cam_right_wrist_rgb + + | |-- chunk-001 + + | | |-- observation.images.cam_high_realsense_rgb + + | | |-- observation.images.cam_high_rgb + + | | |-- observation.images.cam_left_wrist_rgb + + | | `-- observation.images.cam_right_wrist_rgb + + | |-- chunk-002 + + | | |-- observation.images.cam_high_realsense_rgb + + | | |-- observation.images.cam_high_rgb + + | | |-- observation.images.cam_left_wrist_rgb + + | | `-- observation.images.cam_right_wrist_rgb + + | `-- chunk-003 + + | |-- observation.images.cam_high_realsense_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:3043 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_realsense_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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_realsense_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Split_Aloha_mobile_cube.yaml b/dataset_info/Agilex_Split_Aloha_mobile_cube.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b46b232ac77ef6fe24702a29494af477c9b94bf7 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_mobile_cube.yaml @@ -0,0 +1,470 @@ +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: Agilex_Split_Aloha_mobile_cube +dataset_uuid: ec621804-bf42-4f9d-971a-bbe5cb197144 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cube_block +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cube block with the gripper and place it in another position on the + table. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Pick up the small cube. + subtask_index: 1 +- subtask: Place the small cube on the ahead of the table. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 99 + total_frames: 21487 + fps: 30 + total_tasks: 4 + total_videos: 297 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 347.89 MB +frame_num: 21487 +frame_range: 100K +dataset_size: 347.89 MB +data_structure: 'Cobot_Magic_mobile_cube_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (87 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:98 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_mobile_cube_blackboard.yaml b/dataset_info/Agilex_Split_Aloha_mobile_cube_blackboard.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e704a1d108e59ce223d3cac8b62bfa70c85d5b6e --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_mobile_cube_blackboard.yaml @@ -0,0 +1,472 @@ +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: Agilex_Split_Aloha_mobile_cube_blackboard +dataset_uuid: 679f07f9-efb6-4a77-9347-2423da9981cd +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cube_block +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the multiple cubes in two columns one by one with the gripper and place + them in another position on the table with the gripper. +sub_tasks: +- subtask: Place the block at the correct position to assemble the letter S. + subtask_index: 0 +- subtask: out of view. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Pick up the block on the table. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 191398 + fps: 30 + total_tasks: 5 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 3.43 GB +frame_num: 191398 +frame_range: 1M +dataset_size: 3.43 GB +data_structure: 'Cobot_Magic_mobile_cube_blackboard_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 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:99 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_move_beverage.yaml b/dataset_info/Agilex_Split_Aloha_move_beverage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e88d29084789dcc594a654b5c984870a473f606c --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_move_beverage.yaml @@ -0,0 +1,475 @@ +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: Agilex_Split_Aloha_move_beverage +dataset_uuid: b6d0e7b1-1a5c-4188-bdca-cab2a7c613ed +scene_type: + level1: retail + level2: null + level3: restaurant + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: green_bottle_beverage +- object_name: red_bottle_beverage +- object_name: black_bottle_beverage +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move one drink among three beverages with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the beverage bottle placed at the back of the desk. + subtask_index: 1 +- subtask: Place the drink at the front of the table. + subtask_index: 2 +- subtask: Pick up the drink. + subtask_index: 3 +- subtask: Place the beverage bottle to the front of the table. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 31813 + fps: 30 + total_tasks: 6 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 636.53 MB +frame_num: 31813 +frame_range: 100K +dataset_size: 636.53 MB +data_structure: 'Cobot_Magic_move_beverage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 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:99 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_move_the_ball.yaml b/dataset_info/Agilex_Split_Aloha_move_the_ball.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2913efffc85a3f5a02464e93d1bdb5e15515f5f5 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_move_the_ball.yaml @@ -0,0 +1,473 @@ +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: Agilex_Split_Aloha_move_the_ball +dataset_uuid: 371a2f88-8a95-4044-ba5d-4c287fd9b679 +scene_type: + level1: industry + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: ball +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the ball with the gripper and place it on the plate. Pick up the ball from + the plate with the gripper and place it in the center of the table. +sub_tasks: +- subtask: place the picked-up object on the table. + subtask_index: 0 +- subtask: pick up the rolling spherical object. + subtask_index: 1 +- subtask: pick up the spherical object with your left arm. + subtask_index: 2 +- subtask: Place the sphere on the white object. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 58184 + fps: 30 + total_tasks: 5 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 984.34 MB +frame_num: 58184 +frame_range: 100K +dataset_size: 984.34 MB +data_structure: 'Cobot_Magic_move_the_ball_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 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:99 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_move_the_ball_and_the_cube_block.yaml b/dataset_info/Agilex_Split_Aloha_move_the_ball_and_the_cube_block.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cadac7a031e7efdc67d08ce2bc112c4029a0f213 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_move_the_ball_and_the_cube_block.yaml @@ -0,0 +1,487 @@ +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: Agilex_Split_Aloha_move_the_ball_and_the_cube_block +dataset_uuid: 7bcc81f3-9d87-4dbc-a06b-fb8a69efe0fb +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: ball +- object_name: cube_block +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Remove the small ball from the cube with the gripper, move the cube, and then place + the small ball back on it with the gripper. +sub_tasks: +- subtask: Grasp the sphere on the table. + subtask_index: 0 +- subtask: Place the ball into the sphere recess. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Place the ball on the table. + subtask_index: 3 +- subtask: Pick up the ball. + subtask_index: 4 +- subtask: Place the sphere recess in the center of the table. + subtask_index: 5 +- subtask: Place the sphere into the sphere-shaped recess. + subtask_index: 6 +- subtask: Pick up the sphere recess. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 98 + total_frames: 23991 + fps: 30 + total_tasks: 9 + total_videos: 294 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 453.03 MB +frame_num: 23991 +frame_range: 100K +dataset_size: 453.03 MB +data_structure: 'Cobot_Magic_move_the_ball_and_the_cube_block_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (86 more entries) + + |-- logs + + | `-- collect + + | `-- collect_20260522114815.log + + |-- 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:97 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_move_the_ball_interference.yaml b/dataset_info/Agilex_Split_Aloha_move_the_ball_interference.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3b0efa87517e8acd43eb21747ce0de641d71a15c --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_move_the_ball_interference.yaml @@ -0,0 +1,469 @@ +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: Agilex_Split_Aloha_move_the_ball_interference +dataset_uuid: 45746c8e-f6f6-4670-858c-5a53ac7dbacb +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: ball +- object_name: cube_block +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the ball next to the two cube blocks with the gripper and place them in + another position on the table with the gripper. +sub_tasks: +- subtask: Grasp the spherical object on the right side. + subtask_index: 0 +- subtask: Place the picked object on the left side of the table. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 25598 + fps: 30 + total_tasks: 3 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 440.36 MB +frame_num: 25598 +frame_range: 100K +dataset_size: 440.36 MB +data_structure: 'Cobot_Magic_move_the_ball_interference_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 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:99 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_move_the_bread.yaml b/dataset_info/Agilex_Split_Aloha_move_the_bread.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b851f4713785ed2ffacdf1a51298fe02b7de2f77 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_move_the_bread.yaml @@ -0,0 +1,448 @@ +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: Agilex_Split_Aloha_move_the_bread +dataset_uuid: 0279dfc1-8833-47b1-b5de-c7b01c3aef4c +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bread +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the red bread with the gripper and place it into the yellow plate. Retrieve + it with the gripper. +sub_tasks: +- subtask: pick up the yellow bread on the yellow plate. + subtask_index: 0 +- subtask: Place the yellow bread on the table. + subtask_index: 1 +- subtask: Place the picked object on the yellow plate. + subtask_index: 2 +- subtask: Grasp the yellow bread on the table. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 99 + total_frames: 57401 + fps: 50 + total_tasks: 5 + total_videos: 297 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 981.43 MB +frame_num: 57401 +frame_range: 100K +dataset_size: 981.43 MB +data_structure: 'Cobot_Magic_move_the_bread_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (87 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:98 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + 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: 50 + 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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_move_the_cup.yaml b/dataset_info/Agilex_Split_Aloha_move_the_cup.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0293a8e6f098c96e81a0e0347ae4d2110f4febe7 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_move_the_cup.yaml @@ -0,0 +1,444 @@ +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: Agilex_Split_Aloha_move_the_cup +dataset_uuid: 503e7d0b-c281-4ea6-98ff-ebe74764c6ad +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: glass_cup +- object_name: towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the transparent glass cup with the gripper and place it within the blue towel + with the gripper. +sub_tasks: +- subtask: Grasp the transparent glass cup. + subtask_index: 0 +- subtask: Place the glass cup on the blue zone. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 28338 + fps: 50 + total_tasks: 3 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 1.12 GB +frame_num: 28338 +frame_range: 100K +dataset_size: 1.12 GB +data_structure: 'Cobot_Magic_move_the_cup_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 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:99 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + 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: 50 + 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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_move_the_plate.yaml b/dataset_info/Agilex_Split_Aloha_move_the_plate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e27c36c8e471811ffdc69c05c156d983ccf77472 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_move_the_plate.yaml @@ -0,0 +1,442 @@ +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: Agilex_Split_Aloha_move_the_plate +dataset_uuid: 8d39690e-e415-4f1c-9e39-2c0a83b6fe12 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move the plate that can grasp fruits with the gripper to the right side of the table. +sub_tasks: +- subtask: pick up the container that can grasp fruits. + subtask_index: 0 +- subtask: Move the picked object to the right side of the table. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 98 + total_frames: 25057 + fps: 50 + total_tasks: 3 + total_videos: 294 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 417.98 MB +frame_num: 25057 +frame_range: 100K +dataset_size: 417.98 MB +data_structure: 'Cobot_Magic_move_the_plate_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (86 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:97 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + 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: 50 + 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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_move_the_small_ball.yaml b/dataset_info/Agilex_Split_Aloha_move_the_small_ball.yaml new file mode 100644 index 0000000000000000000000000000000000000000..db30cade20a3190b340a63b73616fbbeef27eea3 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_move_the_small_ball.yaml @@ -0,0 +1,442 @@ +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: Agilex_Split_Aloha_move_the_small_ball +dataset_uuid: d3bee16b-97e7-4e2b-ae25-346189946b81 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: spherical_object +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the spherical object with the gripper and relocate it to the left side. +sub_tasks: +- subtask: Grasp the spherical object on the right side. + subtask_index: 0 +- subtask: Place the picked object on the left side of the table. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 25598 + fps: 50 + total_tasks: 3 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 404.60 MB +frame_num: 25598 +frame_range: 100K +dataset_size: 404.60 MB +data_structure: 'Cobot_Magic_move_the_small_ball_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 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:99 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + 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: 50 + 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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_movethe_position_of_the_bluetooth.yaml b/dataset_info/Agilex_Split_Aloha_movethe_position_of_the_bluetooth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5ff003f20d25209e3a8c28fefbd0d2bdf7f4cafc --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_movethe_position_of_the_bluetooth.yaml @@ -0,0 +1,449 @@ +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: Agilex_Split_Aloha_movethe_position_of_the_bluetooth +dataset_uuid: dc390f5c-b242-48d0-86f0-0932b22a8f6a +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bluetooth_earbud +- object_name: bluetooth_earphone_case +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the Bluetooth earbud on the right side of the table with the right gripper. +- Grasp the Bluetooth earphone case with the gripper and place it on the left side + of the table with the gripper. +sub_tasks: +- subtask: Place bluetooth earbud on the right side of the table. + subtask_index: 0 +- subtask: Place bluetooth earphone case on the left side of the table. + subtask_index: 1 +- subtask: Grasp the Bluetooth earphone case. + subtask_index: 2 +- subtask: Grasp the Bluetooth earbud. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 198 + total_frames: 52508 + fps: 50 + total_tasks: 5 + total_videos: 594 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 850.52 MB +frame_num: 52508 +frame_range: 100K +dataset_size: 850.52 MB +data_structure: 'Cobot_Magic_movethe_position_of_the_bluetooth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (186 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:197 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + 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: 50 + 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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_open_the_shoebox.yaml b/dataset_info/Agilex_Split_Aloha_open_the_shoebox.yaml new file mode 100644 index 0000000000000000000000000000000000000000..84e0bde5e0b349f5462d94c1e401324e093f1eb6 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_open_the_shoebox.yaml @@ -0,0 +1,441 @@ +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: Agilex_Split_Aloha_open_the_shoebox +dataset_uuid: 1708df8d-97e4-42b0-a8ee-de1bb93b4d77 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: tablecloth +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open the shoebox on the table with the gripper. +- Open the shoebox on the white tablecloth with the gripper. +- Open the shoebox on the cyan tablecloth with the gripper. +sub_tasks: +- subtask: Open the shoe box. + subtask_index: 0 +- subtask: null. + subtask_index: 1 +atomic_actions: +- grasp +- pull +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 299 + total_frames: 185740 + fps: 50 + total_tasks: 2 + total_videos: 897 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 2.83 GB +frame_num: 185740 +frame_range: 1M +dataset_size: 2.83 GB +data_structure: 'Cobot_Magic_open_the_shoebox_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (287 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:298 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + 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: 50 + 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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_place_square_pyramid.yaml b/dataset_info/Agilex_Split_Aloha_place_square_pyramid.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fbeb2df5bef6dfe6492c56ac6f6d57a6cee8279a --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_place_square_pyramid.yaml @@ -0,0 +1,473 @@ +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: Agilex_Split_Aloha_place_square_pyramid +dataset_uuid: 53a89b6b-14be-4a0e-8495-f3310b2ba5bd +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cube_block +- object_name: square_pyramid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the square pyramid from the table with the gripper and place it on the cube + block with the gripper. +sub_tasks: +- subtask: Place the block onto the cube-shaped block. + subtask_index: 0 +- subtask: Place the triangular block onto the cube block. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Grasp the triangular block. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 99 + total_frames: 25851 + fps: 30 + total_tasks: 5 + total_videos: 297 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 521.23 MB +frame_num: 25851 +frame_range: 100K +dataset_size: 521.23 MB +data_structure: 'Cobot_Magic_place_square_pyramid_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (87 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:98 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_place_the_cube_block.yaml b/dataset_info/Agilex_Split_Aloha_place_the_cube_block.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ad9e32cb92cbabcfefaef37e8d6a5e50adadfd3 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_place_the_cube_block.yaml @@ -0,0 +1,545 @@ +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: Agilex_Split_Aloha_place_the_cube_block +dataset_uuid: 8f5ebbc9-2983-4035-a6cd-395dcace072d +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cube_block +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cube block from the table with the gripper and place it on the plate + with the gripper. +sub_tasks: +- subtask: Place it into the yellow plate. + subtask_index: 0 +- subtask: Grasp the small cube on the table. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 58 + total_frames: 12763 + fps: 30 + total_tasks: 3 + total_videos: 174 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 288.15 MB +frame_num: 12763 +frame_range: 100K +dataset_size: 288.15 MB +data_structure: 'Cobot_Magic_place_the_cube_block_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (46 more entries) + + |-- debug + + | |-- episode_0000 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0001 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0002 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0003 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0004 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0005 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0006 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0007 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0008 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0009 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0010 + + | | |-- images + + | | `-- trace_report.md + + | `-- episode_0011 + + | |-- images + + | `-- trace_report.md + + | `-- ... (39 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:57 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_place_the_test_tube.yaml b/dataset_info/Agilex_Split_Aloha_place_the_test_tube.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1f96c081efc84812893b8e40b9b5f5624cf684a6 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_place_the_test_tube.yaml @@ -0,0 +1,478 @@ +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: Agilex_Split_Aloha_place_the_test_tube +dataset_uuid: 070ad40e-7f20-4d3e-82d6-9cb8c0fb1f74 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: test_tube +- object_name: test_tube_rack +- object_name: tablecloth +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the test tube with the left gripper, hand it to the right gripper, and then + place it on the test tube rack with the right gripper. +- Pick up the test tube with your left gripper, hand it to your right gripper, and + then place it on the test tube rack with the right gripper. +- Pick up the test tube with your left gripper, hand it to your right gripper, and + then place it on the test tube rack with the right gripper. +- Pick up the test tube with the left gripper, hand it to the right gripper, and then + place it on the test tube rack with the right gripper. +- Pick up the test tube with your right gripper, hand it to your left gripper, and + then place it on the test tube rack with the left gripper. +- Pick up the test tube with your right gripper, hand it to your left gripper, and + then place it on the test tube rack with the left gripper. +sub_tasks: +- subtask: Place the test tubes on the test tube rack with the right gripper. + subtask_index: 0 +- subtask: Lift the test tube with the left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Pass the test tube from the left gripper to the right gripper. + subtask_index: 3 +- subtask: Pick up the test tubes from the table. + subtask_index: 4 +- subtask: end. + subtask_index: 5 +- subtask: Place the test tubes on the rack. + subtask_index: 6 +- subtask: pass the test tubes. + subtask_index: 7 +- subtask: pick up the test tube with the left gripper. + subtask_index: 8 +- subtask: Receive the test tube with the right gripper. + subtask_index: 9 +- subtask: Pick up the test tube with the left gripper. + subtask_index: 10 +- subtask: Insert it into the hole at the intersection of the 5th row from the top + and the 5th column from the left with the right gripper. + subtask_index: 11 +- subtask: abnormal. + subtask_index: 12 +- subtask: null. + subtask_index: 13 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb_rgb +- cam_right_wrist_rgb_rgb +came_info: + cam_high_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 364 + total_frames: 308346 + fps: 50 + total_tasks: 14 + total_videos: 1092 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 6.01 GB +frame_num: 308346 +frame_range: 1M +dataset_size: 6.01 GB +data_structure: 'Cobot_Magic_place_the_test_tube_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (352 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_rgb + + | `-- observation.images.cam_right_wrist_rgb_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:363 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb_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: 50 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb_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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_plate_storage_apple.yaml b/dataset_info/Agilex_Split_Aloha_plate_storage_apple.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c561d9a7ccf370aa98c6c99f760eb86ead9a59f1 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_plate_storage_apple.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: Agilex_Split_Aloha_plate_storage_apple +dataset_uuid: 4c90a2cc-aea8-4468-a7c2-b0afeae50a98 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: apple +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the apple with the gripper and place it into the yellow plate. +sub_tasks: +- subtask: Grasp the fruit that can keep the doctor away. + subtask_index: 0 +- subtask: Place the picked object into the yellow plate. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb_rgb +- cam_right_wrist_rgb_rgb +came_info: + cam_high_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 103 + total_frames: 30676 + fps: 50 + total_tasks: 3 + total_videos: 309 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 605.50 MB +frame_num: 30676 +frame_range: 100K +dataset_size: 605.50 MB +data_structure: 'Cobot_Magic_plate_storage_apple_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (91 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_rgb + + | `-- observation.images.cam_right_wrist_rgb_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:102 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb_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: 50 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb_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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_plate_storage_bread.yaml b/dataset_info/Agilex_Split_Aloha_plate_storage_bread.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a3e3ace6dd31a7296ace36f11fc0d9bafaddb049 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_plate_storage_bread.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: Agilex_Split_Aloha_plate_storage_bread +dataset_uuid: f4001f44-f88b-4812-a364-a7f937d58496 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bread +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the red bread with the gripper and place it into the yellow plate. +sub_tasks: +- subtask: Grasp the yellow bread. + subtask_index: 0 +- subtask: Place the bread into the yellow plate. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 27875 + fps: 50 + total_tasks: 3 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 515.02 MB +frame_num: 27875 +frame_range: 100K +dataset_size: 515.02 MB +data_structure: 'Cobot_Magic_plate_storage_bread_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 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:99 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + 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: 50 + 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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_plate_storaje_baozi.yaml b/dataset_info/Agilex_Split_Aloha_plate_storaje_baozi.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c4e0d28aa4c3f702fb3bd39fa4ec47b6b7f6470e --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_plate_storaje_baozi.yaml @@ -0,0 +1,479 @@ +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: Agilex_Split_Aloha_plate_storaje_baozi +dataset_uuid: 749fc774-003a-487c-948b-b6fc7ad307e1 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: tablecloth +- object_name: baozi +- object_name: steamer +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the steamed buns into the plate on the blue tablecloth with the gripper. +- Place the steamed buns into the plate on the green tablecloth with the gripper. +- Place the steamed buns into the plate on the grey tablecloth with the gripper. +- Place the steamed buns into the plate on the pink tablecloth with the gripper. +- Place the steamed buns into the plate on the white tablecloth with the gripper. +- Place the steamed buns into the plate on the white-black tablecloth with the gripper. +sub_tasks: +- subtask: Grasp the baozi on the steamer with left gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Place the yellow baozi on the plate with left gripper. + subtask_index: 2 +- subtask: Place the yellow baozi on the plate with right gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Grasp the dumpling with left gripper. + subtask_index: 5 +- subtask: use the left arm to pick up the steamed stuffed bun that is closest to + it. + subtask_index: 6 +- subtask: use the right arm to pick up the steamed stuffed bun that is closest to + it. + subtask_index: 7 +- subtask: use the right arm to place the steamed stuffed bun into the plate. + subtask_index: 8 +- subtask: Place the baozi on the plate with left gripper. + subtask_index: 9 +- subtask: Grasp the yellow baozi on the steamer with left gripper. + subtask_index: 10 +- subtask: use the left arm to place the steamed stuffed bun into the plate. + subtask_index: 11 +- subtask: Place the dumpling on the steamer with right gripper. + subtask_index: 12 +- subtask: Grasp the dumpling with right gripper. + subtask_index: 13 +- subtask: Grasp the yellow baozi on the steamer with right gripper. + subtask_index: 14 +- subtask: Place the dumpling on the steamer with left gripper. + subtask_index: 15 +- subtask: null. + subtask_index: 16 +atomic_actions: +- grasp +- place +- pick +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_front_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 495 + total_frames: 261093 + fps: 30 + total_tasks: 17 + total_videos: 1485 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 12.30 GB +frame_num: 261093 +frame_range: 1M +dataset_size: 12.30 GB +data_structure: 'Cobot_Magic_plate_storaje_baozi_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (483 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:494 +features: + observation.images.cam_front_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Split_Aloha_pot_storage_steamer.yaml b/dataset_info/Agilex_Split_Aloha_pot_storage_steamer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..db54fff581514a83ab639b09564857bb63b2c7e5 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_pot_storage_steamer.yaml @@ -0,0 +1,470 @@ +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: Agilex_Split_Aloha_pot_storage_steamer +dataset_uuid: 0416c89e-0f94-4be0-858c-9a8f3a1ed758 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: steamer +- object_name: tablecloth +- object_name: pot +- object_name: lid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the steamer into the pot with the gripper. Place the lid on the steamer with + the gripper. +- Place the steamer into the pot with the gripper. Place the lid on the steamer with + the gripper. +- Place the steamer into the pot with the gripper. Place the lid on the steamer with + the gripper. +- Place the steamer into the pot with the gripper. Place the lid on the steamer with + the gripper. +- Place the steamer into the pot with the gripper. Place the lid on the steamer with + the gripper. +- Place the steamer into the pot with the gripper. Place the lid on the steamer with + the gripper. +sub_tasks: +- subtask: use the left arm to place the steamer lid on the steamer. + subtask_index: 0 +- subtask: use the right arm to lift the steamer closest to it. + subtask_index: 1 +- subtask: use the left arm to place the steamer into the iron steamer pot in the + middle. + subtask_index: 2 +- subtask: use the right arm to lift the lid of the steamer. + subtask_index: 3 +- subtask: use the right arm to place the steamer lid on the steamer. + subtask_index: 4 +- subtask: use the left arm to lift the lid of the steamer. + subtask_index: 5 +- subtask: use the right arm to place the steamer into the iron steamer pot in the + middle. + subtask_index: 6 +- subtask: use the left arm to lift the steamer closest to it. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_front_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 590 + total_frames: 478978 + fps: 30 + total_tasks: 9 + total_videos: 1770 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 19.67 GB +frame_num: 478978 +frame_range: 1M +dataset_size: 19.67 GB +data_structure: 'Cobot_Magic_pot_storage_steamer_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (578 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:589 +features: + observation.images.cam_front_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Split_Aloha_pour_drink.yaml b/dataset_info/Agilex_Split_Aloha_pour_drink.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fbfe03b1cdcaff8744f91476bf8d48b5513ce887 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_pour_drink.yaml @@ -0,0 +1,683 @@ +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: Agilex_Split_Aloha_pour_drink +dataset_uuid: 9b6b4d09-0c15-4d1f-b8f9-12be94c871cd +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: NFC_orange_juice +- object_name: red_wine +- object_name: sprite +- object_name: black_mug +- object_name: paper_cup +- object_name: transparent_cup +- object_name: tablecloth +- object_name: cestbon +- object_name: coffee +- object_name: cola +- object_name: milk +- object_name: cup +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Fill the black mug completely with NFC orange juice with the gripper. +- Pour half of the NFC orange juice into the black mug with the gripper. +- Pour three quarters of the NFC orange juice into the black mug with the gripper. +- Pour a quarter of the NFC orange juice into the black mug with the gripper. +- Fill the paper cup completely with NFC orange juice with the gripper. +- Pour half of the NFC orange juice into the paper cup with the gripper. +- Pour three quarters of the NFC orange juice into the paper cup with the gripper. +- Pour a quarter of the NFC orange juice into the paper cup with the gripper. +- Fill the transparent cup completely with NFC orange juice with the gripper. +- Pour half of the NFC orange juice into the transparent cup with the gripper. +- Pour three quarters of the NFC orange juice into the transparent cup with the gripper. +- Pour a quarter of the NFC orange juice into the transparent cup with the gripper. +- Fill the black mug completely with red wine with the gripper. +- Pour half of the red wine into the black mug with the gripper. +- Pour three quarters of the red wine into the black mug with the gripper. +- Pour a quarter of the red wine into the black mug with the gripper. +- Fill the paper cup completely with red wine with the gripper. +- Pour half of the red wine into the paper cup with the gripper. +- Pour three quarters of the red wine into the paper cup with the gripper. +- Pour a quarter of the red wine into the paper cup with the gripper. +- Fill the transparent cup completely with red wine with the gripper. +- Pour half of the red wine into the transparent cup with the gripper. +- Pour three quarters of the red wine into the transparent cup with the gripper. +- Pour a quarter of the red wine into the transparent cup with the gripper. +- Fill the black mug completely with Sprite with the gripper. +- Pour half of the sprite into the black mug with the gripper. +- Pour three quarters of the sprite into the black mug with the gripper. +- Pour a quarter of the sprite into the black mug with the gripper. +- Fill the paper cup completely with Sprite with the gripper. +- Pour half of the sprite into the paper cup with the gripper. +- Pour three quarters of the sprite into the paper cup with the gripper. +- Pour a quarter of the sprite into the paper cup with the gripper. +- Fill the transparent cup completely with sprite with the gripper. +- Pour half of the sprite into the transparent cup with the gripper. +- Pour three quarters of the sprite into the transparent cup with the gripper. +- Pour a quarter of the sprite into the transparent cup with the gripper. +- Pour the cestbon into the black cup with the gripper. +- Pour the cestbon into the gray cup with the gripper. +- Pour the cestbon into the red cup with the gripper. +- Pour the cestbon into the white cup with the gripper. +- Pour the cestbon into the yellow cup with the gripper. +- Pour the coffee into the black cup with the gripper. +- Pour the coffee into the gray cup with the gripper. +- Pour the coffee into the red cup with the gripper. +- Pour the coffee into the white cup with the gripper. +- Pour the coffee into the yellow cup with the gripper. +- Pour the cola into the black cup with the gripper. +- Pour the cola into the gray cup with the gripper. +- Pour the cola into the red cup with the gripper. +- Pour the cola into the white cup with the gripper. +- Pour the cola into the yellow cup with the gripper. +- Pour the milk into the black cup with the gripper. +- Pour the milk into the gray cup with the gripper. +- Pour the milk into the red cup with the gripper. +- Pour the milk into the white cup with the gripper. +- Pour the milk into the yellow cup with the gripper. +- Pour the sprite into the black cup with the gripper. +- Pour the sprite into the gray cup with the gripper. +- Pour the sprite into the red cup with the gripper. +- Pour the sprite into the white cup with the gripper. +- Pour the sprite into the yellow cup with the gripper. +sub_tasks: +- subtask: Grasp the black cup with left gripper. + subtask_index: 0 +- subtask: Grasp the white cup with right gripper. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: Place the orange juice bottle on the table with left gripper. + subtask_index: 3 +- subtask: Lift the black cup with left gripper. + subtask_index: 4 +- subtask: Place the water bottle on the table with right gripper. + subtask_index: 5 +- subtask: Place the grey cup on the table with left gripper. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: Place the sprite bottle on the table with right gripper. + subtask_index: 8 +- subtask: Lift the red cup with left gripper. + subtask_index: 9 +- subtask: Place the cola bottle on the table with left gripper. + subtask_index: 10 +- subtask: Grasp the bottle with cola with right gripper. + subtask_index: 11 +- subtask: Grasp the bottle with sprite with left gripper. + subtask_index: 12 +- subtask: Pour the water from bottle to cup with right gripper. + subtask_index: 13 +- subtask: Place the coffee bottle on the table with right gripper. + subtask_index: 14 +- subtask: Grasp the bottle with orange juice with left gripper. + subtask_index: 15 +- subtask: Pour the red wine from bottle to cup with left gripper. + subtask_index: 16 +- subtask: Place the black cup in the center of view with right gripper. + subtask_index: 17 +- subtask: Place the transparent cup on the table with right gripper. + subtask_index: 18 +- subtask: Place the white cup on the table with right gripper. + subtask_index: 19 +- subtask: Grasp the bottle filled water with right gripper. + subtask_index: 20 +- subtask: Grasp the bottle with coffee with right gripper. + subtask_index: 21 +- subtask: Place the yellow paper cup on the table with left gripper. + subtask_index: 22 +- subtask: Pour the yuexian Milk from bottle to cup with right gripper. + subtask_index: 23 +- subtask: Grasp the bottle with red wine with left gripper. + subtask_index: 24 +- subtask: Grasp the black cup with right gripper. + subtask_index: 25 +- subtask: Place the white cup on the table with left gripper. + subtask_index: 26 +- subtask: Grasp the yellow paper cup with right gripper. + subtask_index: 27 +- subtask: Grasp the yellow paper cup with left gripper. + subtask_index: 28 +- subtask: Pour the orange juice from bottle to cup with left gripper. + subtask_index: 29 +- subtask: Grasp the bottle with water with right gripper. + subtask_index: 30 +- subtask: Pour the yogurt from bottle to cup with left gripper. + subtask_index: 31 +- subtask: Grasp the bottle with yuexian Milk with right gripper. + subtask_index: 32 +- subtask: Place the yellow paper cup on the table with right gripper. + subtask_index: 33 +- subtask: Pour the cola from bottle to cup with right gripper. + subtask_index: 34 +- subtask: Abnormal. + subtask_index: 35 +- subtask: Grasp the white cup with left gripper. + subtask_index: 36 +- subtask: Pour the sprite from bottle to cup with left gripper. + subtask_index: 37 +- subtask: Lift the grey cup with left gripper. + subtask_index: 38 +- subtask: Place the black cup on the table with left gripper. + subtask_index: 39 +- subtask: Grasp the red cup with left gripper. + subtask_index: 40 +- subtask: Place the red cup on the table with left gripper. + subtask_index: 41 +- subtask: Lift the yellow paper cup with right gripper. + subtask_index: 42 +- subtask: Grasp the grey cup with left gripper. + subtask_index: 43 +- subtask: Place the yuexian Milk bottle on the table with right gripper. + subtask_index: 44 +- subtask: Lift the yellow paper cup with left gripper. + subtask_index: 45 +- subtask: Place the sprite bottle on the table with left gripper. + subtask_index: 46 +- subtask: Lift the white cup with left gripper. + subtask_index: 47 +- subtask: Place the cola bottle on the table with right gripper. + subtask_index: 48 +- subtask: Pour the sprite from bottle to cup with right gripper. + subtask_index: 49 +- subtask: Place the red wine bottle on the table with left gripper. + subtask_index: 50 +- subtask: Lift the white cup with right gripper. + subtask_index: 51 +- subtask: Grasp the transparent cup with right gripper. + subtask_index: 52 +- subtask: Grasp the bottle with sprite with right gripper. + subtask_index: 53 +- subtask: Pour the coffee from bottle to cup with right gripper. + subtask_index: 54 +- subtask: Lift the grey cup with right gripper. + subtask_index: 55 +- subtask: null. + subtask_index: 56 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 1613 + total_frames: 862292 + fps: 30 + total_tasks: 57 + total_videos: 4839 + total_chunks: 2 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 12.56 GB +frame_num: 862292 +frame_range: 1M +dataset_size: 12.56 GB +data_structure: 'Cobot_Magic_pour_drink_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (601 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:1612 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_pour_water_a.yaml b/dataset_info/Agilex_Split_Aloha_pour_water_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b866b7b1901bd82bf64839296207917a4ca6cd55 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_pour_water_a.yaml @@ -0,0 +1,585 @@ +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: Agilex_Split_Aloha_pour_water_a +dataset_uuid: 1cf008f5-6677-4b28-8eae-d7a325544806 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: nongfu_spring_mineral_water +- object_name: yibao_mineral_water +- object_name: baisui_mountain_mineral_water +- object_name: wahaha_mineral_water +- object_name: cup +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the paper cup with the left gripper and the Yibao mineral water with the + right gripper. After holding both items by their ends, pour water into one of them, + then place down the paper cup and the Yibao mineral water with the left gripper + and the right gripper. +- Pick up the paper cup with the left gripper and the Nongfu Spring Water bottle with + the right gripper. After grasping both items by their ends, pour the water into + one of them, then place down the paper cup and the Nongfu Spring Water bottle with + the left and right grippers. +- Pick up the blue paper cup with the left gripper, pick up the wahaha mineral water + bottle with the right gripper, pour an appropriate amount of water from the right + gripper into the left gripper paper cup, place down the blue paper cup with the + left gripper, and place down the wahaha mineral water bottle with the right gripper. +- Pick up the blue paper cup with the left gripper, then pick up the Bai Suishan mineral + water bottle with the right gripper. Pour an appropriate amount of water from the + right gripper into the paper cup in the left gripper. First, place down the blue + paper cup with the left gripper, then place down the Bai Suishan mineral water bottle + with the right gripper. +- Pick up the yellow paper cup with the left gripper, pick up the Bai Suishan mineral + water bottle with the right gripper, pour an appropriate amount of water from the + right gripper into the left gripper's cup, first place down the yellow paper cup + with the left gripper, and then place down the Bai Suishan mineral water bottle + with the right gripper. +- Pick up the yellow paper cup with the left gripper, and with the right gripper, + pick up the wahaha mineral water bottle. Pour an appropriate amount of water from + the right gripper into the paper cup in the left gripper. Place down the yellow + paper cup with the left gripper, and finally place down the wahaha mineral water + bottle with the right gripper. +- Pick up the paper cup with the left gripper and the Yibao mineral water with the + right gripper. Pour the water into the paper cup with the right gripper. Then place + them back on the table with the left and right grippers. +- Pick up the paper cup with the left gripper and the bottle of Nongfu Spring mineral + water with the right gripper, pour the water into the paper cup, and then place + them back on the table after completing. +sub_tasks: +- subtask: pick up the paper cup on the right. + subtask_index: 0 +- subtask: Lift the paper cup on the right. + subtask_index: 1 +- subtask: Pick up the bottle. + subtask_index: 2 +- subtask: pick up the bottle with right gripper. + subtask_index: 3 +- subtask: pick up the water bottle on the right. + subtask_index: 4 +- subtask: Pour water from bottle to cup with the right gripper. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: Place the paper cup with the left gripper. + subtask_index: 7 +- subtask: Lift the paper cup on the left. + subtask_index: 8 +- subtask: Place the bottle. + subtask_index: 9 +- subtask: place the cup down with left gripper. + subtask_index: 10 +- subtask: Grasp the cup with left gripper. + subtask_index: 11 +- subtask: Grasp the bottle with the left gripper. + subtask_index: 12 +- subtask: Pour water from bottle to cup with the left gripper. + subtask_index: 13 +- subtask: pick up the water with left gripper. + subtask_index: 14 +- subtask: End. + subtask_index: 15 +- subtask: Receive water on the left. + subtask_index: 16 +- subtask: Pick up the cup. + subtask_index: 17 +- subtask: Discard. + subtask_index: 18 +- subtask: Collect water on the right. + subtask_index: 19 +- subtask: Pour the water with right gripper. + subtask_index: 20 +- subtask: Pour water from bottle to cup. + subtask_index: 21 +- subtask: pick up the water bottle on the left. + subtask_index: 22 +- subtask: place the bottle down with right gripper. + subtask_index: 23 +- subtask: Place the water bottle on the right. + subtask_index: 24 +- subtask: Pour water on the left. + subtask_index: 25 +- subtask: pick up the paper cup on the left. + subtask_index: 26 +- subtask: Place the bottle with the left gripper. + subtask_index: 27 +- subtask: Place the paper cup with the right gripper. + subtask_index: 28 +- subtask: Place the bottle with the right gripper. + subtask_index: 29 +- subtask: Place the paper cup on the right. + subtask_index: 30 +- subtask: abnormal. + subtask_index: 31 +- subtask: Receive water on the right. + subtask_index: 32 +- subtask: Lift the cup with left gripper. + subtask_index: 33 +- subtask: Grasp the paper cup with the right gripper. + subtask_index: 34 +- subtask: Grasp the bottle with the right gripper. + subtask_index: 35 +- subtask: Grasp the paper cup with the left gripper. + subtask_index: 36 +- subtask: end. + subtask_index: 37 +- subtask: Pour water on the right. + subtask_index: 38 +- subtask: Collect water on the left. + subtask_index: 39 +- subtask: Place the cup. + subtask_index: 40 +- subtask: Place the paper cup on the left. + subtask_index: 41 +- subtask: Place the water bottle on the left. + subtask_index: 42 +- subtask: null. + subtask_index: 43 +atomic_actions: +- grasp +- place +- pick +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 896 + total_frames: 1302424 + fps: 30 + total_tasks: 44 + total_videos: 2688 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 13.81 GB +frame_num: 1302424 +frame_range: 10M +dataset_size: 13.81 GB +data_structure: 'Cobot_Magic_pour_water_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (884 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:895 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_pour_water_bottle.yaml b/dataset_info/Agilex_Split_Aloha_pour_water_bottle.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9547bc152b7dc06e4b7976727271425d589b2c8b --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_pour_water_bottle.yaml @@ -0,0 +1,483 @@ +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: Agilex_Split_Aloha_pour_water_bottle +dataset_uuid: e375b064-04ad-4cb8-a8d4-d0994c11fa75 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bottle +- object_name: cup +- object_name: water +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the water bottle with the gripper and pour the water into it with the gripper + into the glass. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the mineral water bottle. + subtask_index: 1 +- subtask: Pour water into the cup. + subtask_index: 2 +- subtask: Anomaly. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Pour water into the teacup. + subtask_index: 5 +- subtask: Place the water bottle. + subtask_index: 6 +- subtask: Pick up the water bottle. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- pick +- pour +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 92 + total_frames: 43905 + fps: 30 + total_tasks: 9 + total_videos: 276 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 1.05 GB +frame_num: 43905 +frame_range: 100K +dataset_size: 1.05 GB +data_structure: 'Cobot_Magic_pour_water_bottle_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (80 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:91 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_prepare_breakfast.yaml b/dataset_info/Agilex_Split_Aloha_prepare_breakfast.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5a1affd2905e84e51bb99941e319c6066278e624 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_prepare_breakfast.yaml @@ -0,0 +1,520 @@ +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: Agilex_Split_Aloha_prepare_breakfast +dataset_uuid: b0a0f198-8f0e-4e6b-8c4c-373f4605d642 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: plate +- object_name: bread +- object_name: apple +- object_name: egg +- object_name: milk +- object_name: cola +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- put the apple, egg and bread on the plate and place the cola and milk on both sides + of the plate. +sub_tasks: +- subtask: Place the apple on the plate with left gripper. + subtask_index: 0 +- subtask: Place the round bread on the plate with left gripper. + subtask_index: 1 +- subtask: Grasp the egg with left gripper. + subtask_index: 2 +- subtask: Place the egg on the plate with left gripper. + subtask_index: 3 +- subtask: Place the cola on the table with right gripper. + subtask_index: 4 +- subtask: Grasp the apple with left gripper. + subtask_index: 5 +- subtask: Grasp the round bread with right gripper. + subtask_index: 6 +- subtask: Grasp the milk with left gripper. + subtask_index: 7 +- subtask: Place the milk on the table with right gripper. + subtask_index: 8 +- subtask: Place the apple on the plate with right gripper. + subtask_index: 9 +- subtask: Place the milk on the table with left gripper. + subtask_index: 10 +- subtask: Place the cola on the plate with right gripper. + subtask_index: 11 +- subtask: Grasp the cola with right gripper. + subtask_index: 12 +- subtask: Grasp the egg with right gripper. + subtask_index: 13 +- subtask: Grasp the cola with left gripper. + subtask_index: 14 +- subtask: Place the apple on the table with left gripper. + subtask_index: 15 +- subtask: Grasp the milk with right gripper. + subtask_index: 16 +- subtask: Place the cola on the table with left gripper. + subtask_index: 17 +- subtask: Static. + subtask_index: 18 +- subtask: End. + subtask_index: 19 +- subtask: Place the round bread on the plate with right gripper. + subtask_index: 20 +- subtask: Grasp the round bread with left gripper. + subtask_index: 21 +- subtask: Place the egg on the plate with right gripper. + subtask_index: 22 +- subtask: Abnormal. + subtask_index: 23 +- subtask: Grasp the apple with right gripper. + subtask_index: 24 +- subtask: null. + subtask_index: 25 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 565 + total_frames: 125115 + fps: 30 + total_tasks: 26 + total_videos: 1695 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 1.45 GB +frame_num: 125115 +frame_range: 1M +dataset_size: 1.45 GB +data_structure: 'Cobot_Magic_prepare_breakfast_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (553 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:564 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_pull_zipper.yaml b/dataset_info/Agilex_Split_Aloha_pull_zipper.yaml new file mode 100644 index 0000000000000000000000000000000000000000..99500aa941e4ad7547d7e947c8791a887c6e70df --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_pull_zipper.yaml @@ -0,0 +1,610 @@ +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: Agilex_Split_Aloha_pull_zipper +dataset_uuid: 3ede76ea-63fb-4de1-a796-a3809b4e09fa +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bag +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pull up the zipper of the bag with the gripper. +- Pull up the zipper of the black bag with the gripper. +- Pull open the zipper of the black bag with the gripper. +- Pull up the zipper of the white bag with the gripper. +- Pull up the zipper of the yellow bag with the gripper. +- Pull open the zipper of the yellow bag with the gripper. +sub_tasks: +- subtask: Pull the zipper with right gripper. + subtask_index: 0 +- subtask: Pull open the zipper with your left gripper. + subtask_index: 1 +- subtask: Grasp the bag with left gripper. + subtask_index: 2 +- subtask: grasp the bag with your right gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Zip up the bag with your left gripper. + subtask_index: 5 +- subtask: Zip up the bag with your right gripper. + subtask_index: 6 +- subtask: end. + subtask_index: 7 +- subtask: Grasp the bag with right gripper. + subtask_index: 8 +- subtask: Pull the zipper with left gripper. + subtask_index: 9 +- subtask: pick up the zipper with your left gripper. + subtask_index: 10 +- subtask: Discard. + subtask_index: 11 +- subtask: Pull open the zipper with your right gripper. + subtask_index: 12 +- subtask: grasp the bag with your left gripper. + subtask_index: 13 +- subtask: null. + subtask_index: 14 +atomic_actions: +- grasp +- pull +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 1868 + total_frames: 836317 + fps: 30 + total_tasks: 15 + total_videos: 5604 + total_chunks: 2 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 11.10 GB +frame_num: 836317 +frame_range: 1M +dataset_size: 11.10 GB +data_structure: 'Cobot_Magic_pull_zipper_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (856 more entries) + + |-- debug + + | |-- episode_0000 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0001 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0002 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0003 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0004 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0005 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0006 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0007 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0008 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0009 + + | | |-- images + + | | `-- trace_report.md + + | |-- episode_0010 + + | | |-- images + + | | `-- trace_report.md + + | `-- episode_0011 + + | |-- images + + | `-- trace_report.md + + | `-- ... (39 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:1867 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_pushing_magnet.yaml b/dataset_info/Agilex_Split_Aloha_pushing_magnet.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f074b270bfe8324913bcfb3afa865efaf2000f59 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_pushing_magnet.yaml @@ -0,0 +1,466 @@ +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: Agilex_Split_Aloha_pushing_magnet +dataset_uuid: ad07d99e-6bee-4147-b81a-8f2dfe943ed8 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: magnet +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Push the magnet on the table from its original position to another position with + the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Push the magnet on the right to connect the magnet on the left. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- push +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 23553 + fps: 30 + total_tasks: 3 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 423.54 MB +frame_num: 23553 +frame_range: 100K +dataset_size: 423.54 MB +data_structure: 'Cobot_Magic_pushing_magnet_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 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:99 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_put_in_the_pear.yaml b/dataset_info/Agilex_Split_Aloha_put_in_the_pear.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0491b4769cbc14de796028a88a819b3da455ea12 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_put_in_the_pear.yaml @@ -0,0 +1,444 @@ +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: Agilex_Split_Aloha_put_in_the_pear +dataset_uuid: 9ef9a074-b4b1-4d16-a577-460381b81a91 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pear +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the pear with the right gripper and place it on the right side of the table. +sub_tasks: +- subtask: Grasp the high-fiber fruit. + subtask_index: 0 +- subtask: abnormal. + subtask_index: 1 +- subtask: Place it on the right side of the table. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 97 + total_frames: 21690 + fps: 50 + total_tasks: 4 + total_videos: 291 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 461.49 MB +frame_num: 21690 +frame_range: 100K +dataset_size: 461.49 MB +data_structure: 'Cobot_Magic_put_in_the_pear_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (85 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:96 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + 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: 50 + 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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_put_the_building_block_on_the_table.yaml b/dataset_info/Agilex_Split_Aloha_put_the_building_block_on_the_table.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1fe7eb1192277bbb6b3accb0cfaa673a268be3b7 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_put_the_building_block_on_the_table.yaml @@ -0,0 +1,446 @@ +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: Agilex_Split_Aloha_put_the_building_block_on_the_table +dataset_uuid: 04f51db4-3cdd-4327-93ad-41b490a4c52c +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: building_block +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the rotating cube-shaped block on the turntable with the gripper and place + it on the table with the gripper. +sub_tasks: +- subtask: Grasp the rotating cube-shaped block on the turntable. + subtask_index: 0 +- subtask: Place the cube on the desk. + subtask_index: 1 +- subtask: abnormal. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- pick +- place +- rotate +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 98 + total_frames: 19816 + fps: 50 + total_tasks: 4 + total_videos: 294 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 400.23 MB +frame_num: 19816 +frame_range: 100K +dataset_size: 400.23 MB +data_structure: 'Cobot_Magic_put_the_building_block_on_the_table_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (86 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:97 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + 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: 50 + 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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_steamer_storage_dumpling.yaml b/dataset_info/Agilex_Split_Aloha_steamer_storage_dumpling.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7dfea8bace86a47f76c950b90db70d160b1fbc8a --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_steamer_storage_dumpling.yaml @@ -0,0 +1,468 @@ +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: Agilex_Split_Aloha_steamer_storage_dumpling +dataset_uuid: df5bb1ee-1fd7-4b3d-8502-4cda9ee6bbc5 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: dumplings +- object_name: tablecloth +- object_name: steamer +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the dumplings into the steamer on the table with the blue tablecloth with + the gripper. +- Place the dumplings into the steamer on the table with the brown tablecloth with + the gripper. +- Place the dumplings into the steamer on the table with the grey tablecloth with + the gripper. +- Place the dumplings into the steamer with the pink tablecloth on the table. +- Place the dumplings into the steamer with the gripper on the white table. +- Place the dumplings into the steamer with the white tablecloth on the table. +sub_tasks: +- subtask: use the left arm to place the dumpling into the steamer. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: use the right arm to place the dumpling into the steamer. + subtask_index: 2 +- subtask: Grasp the dumpling with left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Place the dumpling on the steamer with right gripper. + subtask_index: 5 +- subtask: use the left arm to pick up a dumpling. + subtask_index: 6 +- subtask: Grasp the dumpling with right gripper. + subtask_index: 7 +- subtask: use the right arm to pick up a dumpling. + subtask_index: 8 +- subtask: Place the dumpling on the steamer with left gripper. + subtask_index: 9 +- subtask: null. + subtask_index: 10 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_front_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 580 + total_frames: 417589 + fps: 30 + total_tasks: 11 + total_videos: 1740 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 19.79 GB +frame_num: 417589 +frame_range: 1M +dataset_size: 19.79 GB +data_structure: 'Cobot_Magic_steamer_storage_dumpling_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (568 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:579 +features: + observation.images.cam_front_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Split_Aloha_storage_plate.yaml b/dataset_info/Agilex_Split_Aloha_storage_plate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c481698c72cd099ef6fe476b2f97c157119107fa --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_storage_plate.yaml @@ -0,0 +1,469 @@ +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: Agilex_Split_Aloha_storage_plate +dataset_uuid: 9f0b0953-fa62-4d10-8b2a-17b1ff44e9cf +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: rack +- object_name: tablecloth +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the test tube with your left gripper, hand it to your right gripper, and + then place it on the test tube rack with the right gripper. +sub_tasks: +- subtask: Left pick up the white plate. + subtask_index: 0 +- subtask: Left pick up the gray plate. + subtask_index: 1 +- subtask: Place the plate on the rack. + subtask_index: 2 +- subtask: Right place it at the front of the shelf. + subtask_index: 3 +- subtask: Right receive the plate. + subtask_index: 4 +- subtask: Pick up the plate from the table. + subtask_index: 5 +- subtask: Left lift the plate. + subtask_index: 6 +- subtask: end. + subtask_index: 7 +- subtask: Left pick up the blue plate. + subtask_index: 8 +- subtask: Left pick up the yellow plate. + subtask_index: 9 +- subtask: pass the plate. + subtask_index: 10 +- subtask: Right place it at the back of the shelf. + subtask_index: 11 +- subtask: Left pick up the pink plate. + subtask_index: 12 +- subtask: Left pick up the green plate. + subtask_index: 13 +- subtask: null. + subtask_index: 14 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb_rgb +- cam_right_wrist_rgb_rgb +came_info: + cam_high_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 84 + total_frames: 57019 + fps: 50 + total_tasks: 15 + total_videos: 252 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 903.44 MB +frame_num: 57019 +frame_range: 100K +dataset_size: 903.44 MB +data_structure: 'Cobot_Magic_storage_plate_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (72 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_rgb + + | `-- observation.images.cam_right_wrist_rgb_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:83 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb_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: 50 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb_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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_take_out_a_pen_from_the_pen_holder.yaml b/dataset_info/Agilex_Split_Aloha_take_out_a_pen_from_the_pen_holder.yaml new file mode 100644 index 0000000000000000000000000000000000000000..aa6c0b9f78da5215f1aca690aed03a8f5c900f49 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_take_out_a_pen_from_the_pen_holder.yaml @@ -0,0 +1,462 @@ +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: Agilex_Split_Aloha_take_out_a_pen_from_the_pen_holder +dataset_uuid: 836047ba-9812-4f07-b6bd-1d98e5c01c1d +scene_type: + level1: office + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pen +- object_name: pen_holder +- object_name: tablecloth +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the pen in the pen holder on the grey tablecloth with the left gripper. +- Place the pen in the pen holder on the green tablecloth with the left gripper. +- Place the pen in the pen holder on the white tablecloth with the left gripper. +- Place the pen in the pen holder on the grey tablecloth with the right gripper. +- Place the pen in the pen holder on the green tablecloth with the right gripper. +sub_tasks: +- subtask: Place the pen on the table with the left gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Pick up the pen with the left gripper. + subtask_index: 3 +- subtask: Pick up the pen from the pen holder. + subtask_index: 4 +- subtask: Place the pen on the table with the right gripper. + subtask_index: 5 +- subtask: Pick up the pen with the right gripper. + subtask_index: 6 +- subtask: Place the pen on the table. + subtask_index: 7 +- subtask: abnormal. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb_rgb +- cam_right_wrist_rgb_rgb +came_info: + cam_high_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 488 + total_frames: 225692 + fps: 50 + total_tasks: 10 + total_videos: 1464 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 6.53 GB +frame_num: 225692 +frame_range: 1M +dataset_size: 6.53 GB +data_structure: 'Cobot_Magic_take_out_a_pen_from_the_pen_holder_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (476 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_rgb + + | `-- observation.images.cam_right_wrist_rgb_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:487 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb_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: 50 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb_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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_take_out_the_bread.yaml b/dataset_info/Agilex_Split_Aloha_take_out_the_bread.yaml new file mode 100644 index 0000000000000000000000000000000000000000..07d88dd7009b4aa77468bc66d864153ad9201b10 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_take_out_the_bread.yaml @@ -0,0 +1,460 @@ +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: Agilex_Split_Aloha_take_out_the_bread +dataset_uuid: 2fb93e01-1b87-444e-8fef-493ab51a3c3f +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bread_machine +- object_name: bread +- object_name: tablecloth +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the toasted bread from the bread machine with the gripper and place it on + the plate on the blue coffee table. +- Pick up the toasted bread from the bread machine with the gripper and place it on + the plate on the light coffee tablecloth. +- Pick up the toasted bread from the bread machine with the gripper and place it on + the plate on the green coffee tablecloth. +- Pick up the toasted bread from the bread machine with the gripper and place it on + the plate on the grey coffee table. +- Pick up the toasted bread from the bread machine with the gripper and place it on + the white table, then place it on the plate. +- Pick up the toasted bread from the bread machine with the gripper and place it on + the white checkered table. Place it on the plate with the gripper. +sub_tasks: +- subtask: use the right arm to place a cut of bread into the plate. + subtask_index: 0 +- subtask: use the left arm to place a cut of bread into the empty plate. + subtask_index: 1 +- subtask: use the left arm to pick up out a cut of bread. + subtask_index: 2 +- subtask: use the right arm to pick up out a cut of bread. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- place +- pick +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_front_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 588 + total_frames: 333147 + fps: 30 + total_tasks: 5 + total_videos: 1764 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 15.15 GB +frame_num: 333147 +frame_range: 1M +dataset_size: 15.15 GB +data_structure: 'Cobot_Magic_take_out_the_bread_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (576 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:587 +features: + observation.images.cam_front_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Split_Aloha_take_the_shoes_off_the_shelf.yaml b/dataset_info/Agilex_Split_Aloha_take_the_shoes_off_the_shelf.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bf399bc6b7d994ae5ed40f05159be6568e21db4f --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_take_the_shoes_off_the_shelf.yaml @@ -0,0 +1,468 @@ +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: Agilex_Split_Aloha_take_the_shoes_off_the_shelf +dataset_uuid: ed522b9e-68ff-49a2-b61d-a81ed07e5aa2 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: shoes +- object_name: shoe_rack +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the shoes from the shelf with your hand. Place them on the blue tablecloth + with your hand. +- Pick up the shoes from the shelf with the hand. +- Pick up the shoes from the shelf with your hand. Place them on the green tablecloth + with your hand. +- Pick up the shoes from the shelf with your hand. Place them on the grey tablecloth + with your hand. +- Pick up the shoes from the shelf with your hand on the white table. +- Pick up the shoes from the shelf with your hand. Place them on the white checkered + tablecloth with your hand. +sub_tasks: +- subtask: use the right arm to clamp a shoe in the middle of the shoe rack. + subtask_index: 0 +- subtask: use the right arm to pick up out the clamped shoe from the shoe rack and + place it down. + subtask_index: 1 +- subtask: use the left arm to clamp a shoe in the middle of the shoe rack. + subtask_index: 2 +- subtask: use the left arm to clamp a shoe on the left side of the shoe rack. + subtask_index: 3 +- subtask: Use your left arm to remove the clamped shoe from the shoe rack and place + it down. + subtask_index: 4 +- subtask: use the right arm to clamp a shoe on the right side of the shoe rack. + subtask_index: 5 +- subtask: use the right arm to clamp a shoe on the left side of the shoe rack. + subtask_index: 6 +- subtask: grasp the shoe in the middle of the shoe rack with your right arm. + subtask_index: 7 +- subtask: use the left arm to clamp a shoe on the right side of the shoe rack. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- place +- pick +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_front_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 595 + total_frames: 321834 + fps: 30 + total_tasks: 10 + total_videos: 1785 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 18.19 GB +frame_num: 321834 +frame_range: 1M +dataset_size: 18.19 GB +data_structure: 'Cobot_Magic_take_the_shoes_off_the_shelf_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (583 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:594 +features: + observation.images.cam_front_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Split_Aloha_the_box_stores_table_tennis_balls.yaml b/dataset_info/Agilex_Split_Aloha_the_box_stores_table_tennis_balls.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4e9777028591419e9a4d4e84e67cde980f40e041 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_the_box_stores_table_tennis_balls.yaml @@ -0,0 +1,453 @@ +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: Agilex_Split_Aloha_the_box_stores_table_tennis_balls +dataset_uuid: 4af013a1-8691-4531-a11d-4a02b8ba9fdf +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: box +- object_name: table_tennis +- object_name: tablecloth +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the table tennis balls into the box on the blue tablecloth with the gripper. +- Place the table tennis balls into the box on the green tablecloth with the gripper. +- Place the table tennis balls into the box on the light coffee tablecloth with the + gripper. +- Place the table tennis balls into the box on the grey tablecloth with the gripper. +- Place the table tennis balls into the box on the white table with the gripper. +sub_tasks: +- subtask: use the right arm to clamp the table tennis ball closest to it. + subtask_index: 0 +- subtask: use the right arm to place the table tennis ball into the box. + subtask_index: 1 +- subtask: use the left arm to clamp the table tennis ball closest to it. + subtask_index: 2 +- subtask: use the left arm to place the table tennis ball into the box. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- place +- pick +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_front_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 477 + total_frames: 438756 + fps: 30 + total_tasks: 5 + total_videos: 1431 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 19.91 GB +frame_num: 438756 +frame_range: 1M +dataset_size: 19.91 GB +data_structure: 'Cobot_Magic_the_box_stores_table_tennis_balls_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (465 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:476 +features: + observation.images.cam_front_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Split_Aloha_the_plate_holds_the_fruit.yaml b/dataset_info/Agilex_Split_Aloha_the_plate_holds_the_fruit.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3caab54f3f3553e5e8860573b0b31302da711a0e --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_the_plate_holds_the_fruit.yaml @@ -0,0 +1,514 @@ +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: Agilex_Split_Aloha_the_plate_holds_the_fruit +dataset_uuid: 052c69fa-debe-4d27-9d6d-ae6afff264c2 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: fruit +- object_name: plate +- object_name: tablecloth +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the fruit from the cloth bag and place it on the plate with the gripper. +- Pick up the fruit from the bag and place it on the plate on the brown tablecloth. +- Pick up the fruit from the bag with the gripper and place it on the plate on the + green tablecloth. +- Pick up the fruit from the bag with the gripper and place it on the plate on the + grey tablecloth. +- Pick up the fruit from the cloth bag on the white table and place it on the plate + with the gripper. +- Pick up the fruit from the bag with the gripper and place it on the plate on the + white checkered tablecloth. +sub_tasks: +- subtask: use the left arm to pick up a banana from the bag. + subtask_index: 0 +- subtask: use the right arm to pick up a kiwi from the bag. + subtask_index: 1 +- subtask: use the right arm to place the kiwi into the empty plate on the left. + subtask_index: 2 +- subtask: use the left arm to pick up a pear from the bag. + subtask_index: 3 +- subtask: use the right arm to place the apple into the empty plate on the left. + subtask_index: 4 +- subtask: use the left arm to place the kiwi into the empty plate on the right. + subtask_index: 5 +- subtask: use the left arm to pick up a kiwi from the bag. + subtask_index: 6 +- subtask: use the right arm to place the peach into the empty plate on the left. + subtask_index: 7 +- subtask: use the left arm to place the mango into the empty plate on the right. + subtask_index: 8 +- subtask: use the right arm to place the pomegranate into the empty plate on the + left. + subtask_index: 9 +- subtask: use the left arm to pick up an apple from the bag. + subtask_index: 10 +- subtask: use the left arm to place the peach into the empty plate on the right. + subtask_index: 11 +- subtask: use the right arm to pick up a pomegranate from the bag. + subtask_index: 12 +- subtask: use the left arm to pick up a mango from the bag. + subtask_index: 13 +- subtask: use the right arm to place the mango into the empty plate on the left. + subtask_index: 14 +- subtask: use the right arm to pick up a mango from the bag. + subtask_index: 15 +- subtask: use the right arm to pick up a banana from the bag. + subtask_index: 16 +- subtask: use the right arm to pick up a peach from the bag. + subtask_index: 17 +- subtask: use the right arm to pick up an apple from the bag. + subtask_index: 18 +- subtask: use the left arm to place the banana into the empty plate on the right. + subtask_index: 19 +- subtask: use the left arm to pick up a peach from the bag. + subtask_index: 20 +- subtask: use the left arm to place the pomegranate into the empty plate on the right. + subtask_index: 21 +- subtask: use the left arm to place the lemon into the empty plate on the right. + subtask_index: 22 +- subtask: use the right arm to place the pear into the empty plate on the left. + subtask_index: 23 +- subtask: use the right arm to place the lemon into the empty plate on the left. + subtask_index: 24 +- subtask: use the right arm to place the banana into the empty plate on the right. + subtask_index: 25 +- subtask: use the left arm to pick up a lemon from the bag. + subtask_index: 26 +- subtask: use the right arm to pick up a pear from the bag. + subtask_index: 27 +- subtask: use the left arm to place the apple into the empty plate on the right. + subtask_index: 28 +- subtask: use the right arm to pick up a lemon from the bag. + subtask_index: 29 +- subtask: use the left arm to place the pear into the empty plate on the right. + subtask_index: 30 +- subtask: use the left arm to pick up a pomegranate from the bag. + subtask_index: 31 +- subtask: null. + subtask_index: 32 +atomic_actions: +- grasp +- place +- pick +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_front_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 525 + total_frames: 190455 + fps: 30 + total_tasks: 33 + total_videos: 1575 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 8.32 GB +frame_num: 190455 +frame_range: 1M +dataset_size: 8.32 GB +data_structure: 'Cobot_Magic_the_plate_holds_the_fruit_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (513 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:524 +features: + observation.images.cam_front_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Split_Aloha_the_plate_holds_the_vegetables.yaml b/dataset_info/Agilex_Split_Aloha_the_plate_holds_the_vegetables.yaml new file mode 100644 index 0000000000000000000000000000000000000000..16d3d68c546f7cfce49639e4dc82358a169397fb --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_the_plate_holds_the_vegetables.yaml @@ -0,0 +1,507 @@ +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: Agilex_Split_Aloha_the_plate_holds_the_vegetables +dataset_uuid: 3ce5fdfc-c006-40f2-95d9-16a38b9e6337 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: vegetables +- object_name: plate +- object_name: tablecloth +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the vegetables from the cloth bag and place them on the plate with the gripper. +- Pick up the vegetables from the bag with the gripper and place them on the plate + on the green tablecloth. +- Pick up the vegetables from the bag with the gripper and place them on the plate + on the grey tablecloth. +- Pick up the vegetables from the bag and place them on the plate on the pink tablecloth. +- Pick up the vegetables from the cloth bag and place them on the plate with the gripper. +- Pick up the vegetables from the bag and place them on the plate with the gripper. +sub_tasks: +- subtask: Place the pumpkin on the plate with right gripper. + subtask_index: 0 +- subtask: Place the radish on the plate with right gripper. + subtask_index: 1 +- subtask: Place the potato on the plate with left gripper. + subtask_index: 2 +- subtask: Place the bell pepper on the plate with right gripper. + subtask_index: 3 +- subtask: Place the eggplant on the plate with right gripper. + subtask_index: 4 +- subtask: Place the eggplant on the plate with left gripper. + subtask_index: 5 +- subtask: Grasp the bell pepper with left gripper. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: Grasp the bell pepper with right gripper. + subtask_index: 8 +- subtask: Place the bell pepper on the plate with left gripper. + subtask_index: 9 +- subtask: Grasp the bitter melon with left gripper. + subtask_index: 10 +- subtask: Grasp the eggplant with right gripper. + subtask_index: 11 +- subtask: Grasp the potato with left gripper. + subtask_index: 12 +- subtask: Abnormal. + subtask_index: 13 +- subtask: Place the radish on the plate with left gripper. + subtask_index: 14 +- subtask: Grasp the bitter melon with right gripper. + subtask_index: 15 +- subtask: Grasp the eggplant with left gripper. + subtask_index: 16 +- subtask: Place the pumpkin on the plate with left gripper. + subtask_index: 17 +- subtask: Place the carrot on the plate with right gripper. + subtask_index: 18 +- subtask: Place the carrot on the plate with left gripper. + subtask_index: 19 +- subtask: Grasp the carrot with left gripper. + subtask_index: 20 +- subtask: Grasp the radish with left gripper. + subtask_index: 21 +- subtask: Place the bitter melon on the plate with left gripper. + subtask_index: 22 +- subtask: Grasp the pumpkin with left gripper. + subtask_index: 23 +- subtask: Grasp the radish with right gripper. + subtask_index: 24 +- subtask: Grasp the carrot with right gripper. + subtask_index: 25 +- subtask: Grasp the potato with right gripper. + subtask_index: 26 +- subtask: Place the potato on the plate with right gripper. + subtask_index: 27 +- subtask: Grasp the pumpkin with right gripper. + subtask_index: 28 +- subtask: Place the bitter melon on the plate with right gripper. + subtask_index: 29 +- subtask: null. + subtask_index: 30 +atomic_actions: +- grasp +- place +- pick +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_front_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 505 + total_frames: 179090 + fps: 30 + total_tasks: 31 + total_videos: 1515 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 8.54 GB +frame_num: 179090 +frame_range: 1M +dataset_size: 8.54 GB +data_structure: 'Cobot_Magic_the_plate_holds_the_vegetables_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (493 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:504 +features: + observation.images.cam_front_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Split_Aloha_turn_on_the_bulb.yaml b/dataset_info/Agilex_Split_Aloha_turn_on_the_bulb.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f11c79ba96675f19747ebbd361303401c1188a9c --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_turn_on_the_bulb.yaml @@ -0,0 +1,436 @@ +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: Agilex_Split_Aloha_turn_on_the_bulb +dataset_uuid: 7bd56e56-b106-4062-8952-e5bffc346b4c +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bulb +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Press the switch on the desk with the gripper to turn on the bulb. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Turn on the swap. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- press +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 11 + total_frames: 2216 + fps: 50 + total_tasks: 3 + total_videos: 33 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 52.81 MB +frame_num: 2216 +frame_range: 10K +dataset_size: 52.81 MB +data_structure: 'Cobot_Magic_turn_on_the_bulb_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + |-- 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:10 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 50 + 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: 50 + 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: 50 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_twist_bottle_cap.yaml b/dataset_info/Agilex_Split_Aloha_twist_bottle_cap.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d41eb7b54ac01f78efc75e15a5b9b342128ca7d2 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_twist_bottle_cap.yaml @@ -0,0 +1,578 @@ +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: Agilex_Split_Aloha_twist_bottle_cap +dataset_uuid: c084dcfc-e7a8-4e35-a194-0325296dcd6e +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bottle +- object_name: master_kong_oolong_tea +- object_name: green_tea +- object_name: meinianda +- object_name: yili_changqing +- object_name: cestbon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Tighten the cap on the water bottle with the gripper. +- Loosen the cap of the mineral water bottle with the gripper. +- Tighten the cap of the green tea bottle with the gripper. +- Loosen the cap of the green tea bottle with the gripper. +- Tighten the cap of the Master Kong Oolong tea bottle with the gripper. +- Loosen the bottle cap of Master Kang Oolong Tea with the gripper. +- Tighten the cap of the meinianda bottle with the gripper. +- Loosen the cap of the meinianda bottle with the gripper. +- Tighten the cap of the Yili Changqing bottle with the gripper. +sub_tasks: +- subtask: Place the Yili Changqing with the left gripper. + subtask_index: 0 +- subtask: Lift the Peach Oolong Tea with the left gripper. + subtask_index: 1 +- subtask: Place the bottle cap on the table with the right gripper. + subtask_index: 2 +- subtask: Move the Peach Oolong Tea from right to left. + subtask_index: 3 +- subtask: Move from left to right. + subtask_index: 4 +- subtask: Move the Peach Oolong Tea from left to right. + subtask_index: 5 +- subtask: Secure the C'estbon with the left gripper. + subtask_index: 6 +- subtask: Move the Mirinda to the right with the left gripper. + subtask_index: 7 +- subtask: Place the bottle on the table with the left gripper. + subtask_index: 8 +- subtask: Grasp the bottle and move it to the center of the table with the left gripper. + subtask_index: 9 +- subtask: Move the Mirinda from left to right. + subtask_index: 10 +- subtask: Move the Mirinda from top to bottom. + subtask_index: 11 +- subtask: Discard. + subtask_index: 12 +- subtask: Place the bottle cap on the table. + subtask_index: 13 +- subtask: End. + subtask_index: 14 +- subtask: Place the C'estbon with the left gripper. + subtask_index: 15 +- subtask: Move the Mirinda from right to left. + subtask_index: 16 +- subtask: Move the green tea to the right with the left gripper. + subtask_index: 17 +- subtask: Lift the bottle and move it to the center of the table with the left gripper. + subtask_index: 18 +- subtask: pick up the green tea with the left gripper. + subtask_index: 19 +- subtask: Secure the Peach Oolong Tea with the left gripper. + subtask_index: 20 +- subtask: Place the Mirinda with the left gripper. + subtask_index: 21 +- subtask: Fix the Yili Changqing on the left. + subtask_index: 22 +- subtask: Secure the green tea with the left gripper. + subtask_index: 23 +- subtask: Secure the Yili Changqing with the left gripper. + subtask_index: 24 +- subtask: Move the Yili Changqing from left to right. + subtask_index: 25 +- subtask: Abnormal. + subtask_index: 26 +- subtask: Place the bottle cap on the right. + subtask_index: 27 +- subtask: Place the green tea with the left gripper. + subtask_index: 28 +- subtask: end. + subtask_index: 29 +- subtask: Move the Yili Changqing to the right with the left gripper. + subtask_index: 30 +- subtask: Lift the green tea with the left gripper. + subtask_index: 31 +- subtask: pick up the C'estbon with the left gripper. + subtask_index: 32 +- subtask: Move from right to left. + subtask_index: 33 +- subtask: Unscrew the bottle cap with the right gripper while holding the bottle + with the left gripper. + subtask_index: 34 +- subtask: Secure the Mirinda with the left gripper. + subtask_index: 35 +- subtask: pick up the Yili Changqing with the left gripper. + subtask_index: 36 +- subtask: Lift the Yili Changqing with the left gripper. + subtask_index: 37 +- subtask: Move the C'estbon to the right with the left gripper. + subtask_index: 38 +- subtask: Place the Peach Oolong Tea with the left gripper. + subtask_index: 39 +- subtask: Move the Yili Changqing from right to left. + subtask_index: 40 +- subtask: Fix the Mirinda on the left. + subtask_index: 41 +- subtask: Move the Yili Changqing from bottom to top. + subtask_index: 42 +- subtask: pick up the Peach Oolong Tea with the left gripper. + subtask_index: 43 +- subtask: Move the Peach Oolong Tea to the right with the left gripper. + subtask_index: 44 +- subtask: Move the Yili Changqing from top to bottom. + subtask_index: 45 +- subtask: pick up the Mirinda with the left gripper. + subtask_index: 46 +- subtask: rotate the bottle cap with the right gripper. + subtask_index: 47 +- subtask: Lift the Mirinda with the left gripper. + subtask_index: 48 +- subtask: Place the bottle cap on the table with the right gripper. + subtask_index: 49 +- subtask: null. + subtask_index: 50 +atomic_actions: +- grasp +- pick +- place +- rotate +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 863 + total_frames: 749388 + fps: 30 + total_tasks: 51 + total_videos: 2589 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 8.69 GB +frame_num: 749388 +frame_range: 1M +dataset_size: 8.69 GB +data_structure: 'Cobot_Magic_twist_bottle_cap_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (851 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:862 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Agilex_Split_Aloha_vase_storage_flower.yaml b/dataset_info/Agilex_Split_Aloha_vase_storage_flower.yaml new file mode 100644 index 0000000000000000000000000000000000000000..59306ed36c6409b0a3b5e75acbe1ed71732d9b26 --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_vase_storage_flower.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: Agilex_Split_Aloha_vase_storage_flower +dataset_uuid: ba4d8977-ef3d-433d-97f5-974b820832e8 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: flowers +- object_name: tablecloth +- object_name: vase +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Insert the flowers into the vase on the table with the blue tablecloth with the + gripper. +- Insert the flowers into the vase on the table with the green tablecloth with the + gripper. +- Insert the flowers into the vase on the table with the grey tablecloth with the + gripper. +- Insert the flowers into the vase on the table with the pink tablecloth with the + gripper. +- Insert the flowers into the vase on the white table with the gripper. +- Insert the flowers into the vase on the table with the white tablecloth with the + gripper. +sub_tasks: +- subtask: Place the pink flower in the vase with right gripper. + subtask_index: 0 +- subtask: Grasp the dumpling with right gripper. + subtask_index: 1 +- subtask: Grasp the white flower with right gripper. + subtask_index: 2 +- subtask: place the flowers in the vase with both grippers. + subtask_index: 3 +- subtask: Grasp the dumpling with left gripper. + subtask_index: 4 +- subtask: use the right arm to insert the flowers into the vase. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: use the right arm to pick up a bunch of fresh flowers. + subtask_index: 7 +- subtask: End. + subtask_index: 8 +- subtask: Place the white flower in the vase with right gripper. + subtask_index: 9 +- subtask: Place the dumpling on the steamer with left gripper. + subtask_index: 10 +- subtask: Place the pink flower in the vase with left gripper. + subtask_index: 11 +- subtask: Grasp the blue flower with right gripper. + subtask_index: 12 +- subtask: Place the blue flower in the vase with right gripper. + subtask_index: 13 +- subtask: Place the dumpling on the steamer with right gripper. + subtask_index: 14 +- subtask: use the left arm to insert the flowers into the vase. + subtask_index: 15 +- subtask: use the left arm to pick up a bunch of fresh flowers. + subtask_index: 16 +- subtask: Place the blue flower in the vase with left gripper. + subtask_index: 17 +- subtask: Grasp the pink flower with left gripper. + subtask_index: 18 +- subtask: Grasp the pink flower with right gripper. + subtask_index: 19 +- subtask: Grasp the blue flower with left gripper. + subtask_index: 20 +- subtask: null. + subtask_index: 21 +atomic_actions: +- grasp +- pick +- place +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_front_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 455 + total_frames: 239272 + fps: 30 + total_tasks: 22 + total_videos: 1365 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 12.79 GB +frame_num: 239272 +frame_range: 1M +dataset_size: 12.79 GB +data_structure: 'Cobot_Magic_vase_storage_flower_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (443 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:454 +features: + observation.images.cam_front_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Agilex_Split_Aloha_water_bottle_storage.yaml b/dataset_info/Agilex_Split_Aloha_water_bottle_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5f1702eeae0ad1d06fbf51cb4a0c3c903d47ba9d --- /dev/null +++ b/dataset_info/Agilex_Split_Aloha_water_bottle_storage.yaml @@ -0,0 +1,482 @@ +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: Agilex_Split_Aloha_water_bottle_storage +dataset_uuid: d77bcbca-f9c3-445e-b349-2c6e1470f4b0 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: drawer +- object_name: water_bottle +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the water bottle into the drawer with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the water bottle inside the drawer. + subtask_index: 1 +- subtask: Close the drawer. + subtask_index: 2 +- subtask: Place the water bottle in the top drawer with the left gripper. + subtask_index: 3 +- subtask: Close the top drawer with the right gripper. + subtask_index: 4 +- subtask: Open the top drawer with the right gripper. + subtask_index: 5 +- subtask: Open the drawer. + subtask_index: 6 +- subtask: Pick up the water bottle with the left gripper. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- pick +- place +- open +- close +robot_name: Agilex_Split_Aloha +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 56495 + fps: 30 + total_tasks: 9 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 26 + action_dim: 26 + camera_views: 3 + dataset_size: 1.03 GB +frame_num: 56495 +frame_range: 100K +dataset_size: 1.03 GB +data_structure: 'Cobot_Magic_water_bottle_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 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:99 +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: 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: + - 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_gripper_open + - 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_gripper_open + - 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 + 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_gripper_open + - 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_gripper_open + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Airbot_MMK2_beauty_sponge_and_cake_to_place.yaml b/dataset_info/Airbot_MMK2_beauty_sponge_and_cake_to_place.yaml new file mode 100644 index 0000000000000000000000000000000000000000..31c8d026ba6390147e2996e68dcbf32db181f5cf --- /dev/null +++ b/dataset_info/Airbot_MMK2_beauty_sponge_and_cake_to_place.yaml @@ -0,0 +1,488 @@ +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: Airbot_MMK2_beauty_sponge_and_cake_to_place +dataset_uuid: c4b8c5b1-7a57-48f3-9074-c2a019dbfd16 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: beauty_blender +- object_name: cake +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the beauty blender from the plate with the left gripper and place it on + the table. Then, pick up the cake on the table with the right gripper and place + it on the plate. +sub_tasks: +- subtask: Static. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the bullet into the plate with the left gripper. + subtask_index: 2 +- subtask: Grasp the cake on the table with the right gripper. + subtask_index: 3 +- subtask: Place the bullet on the table with the left gripper. + subtask_index: 4 +- subtask: Abnormal. + subtask_index: 5 +- subtask: Place the cake into the plate with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 8096 + fps: 30 + total_tasks: 8 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 394.87 MB +frame_num: 8096 +frame_range: 10K +dataset_size: 394.87 MB +data_structure: 'AIRBOT_MMK2_beauty_sponge_and_cake_to_place_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_bowl_storage_pepper.yaml b/dataset_info/Airbot_MMK2_bowl_storage_pepper.yaml new file mode 100644 index 0000000000000000000000000000000000000000..523a8a112bae715b69c84d9e180153cbd8778d39 --- /dev/null +++ b/dataset_info/Airbot_MMK2_bowl_storage_pepper.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: Airbot_MMK2_bowl_storage_pepper +dataset_uuid: 83f67fd9-c480-4786-ae1d-41475a4f4618 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: chili_pepper +- object_name: bowl +- object_name: pumpkin +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Throw the chili peppers into the blue bowl with the right gripper. +- Place the pumpkin into the large white bowl with the left gripper. Pass the space + to the left gripper with the right gripper. +- Place the small bowl into the large one with the left gripper, and pass it to the + left gripper with the right gripper. +sub_tasks: +- subtask: Place the white bowl on the pink bowl with the left gripper. + subtask_index: 0 +- subtask: Grasp the white bowl with the left gripper. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Grasp the pumpkin with the left gripper. + subtask_index: 5 +- subtask: Place the pumpkin on the pink bowl with the left gripper. + subtask_index: 6 +- subtask: Grasp the yellow round chili pepper with the right gripper. + subtask_index: 7 +- subtask: Place yellow round chili pepper on the blue bowl with the right gripper. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 150 + total_frames: 19594 + fps: 30 + total_tasks: 10 + total_videos: 600 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 715.74 MB +frame_num: 19594 +frame_range: 100K +dataset_size: 715.74 MB +data_structure: 'AIRBOT_MMK2_bowl_storage_pepper_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (138 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:149 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_boxs_storage.yaml b/dataset_info/Airbot_MMK2_boxs_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1cb59673dfd2f94ccfe657bc989fdbc192bff8b8 --- /dev/null +++ b/dataset_info/Airbot_MMK2_boxs_storage.yaml @@ -0,0 +1,514 @@ +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: Airbot_MMK2_boxs_storage +dataset_uuid: fda26243-c5f4-4e3a-8a7e-84a7d7c71f3a +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: calculator_box +- object_name: power_bank_box +- object_name: bucket +- object_name: pomegranate +- object_name: mango +- object_name: potato +- object_name: pumpkin +- object_name: compartment +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the calculator box into the yellow bucket with the left gripper and the power + bank box into the yellow bucket with the right gripper. +- Throw the pomegranate into the left square with the left gripper and the mango into + the right square with the right gripper. +- Throw the potato into the left square with the left gripper and the pumpkin into + the right square with the right gripper. +sub_tasks: +- subtask: Grasp the potato with the left gripper. + subtask_index: 0 +- subtask: Place the phone case box in the yellow box with the right gripper. + subtask_index: 1 +- subtask: Place the pumpkin into the right compartment of the storage box with the + right gripper. + subtask_index: 2 +- subtask: Place the calculator box in the yellow box with the left gripper. + subtask_index: 3 +- subtask: Static. + subtask_index: 4 +- subtask: Grasp the calculator box with the left gripper. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: Grasp the mango with the right gripper. + subtask_index: 7 +- subtask: Grasp the pomegranate with the left gripper. + subtask_index: 8 +- subtask: Place the pomegranate into the left compartment of the storage box with + the left gripper. + subtask_index: 9 +- subtask: Place the mango into the right compartment of the storage box with the + right gripper. + subtask_index: 10 +- subtask: Grasp the phone case box with the right gripper. + subtask_index: 11 +- subtask: Place the potato into the left compartment of the storage box with the + left gripper. + subtask_index: 12 +- subtask: Grasp the pumpkin with the right gripper. + subtask_index: 13 +- subtask: null. + subtask_index: 14 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 138 + total_frames: 40906 + fps: 30 + total_tasks: 15 + total_videos: 552 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1.23 GB +frame_num: 40906 +frame_range: 100K +dataset_size: 1.23 GB +data_structure: 'AIRBOT_MMK2_boxs_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (126 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:137 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_building_block_storage.yaml b/dataset_info/Airbot_MMK2_building_block_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..24517b8a659f4ec45725d652ad2d3c5e0ab41367 --- /dev/null +++ b/dataset_info/Airbot_MMK2_building_block_storage.yaml @@ -0,0 +1,517 @@ +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: Airbot_MMK2_building_block_storage +dataset_uuid: 55a64137-7092-451d-8a70-b22ff2383b33 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: building_block +- object_name: toy_circle +- object_name: building_block_base +- object_name: box +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the yellow building block on the left side of the table with the left gripper + and place it in the blue circle. Then, pick up the yellow building block on the + right side of the table with the right gripper and place it in the blue circle. +- Pick up the cylindrical building block from the table with the right gripper and + place it on the corresponding block base. +- Pick up the green cylinder on the left side of the table with the left gripper and + place it in the paper box. Then, pick up the red cylinder on the right side of the + table with the right gripper and place it in the paper box. +- Pick up the building blocks on the table with both grippers simultaneously. Place + them on the plate with both grippers. +- Pick up the rectangular building blocks from the plate with the left gripper, and + then pick up the rectangular building blocks from the plate with the right gripper. +sub_tasks: +- subtask: Place the red cylinder into the box with the right gripper. + subtask_index: 0 +- subtask: Place the yellow block in the blue circle with the left gripper. + subtask_index: 1 +- subtask: Place the green coil on the wooden pillar with the right gripper. + subtask_index: 2 +- subtask: Grasp the green rectangular block on the plate with the right gripper. + subtask_index: 3 +- subtask: Place the yellow block in the blue circle with the right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Grasp the red cylinder with the right gripper. + subtask_index: 6 +- subtask: Place green rectangular block on the table with the right gripper. + subtask_index: 7 +- subtask: Grasp the yellow block with the left gripper. + subtask_index: 8 +- subtask: Grasp the green coil with the right gripper. + subtask_index: 9 +- subtask: Abnormal. + subtask_index: 10 +- subtask: Grasp the green cylinder with the left gripper. + subtask_index: 11 +- subtask: Grasp the yellow block with the rightt gripper. + subtask_index: 12 +- subtask: Grasp the red rectangular block on the plate with the left gripper. + subtask_index: 13 +- subtask: Place the green cylinder into the box with the left gripper. + subtask_index: 14 +- subtask: Place red rectangular block on the table with the left gripper. + subtask_index: 15 +- subtask: null. + subtask_index: 16 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 246 + total_frames: 39347 + fps: 30 + total_tasks: 17 + total_videos: 984 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1.43 GB +frame_num: 39347 +frame_range: 100K +dataset_size: 1.43 GB +data_structure: 'AIRBOT_MMK2_building_block_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (234 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:245 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_cake_storage.yaml b/dataset_info/Airbot_MMK2_cake_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9328c841ef4a5fe58ee948649f142724d12d4306 --- /dev/null +++ b/dataset_info/Airbot_MMK2_cake_storage.yaml @@ -0,0 +1,484 @@ +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: Airbot_MMK2_cake_storage +dataset_uuid: ac6999bc-70a1-42a2-9b0c-7da1a22d297c +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cake +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cake on the table with both grippers. Place it on a white plate with + both grippers. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the cake with the left gripper. + subtask_index: 1 +- subtask: Place the cake on the white basket with the left gripper. + subtask_index: 2 +- subtask: Grasp the cake with the right gripper. + subtask_index: 3 +- subtask: Place the cake on the white basket with the right gripper. + subtask_index: 4 +- subtask: Static. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 4691 + fps: 30 + total_tasks: 7 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 198.47 MB +frame_num: 4691 +frame_range: 10K +dataset_size: 198.47 MB +data_structure: 'AIRBOT_MMK2_cake_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_chop_the_scallions.yaml b/dataset_info/Airbot_MMK2_chop_the_scallions.yaml new file mode 100644 index 0000000000000000000000000000000000000000..34dd624bca41cee66691037076c455d9c306203c --- /dev/null +++ b/dataset_info/Airbot_MMK2_chop_the_scallions.yaml @@ -0,0 +1,488 @@ +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: Airbot_MMK2_chop_the_scallions +dataset_uuid: 5beeb056-0ab1-4611-8791-0f80b7dc82d2 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: knife + bject_name: green_onion +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the knife off the knife rack with the right gripper, grasp the scallion + with the left gripper, cut the scallion with the right gripper, and then place the + knife back on the knife rack with the right gripper. +sub_tasks: +- subtask: Grasp the kitchen knife with the right gripper. + subtask_index: 0 +- subtask: Press the scallion with the left gripper. + subtask_index: 1 +- subtask: Place the kitchen knife back on the knife holder with the right gripper. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Abnormal. + subtask_index: 5 +- subtask: Cut scallions with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +- cut +robot_name: Airbot_MMK2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 14308 + fps: 30 + total_tasks: 8 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 573.94 MB +frame_num: 14308 +frame_range: 100K +dataset_size: 573.94 MB +data_structure: 'AIRBOT_MMK2_chop_the_scallions_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_clean_the_desktop.yaml b/dataset_info/Airbot_MMK2_clean_the_desktop.yaml new file mode 100644 index 0000000000000000000000000000000000000000..736bbaadf9a2fa795b5b7414eb9f529ee8d55a55 --- /dev/null +++ b/dataset_info/Airbot_MMK2_clean_the_desktop.yaml @@ -0,0 +1,481 @@ +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: Airbot_MMK2_clean_the_desktop +dataset_uuid: 05f361bc-b167-4623-b38b-a9371aa7d999 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: calculator_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the calculator box with the left gripper and pass it to the right gripper, + and then place it on the table with the right gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the tissue with the right gripper. + subtask_index: 1 +- subtask: Place the umbrella on the white lid with the left gripper. + subtask_index: 2 +- subtask: Place the tissue on the white lid with the right gripper. + subtask_index: 3 +- subtask: Grasp the umbrella with the left gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 8709 + fps: 30 + total_tasks: 6 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 327.50 MB +frame_num: 8709 +frame_range: 10K +dataset_size: 327.50 MB +data_structure: 'AIRBOT_MMK2_clean_the_desktop_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:48 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_clean_the_desktop_a.yaml b/dataset_info/Airbot_MMK2_clean_the_desktop_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9ff4ac0669fc3e28248d6d985ff66188034ede79 --- /dev/null +++ b/dataset_info/Airbot_MMK2_clean_the_desktop_a.yaml @@ -0,0 +1,479 @@ +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: Airbot_MMK2_clean_the_desktop_a +dataset_uuid: 05f361bc-b167-4623-b38b-a9371aa7d998 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: calculator_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the calculator box with the left gripper and pass it to the right gripper, + and then place it on the table with the right gripper. +sub_tasks: +- subtask: Place the calculator case in the center of table with right gripper. + subtask_index: 0 +- subtask: Grasp the calculator case with left gripper. + subtask_index: 1 +- subtask: Pass the calculator case to right gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 9819 + fps: 30 + total_tasks: 5 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 338.28 MB +frame_num: 9819 +frame_range: 10K +dataset_size: 338.28 MB +data_structure: 'AIRBOT_MMK2_clean_the_desktop_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_click_pen.yaml b/dataset_info/Airbot_MMK2_click_pen.yaml new file mode 100644 index 0000000000000000000000000000000000000000..209717ffea1dfaf28e196ce0c4acfecdeef99dff --- /dev/null +++ b/dataset_info/Airbot_MMK2_click_pen.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_click_pen +dataset_uuid: 09836b65-7571-46d2-900b-8b8522760081 +scene_type: + level1: education + level2: school + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: block +- object_name: pen +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the pen with your hand. Press the pen swap and then place it on the table + with the hand. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Lift the pen with the right gripper. + subtask_index: 1 +- subtask: Grasp the pen with the right gripper. + subtask_index: 2 +- subtask: Place the pen on the table with the right gripper. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Press the pen swap with the right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +- press +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 30984 + fps: 30 + total_tasks: 7 + total_videos: 400 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1.12 GB +frame_num: 30984 +frame_range: 100K +dataset_size: 1.12 GB +data_structure: 'Airbot_MMK2_click_pen_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:99 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_close_door_left.yaml b/dataset_info/Airbot_MMK2_close_door_left.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1ce705a2d534df6651566fa5951c1cc1cdf755cb --- /dev/null +++ b/dataset_info/Airbot_MMK2_close_door_left.yaml @@ -0,0 +1,473 @@ +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: Airbot_MMK2_close_door_left +dataset_uuid: 1aa24d0c-1a83-4721-b6b3-98f80bb63074 +scene_type: + level1: household + level2: bedroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cabinet +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Close the cabinet door with the left gripper. +sub_tasks: +- subtask: Touch the door with the left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Close the cupboard door with the left gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- push +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 5322 + fps: 30 + total_tasks: 4 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 161.79 MB +frame_num: 5322 +frame_range: 10K +dataset_size: 161.79 MB +data_structure: 'Airbot_MMK2_close_door_left_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_close_door_right.yaml b/dataset_info/Airbot_MMK2_close_door_right.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bd328eef10d52e81f71f1ff356d6141c7ddccb09 --- /dev/null +++ b/dataset_info/Airbot_MMK2_close_door_right.yaml @@ -0,0 +1,473 @@ +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: Airbot_MMK2_close_door_right +dataset_uuid: 7a8b7f65-df9e-4626-b72f-8714b1cc99fc +scene_type: + level1: household + level2: bedroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cabinet +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Close the cabinet door with the right gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Close the cupboard door with the right gripper. + subtask_index: 1 +- subtask: Touch the door with the right gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- push +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 47 + total_frames: 5437 + fps: 30 + total_tasks: 4 + total_videos: 188 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 148.65 MB +frame_num: 5437 +frame_range: 10K +dataset_size: 148.65 MB +data_structure: 'Airbot_MMK2_close_door_right_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (35 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:46 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_close_doors.yaml b/dataset_info/Airbot_MMK2_close_doors.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2a6388465609723e53dcc1ffaaf5c056039f52c6 --- /dev/null +++ b/dataset_info/Airbot_MMK2_close_doors.yaml @@ -0,0 +1,477 @@ +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: Airbot_MMK2_close_doors +dataset_uuid: ebb97679-5700-4e0f-a727-1002e94b3354 +scene_type: + level1: household + level2: study_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cabinet +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Close the door with the hand. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Touch the right cabinet door with the right gripper. + subtask_index: 1 +- subtask: Close the door with the right gripper. + subtask_index: 2 +- subtask: Touch the left cabinet door with the left gripper. + subtask_index: 3 +- subtask: Close the door with the left gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- push +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 8141 + fps: 30 + total_tasks: 6 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 280.60 MB +frame_num: 8141 +frame_range: 10K +dataset_size: 280.60 MB +data_structure: 'Airbot_MMK2_close_doors_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_close_drawer.yaml b/dataset_info/Airbot_MMK2_close_drawer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..678ff586671f8443c140e130f71e0f0e25c38674 --- /dev/null +++ b/dataset_info/Airbot_MMK2_close_drawer.yaml @@ -0,0 +1,471 @@ +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: Airbot_MMK2_close_drawer +dataset_uuid: 8bd4731e-61f9-48aa-ab5f-eca267261be4 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: layer_transparent_drawer +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Close the top drawer with the hand. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Close the top drawer with the right gripper. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- push +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 7377 + fps: 30 + total_tasks: 3 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 217.38 MB +frame_num: 7377 +frame_range: 10K +dataset_size: 217.38 MB +data_structure: 'Airbot_MMK2_close_drawer_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_close_lid.yaml b/dataset_info/Airbot_MMK2_close_lid.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2b5b6790864cb914db57a2ce82c3826587e558b7 --- /dev/null +++ b/dataset_info/Airbot_MMK2_close_lid.yaml @@ -0,0 +1,479 @@ +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: Airbot_MMK2_close_lid +dataset_uuid: bc436339-3bc6-4b13-af7a-431a4fe32eed +scene_type: + level1: household + level2: study_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: any_storage_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Close the box lid with the hand. +sub_tasks: +- subtask: Touch the box lid with the left gripper. + subtask_index: 0 +- subtask: Close the box lid with the left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Touch the box lid with the right gripper. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Close the box lid with the right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- close +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 239 + total_frames: 28930 + fps: 30 + total_tasks: 7 + total_videos: 956 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 965.27 MB +frame_num: 28930 +frame_range: 100K +dataset_size: 965.27 MB +data_structure: 'Airbot_MMK2_close_lid_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (227 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:238 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_close_the_computer.yaml b/dataset_info/Airbot_MMK2_close_the_computer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..231601191fef135995d1327cae0636fa99610f66 --- /dev/null +++ b/dataset_info/Airbot_MMK2_close_the_computer.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_close_the_computer +dataset_uuid: 5e9fe536-85e9-4e68-b390-51ba7aec5e6b +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: computer +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the computer with the left gripper and close it with the right gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Press the laptop with the left gripper. + subtask_index: 1 +- subtask: drop the laptop with the left gripper. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Close the laptop with the right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 7754 + fps: 30 + total_tasks: 7 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 320.91 MB +frame_num: 7754 +frame_range: 10K +dataset_size: 320.91 MB +data_structure: 'AIRBOT_MMK2_close_the_computer_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:48 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_cover_lid.yaml b/dataset_info/Airbot_MMK2_cover_lid.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3dc1bc7023b727453a1e61f1fafc48c4729f50d4 --- /dev/null +++ b/dataset_info/Airbot_MMK2_cover_lid.yaml @@ -0,0 +1,479 @@ +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: Airbot_MMK2_cover_lid +dataset_uuid: b18ffa66-79e8-4719-ab17-6c0afad21f6f +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: lid +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the lid with both grippers and cover the box with both grippers. +sub_tasks: +- subtask: Place the lid on the box with the left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the lid with the right gripper. + subtask_index: 2 +- subtask: Place the lid on the box with the right gripper. + subtask_index: 3 +- subtask: Grasp the lid with the left gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- lift +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 16213 + fps: 30 + total_tasks: 6 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 569.83 MB +frame_num: 16213 +frame_range: 100K +dataset_size: 569.83 MB +data_structure: 'Airbot_MMK2_cover_lid_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_cup_storage.yaml b/dataset_info/Airbot_MMK2_cup_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d58898997a486050cca5cf9b2eaf2130436ff368 --- /dev/null +++ b/dataset_info/Airbot_MMK2_cup_storage.yaml @@ -0,0 +1,484 @@ +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: Airbot_MMK2_cup_storage +dataset_uuid: 4f813d8b-217d-4c36-9698-e2c22c0696ae +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cup +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the blue cup with the left gripper and place it on the plate. Grasp the purple + cup with the right gripper and place it in the blue cup. +sub_tasks: +- subtask: Place the blue cup on the plate with the left gripper. + subtask_index: 0 +- subtask: Place the purple cup on the blue cup with the right gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Grasp the purple cup with the right gripper. + subtask_index: 4 +- subtask: Grasp the blue cup with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 48 + total_frames: 12246 + fps: 30 + total_tasks: 7 + total_videos: 192 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 522.87 MB +frame_num: 12246 +frame_range: 100K +dataset_size: 522.87 MB +data_structure: 'AIRBOT_MMK2_cup_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:47 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_cut_scallion.yaml b/dataset_info/Airbot_MMK2_cut_scallion.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9c6a3ead08b61e015b9267279c0abf5c2204d6df --- /dev/null +++ b/dataset_info/Airbot_MMK2_cut_scallion.yaml @@ -0,0 +1,481 @@ +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: Airbot_MMK2_cut_scallion +dataset_uuid: ef668a55-165b-4212-893d-2a1fb7beee02 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: kitchen_knife +- object_name: garlic +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the kitchen knife with your hand. Cut the vegetables with your hand. +sub_tasks: +- subtask: Grasp the kitchen knife with the right gripper. + subtask_index: 0 +- subtask: Place the kitchen knife back on the knife holder with the right gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Cut scallions with the right gripper. + subtask_index: 3 +- subtask: Press the scallion with the left gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +- cut +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 97 + total_frames: 33460 + fps: 30 + total_tasks: 6 + total_videos: 388 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1.17 GB +frame_num: 33460 +frame_range: 100K +dataset_size: 1.17 GB +data_structure: 'Airbot_MMK2_cut_scallion_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (85 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:96 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_desktop_storage.yaml b/dataset_info/Airbot_MMK2_desktop_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2390cf3d481526bbc409b6fa97e6db084e15339b --- /dev/null +++ b/dataset_info/Airbot_MMK2_desktop_storage.yaml @@ -0,0 +1,486 @@ +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: Airbot_MMK2_desktop_storage +dataset_uuid: d50796e5-0306-40cf-8b49-547630740ce6 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: mouse_box +- object_name: calculator_box +- object_name: coffee_cup +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the mouse box on top of the calculator box with the left gripper. Place the + coffee cup on the plate with the right gripper. +sub_tasks: +- subtask: Place the mouse box on the calculator box with the left gripper. + subtask_index: 0 +- subtask: Grasp the coffee with the right gripper. + subtask_index: 1 +- subtask: Grasp the mouse box with the left gripper. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: Place the coffee into the plate with the right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 13 + total_frames: 3939 + fps: 30 + total_tasks: 7 + total_videos: 52 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 171.00 MB +frame_num: 3939 +frame_range: 10K +dataset_size: 171.00 MB +data_structure: 'AIRBOT_MMK2_desktop_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (1 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:12 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_dial_number.yaml b/dataset_info/Airbot_MMK2_dial_number.yaml new file mode 100644 index 0000000000000000000000000000000000000000..86e172a6cd76bdb48621950806704c6290edb3f2 --- /dev/null +++ b/dataset_info/Airbot_MMK2_dial_number.yaml @@ -0,0 +1,480 @@ +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: Airbot_MMK2_dial_number +dataset_uuid: 46288cc6-d7a3-4a81-b1c7-776c8fcb4243 +scene_type: + level1: household + level2: bedroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: mobile_phone +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the phone button with the gripper and then place it down with the gripper. +sub_tasks: +- subtask: Dial the number with the left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Lift the phone with the right gripper. + subtask_index: 2 +- subtask: Grasp the phone with the right gripper. + subtask_index: 3 +- subtask: Place the phone on the table with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +- press +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 98 + total_frames: 41296 + fps: 30 + total_tasks: 6 + total_videos: 392 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1.39 GB +frame_num: 41296 +frame_range: 100K +dataset_size: 1.39 GB +data_structure: 'Airbot_MMK2_dial_number_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (86 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:97 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_diamond_storage.yaml b/dataset_info/Airbot_MMK2_diamond_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4bf60688660a855607189e0268ea29fc2e01effc --- /dev/null +++ b/dataset_info/Airbot_MMK2_diamond_storage.yaml @@ -0,0 +1,480 @@ +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: Airbot_MMK2_diamond_storage +dataset_uuid: 07392499-4ada-4393-b1db-c07154012f54 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: box +- object_name: diamond +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the diamond with the right gripper and place it into the box. Close the + lid with the left gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the diamond ring into the box with the right gripper. + subtask_index: 1 +- subtask: Close the lid of the box with the left gripper. + subtask_index: 2 +- subtask: Grasp the diamond ring with the right gripper. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 9131 + fps: 30 + total_tasks: 5 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 426.78 MB +frame_num: 9131 +frame_range: 10K +dataset_size: 426.78 MB +data_structure: 'AIRBOT_MMK2_diamond_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_doodled_line.yaml b/dataset_info/Airbot_MMK2_doodled_line.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8e8e57fccd43875012384d1d7cff2e516d741aa6 --- /dev/null +++ b/dataset_info/Airbot_MMK2_doodled_line.yaml @@ -0,0 +1,486 @@ +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: Airbot_MMK2_doodled_line +dataset_uuid: c809735b-9a7e-4da8-8989-e4812ce1260a +scene_type: + level1: other + level2: laboratory + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: ballpoint_pen +- object_name: square_building_blocks +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the ballpoint pen with the gripper and leave your handwriting on the paper. +sub_tasks: +- subtask: Close the pen swap with the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Lift the pen with the right gripper. + subtask_index: 2 +- subtask: Grasp the pen with the right gripper. + subtask_index: 3 +- subtask: Place the pen on the table with the right gripper. + subtask_index: 4 +- subtask: Write on paper with a pen with right gripper. + subtask_index: 5 +- subtask: Open the pen swap with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +- press +- write +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 99 + total_frames: 57693 + fps: 30 + total_tasks: 8 + total_videos: 396 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 2.09 GB +frame_num: 57693 +frame_range: 100K +dataset_size: 2.09 GB +data_structure: 'Airbot_MMK2_doodled_line_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (87 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:98 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_double-sided_tape_placement.yaml b/dataset_info/Airbot_MMK2_double-sided_tape_placement.yaml new file mode 100644 index 0000000000000000000000000000000000000000..252162419c6433f001b460e1ba3b73171fc1b939 --- /dev/null +++ b/dataset_info/Airbot_MMK2_double-sided_tape_placement.yaml @@ -0,0 +1,486 @@ +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: Airbot_MMK2_double-sided_tape_placement +dataset_uuid: 41460366-02ad-4c55-9db3-7dc79d98681d +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: meinian_da +- object_name: double-sided_tape +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the double-sided tape with the left gripper and place it over the meinianda. + Pick up another double-sided tape with the right gripper and place it over the meinianda. +sub_tasks: +- subtask: Place the transparent circular ring on the right onto the fanta in the + middle with right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the transparent circular ring on the left with the left gripper. + subtask_index: 2 +- subtask: Place the transparent circular ring on the left onto the fanta in the middle + with left gripper. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Grasp the transparent circular ring on the right with the right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 11452 + fps: 30 + total_tasks: 7 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 553.82 MB +frame_num: 11452 +frame_range: 100K +dataset_size: 553.82 MB +data_structure: 'AIRBOT_MMK2_double-sided_tape_placement_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_egg_storage.yaml b/dataset_info/Airbot_MMK2_egg_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4ad2f6f3ca54ae759d2a592e06784f5f3900a9b1 --- /dev/null +++ b/dataset_info/Airbot_MMK2_egg_storage.yaml @@ -0,0 +1,487 @@ +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: Airbot_MMK2_egg_storage +dataset_uuid: 63a0fe6b-923c-4ac5-9b65-501c2a9b8c99 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bowl +- object_name: egg +- object_name: egg_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the egg on the left into the bowl with the left gripper and the egg on the + right into the bowl with the right gripper. +- Pick up the egg from the table with the right gripper and place it into the egg + box with the right gripper. +sub_tasks: +- subtask: Grasp the egg with the left gripper. + subtask_index: 0 +- subtask: Grasp the egg with the right gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Place the egg into bowl with the left gripper. + subtask_index: 4 +- subtask: Place the egg into bowl with the right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 58 + total_frames: 13597 + fps: 30 + total_tasks: 7 + total_videos: 232 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 525.17 MB +frame_num: 13597 +frame_range: 100K +dataset_size: 525.17 MB +data_structure: 'AIRBOT_MMK2_egg_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (46 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:57 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_food_storage.yaml b/dataset_info/Airbot_MMK2_food_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bc2f6ee1035f17effe4673ed47187e1d5a80637a --- /dev/null +++ b/dataset_info/Airbot_MMK2_food_storage.yaml @@ -0,0 +1,550 @@ +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: Airbot_MMK2_food_storage +dataset_uuid: 9c369848-06e7-404b-b234-c5f7a829f345 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cake +- object_name: ice_cream +- object_name: bowl +- object_name: plate +- object_name: egg +- object_name: egg_box +- object_name: potato +- object_name: grid +- object_name: braised_pork +- object_name: prawns +- object_name: sponge +- object_name: wooden_frame +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cake and ice cream from the table with the left and right grippers, + and then throw them into the bowl and plate with the left and right grippers. +- Pick up the egg on the table with the right gripper and place it into the egg box. + Cover the egg box with the left gripper. +- Place the potato in the left compartment with the left gripper while keeping the + right gripper still. +- Pick up the braised pork on the table with the left gripper and place it in the + plate. Then, pick up the prawns on the table with the right gripper and place them + in the plate. +- Pick up the egg on the table with the left gripper and place it on the plate. Then, + pick up another egg on the table with the right gripper and place it on the plate. +- Pick up the sponge from the plate with the left gripper and place it on the table. + Then, pick up the cake from the table with the right gripper and place it on the + plate. +- Pick up the cake on the left with the left gripper and place it on the wooden rack. + Pick up the cake on the right with the right gripper and place it on the wooden + rack. +sub_tasks: +- subtask: Grasp the cake from the table and with the left gripper. + subtask_index: 0 +- subtask: Place the shrimp into the plate with the right gripper. + subtask_index: 1 +- subtask: Close the lid of the egg storage box with the left gripper. + subtask_index: 2 +- subtask: Place the potato into the left compartment of the storage box with the + left gripper. + subtask_index: 3 +- subtask: Grasp the ice cream with the right gripper. + subtask_index: 4 +- subtask: Place the braised pork in brown sauce into the plate with the left gripper. + subtask_index: 5 +- subtask: Grasp the potato with the left gripper. + subtask_index: 6 +- subtask: Place the cake into the bowl with the left gripper. + subtask_index: 7 +- subtask: Place the egg into the egg storage box with the right gripper. + subtask_index: 8 +- subtask: Grasp the egg with the left gripper. + subtask_index: 9 +- subtask: Place the egg into the plate with the left gripper. + subtask_index: 10 +- subtask: Grasp the egg with the right gripper. + subtask_index: 11 +- subtask: Place the egg into the plate with the right gripper. + subtask_index: 12 +- subtask: Place the cake onto the block toy with the left gripper. + subtask_index: 13 +- subtask: Place the cake onto the block toy with the right gripper. + subtask_index: 14 +- subtask: End. + subtask_index: 15 +- subtask: Place the ice cream into the plate with the right gripper. + subtask_index: 16 +- subtask: Grasp the cake from the table and with the right gripper. + subtask_index: 17 +- subtask: Place the sponge on the table with the left gripper. + subtask_index: 18 +- subtask: Grasp the braised pork in brown sauce with the left gripper. + subtask_index: 19 +- subtask: Grasp the cake with the left gripper. + subtask_index: 20 +- subtask: Static. + subtask_index: 21 +- subtask: Grasp the sponge from the plate and with the left gripper. + subtask_index: 22 +- subtask: Place the cake into the plate with the right gripper. + subtask_index: 23 +- subtask: Abnormal. + subtask_index: 24 +- subtask: Grasp the shrimp with the right gripper. + subtask_index: 25 +- subtask: null. + subtask_index: 26 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 344 + total_frames: 58969 + fps: 30 + total_tasks: 27 + total_videos: 1376 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 2.41 GB +frame_num: 58969 +frame_range: 100K +dataset_size: 2.41 GB +data_structure: 'AIRBOT_MMK2_food_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (332 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:343 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_item_storage.yaml b/dataset_info/Airbot_MMK2_item_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ae95d7cc6c63db2b48eb3c890d41f94057cf3893 --- /dev/null +++ b/dataset_info/Airbot_MMK2_item_storage.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: Airbot_MMK2_item_storage +dataset_uuid: cfed792e-cf1c-4d1f-b6fc-a022e9be4d5e +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: barrel +- object_name: umbrella +- object_name: bottle +- object_name: lid +- object_name: bowl +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the large and small bowls with both your left and right grippers and place + them into the yellow bucket simultaneously. +- Place the umbrella on the white lid with the left gripper, and then place the blue + bottle on the white lid with the right gripper. +sub_tasks: +- subtask: Grasp the umbrella with the left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the bowl with the right gripper. + subtask_index: 2 +- subtask: Grasp the bowl with the left gripper. + subtask_index: 3 +- subtask: Place the cup into the white basket with the right gripper. + subtask_index: 4 +- subtask: Static. + subtask_index: 5 +- subtask: Place the umbrella into the white basket with the left gripper. + subtask_index: 6 +- subtask: Place the bowl into the yellow basket with the left gripper. + subtask_index: 7 +- subtask: Place the bowl into the yellow basket with the right gripper. + subtask_index: 8 +- subtask: Grasp the cup with the right gripper. + subtask_index: 9 +- subtask: null. + subtask_index: 10 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 72 + total_frames: 18773 + fps: 30 + total_tasks: 11 + total_videos: 288 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 717.27 MB +frame_num: 18773 +frame_range: 100K +dataset_size: 717.27 MB +data_structure: 'AIRBOT_MMK2_item_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (60 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:71 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_lemon_and_orange_storage.yaml b/dataset_info/Airbot_MMK2_lemon_and_orange_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a6a0ac197adaa8711268597b4c5c121d55436c8b --- /dev/null +++ b/dataset_info/Airbot_MMK2_lemon_and_orange_storage.yaml @@ -0,0 +1,489 @@ +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: Airbot_MMK2_lemon_and_orange_storage +dataset_uuid: 0d0b881a-6584-4c86-a5de-2def6bfdaa68 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: lemon +- object_name: compartment +- object_name: orange +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the lemon in the left compartment with the left gripper. Place the orange + in the right compartment with the right gripper. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: Static. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Place the lemon into the left compartment of the storage box with the left + gripper. + subtask_index: 3 +- subtask: Place the orange into the right compartment of the storage box with the + right gripper. + subtask_index: 4 +- subtask: Grasp the lemon with the left gripper. + subtask_index: 5 +- subtask: Grasp the orange with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 29 + total_frames: 8975 + fps: 30 + total_tasks: 8 + total_videos: 116 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 286.78 MB +frame_num: 8975 +frame_range: 10K +dataset_size: 286.78 MB +data_structure: 'AIRBOT_MMK2_lemon_and_orange_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (17 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:28 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_medicine_bottle_storage.yaml b/dataset_info/Airbot_MMK2_medicine_bottle_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4d24b9d2e4b5ee1ee7ef7abb5036f7e890490e39 --- /dev/null +++ b/dataset_info/Airbot_MMK2_medicine_bottle_storage.yaml @@ -0,0 +1,488 @@ +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: Airbot_MMK2_medicine_bottle_storage +dataset_uuid: dd96582f-4eb0-43ad-b486-538898f0f0fe +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: medicine_bottle +- object_name: building_block +- object_name: white_platform +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the medicine bottle with the medicine in the left gripper on the white platform. + Then place the other white medicine bottle in the right gripper on the same white + platform. +sub_tasks: +- subtask: Grasp the white bottle with the left gripper. + subtask_index: 0 +- subtask: Static. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: Grasp the white bottle the right gripper. + subtask_index: 4 +- subtask: Place the white bottle on the white board with the left gripper. + subtask_index: 5 +- subtask: Place the white bottle on the white board with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 16023 + fps: 30 + total_tasks: 8 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 467.83 MB +frame_num: 16023 +frame_range: 100K +dataset_size: 467.83 MB +data_structure: 'AIRBOT_MMK2_medicine_bottle_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:48 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_mobile_calculator_box.yaml b/dataset_info/Airbot_MMK2_mobile_calculator_box.yaml new file mode 100644 index 0000000000000000000000000000000000000000..662abedccafeaf130bc5e4c9edd52e873060b724 --- /dev/null +++ b/dataset_info/Airbot_MMK2_mobile_calculator_box.yaml @@ -0,0 +1,496 @@ +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: Airbot_MMK2_mobile_calculator_box +dataset_uuid: 7629d634-2d89-41ad-a722-364a319f374b +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: calculator_box +- object_name: lid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the calculator box from the left side of the table with the left gripper + and pass it to the right gripper, which will then place the calculator box on the + right side of the table with the right gripper. +- Pick up the white lid from the left side of the table with the left gripper and + pass it to the right gripper. Place the white lid on the right side of the table + with the right gripper. +sub_tasks: +- subtask: Grasp the calculator case with left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the calculator case in the center of table with right gripper. + subtask_index: 2 +- subtask: Place the white box in the center of table with right gripper. + subtask_index: 3 +- subtask: Pass the white box to right gripper. + subtask_index: 4 +- subtask: Grasp the yellow book with left gripper. + subtask_index: 5 +- subtask: Place the yellow book in the center of table with right gripper. + subtask_index: 6 +- subtask: Pass the yellow book to right gripper. + subtask_index: 7 +- subtask: Pass the calculator case to right gripper. + subtask_index: 8 +- subtask: Grasp the white box with left gripper. + subtask_index: 9 +- subtask: null. + subtask_index: 10 +atomic_actions: +- grasp +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 150 + total_frames: 34396 + fps: 30 + total_tasks: 11 + total_videos: 600 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1.05 GB +frame_num: 34396 +frame_range: 100K +dataset_size: 1.05 GB +data_structure: 'AIRBOT_MMK2_mobile_calculator_box_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (138 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:149 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_mobile_car.yaml b/dataset_info/Airbot_MMK2_mobile_car.yaml new file mode 100644 index 0000000000000000000000000000000000000000..427e2b52cbddef1029c49895d0e42823b0f553bc --- /dev/null +++ b/dataset_info/Airbot_MMK2_mobile_car.yaml @@ -0,0 +1,476 @@ +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: Airbot_MMK2_mobile_car +dataset_uuid: 51dbc118-d1f9-4b26-9b28-98863d08f696 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: car +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Push the yellow car to the right with your left gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Push the toy car from left to right with the left gripper. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- push +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 6897 + fps: 30 + total_tasks: 5 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 175.61 MB +frame_num: 6897 +frame_range: 10K +dataset_size: 175.61 MB +data_structure: 'AIRBOT_MMK2_mobile_car_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_mobile_phone_storage.yaml b/dataset_info/Airbot_MMK2_mobile_phone_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fd9c19b18addb914b9f2cf34ce77c0f2fe0b42c8 --- /dev/null +++ b/dataset_info/Airbot_MMK2_mobile_phone_storage.yaml @@ -0,0 +1,487 @@ +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: Airbot_MMK2_mobile_phone_storage +dataset_uuid: ae74a19b-7e4c-4f10-b378-faa014a9f006 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: mobile_phone +- object_name: calculator_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the mobile phone with the left gripper and place it on the calculator box. + Pick up the mobile phone with the right gripper from the calculator box and place + it on the table. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the telephone on the table with the right gripper. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: Place the telephone on the box with the left gripper. + subtask_index: 3 +- subtask: Grasp the telephone with the left gripper. + subtask_index: 4 +- subtask: Grasp the telephone with the right gripper. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 9492 + fps: 30 + total_tasks: 8 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 496.30 MB +frame_num: 9492 +frame_range: 10K +dataset_size: 496.30 MB +data_structure: 'AIRBOT_MMK2_mobile_phone_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:48 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_move_apple_orange_pomegranate.yaml b/dataset_info/Airbot_MMK2_move_apple_orange_pomegranate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d18e33032bd1412f74f8db90b7a4c0a5abb1ee4c --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_apple_orange_pomegranate.yaml @@ -0,0 +1,487 @@ +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: Airbot_MMK2_move_apple_orange_pomegranate +dataset_uuid: ef9703fa-5369-43fa-a3ed-56fde7a11362 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: apple +- object_name: pomegranate +- object_name: orange +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Arrange the apples, oranges, and pomegranates neatly with the gripper. +sub_tasks: +- subtask: place the orange on the right side of the table with the right gripper. + subtask_index: 0 +- subtask: Grasp the orange with the right gripper. + subtask_index: 1 +- subtask: place the pomegranate on the middle side of the table with the right gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: place the apple on the left side of the table with the left gripper. + subtask_index: 4 +- subtask: Grasp the apple with the left gripper. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: Grasp the pomegranate with the right gripper. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 59 + total_frames: 30023 + fps: 30 + total_tasks: 9 + total_videos: 236 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1.09 GB +frame_num: 30023 +frame_range: 100K +dataset_size: 1.09 GB +data_structure: 'Airbot_MMK2_move_apple_orange_pomegranate_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (47 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:58 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_move_block.yaml b/dataset_info/Airbot_MMK2_move_block.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ff666c0051d9f3568903d86946a38e8a11255cd --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_block.yaml @@ -0,0 +1,481 @@ +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: Airbot_MMK2_move_block +dataset_uuid: 5c6ce769-f3a3-46d6-a489-9a2b9aa83cca +scene_type: + level1: household + level2: bedroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: square_building_blocks +- object_name: early_education_toys +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the square blocks into the circular toy with the gripper. +sub_tasks: +- subtask: Place the yellow block in the blue circle with the right gripper. + subtask_index: 0 +- subtask: Grasp the yellow block with the left gripper. + subtask_index: 1 +- subtask: Grasp the yellow block with the rightt gripper. + subtask_index: 2 +- subtask: Place the yellow block in the blue circle with the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 7264 + fps: 30 + total_tasks: 6 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 300.49 MB +frame_num: 7264 +frame_range: 10K +dataset_size: 300.49 MB +data_structure: 'Airbot_MMK2_move_block_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_move_block_both_hands.yaml b/dataset_info/Airbot_MMK2_move_block_both_hands.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ae83a6b5a2dc347cfcd3b5a2a803eb3774d02fa4 --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_block_both_hands.yaml @@ -0,0 +1,480 @@ +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: Airbot_MMK2_move_block_both_hands +dataset_uuid: f676fec1-7f25-4aa8-96d5-aa31a79977d9 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: square_building_blocks +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the building blocks with both grippers simultaneously and place them on + the blocks with both grippers. +sub_tasks: +- subtask: Place the blue block on top of the red block with the left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the green block with the right gripper. + subtask_index: 2 +- subtask: Grasp the blue block with the left gripper. + subtask_index: 3 +- subtask: Place the green block on top of the yellow block with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 54 + total_frames: 8888 + fps: 30 + total_tasks: 6 + total_videos: 216 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 388.12 MB +frame_num: 8888 +frame_range: 10K +dataset_size: 388.12 MB +data_structure: 'Airbot_MMK2_move_block_both_hands_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (42 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:53 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_move_block_gold_bar_models.yaml b/dataset_info/Airbot_MMK2_move_block_gold_bar_models.yaml new file mode 100644 index 0000000000000000000000000000000000000000..90eb85774fbe77cced78147d4f68a2d24cf5382e --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_block_gold_bar_models.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_move_block_gold_bar_models +dataset_uuid: 8f0091c0-69e1-4ca0-80f9-a7ae390d4a9f +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: eyeglass_case +- object_name: early_education_toys +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the glasses case in the middle of the table with the left gripper. Place the + toy gold bar on the glasses case with the right gripper. +sub_tasks: +- subtask: Place the gold bar on the glasses case with the right gripper. + subtask_index: 0 +- subtask: Grasp the glasses case with the left gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: Place the glasses case on the middle of the table with the left gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Grasp the gold bar the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 10703 + fps: 30 + total_tasks: 8 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 434.06 MB +frame_num: 10703 +frame_range: 100K +dataset_size: 434.06 MB +data_structure: 'Airbot_MMK2_move_block_gold_bar_models_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_move_block_twice.yaml b/dataset_info/Airbot_MMK2_move_block_twice.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9c9e1838a0757559532b18520899eadd56904c2a --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_block_twice.yaml @@ -0,0 +1,481 @@ +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: Airbot_MMK2_move_block_twice +dataset_uuid: b75f26bb-735b-4e35-99b2-e8df9f8b04c4 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: rubik's_cube +- object_name: square_building_blocks +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the building blocks on the Rubik's Cube with the left gripper. Pick up the + blocks with the right gripper. +sub_tasks: +- subtask: Grasp the yellow build block with the left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the yellow build block on the Rubik's Cube with the left gripper. + subtask_index: 2 +- subtask: Place the yellow build block on the table with the right gripper. + subtask_index: 3 +- subtask: Grasp the yellow build block with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 57 + total_frames: 14643 + fps: 30 + total_tasks: 6 + total_videos: 228 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 666.60 MB +frame_num: 14643 +frame_range: 100K +dataset_size: 666.60 MB +data_structure: 'Airbot_MMK2_move_block_twice_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (45 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:56 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_move_block_wet_wipes.yaml b/dataset_info/Airbot_MMK2_move_block_wet_wipes.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c5d8d4be2090092eeb1ac56170482da8f3de7473 --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_block_wet_wipes.yaml @@ -0,0 +1,484 @@ +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: Airbot_MMK2_move_block_wet_wipes +dataset_uuid: 9d83af62-4547-46a5-8228-bb9f5a0f74e8 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: white_tray +- object_name: arch_building_blocks +- object_name: wet_tissue_paper +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the wet wipes into the white tray with the left gripper. Place the building + blocks into the white tray with the right gripper. +sub_tasks: +- subtask: Place the arched build blocks on the white board with the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the wet wipes with the left gripper. + subtask_index: 2 +- subtask: Grasp the arched build blocks with the right gripper. + subtask_index: 3 +- subtask: Place the wet wipes on the white board with the left gripper. + subtask_index: 4 +- subtask: Abnormal. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 60 + total_frames: 15271 + fps: 30 + total_tasks: 7 + total_videos: 240 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 479.18 MB +frame_num: 15271 +frame_range: 100K +dataset_size: 479.18 MB +data_structure: 'Airbot_MMK2_move_block_wet_wipes_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (48 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:59 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_move_book_front.yaml b/dataset_info/Airbot_MMK2_move_book_front.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4c6585f855eeb159608c31e89568a4770787a803 --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_book_front.yaml @@ -0,0 +1,480 @@ +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: Airbot_MMK2_move_book_front +dataset_uuid: 76889c9d-1f69-4822-b205-536409786515 +scene_type: + level1: household + level2: study_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: book +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the book with the left gripper and pass it to the right gripper, then place + it on top of another book with the right gripper. +sub_tasks: +- subtask: Deliver the yellow book from left gripper to right gripper. + subtask_index: 0 +- subtask: Place the yellow book on the white book with the right gripper. + subtask_index: 1 +- subtask: Grasp the yellow book with the left gripper. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 10519 + fps: 30 + total_tasks: 6 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 396.69 MB +frame_num: 10519 +frame_range: 100K +dataset_size: 396.69 MB +data_structure: 'Airbot_MMK2_move_book_front_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_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_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_move_book_right_side.yaml b/dataset_info/Airbot_MMK2_move_book_right_side.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e2549e444c31249d677cda865d0feca46dc66678 --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_book_right_side.yaml @@ -0,0 +1,478 @@ +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: Airbot_MMK2_move_book_right_side +dataset_uuid: 9ed7c8c8-72eb-4c06-9bf6-a2e3f326d088 +scene_type: + level1: household + level2: study_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: book +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the book with the left gripper, pass it to the right gripper, and then place + it down with the right gripper. +sub_tasks: +- subtask: Pass the yellow book to right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the yellow book with left gripper. + subtask_index: 2 +- subtask: Place the yellow book in the center of table with right gripper. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 46 + total_frames: 7183 + fps: 30 + total_tasks: 5 + total_videos: 184 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 225.04 MB +frame_num: 7183 +frame_range: 10K +dataset_size: 225.04 MB +data_structure: 'Airbot_MMK2_move_book_right_side_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (34 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:45 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_move_bottle_tape_measure.yaml b/dataset_info/Airbot_MMK2_move_bottle_tape_measure.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7b7ebab203e7745d0601030dbd06c59f8e7898e9 --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_bottle_tape_measure.yaml @@ -0,0 +1,484 @@ +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: Airbot_MMK2_move_bottle_tape_measure +dataset_uuid: c3616451-32d4-41c0-a86d-8dc9a90fc41c +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: white_basket +- object_name: water_bottle +- object_name: tape_measure +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the water bottle with the left gripper and the ruler with the right gripper + from the white box. +sub_tasks: +- subtask: Grasp the tape measure with the right gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Grasp the mineral water with the left gripper. + subtask_index: 2 +- subtask: Place the tape measure on the table with the right gripper. + subtask_index: 3 +- subtask: Place the mineral water on the table with the left gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 44 + total_frames: 7786 + fps: 30 + total_tasks: 7 + total_videos: 176 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 235.23 MB +frame_num: 7786 +frame_range: 10K +dataset_size: 235.23 MB +data_structure: 'Airbot_MMK2_move_bottle_tape_measure_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (32 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:43 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_move_cake.yaml b/dataset_info/Airbot_MMK2_move_cake.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d885b2d654f12dec3fe6098ad43ca1216c616fad --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_cake.yaml @@ -0,0 +1,493 @@ +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: Airbot_MMK2_move_cake +dataset_uuid: fbf91d8d-c992-420c-b59a-ffc3bd7ced10 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: shelf +- object_name: cake +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place two cakes on the shelf with each hand respectively. +sub_tasks: +- subtask: Place the ice cream into the plate with the right gripper. + subtask_index: 0 +- subtask: Place the cake onto the block toy with the right gripper. + subtask_index: 1 +- subtask: Grasp the cake with the left gripper. + subtask_index: 2 +- subtask: Place the cake on the yellow cube block with the left gripper. + subtask_index: 3 +- subtask: Place the cake on the blue cube block with the right gripper. + subtask_index: 4 +- subtask: Place the cake onto the block toy with the left gripper. + subtask_index: 5 +- subtask: Grasp the cake with the right gripper. + subtask_index: 6 +- subtask: Static. + subtask_index: 7 +- subtask: Grasp the cake from the table and with the right gripper. + subtask_index: 8 +- subtask: Grasp the cake from the table and with the left gripper. + subtask_index: 9 +- subtask: End. + subtask_index: 10 +- subtask: null. + subtask_index: 11 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 94 + total_frames: 22873 + fps: 30 + total_tasks: 12 + total_videos: 376 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1009.39 MB +frame_num: 22873 +frame_range: 100K +dataset_size: 1009.39 MB +data_structure: 'Airbot_MMK2_move_cake_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (82 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:93 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_move_cake_tape_measure.yaml b/dataset_info/Airbot_MMK2_move_cake_tape_measure.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3dc7dd717dba89be4d8d3e47f71214544f6a5722 --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_cake_tape_measure.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_move_cake_tape_measure +dataset_uuid: 0145cf50-539b-4695-bbaf-b76e0c3cecfc +scene_type: + level1: other + level2: courier_station + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cake +- object_name: paper_boxes +- object_name: tape_measure +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cake and tape measure with both grippers. Place them on the cardboard + box with both grippers. +sub_tasks: +- subtask: Grasp the tape measure with the right gripper. + subtask_index: 0 +- subtask: Place the bagged waffle on the carton with the left gripper. + subtask_index: 1 +- subtask: Grasp the bagged waffle with the left gripper. + subtask_index: 2 +- subtask: Place the tape measure on the carton with the right gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 9381 + fps: 30 + total_tasks: 6 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 362.07 MB +frame_num: 9381 +frame_range: 10K +dataset_size: 362.07 MB +data_structure: 'Airbot_MMK2_move_cake_tape_measure_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_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_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_move_cup_paper_box.yaml b/dataset_info/Airbot_MMK2_move_cup_paper_box.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9c34b4dda028c72fc923bf83907521c3910a309c --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_cup_paper_box.yaml @@ -0,0 +1,484 @@ +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: Airbot_MMK2_move_cup_paper_box +dataset_uuid: 027cb79a-c963-4801-b617-5e9673950225 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: paper_boxes +- object_name: pink_plate +- object_name: coffee cup +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the paper box on the paper box with the left gripper. Place the coffee cup + on the plate with the right gripper. +sub_tasks: +- subtask: Grasp the mouse box with the left gripper. + subtask_index: 0 +- subtask: Place the mouse box on the calculator box with the left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Grasp the coffee cup with the right gripper. + subtask_index: 3 +- subtask: Place the coffee cup on the white plate with the right gripper. + subtask_index: 4 +- subtask: Place the coffee cup on the pink plate with the right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 93 + total_frames: 25588 + fps: 30 + total_tasks: 7 + total_videos: 372 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 929.21 MB +frame_num: 25588 +frame_range: 100K +dataset_size: 929.21 MB +data_structure: 'Airbot_MMK2_move_cup_paper_box_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (81 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:92 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_move_fake_food.yaml b/dataset_info/Airbot_MMK2_move_fake_food.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4baf7a2881df464e97d4eb82cef0417c343897b6 --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_fake_food.yaml @@ -0,0 +1,477 @@ +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: Airbot_MMK2_move_fake_food +dataset_uuid: 25d0c571-2d77-452e-b50c-95104b62ef46 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: early_education_toys +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the toy food on the toy table with the right gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the small bowl of canned food with right gripper. + subtask_index: 1 +- subtask: Place the small bowl of canned food on the table with the right gripper. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 7610 + fps: 30 + total_tasks: 5 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 313.65 MB +frame_num: 7610 +frame_range: 10K +dataset_size: 313.65 MB +data_structure: 'Airbot_MMK2_move_fake_food_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_move_medicine_bottle.yaml b/dataset_info/Airbot_MMK2_move_medicine_bottle.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e4465b228c5f79bc1a25920c37f4d9ac2b93df9a --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_medicine_bottle.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_move_medicine_bottle +dataset_uuid: 1ac761d0-db14-4cb1-9126-7d82c8c2bcc0 +scene_type: + level1: medical + level2: pharmacy + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: medicine_bottle +- object_name: board +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the medicine bottles on the table and then onto the board with both grippers. +sub_tasks: +- subtask: Place the white bottle on the white board with the right gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Grasp the white bottle with the left gripper. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Grasp the white bottle the right gripper. + subtask_index: 5 +- subtask: Place the white bottle on the white board with the left gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 16815 + fps: 30 + total_tasks: 8 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 493.22 MB +frame_num: 16815 +frame_range: 100K +dataset_size: 493.22 MB +data_structure: 'Airbot_MMK2_move_medicine_bottle_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_move_pan.yaml b/dataset_info/Airbot_MMK2_move_pan.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b42457583b70e510f7204df31fafa55f059227c7 --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_pan.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_move_pan +dataset_uuid: 85e0b841-b0c2-4289-a026-8b341bb5bca4 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: pan +- object_name: square_building_blocks +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Push the pan to the edge of the table with the left gripper. Place it on the building + block with the right gripper. +sub_tasks: +- subtask: Grasp the frying pan with the right gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Place the frying pan on the red cube block with the right gripper. + subtask_index: 2 +- subtask: Push the frying pan on left to right with the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- push +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 48 + total_frames: 14881 + fps: 30 + total_tasks: 6 + total_videos: 192 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 764.08 MB +frame_num: 14881 +frame_range: 100K +dataset_size: 764.08 MB +data_structure: 'Airbot_MMK2_move_pan_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:47 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_move_paper_box.yaml b/dataset_info/Airbot_MMK2_move_paper_box.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3f33acc5d13eb0504a256f68405c8c3f80ac31a9 --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_paper_box.yaml @@ -0,0 +1,484 @@ +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: Airbot_MMK2_move_paper_box +dataset_uuid: 52ec39e3-1fff-47d8-b59a-a70e10a7f212 +scene_type: + level1: household + level2: study_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: paper_box +- object_name: white_lid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cardboard box with both grippers and place it on the lid with both grippers. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the phone case box on the white lid with the right gripper. + subtask_index: 1 +- subtask: Grasp the mouse box with the left gripper. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: Static. + subtask_index: 4 +- subtask: Grasp the phone case box with the right gripper. + subtask_index: 5 +- subtask: Place the mouse box on the white lid with the left gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 47 + total_frames: 5070 + fps: 30 + total_tasks: 8 + total_videos: 188 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 190.01 MB +frame_num: 5070 +frame_range: 10K +dataset_size: 190.01 MB +data_structure: 'Airbot_MMK2_move_paper_box_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (35 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:46 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_move_phone_twice.yaml b/dataset_info/Airbot_MMK2_move_phone_twice.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1d8e663bcee029bc719055478d25bc8cb540693c --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_phone_twice.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_move_phone_twice +dataset_uuid: a87f0421-4254-42fb-8e01-2e1ba2d0e671 +scene_type: + level1: household + level2: bedroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: mobile_phone +- object_name: paper_boxes +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the mobile phone on the box with the left gripper. Pick it up off the box + with the right gripper. +sub_tasks: +- subtask: Grasp the telephone with the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Place the telephone on the box with the left gripper. + subtask_index: 3 +- subtask: Static. + subtask_index: 4 +- subtask: Grasp the telephone with the left gripper. + subtask_index: 5 +- subtask: Place the telephone on the table with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 9795 + fps: 30 + total_tasks: 8 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 512.24 MB +frame_num: 9795 +frame_range: 10K +dataset_size: 512.24 MB +data_structure: 'Airbot_MMK2_move_phone_twice_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_move_sword_doll.yaml b/dataset_info/Airbot_MMK2_move_sword_doll.yaml new file mode 100644 index 0000000000000000000000000000000000000000..741922a500b7b490c7979c08f40052ec953c7f2c --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_sword_doll.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_move_sword_doll +dataset_uuid: e9a7580b-ccb0-4f87-b26e-b655f7d12072 +scene_type: + level1: household + level2: bedroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: white_basket +- object_name: shark_doll +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the shark doll on the white box with the gripper. +sub_tasks: +- subtask: Place the shark dagger on the white basket with the right gripper. + subtask_index: 0 +- subtask: Grasp the shark dagger with the left gripper. + subtask_index: 1 +- subtask: Place the shark dagger on the white basket with the left gripper. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: Grasp the shark dagger with the right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- lift +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 48 + total_frames: 5383 + fps: 30 + total_tasks: 7 + total_videos: 192 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 226.27 MB +frame_num: 5383 +frame_range: 10K +dataset_size: 226.27 MB +data_structure: 'Airbot_MMK2_move_sword_doll_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:47 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_move_tennis_racket_ball.yaml b/dataset_info/Airbot_MMK2_move_tennis_racket_ball.yaml new file mode 100644 index 0000000000000000000000000000000000000000..88f1070e3fc68845a33dd012fe39343c40bda001 --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_tennis_racket_ball.yaml @@ -0,0 +1,486 @@ +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: Airbot_MMK2_move_tennis_racket_ball +dataset_uuid: c65f0b7e-ce3f-4f98-ad3b-daa1763f3bab +scene_type: + level1: other + level2: leisure_plaza + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: tennis_racket +- object_name: ball +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the racket with the left gripper, place the ball on the racket with the + right gripper, and then place the racket down. +sub_tasks: +- subtask: Lift the racket with the left gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Place the ball on the racket with the right gripper. + subtask_index: 2 +- subtask: Place the racket on the table with the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Grasp the racket with the left gripper. + subtask_index: 5 +- subtask: Grasp the ball with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 48 + total_frames: 10833 + fps: 30 + total_tasks: 8 + total_videos: 192 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 455.14 MB +frame_num: 10833 +frame_range: 100K +dataset_size: 455.14 MB +data_structure: 'Airbot_MMK2_move_tennis_racket_ball_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:47 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_move_tub.yaml b/dataset_info/Airbot_MMK2_move_tub.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1396735584cd2d4dec4ec1293774cca51202d288 --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_tub.yaml @@ -0,0 +1,478 @@ +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: Airbot_MMK2_move_tub +dataset_uuid: e11a8b93-b2b1-4df9-9f42-0ec47d628374 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pass the plate to the right gripper with the left gripper and then place it down + with the left gripper. +sub_tasks: +- subtask: Grasp the white box with left gripper. + subtask_index: 0 +- subtask: Place the white box in the center of table with right gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Pass the white box to right gripper. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 37 + total_frames: 11634 + fps: 30 + total_tasks: 5 + total_videos: 148 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 340.34 MB +frame_num: 11634 +frame_range: 100K +dataset_size: 340.34 MB +data_structure: 'Airbot_MMK2_move_tub_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (25 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:36 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_move_umbrella_tissues.yaml b/dataset_info/Airbot_MMK2_move_umbrella_tissues.yaml new file mode 100644 index 0000000000000000000000000000000000000000..06e8aab5e6beb7ce1b729ddaa4c0d3e96556551e --- /dev/null +++ b/dataset_info/Airbot_MMK2_move_umbrella_tissues.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_move_umbrella_tissues +dataset_uuid: ddc045a6-0de7-41d8-9da4-876879cf21b8 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: tissue_box +- object_name: umbrella +- object_name: lid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the umbrella and tissues on the lid with the gripper. +sub_tasks: +- subtask: Grasp the umbrella with the left gripper. + subtask_index: 0 +- subtask: Grasp the tissue with the right gripper. + subtask_index: 1 +- subtask: Place the tissue on the white lid with the right gripper. + subtask_index: 2 +- subtask: Place the umbrella on the white lid with the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 8709 + fps: 30 + total_tasks: 6 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 327.67 MB +frame_num: 8709 +frame_range: 10K +dataset_size: 327.67 MB +data_structure: 'Airbot_MMK2_move_umbrella_tissues_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_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_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_open_door_left.yaml b/dataset_info/Airbot_MMK2_open_door_left.yaml new file mode 100644 index 0000000000000000000000000000000000000000..41942910f293a0413d2e1ece767ce43777d38853 --- /dev/null +++ b/dataset_info/Airbot_MMK2_open_door_left.yaml @@ -0,0 +1,473 @@ +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: Airbot_MMK2_open_door_left +dataset_uuid: 9cc3db80-3ea1-4757-907c-925f32615c04 +scene_type: + level1: household + level2: study_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cabinet +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open the cabinet with the gripper. +sub_tasks: +- subtask: Touch the door with the left gripper. + subtask_index: 0 +- subtask: Open the door with the left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- open +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 6418 + fps: 30 + total_tasks: 4 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 188.64 MB +frame_num: 6418 +frame_range: 10K +dataset_size: 188.64 MB +data_structure: 'Airbot_MMK2_open_door_left_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_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_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_open_door_right.yaml b/dataset_info/Airbot_MMK2_open_door_right.yaml new file mode 100644 index 0000000000000000000000000000000000000000..13144b9c9b5e4cceeeadaf9b9b7ace4b134e10ee --- /dev/null +++ b/dataset_info/Airbot_MMK2_open_door_right.yaml @@ -0,0 +1,477 @@ +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: Airbot_MMK2_open_door_right +dataset_uuid: 416f7665-dfce-4ba0-998d-aad1bce37019 +scene_type: + level1: other + level2: laboratory + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cabinet +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open the cabinet with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Open the door with the right gripper. + subtask_index: 1 +- subtask: Touch the door handle with the right gripper. + subtask_index: 2 +- subtask: Touch the door with the right gripper. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- open +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 98 + total_frames: 31753 + fps: 30 + total_tasks: 6 + total_videos: 392 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1.03 GB +frame_num: 31753 +frame_range: 100K +dataset_size: 1.03 GB +data_structure: 'Airbot_MMK2_open_door_right_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (86 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:97 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_open_laptop.yaml b/dataset_info/Airbot_MMK2_open_laptop.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c4639e5984568ab6f00b7a415b85334932c55b9d --- /dev/null +++ b/dataset_info/Airbot_MMK2_open_laptop.yaml @@ -0,0 +1,480 @@ +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: Airbot_MMK2_open_laptop +dataset_uuid: 6d721559-56e0-4fc9-8e7c-8037cd238e24 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: laptop +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Press the laptop with the right gripper and then open it with the left gripper. +sub_tasks: +- subtask: Press the laptop with the right gripper. + subtask_index: 0 +- subtask: Open the laptop with the left gripper. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: drop the laptop with the right gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Grasp the laptop with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- open +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 11734 + fps: 30 + total_tasks: 7 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 432.73 MB +frame_num: 11734 +frame_range: 100K +dataset_size: 432.73 MB +data_structure: 'Airbot_MMK2_open_laptop_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_open_lid.yaml b/dataset_info/Airbot_MMK2_open_lid.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5a6fa8f69cdce1ec37ee998d4d1be01a2633fe94 --- /dev/null +++ b/dataset_info/Airbot_MMK2_open_lid.yaml @@ -0,0 +1,481 @@ +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: Airbot_MMK2_open_lid +dataset_uuid: 864f6279-4ca8-45a2-ad13-ffb7cbae4a46 +scene_type: + level1: other + level2: laboratory + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open the lid of the box with both grippers. +sub_tasks: +- subtask: Open the box lid with the right gripper. + subtask_index: 0 +- subtask: Touch the box lid with the left gripper. + subtask_index: 1 +- subtask: Press the box with the left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Open the box lid with the left gripper. + subtask_index: 4 +- subtask: Touch the box lid with the right gripper. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- open +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 198 + total_frames: 28684 + fps: 30 + total_tasks: 8 + total_videos: 792 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 974.56 MB +frame_num: 28684 +frame_range: 100K +dataset_size: 974.56 MB +data_structure: 'Airbot_MMK2_open_lid_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (186 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:197 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_open_notebook.yaml b/dataset_info/Airbot_MMK2_open_notebook.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6b9a62d2c3b994b490c2488569a6fab1e033f406 --- /dev/null +++ b/dataset_info/Airbot_MMK2_open_notebook.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_open_notebook +dataset_uuid: f7156fc6-87bb-4662-b1ff-9cf8de2c4742 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: notebook +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Press the bottom right corner of the notebook with the right gripper. Open the notebook + with the left gripper. +sub_tasks: +- subtask: Static. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: drop the laptop with the right gripper. + subtask_index: 2 +- subtask: Press the laptop with the right gripper. + subtask_index: 3 +- subtask: Open the laptop with the left gripper. + subtask_index: 4 +- subtask: Grasp the laptop with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- open +robot_name: Airbot_MMK2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 11734 + fps: 30 + total_tasks: 7 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 432.27 MB +frame_num: 11734 +frame_range: 100K +dataset_size: 432.27 MB +data_structure: 'AIRBOT_MMK2_open_notebook_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_organize_and_place_books.yaml b/dataset_info/Airbot_MMK2_organize_and_place_books.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9c3c56acf3de735d8c925962cb5797968932f761 --- /dev/null +++ b/dataset_info/Airbot_MMK2_organize_and_place_books.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_organize_and_place_books +dataset_uuid: 6782c838-a0d2-4a8e-a50b-cc092bb2a215 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: book +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the book from the table with the left gripper and pass it to the right gripper. + Pick up the book with the right gripper and place it on another book with the right + gripper. +sub_tasks: +- subtask: Place the yellow book on the white book with the right gripper. + subtask_index: 0 +- subtask: Static. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Deliver the yellow book from left gripper to right gripper. + subtask_index: 3 +- subtask: Grasp the yellow book with the left gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 48 + total_frames: 9838 + fps: 30 + total_tasks: 6 + total_videos: 192 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 372.09 MB +frame_num: 9838 +frame_range: 10K +dataset_size: 372.09 MB +data_structure: 'AIRBOT_MMK2_organize_and_place_books_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:47 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_organize_books.yaml b/dataset_info/Airbot_MMK2_organize_books.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b1d0295033fa9dd174f95b0ee737357868ac5673 --- /dev/null +++ b/dataset_info/Airbot_MMK2_organize_books.yaml @@ -0,0 +1,481 @@ +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: Airbot_MMK2_organize_books +dataset_uuid: b36aed44-2805-4713-8d48-a14bebf79671 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: book +- object_name: bookshelf +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the book on the table with the right gripper. Place it into the bookshelf + with the right gripper. +sub_tasks: +- subtask: Static. + subtask_index: 0 +- subtask: Grasp the yellow book with the right gripper. + subtask_index: 1 +- subtask: Place the yellow book into the front mezzanine of the bookshelf with the + right gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 9576 + fps: 30 + total_tasks: 5 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 439.63 MB +frame_num: 9576 +frame_range: 10K +dataset_size: 439.63 MB +data_structure: 'AIRBOT_MMK2_organize_books_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_organize_plate.yaml b/dataset_info/Airbot_MMK2_organize_plate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a2239f51171600c7a9f4d3893ea7c7af921a397c --- /dev/null +++ b/dataset_info/Airbot_MMK2_organize_plate.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_organize_plate +dataset_uuid: 0fc8c7aa-b897-4a14-ae2a-16e5f9b39933 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: round_plate +- object_name: storage_rack +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the stacked plates on the table with both grippers. Place them onto the shelf + with both grippers. +sub_tasks: +- subtask: Press the plate with the left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the plate into the front mezzanine of the shelf with the right gripper. + subtask_index: 2 +- subtask: Press the plate and push it to the right with the left gripper. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Place the plate into the middle mezzanine of the shelf with the right gripper. + subtask_index: 5 +- subtask: Grasp the plate with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 595 + total_frames: 338107 + fps: 30 + total_tasks: 8 + total_videos: 2380 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 14.21 GB +frame_num: 338107 +frame_range: 1M +dataset_size: 14.21 GB +data_structure: 'Airbot_MMK2_organize_plate_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (583 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:594 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_pass_paper_box.yaml b/dataset_info/Airbot_MMK2_pass_paper_box.yaml new file mode 100644 index 0000000000000000000000000000000000000000..08164f73cae85ca673896b6b6fcca538de9372da --- /dev/null +++ b/dataset_info/Airbot_MMK2_pass_paper_box.yaml @@ -0,0 +1,486 @@ +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: Airbot_MMK2_pass_paper_box +dataset_uuid: aeba7ae4-265f-49c1-890a-4d6b4d092e95 +scene_type: + level1: household + level2: study_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: paper_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the book with the left gripper, hand it to the right gripper, and then place + it down with the right gripper. +sub_tasks: +- subtask: Place the mouse box on the white lid with the left gripper. + subtask_index: 0 +- subtask: Grasp the calculator case with left gripper. + subtask_index: 1 +- subtask: Place the phone case box on the white lid with the right gripper. + subtask_index: 2 +- subtask: Grasp the mouse box with the left gripper. + subtask_index: 3 +- subtask: Grasp the phone case box with the right gripper. + subtask_index: 4 +- subtask: Pass the calculator case to right gripper. + subtask_index: 5 +- subtask: Place the calculator case in the center of table with right gripper. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 46 + total_frames: 8948 + fps: 30 + total_tasks: 9 + total_videos: 184 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 306.64 MB +frame_num: 8948 +frame_range: 10K +dataset_size: 306.64 MB +data_structure: 'Airbot_MMK2_pass_paper_box_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (34 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:45 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_perpare_tea.yaml b/dataset_info/Airbot_MMK2_perpare_tea.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8d8c69b69333900265434fb8accfdee327f3930c --- /dev/null +++ b/dataset_info/Airbot_MMK2_perpare_tea.yaml @@ -0,0 +1,491 @@ +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: Airbot_MMK2_perpare_tea +dataset_uuid: c5dd0b3e-7d2b-4b2e-95db-4c51aef38cba +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: small_teapot +- object_name: inner_pot_of_the_teapot +- object_name: tea_canister +- object_name: tea +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the tea leaves from the tea canister with the right gripper and place them + into the inner pot of the teapot. Place the inner pot of the teapot into the teapot + with the left gripper and then close the lid of the teapot with the left gripper. + into the inner pot of the teapot. with the left hand, put the inner pot of the teapot + into the teapot and then close the lid of the teapot. +sub_tasks: +- subtask: Place the tea leaves into the tea strainer with the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Close the teapot lid with the left gripper. + subtask_index: 2 +- subtask: Grasp the tea strainer with the left gripper. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Place the tea strainer into the teapot with the left gripper. + subtask_index: 5 +- subtask: Grasp the tea leaves with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 89 + total_frames: 70954 + fps: 30 + total_tasks: 8 + total_videos: 356 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 2.99 GB +frame_num: 70954 +frame_range: 100K +dataset_size: 2.99 GB +data_structure: 'Airbot_MMK2_prepare_tea_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (77 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:88 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_pick_up_and_place_tub.yaml b/dataset_info/Airbot_MMK2_pick_up_and_place_tub.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d64a50dd5a7106987e951b8bbcb8ae5fc74300b0 --- /dev/null +++ b/dataset_info/Airbot_MMK2_pick_up_and_place_tub.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_pick_up_and_place_tub +dataset_uuid: c1cd5a37-481c-43c5-99c2-328faeb64390 +scene_type: + level1: household + level2: bathroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: washbasin +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the washbasin with the gripper and place it down. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Lift the basin with the left gripper. + subtask_index: 1 +- subtask: Grasp the basin with the left gripper. + subtask_index: 2 +- subtask: Grasp the basin with the right gripper. + subtask_index: 3 +- subtask: Place basin on the table with the right gripper. + subtask_index: 4 +- subtask: Place basin on the table with the left gripper. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: Lift the basin with the right gripper. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 98 + total_frames: 16632 + fps: 30 + total_tasks: 9 + total_videos: 392 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 607.48 MB +frame_num: 16632 +frame_range: 100K +dataset_size: 607.48 MB +data_structure: 'Airbot_MMK2_pick_up_and_place_tub_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (86 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:97 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_place_cookies_and_beer.yaml b/dataset_info/Airbot_MMK2_place_cookies_and_beer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..72b5a8611a98b6efc862e0a638d2a46d86d4ace6 --- /dev/null +++ b/dataset_info/Airbot_MMK2_place_cookies_and_beer.yaml @@ -0,0 +1,483 @@ +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: Airbot_MMK2_place_cookies_and_beer +dataset_uuid: a380537f-44a3-457c-8113-67604aec65a7 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: biscuit +- object_name: lid +- object_name: beer_mug +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the biscuit on the table with the left gripper and place it in the white + lid. Place the beer glass from the table into the white lid with the right gripper. +sub_tasks: +- subtask: Grasp the bagged cookies with the left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the beer mug with the right gripper. + subtask_index: 2 +- subtask: Place the bagged cookies on the white basket with the left gripper. + subtask_index: 3 +- subtask: Place the beer mug on the white basket with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 10519 + fps: 30 + total_tasks: 6 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 515.08 MB +frame_num: 10519 +frame_range: 100K +dataset_size: 515.08 MB +data_structure: 'AIRBOT_MMK2_place_cookies_and_beer_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_place_the_basin.yaml b/dataset_info/Airbot_MMK2_place_the_basin.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b8d88ff19097bcd7628db896e374d6fac89e3f8c --- /dev/null +++ b/dataset_info/Airbot_MMK2_place_the_basin.yaml @@ -0,0 +1,489 @@ +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: Airbot_MMK2_place_the_basin +dataset_uuid: 14a514fa-2a43-4b79-bcf6-c7d01e427623 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basin +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the basin on the table with both grippers simultaneously. Pick it up and then + place it down with both grippers. +sub_tasks: +- subtask: Static. + subtask_index: 0 +- subtask: Place the basin on the table with the right gripper. + subtask_index: 1 +- subtask: Grasp the basin with the right gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Lift the basin with the left gripper. + subtask_index: 4 +- subtask: Grasp the basin with the left gripper. + subtask_index: 5 +- subtask: Lift the basin with the right gripper. + subtask_index: 6 +- subtask: Place the basin on the table with the left gripper. + subtask_index: 7 +- subtask: Abnormal. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 7672 + fps: 30 + total_tasks: 10 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 272.90 MB +frame_num: 7672 +frame_range: 10K +dataset_size: 272.90 MB +data_structure: 'AIRBOT_MMK2_place_the_basin_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_place_the_blue_and_purple_blocks.yaml b/dataset_info/Airbot_MMK2_place_the_blue_and_purple_blocks.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ac086aedaca42fba77a3434dae8fda37aacf25cc --- /dev/null +++ b/dataset_info/Airbot_MMK2_place_the_blue_and_purple_blocks.yaml @@ -0,0 +1,484 @@ +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: Airbot_MMK2_place_the_blue_and_purple_blocks +dataset_uuid: 515b60a8-59ef-485b-bd22-34f963fd853c +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: square +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the purple cube with the left gripper and place it on the plate. Pick up + the blue cube on the table and place it on top of the purple cube. +sub_tasks: +- subtask: Grasp the purple cube block with the left gripper. + subtask_index: 0 +- subtask: Grasp the blue cube block with the right gripper. + subtask_index: 1 +- subtask: Place the purple cube block on the plate with the left gripper. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: Place the blue cube block on the purple cube block with the right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 10277 + fps: 30 + total_tasks: 7 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 502.09 MB +frame_num: 10277 +frame_range: 100K +dataset_size: 502.09 MB +data_structure: 'AIRBOT_MMK2_place_the_blue_and_purple_blocks_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_place_the_books.yaml b/dataset_info/Airbot_MMK2_place_the_books.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c9077ed89170b877ff031397ecba1cb5a1e50f3f --- /dev/null +++ b/dataset_info/Airbot_MMK2_place_the_books.yaml @@ -0,0 +1,486 @@ +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: Airbot_MMK2_place_the_books +dataset_uuid: e4617854-ddc2-4d6e-b108-2369485a9167 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: book +- object_name: bookshelf +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Push the book to the left side of the table with the right gripper, and pick it + up with the left gripper to place it on the bookshelf. +sub_tasks: +- subtask: Push the book from right to left with the right gripper. + subtask_index: 0 +- subtask: Grasp the book with the left gripper. + subtask_index: 1 +- subtask: Place the book into the front mezzanine of the bookshelf with the left + gripper. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Abnormal. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +- push +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 20564 + fps: 30 + total_tasks: 7 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1.06 GB +frame_num: 20564 +frame_range: 100K +dataset_size: 1.06 GB +data_structure: 'AIRBOT_MMK2_place_the_books_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:48 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_place_the_building_blocks.yaml b/dataset_info/Airbot_MMK2_place_the_building_blocks.yaml new file mode 100644 index 0000000000000000000000000000000000000000..29a2e920cbdbb522a032210b210284266aa3038c --- /dev/null +++ b/dataset_info/Airbot_MMK2_place_the_building_blocks.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_place_the_building_blocks +dataset_uuid: e309be0e-14ed-4d1a-bef2-0a030776d5f6 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: building_block +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the red building blocks into the plate on the table with the left gripper. + Place the green building blocks into the plate with the right gripper. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: Place the green cuboid block into the plate with the right gripper. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: Grasp the red cuboid block with the left gripper. + subtask_index: 3 +- subtask: Place the red cuboid block into the plate with the left gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Grasp the green cuboid block with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- open +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 43 + total_frames: 14173 + fps: 30 + total_tasks: 8 + total_videos: 172 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 455.53 MB +frame_num: 14173 +frame_range: 100K +dataset_size: 455.53 MB +data_structure: 'AIRBOT_MMK2_place_the_building_blocks_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:42 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_place_the_cake.yaml b/dataset_info/Airbot_MMK2_place_the_cake.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6c60d28fb2a02b66a5db1a3f846af94dc7e44e0c --- /dev/null +++ b/dataset_info/Airbot_MMK2_place_the_cake.yaml @@ -0,0 +1,527 @@ +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: Airbot_MMK2_place_the_cake +dataset_uuid: 9dd9223d-2d05-47a8-bfd0-0884a7f571ed +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cake +- object_name: plate +- object_name: building_blocks +- object_name: ice_cream +- object_name: small_basin +- object_name: lid +- object_name: swiss_roll +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cake with the left gripper and place it on the plate. Then, pick up + the cake from the plate with the right gripper and place it on the table. +- Pick up the cake on the table with the left gripper and place it on the yellow cube. + Then, pick up another cake on the table with the right gripper and place it on the + blue cube. +- Pick up the ice cream with the left gripper and place it in the small white basin. + Then, pick up another ice cream with the right gripper and place it in the small + white basin. +- Pick up the cake on the table with the left gripper and place it in the white lid. + Then, pick up the ice cream on the table with the right gripper and place it in + the white lid. Finally, pick up another cake on the table with the left gripper + and place it in the white lid. +- Pick up the Swiss roll with the left gripper and place it on the plate. Then, pick + up another Swiss roll with the right gripper and place it on the plate. +sub_tasks: +- subtask: Place the cake on the yellow cube block with the left gripper. + subtask_index: 0 +- subtask: Grasp the bagged cake with the left gripper. + subtask_index: 1 +- subtask: Grasp the cake on the plate with the right gripper. + subtask_index: 2 +- subtask: Place the cake on the table with the right gripper. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Static. + subtask_index: 5 +- subtask: Grasp the cake with the left gripper. + subtask_index: 6 +- subtask: Place the ice cream into the white basket with the right gripper. + subtask_index: 7 +- subtask: Place the cake into the white basket with the left gripper. + subtask_index: 8 +- subtask: Place the ice cream into the white basket with the left gripper. + subtask_index: 9 +- subtask: Grasp the ice cream with the right gripper. + subtask_index: 10 +- subtask: Grasp the ice cream with the left gripper. + subtask_index: 11 +- subtask: Grasp the bagged cake with the right gripper. + subtask_index: 12 +- subtask: Place the cake into the white plate with the left gripper. + subtask_index: 13 +- subtask: Place the bagged cake on the white plate with the left gripper. + subtask_index: 14 +- subtask: End. + subtask_index: 15 +- subtask: Grasp the cake with the right gripper. + subtask_index: 16 +- subtask: Place the bagged cake on the white plate with the right gripper. + subtask_index: 17 +- subtask: Place the cake on the blue cube block with the right gripper. + subtask_index: 18 +- subtask: null. + subtask_index: 19 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 249 + total_frames: 50001 + fps: 30 + total_tasks: 20 + total_videos: 996 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 2.26 GB +frame_num: 50001 +frame_range: 100K +dataset_size: 2.26 GB +data_structure: 'AIRBOT_MMK2_place_the_cake_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (237 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:248 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_place_the_glasses_case_and_gold_bars.yaml b/dataset_info/Airbot_MMK2_place_the_glasses_case_and_gold_bars.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f3140c38236d23af22e3e14c79cc55186ab20d24 --- /dev/null +++ b/dataset_info/Airbot_MMK2_place_the_glasses_case_and_gold_bars.yaml @@ -0,0 +1,486 @@ +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: Airbot_MMK2_place_the_glasses_case_and_gold_bars +dataset_uuid: fc8bbdff-5847-4a9e-b1c1-634bab1b4ed7 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: glasses_case +- object_name: gold_bar +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the glasses case in the middle of the table with the left gripper. Place the + gold bar on the glasses case with the right gripper. +sub_tasks: +- subtask: Place the glasses case on the middle of the table with the left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: Place the gold bar on the glasses case with the right gripper. + subtask_index: 3 +- subtask: Grasp the glasses case with the left gripper. + subtask_index: 4 +- subtask: Grasp the gold bar the right gripper. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 10180 + fps: 30 + total_tasks: 8 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 412.69 MB +frame_num: 10180 +frame_range: 100K +dataset_size: 412.69 MB +data_structure: 'AIRBOT_MMK2_place_the_glasses_case_and_gold_bars_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:48 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_place_the_network_cable_and_mouse_box.yaml b/dataset_info/Airbot_MMK2_place_the_network_cable_and_mouse_box.yaml new file mode 100644 index 0000000000000000000000000000000000000000..08e8b1416ea51070dcbeeb966e69bcc1c377dc9a --- /dev/null +++ b/dataset_info/Airbot_MMK2_place_the_network_cable_and_mouse_box.yaml @@ -0,0 +1,487 @@ +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: Airbot_MMK2_place_the_network_cable_and_mouse_box +dataset_uuid: 0d29b561-c4c2-4fde-ac84-230716315d3f +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: mouse_box +- object_name: network_cable +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the mouse box into the box with the left gripper. Then, place the blue network + cable into the box with the right gripper. +sub_tasks: +- subtask: Grasp the blue network cable with the right gripper. + subtask_index: 0 +- subtask: Place the blue network cable into carton with the right gripper. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: Grasp the mouse box with the left gripper. + subtask_index: 3 +- subtask: Place the mouse box into carton with the left gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 46 + total_frames: 11195 + fps: 30 + total_tasks: 8 + total_videos: 184 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 473.61 MB +frame_num: 11195 +frame_range: 100K +dataset_size: 473.61 MB +data_structure: 'AIRBOT_MMK2_place_the_network_cable_and_mouse_box_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (34 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:45 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_place_the_paper_drawer.yaml b/dataset_info/Airbot_MMK2_place_the_paper_drawer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..25faed5a55072df43546a8cec77092d0e0e9c273 --- /dev/null +++ b/dataset_info/Airbot_MMK2_place_the_paper_drawer.yaml @@ -0,0 +1,670 @@ +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: Airbot_MMK2_place_the_paper_drawer +dataset_uuid: 36dde00a-6af9-43ec-9c49-3b938ff6f736 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pallet +- object_name: tissue_paper +- object_name: calculator_box +- object_name: power_bank_box +- object_name: lid +- object_name: mineral_water_bottle +- object_name: tape_measure +- object_name: snacks +- object_name: cake +- object_name: croissant +- object_name: apple +- object_name: peach +- object_name: pear +- object_name: pomegranate +- object_name: orange +- object_name: beverage +- object_name: coffee +- object_name: building_blocks +- object_name: marble +- object_name: toy_car +- object_name: frying_pan +- object_name: mouse_box +- object_name: shark_dagger +- object_name: sponge +- object_name: bowl +- object_name: steel_frame +- object_name: red_cube +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up a pack of tissue paper from the white tray with the left gripper and place + it on the table. Then, pick up a pack of tissue paper from the white tray with the + right gripper and place it on the table. +- Pick up the calculator box with the left gripper and the power bank box with the + right gripper. Place the left gripper first, followed by the right gripper. +- Pick up the mineral water bottle on the white lid with the left gripper and place + it on the table. Then, pick up the tape measure on the white lid with the right + gripper and place it on the table. +- Grasp the snacks with the left gripper and the tape measure with the right gripper, + and place them on the platform at the same time. +- Place the apple on the left with the left gripper, and then place the peach in the + middle with the left gripper. Finally, place the pear on the right side with the + right gripper. +- Place the apple on the left with the left gripper. Place the pomegranate in the + middle with the right gripper. Finally, place the orange on the right with the right + gripper. +- Pick up the beverage from the white lid with the left gripper and place it on the + table. Then, pick up the coffee cup from the white lid with the right gripper and + place it on the table. +- Pick up the cake from the plate with the left gripper and place it on the table. + Then, pick up the coissant from the table with the right gripper and place it on + the plate. +- Pick up the building blocks from the plate with the left gripper and place them + on the table. Then, pick up the marble from the plate with the right gripper and + place it on the table. +- Pick up the green car from the plate with the left gripper and place it on the table. + Then, pick up the yellow car from the plate with the right gripper and place it + on the table. +- Push the pan to the right side of the table with the left gripper. Place it on the + red cube with the right gripper. +- Pick up the mouse box with the left gripper off the white cover, and then pick up + the calculator box with the right gripper off the white cover. +- Pick up the shark dagger on the table and place it on the white lid with both grippers. +- Pick up the sponge from the white lid with the left gripper and place it on the + table. Then, pick up the bowl from the white lid with the right gripper and place + it on the table. +- Pick up the steel frame with both grippers and place it on the table with both grippers. +sub_tasks: +- subtask: Place the pomegranate on the middle of the table with the right gripper. + subtask_index: 0 +- subtask: Place the steel tube on the table with the left gripper. + subtask_index: 1 +- subtask: Grasp the bowl on the white basket and with the right gripper. + subtask_index: 2 +- subtask: Grasp the green rectangular block on the plate with the left gripper. + subtask_index: 3 +- subtask: Place the mineral water on the table with the left gripper. + subtask_index: 4 +- subtask: Place the bagged waffle on the carton with the left gripper. + subtask_index: 5 +- subtask: Place the green rectangular block on the table with the left gripper. + subtask_index: 6 +- subtask: Grasp the tape measure with the right gripper. + subtask_index: 7 +- subtask: Grasp the tissue on the white lid with the left gripper. + subtask_index: 8 +- subtask: Grasp the vitamin B water on the white lid with the left gripper. + subtask_index: 9 +- subtask: Place the shark dagger on the white basket with the right gripper. + subtask_index: 10 +- subtask: Place the tape measure on the table with the right gripper. + subtask_index: 11 +- subtask: Place the tissue on the table with the right gripper. + subtask_index: 12 +- subtask: Place the sponge on the table with the left gripper. + subtask_index: 13 +- subtask: Grasp the apple with the left gripper. + subtask_index: 14 +- subtask: Place the apple on the left side of the table with the left gripper. + subtask_index: 15 +- subtask: Grasp the pear with the right gripper. + subtask_index: 16 +- subtask: Place the pear on the right side of the table with the right gripper. + subtask_index: 17 +- subtask: Place the calculator box into the storage box with the right gripper. + subtask_index: 18 +- subtask: Grasp the coffee on the white lid with the right gripper. + subtask_index: 19 +- subtask: Grasp the bread with the right gripper. + subtask_index: 20 +- subtask: Grasp the frying pan with the right gripper. + subtask_index: 21 +- subtask: Grasp the phone case box with the left gripper. + subtask_index: 22 +- subtask: Place the calculator box into the storage box with the left gripper. + subtask_index: 23 +- subtask: Grasp the mouse box on the white lid and with the left gripper. + subtask_index: 24 +- subtask: Grasp the orange with the right gripper. + subtask_index: 25 +- subtask: Place the bowl on the table with the right gripper. + subtask_index: 26 +- subtask: Grasp the pomegranate with the right gripper. + subtask_index: 27 +- subtask: Grasp the tissue on the white lid with the right gripper. + subtask_index: 28 +- subtask: Place the coffee on the table with the right gripper. + subtask_index: 29 +- subtask: Place the bread into the plate with the right gripper. + subtask_index: 30 +- subtask: Grasp the calculator box with the left gripper. + subtask_index: 31 +- subtask: Abnormal. + subtask_index: 32 +- subtask: Grasp the steel tube on the cube block with the right gripper. + subtask_index: 33 +- subtask: Place the vitamin B water on the table with the left gripper. + subtask_index: 34 +- subtask: Grasp the toy car on the plate and with the right gripper. + subtask_index: 35 +- subtask: Grasp the peach with the left gripper. + subtask_index: 36 +- subtask: Place the tape measure on the carton with the right gripper. + subtask_index: 37 +- subtask: Place the phone case box into the storage box with the right gripper. + subtask_index: 38 +- subtask: Grasp the cake on the plate with the left gripper. + subtask_index: 39 +- subtask: Place the phone case box into the storage box with the left gripper. + subtask_index: 40 +- subtask: Grasp the toy car on the plate and with the left gripper. + subtask_index: 41 +- subtask: Grasp the calculator box on the white lid and with the right gripper. + subtask_index: 42 +- subtask: Grasp the shark dagger with the left gripper. + subtask_index: 43 +- subtask: Grasp the bagged waffle with the left gripper. + subtask_index: 44 +- subtask: Grasp the mineral water with the left gripper. + subtask_index: 45 +- subtask: Place the pomegranate on the middle of the table with the left gripper. + subtask_index: 46 +- subtask: Grasp the sponge on the white basket and with the left gripper. + subtask_index: 47 +- subtask: Place the peach on the middle of the table with the left gripper. + subtask_index: 48 +- subtask: Place the shark dagger on the white basket with the left gripper. + subtask_index: 49 +- subtask: Push the frying pan on left to right with the left gripper. + subtask_index: 50 +- subtask: Place the steel tube on the table with the right gripper. + subtask_index: 51 +- subtask: End. + subtask_index: 52 +- subtask: Place the tissue on the table with the left gripper. + subtask_index: 53 +- subtask: Grasp the phone case box with the right gripper. + subtask_index: 54 +- subtask: Place the orange on the right side of the table with the right gripper. + subtask_index: 55 +- subtask: Grasp the shark dagger with the right gripper. + subtask_index: 56 +- subtask: Place the cake on the table with the left gripper. + subtask_index: 57 +- subtask: Place the toy car on the table with the left gripper. + subtask_index: 58 +- subtask: Place the toy car on the table with the right gripper. + subtask_index: 59 +- subtask: Grasp the steel tube on the cube block with the left gripper. + subtask_index: 60 +- subtask: Place the calculator box on the table with the right gripper. + subtask_index: 61 +- subtask: Place the mouse box on the table with the left gripper. + subtask_index: 62 +- subtask: Grasp the bullet on the plate with the right gripper. + subtask_index: 63 +- subtask: Place the frying pan on the red cube block with the right gripper. + subtask_index: 64 +- subtask: Place the coffee on the table with the left gripper. + subtask_index: 65 +- subtask: Grasp the calculator box with the right gripper. + subtask_index: 66 +- subtask: Static. + subtask_index: 67 +- subtask: Place the bullet on the table with the right gripper. + subtask_index: 68 +- subtask: null. + subtask_index: 69 +atomic_actions: +- grasp +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 688 + total_frames: 167196 + fps: 30 + total_tasks: 70 + total_videos: 2752 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 5.83 GB +frame_num: 167196 +frame_range: 1M +dataset_size: 5.83 GB +data_structure: 'AIRBOT_MMK2_place_the_paper_drawer_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (676 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:687 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_place_the_piano_and_the_needle-nose_pliers.yaml b/dataset_info/Airbot_MMK2_place_the_piano_and_the_needle-nose_pliers.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a498a528f0ce72e8c1f3c08a5a100a33d41245a2 --- /dev/null +++ b/dataset_info/Airbot_MMK2_place_the_piano_and_the_needle-nose_pliers.yaml @@ -0,0 +1,488 @@ +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: Airbot_MMK2_place_the_piano_and_the_needle-nose_pliers +dataset_uuid: 230992b4-bba2-4f5b-99ce-03e63d148ce1 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: hand_tapping_the_qin +- object_name: lid +- object_name: long-nose_pliers +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the hand tapping the qin with the left gripper and place it on the white + lid. Then, pick up the long-nose pliers with the right gripper and place them on + the white lid. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Static. + subtask_index: 1 +- subtask: Place the tongs on the white lid with the right gripper. + subtask_index: 2 +- subtask: Grasp the tongs with the right gripper. + subtask_index: 3 +- subtask: Place the xylophone on the white lid with the left gripper. + subtask_index: 4 +- subtask: Grasp the xylophone with the left gripper. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 25318 + fps: 30 + total_tasks: 8 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 826.77 MB +frame_num: 25318 +frame_range: 100K +dataset_size: 826.77 MB +data_structure: 'AIRBOT_MMK2_place_the_piano_and_the_needle-nose_pliers_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:48 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_place_the_pliers_and_wallpaper_knife.yaml b/dataset_info/Airbot_MMK2_place_the_pliers_and_wallpaper_knife.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5c859d3c2d31addf9a5dd3de0dfa498e6f8300ef --- /dev/null +++ b/dataset_info/Airbot_MMK2_place_the_pliers_and_wallpaper_knife.yaml @@ -0,0 +1,487 @@ +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: Airbot_MMK2_place_the_pliers_and_wallpaper_knife +dataset_uuid: dc1abf9a-1c9d-43f0-bf5f-2c0f52365a88 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pliers +- object_name: lid +- object_name: utility_knife +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the pliers with the left gripper and place them in the white lid. Then, + with the right gripper, pick up the utility knife and place it in the white lid. +sub_tasks: +- subtask: Static. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the utility knife into white basket with the right gripper. + subtask_index: 2 +- subtask: Place the plier into white basket with the left gripper. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Grasp the plier with the left gripper. + subtask_index: 5 +- subtask: Grasp the utility knife with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 8236 + fps: 30 + total_tasks: 8 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 230.12 MB +frame_num: 8236 +frame_range: 10K +dataset_size: 230.12 MB +data_structure: 'AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_place_the_shark_toys_and_gold_bars.yaml b/dataset_info/Airbot_MMK2_place_the_shark_toys_and_gold_bars.yaml new file mode 100644 index 0000000000000000000000000000000000000000..be32f85a7e9d20aaa263b914fa6498275c32b8cc --- /dev/null +++ b/dataset_info/Airbot_MMK2_place_the_shark_toys_and_gold_bars.yaml @@ -0,0 +1,486 @@ +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: Airbot_MMK2_place_the_shark_toys_and_gold_bars +dataset_uuid: 23b13e76-788e-4ea3-a624-4007f8eaa57e +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: shark_doll +- object_name: gold_bar +- object_name: paper_box_lid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the shark doll with the left gripper and place it into the lid of the paper + box. Then, pick up the gold bar with the right gripper and place it into the lid + of the paper box. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the whale on the paper box with the left gripper. + subtask_index: 1 +- subtask: Place the gold bar on the paper box with the right gripper. + subtask_index: 2 +- subtask: Grasp the whale with the left gripper. + subtask_index: 3 +- subtask: Static. + subtask_index: 4 +- subtask: Grasp the gold bar with the right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 6486 + fps: 30 + total_tasks: 7 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 276.99 MB +frame_num: 6486 +frame_range: 10K +dataset_size: 276.99 MB +data_structure: 'AIRBOT_MMK2_place_the_shark_toys_and_gold_bars_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_place_the_small_bowl_of_canned_food.yaml b/dataset_info/Airbot_MMK2_place_the_small_bowl_of_canned_food.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1e16e9bc221ddb3eb93360cd6fd50f8345aecbf6 --- /dev/null +++ b/dataset_info/Airbot_MMK2_place_the_small_bowl_of_canned_food.yaml @@ -0,0 +1,480 @@ +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: Airbot_MMK2_place_the_small_bowl_of_canned_food +dataset_uuid: a9c7e711-c375-4aa9-8ce2-93c6f016b80d +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: mini_table +- object_name: small_bowl_of_canned_food +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the mini bowl of canned food from the table with the right gripper and place + it on the mini table with the right gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Place the small bowl of canned food on the table with the right gripper. + subtask_index: 2 +- subtask: Grasp the small bowl of canned food with right gripper. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 7610 + fps: 30 + total_tasks: 5 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 313.48 MB +frame_num: 7610 +frame_range: 10K +dataset_size: 313.48 MB +data_structure: 'AIRBOT_MMK2_place_the_small_bowl_of_canned_food_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_place_the_sponge_and_wet_wipes.yaml b/dataset_info/Airbot_MMK2_place_the_sponge_and_wet_wipes.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3daaca9e5d01304cb45f081aa25c3fe55162bc75 --- /dev/null +++ b/dataset_info/Airbot_MMK2_place_the_sponge_and_wet_wipes.yaml @@ -0,0 +1,500 @@ +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: Airbot_MMK2_place_the_sponge_and_wet_wipes +dataset_uuid: ce41bab0-f121-49df-b55f-742a8e05ec09 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: sponge +- object_name: wet_wipes +- object_name: plate +- object_name: mouse_box +- object_name: charging_power_bank_box +- object_name: lid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the sponge and wet wipes from the table with both grippers, and place them + in the white tray with both grippers. +- Pick up the mouse box and the power bank box on the table with both grippers simultaneously. + Place them into the white lid with both grippers. +sub_tasks: +- subtask: Grasp the sponge with the left gripper. + subtask_index: 0 +- subtask: Place the sponge into the white basket with the left gripper. + subtask_index: 1 +- subtask: Grasp the mouse box with the left gripper. + subtask_index: 2 +- subtask: Place the wet wipes into the white basket with the right gripper. + subtask_index: 3 +- subtask: Grasp the wet wipes with the right gripper. + subtask_index: 4 +- subtask: Static. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: Place the mouse box on the white lid with the left gripper. + subtask_index: 7 +- subtask: Grasp the phone case box with the right gripper. + subtask_index: 8 +- subtask: Place the phone case box on the white lid with the right gripper. + subtask_index: 9 +- subtask: Abnormal. + subtask_index: 10 +- subtask: null. + subtask_index: 11 +atomic_actions: +- grasp +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 90 + total_frames: 10033 + fps: 30 + total_tasks: 12 + total_videos: 360 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 390.96 MB +frame_num: 10033 +frame_range: 100K +dataset_size: 390.96 MB +data_structure: 'AIRBOT_MMK2_place_the_sponge_and_wet_wipes_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (78 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:89 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_place_the_umbrella_and_the_ruler.yaml b/dataset_info/Airbot_MMK2_place_the_umbrella_and_the_ruler.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6c3d739a2ec17d8bb2f5801d08d38d59e6442b89 --- /dev/null +++ b/dataset_info/Airbot_MMK2_place_the_umbrella_and_the_ruler.yaml @@ -0,0 +1,486 @@ +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: Airbot_MMK2_place_the_umbrella_and_the_ruler +dataset_uuid: 327b6447-3184-4211-985a-d0c2d279758c +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: umbrella +- object_name: lid +- object_name: tape_measure +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the small umbrella with the left gripper and place it in the white lid. + Then, pick up the tape measure with the right gripper and place it in the white + lid. +sub_tasks: +- subtask: Grasp the umbrella with the left gripper. + subtask_index: 0 +- subtask: Grasp the tape measure with the right gripper. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Place the tape measure in the white basket with the right gripper. + subtask_index: 4 +- subtask: Place the umbrella in the white basket with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 42 + total_frames: 7298 + fps: 30 + total_tasks: 7 + total_videos: 168 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 242.52 MB +frame_num: 7298 +frame_range: 10K +dataset_size: 242.52 MB +data_structure: 'AIRBOT_MMK2_place_the_umbrella_and_the_ruler_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:41 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_place_the_yellow_block.yaml b/dataset_info/Airbot_MMK2_place_the_yellow_block.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f71353884a55e6a7e2ade379688b383000b63982 --- /dev/null +++ b/dataset_info/Airbot_MMK2_place_the_yellow_block.yaml @@ -0,0 +1,486 @@ +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: Airbot_MMK2_place_the_yellow_block +dataset_uuid: 5627f996-6a84-4ee5-942f-6a546d68645f +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: square_block +- object_name: rubiks_cube +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the yellow square block on the table with the left gripper. Pick up the yellow + square block from the Rubik's cube with the right gripper and place it on the table. +sub_tasks: +- subtask: Static. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Grasp the yellow block with left gripper. + subtask_index: 3 +- subtask: Grasp the yellow block on the magic cube with right gripper. + subtask_index: 4 +- subtask: Place the yellow block on the magic cube with left gripper. + subtask_index: 5 +- subtask: Place the yellow block on the table with right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 47 + total_frames: 10030 + fps: 30 + total_tasks: 8 + total_videos: 188 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 501.39 MB +frame_num: 10030 +frame_range: 100K +dataset_size: 501.39 MB +data_structure: 'AIRBOT_MMK2_place_the_yellow_block_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (35 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:46 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_play_guitar.yaml b/dataset_info/Airbot_MMK2_play_guitar.yaml new file mode 100644 index 0000000000000000000000000000000000000000..edaf63670d3b1f1081f0d45787d716fb3034894b --- /dev/null +++ b/dataset_info/Airbot_MMK2_play_guitar.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_play_guitar +dataset_uuid: 3bff2956-68ff-4321-b368-7b8844029b12 +scene_type: + level1: education + level2: after-school_tutoring_center + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: block +- object_name: guitar +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the guitar with the left gripper, play it with the right gripper, and then + place it down with the left gripper. +sub_tasks: +- subtask: Lift the ukulele with the left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Play ukulele with the right gripper. + subtask_index: 2 +- subtask: Grasp the ukulele with the left gripper. + subtask_index: 3 +- subtask: Place the ukulele on the table with the left gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 94 + total_frames: 23327 + fps: 30 + total_tasks: 6 + total_videos: 376 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 944.73 MB +frame_num: 23327 +frame_range: 100K +dataset_size: 944.73 MB +data_structure: 'Airbot_MMK2_play_guitar_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (82 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:93 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_play_the_guitar.yaml b/dataset_info/Airbot_MMK2_play_the_guitar.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d17daa1f35b05ffbeb08175cfa4f93ce0dd01efa --- /dev/null +++ b/dataset_info/Airbot_MMK2_play_the_guitar.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_play_the_guitar +dataset_uuid: cd4b25f6-e84e-4877-95e0-0c865e5b92a6 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: little_guitar +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the small guitar with the left gripper, pluck the strings with the right gripper, + and then place the small guitar down with the left gripper. +sub_tasks: +- subtask: Play ukulele with the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the ukulele on the table with the left gripper. + subtask_index: 2 +- subtask: Lift the ukulele with the left gripper. + subtask_index: 3 +- subtask: Grasp the ukulele with the left gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +- pull +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 48 + total_frames: 8574 + fps: 30 + total_tasks: 6 + total_videos: 192 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 360.33 MB +frame_num: 8574 +frame_range: 10K +dataset_size: 360.33 MB +data_structure: 'AIRBOT_MMK2_play_the_guitar_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:47 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_play_toy_piano.yaml b/dataset_info/Airbot_MMK2_play_toy_piano.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2eb7cd3e96b66624795da2217ae9ba5e12c9bc89 --- /dev/null +++ b/dataset_info/Airbot_MMK2_play_toy_piano.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_play_toy_piano +dataset_uuid: 14f143b9-df79-41b6-866c-78a5d5571142 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: toy_piano +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the piano in the middle with the left gripper. Play the piano with the right + gripper. +sub_tasks: +- subtask: Play the toy piano with the right gripper. + subtask_index: 0 +- subtask: Place the toy piano on the table with the left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Grasp the toy piano with the left gripper. + subtask_index: 3 +- subtask: Lift the toy piano with the left gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +- press +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 7683 + fps: 30 + total_tasks: 6 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 230.18 MB +frame_num: 7683 +frame_range: 10K +dataset_size: 230.18 MB +data_structure: 'Airbot_MMK2_play_toy_piano_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_potato_storage.yaml b/dataset_info/Airbot_MMK2_potato_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0afb4bc722f596806dbacaf0b3336a947f597448 --- /dev/null +++ b/dataset_info/Airbot_MMK2_potato_storage.yaml @@ -0,0 +1,486 @@ +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: Airbot_MMK2_potato_storage +dataset_uuid: 8fcf234f-ff14-4dc4-9bae-a32238fde9ed +scene_type: + level1: household + level2: restaurant + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: potato +- object_name: compartment +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the potato in the right compartment with the right gripper. +- Place the potatoes in the left compartment with the left gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the potato into the left compartment of the storage box with the + left gripper. + subtask_index: 1 +- subtask: Grasp the potato with the left gripper. + subtask_index: 2 +- subtask: Place the potato into the right compartment of the storage box with the + right gripper. + subtask_index: 3 +- subtask: Grasp the potato with the right gripper. + subtask_index: 4 +- subtask: Abnormal. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 6958 + fps: 30 + total_tasks: 7 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 252.48 MB +frame_num: 6958 +frame_range: 10K +dataset_size: 252.48 MB +data_structure: 'AIRBOT_MMK2_potato_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_pour_BBs.yaml b/dataset_info/Airbot_MMK2_pour_BBs.yaml new file mode 100644 index 0000000000000000000000000000000000000000..836d264c43448b8a7956f37af02b820089e3c0bb --- /dev/null +++ b/dataset_info/Airbot_MMK2_pour_BBs.yaml @@ -0,0 +1,484 @@ +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: Airbot_MMK2_pour_BBs +dataset_uuid: 6a396572-9a1c-44ac-b622-1af54a32325c +scene_type: + level1: lab + level2: laboratory + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: paper_cup +- object_name: bowl +- object_name: bullet +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the paper cup with the gripper and pour the bullets inside into the bowl. +sub_tasks: +- subtask: Grasp the paper cup containing bullets with right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: Pour the bullets from the paper cup into the bowl with right gripper. + subtask_index: 4 +- subtask: Place the paper cup on the table with right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 19529 + fps: 30 + total_tasks: 7 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 726.24 MB +frame_num: 19529 +frame_range: 100K +dataset_size: 726.24 MB +data_structure: 'Airbot_MMK2_pour_BBs_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_pour_out_the_beauty_blender.yaml b/dataset_info/Airbot_MMK2_pour_out_the_beauty_blender.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5c37eb0f837d620e14c393a94055f555e8b518d9 --- /dev/null +++ b/dataset_info/Airbot_MMK2_pour_out_the_beauty_blender.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_pour_out_the_beauty_blender +dataset_uuid: 9bd6999e-de56-4b21-b103-e3054f98d4ef +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: marble +- object_name: cup +- object_name: bowl +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cup with the right gripper and pour the marble inside the bowl with + the right gripper. +sub_tasks: +- subtask: Place the paper cup on the table with right gripper. + subtask_index: 0 +- subtask: Pour the bullets from the paper cup into the bowl with right gripper. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: Grasp the paper cup containing bullets with right gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Abnormal. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 47 + total_frames: 17577 + fps: 30 + total_tasks: 7 + total_videos: 188 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 652.52 MB +frame_num: 17577 +frame_range: 100K +dataset_size: 652.52 MB +data_structure: 'AIRBOT_MMK2_pour_out_the_beauty_blender_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (35 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:46 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_pull_plunger.yaml b/dataset_info/Airbot_MMK2_pull_plunger.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bf43ee42bc53aeb4418110230ea2a826410d0187 --- /dev/null +++ b/dataset_info/Airbot_MMK2_pull_plunger.yaml @@ -0,0 +1,483 @@ +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: Airbot_MMK2_pull_plunger +dataset_uuid: e954021a-74e4-49f6-b9cf-e073fd73ea0d +scene_type: + level1: medical + level2: hospital + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: syringe +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the syringe with the left gripper and pull the piston with the right gripper. +sub_tasks: +- subtask: Lift the syringe with the left gripper. + subtask_index: 0 +- subtask: Pull the piston with the right gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Grasp the syringe with the left gripper. + subtask_index: 3 +- subtask: Grasp the piston with the right gripper. + subtask_index: 4 +- subtask: Place the syringe on the table with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +- pull +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 97 + total_frames: 26077 + fps: 30 + total_tasks: 7 + total_videos: 388 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1002.58 MB +frame_num: 26077 +frame_range: 100K +dataset_size: 1002.58 MB +data_structure: 'Airbot_MMK2_pull_plunger_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (85 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:96 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_pull_the_syringe_piston.yaml b/dataset_info/Airbot_MMK2_pull_the_syringe_piston.yaml new file mode 100644 index 0000000000000000000000000000000000000000..19f7abc8dbc09aacc59f071448dc0927c03cfd42 --- /dev/null +++ b/dataset_info/Airbot_MMK2_pull_the_syringe_piston.yaml @@ -0,0 +1,487 @@ +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: Airbot_MMK2_pull_the_syringe_piston +dataset_uuid: 0dd7afd0-0119-4a2d-a6bf-0eff2463b0bd +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: syringe +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the syringe with the left gripper, pull the piston away with the right gripper, + and then place the syringe back on the table with the left gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the syringe with the left gripper. + subtask_index: 1 +- subtask: Pull the piston with the right gripper. + subtask_index: 2 +- subtask: Lift the syringe with the left gripper. + subtask_index: 3 +- subtask: Grasp the piston with the right gripper. + subtask_index: 4 +- subtask: Place the syringe on the table with the left gripper. + subtask_index: 5 +- subtask: Static. + subtask_index: 6 +- subtask: Abnormal. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 9990 + fps: 30 + total_tasks: 9 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 473.95 MB +frame_num: 9990 +frame_range: 10K +dataset_size: 473.95 MB +data_structure: 'AIRBOT_MMK2_pull_the_syringe_piston_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_pull_tissue.yaml b/dataset_info/Airbot_MMK2_pull_tissue.yaml new file mode 100644 index 0000000000000000000000000000000000000000..234acdba0f40cded94972fd2d364049b1a283e3f --- /dev/null +++ b/dataset_info/Airbot_MMK2_pull_tissue.yaml @@ -0,0 +1,480 @@ +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: Airbot_MMK2_pull_tissue +dataset_uuid: b1e9713b-f448-49c8-a1f9-6343f4e8d805 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: tissue_paper +- object_name: tissue_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up a tissue paper out of the tissue box with the hand. +sub_tasks: +- subtask: Place the tissue on the table with the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Pull out a piece of tissue with the right gripper. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: Grasp the a piece of tissue with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 11531 + fps: 30 + total_tasks: 6 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 405.81 MB +frame_num: 11531 +frame_range: 100K +dataset_size: 405.81 MB +data_structure: 'Airbot_MMK2_pull_tissue_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_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_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_pumpkin_storage.yaml b/dataset_info/Airbot_MMK2_pumpkin_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cccb3f6e491d693f19017ef689878b50ba66b681 --- /dev/null +++ b/dataset_info/Airbot_MMK2_pumpkin_storage.yaml @@ -0,0 +1,483 @@ +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: Airbot_MMK2_pumpkin_storage +dataset_uuid: 591a516b-5f33-44ad-aa8a-b9b96c17194d +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pumpkin +- object_name: cubicle +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Throw the pumpkin into the right compartment with the right gripper, while keeping + the left gripper still. +sub_tasks: +- subtask: Static. + subtask_index: 0 +- subtask: Grasp the pumpkin with the right gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Place the pumpkin into the right compartment of the storage box. + subtask_index: 3 +- subtask: Place the pumpkin into the right compartment of the storage box with the + right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 12358 + fps: 30 + total_tasks: 6 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 462.95 MB +frame_num: 12358 +frame_range: 100K +dataset_size: 462.95 MB +data_structure: 'AIRBOT_MMK2_pumpkin_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:48 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_push_away_book.yaml b/dataset_info/Airbot_MMK2_push_away_book.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bee883aa28bf1a02e3a7a4886bcc5ffde96d1287 --- /dev/null +++ b/dataset_info/Airbot_MMK2_push_away_book.yaml @@ -0,0 +1,476 @@ +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: Airbot_MMK2_push_away_book +dataset_uuid: 22c1bf14-b960-4bfb-a178-6329d38f04be +scene_type: + level1: household + level2: study_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: book +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pull out the book with the hand. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Lay the book down with the right gripper. + subtask_index: 2 +- subtask: grasp the book with the right gripper. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 244 + total_frames: 36575 + fps: 30 + total_tasks: 5 + total_videos: 976 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1.40 GB +frame_num: 36575 +frame_range: 100K +dataset_size: 1.40 GB +data_structure: 'Airbot_MMK2_push_away_book_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (232 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:243 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_push_building_blocks.yaml b/dataset_info/Airbot_MMK2_push_building_blocks.yaml new file mode 100644 index 0000000000000000000000000000000000000000..636bc1717b366b276b620e45d118687b73b34fe6 --- /dev/null +++ b/dataset_info/Airbot_MMK2_push_building_blocks.yaml @@ -0,0 +1,488 @@ +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: Airbot_MMK2_push_building_blocks +dataset_uuid: 6428216e-f07b-4971-8ba9-ac3162e1d2b0 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: building_blocks +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Push the cylindrical block to the right of the cubic block with the right gripper. +- Push the dark blue and yellow blocks to the upper right corner below the arched + block with the right gripper. +- Push the arched block upwards with the right gripper. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: Move the green cylinder to the right side of the box with right gripper. + subtask_index: 1 +- subtask: Move the yellow cube to the upper right side of the box with right gripper. + subtask_index: 2 +- subtask: Move the orange cylinder to the right side of the box with right gripper. + subtask_index: 3 +- subtask: Static. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Move the wooden arched building blocks to the upper right side of the box + with right gripper. + subtask_index: 6 +- subtask: Move the blue cube to the upper right side of the box with right gripper. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- push +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 139 + total_frames: 40790 + fps: 30 + total_tasks: 9 + total_videos: 556 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1.64 GB +frame_num: 40790 +frame_range: 100K +dataset_size: 1.64 GB +data_structure: 'AIRBOT_MMK2_push_building_blocks_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (127 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:138 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_push_piston.yaml b/dataset_info/Airbot_MMK2_push_piston.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0909b8c7fe5de0179f1e4082aabd86d65e088a6f --- /dev/null +++ b/dataset_info/Airbot_MMK2_push_piston.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_push_piston +dataset_uuid: eef01bf4-6600-4121-9501-b7651d8e26c5 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: syringe +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the syringe on the table with the left gripper. Push the plunger with the + right gripper. +sub_tasks: +- subtask: Static. + subtask_index: 0 +- subtask: Push the piston with the right gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Grasp the syringe with the left gripper. + subtask_index: 3 +- subtask: Grasp the piston with the right gripper. + subtask_index: 4 +- subtask: Place the syringe on the table with the left gripper. + subtask_index: 5 +- subtask: Lift the syringe with the left gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 47 + total_frames: 15278 + fps: 30 + total_tasks: 8 + total_videos: 188 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 598.26 MB +frame_num: 15278 +frame_range: 100K +dataset_size: 598.26 MB +data_structure: 'AIRBOT_MMK2_push_piston_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (35 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:46 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_push_plunger.yaml b/dataset_info/Airbot_MMK2_push_plunger.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d41785717597d0fc7f5a8c8c148e7a30aeba69c3 --- /dev/null +++ b/dataset_info/Airbot_MMK2_push_plunger.yaml @@ -0,0 +1,486 @@ +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: Airbot_MMK2_push_plunger +dataset_uuid: 9a0ada18-4710-445e-8d65-7382fbc35757 +scene_type: + level1: medical + level2: hospital + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: syringe +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the syringe with the left gripper, then push it back with the right gripper, + and finally lower it with the left gripper. +sub_tasks: +- subtask: Lift the syringe with the left gripper. + subtask_index: 0 +- subtask: Push the piston with the right gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Grasp the syringe with the left gripper. + subtask_index: 3 +- subtask: Grasp the piston with the right gripper. + subtask_index: 4 +- subtask: Place the syringe on the table with the left gripper. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +- push +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 147 + total_frames: 47091 + fps: 30 + total_tasks: 8 + total_videos: 588 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1.65 GB +frame_num: 47091 +frame_range: 100K +dataset_size: 1.65 GB +data_structure: 'Airbot_MMK2_push_plunger_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (135 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:146 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_push_toy_car.yaml b/dataset_info/Airbot_MMK2_push_toy_car.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4c60c823c36b407288978a24b40f509915a15dcc --- /dev/null +++ b/dataset_info/Airbot_MMK2_push_toy_car.yaml @@ -0,0 +1,476 @@ +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: Airbot_MMK2_push_toy_car +dataset_uuid: 1872d0f2-3819-4b1a-8ade-d10d50a740ab +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: toy_car +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Push the toy car with the hand. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Static. + subtask_index: 1 +- subtask: Push the toy car from left to right with the left gripper. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- push +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 6897 + fps: 30 + total_tasks: 5 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 175.84 MB +frame_num: 6897 +frame_range: 10K +dataset_size: 175.84 MB +data_structure: 'Airbot_MMK2_push_toy_car_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_remove_lid.yaml b/dataset_info/Airbot_MMK2_remove_lid.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9200b0d674d169fe0fa40add955b5ffda92c925a --- /dev/null +++ b/dataset_info/Airbot_MMK2_remove_lid.yaml @@ -0,0 +1,481 @@ +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: Airbot_MMK2_remove_lid +dataset_uuid: 2f9ad5ac-c131-4d19-81ee-44f40e214304 +scene_type: + level1: other + level2: laboratory + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: lid +- object_name: table +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the lid of the foam box with the gripper. +sub_tasks: +- subtask: Place the lid of the foam box on the table with your left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the lid of the foam box with your left gripper. + subtask_index: 2 +- subtask: Grasp the lid of the foam box with your right gripper. + subtask_index: 3 +- subtask: Place the lid of the foam box on the table with your right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- lift +- place +robot_name: +- Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 47 + total_frames: 11589 + fps: 30 + total_tasks: 6 + total_videos: 188 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 403.44 MB +frame_num: 11589 +frame_range: 100K +dataset_size: 403.44 MB +data_structure: 'Airbot_MMK2_remove_lid_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (35 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:46 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_remove_pen_cap.yaml b/dataset_info/Airbot_MMK2_remove_pen_cap.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5ed24686f6baba6f85b6a5147cacff350027a609 --- /dev/null +++ b/dataset_info/Airbot_MMK2_remove_pen_cap.yaml @@ -0,0 +1,481 @@ +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: Airbot_MMK2_remove_pen_cap +dataset_uuid: 1fb5e3cd-8b5e-424d-8a76-320c2f453cd7 +scene_type: + level1: education + level2: school + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: pen +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the pen with the gripper, remove the cap, and place it down with the gripper. +sub_tasks: +- subtask: Place the pen cap on the table with the right gripper. + subtask_index: 0 +- subtask: Grasp the pen tightly with the left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Place the pen on the table with the left gripper. + subtask_index: 3 +- subtask: Remove the pen cap with the right gripper. + subtask_index: 4 +- subtask: Lift the pen with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 41147 + fps: 30 + total_tasks: 7 + total_videos: 400 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1.52 GB +frame_num: 41147 +frame_range: 100K +dataset_size: 1.52 GB +data_structure: 'Airbot_MMK2_remove_pen_cap_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:99 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_rotate_cube_face.yaml b/dataset_info/Airbot_MMK2_rotate_cube_face.yaml new file mode 100644 index 0000000000000000000000000000000000000000..150e7d625e0501bae1e3585bc29512763e8756b1 --- /dev/null +++ b/dataset_info/Airbot_MMK2_rotate_cube_face.yaml @@ -0,0 +1,486 @@ +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: Airbot_MMK2_rotate_cube_face +dataset_uuid: 06598466-9ad1-4af4-aa53-a265b7d23f9e +scene_type: + level1: household + level2: study_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: rubik's_cube +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the Rubik's cube with the left gripper, rotate it once with the right gripper, + and then place it down with the left gripper. +sub_tasks: +- subtask: Adjust the rubik's cube with the left gripper. + subtask_index: 0 +- subtask: Grasp the rubik's cube with the left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Place the rubik's cube on the table with the left gripper. + subtask_index: 3 +- subtask: Move the rightmost combination block of the rubik's cube with the right + gripper. + subtask_index: 4 +- subtask: Abnormal. + subtask_index: 5 +- subtask: Lift up the rubik's cube with the left gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +- flip +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 145 + total_frames: 55057 + fps: 30 + total_tasks: 8 + total_videos: 580 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 2.13 GB +frame_num: 55057 +frame_range: 100K +dataset_size: 2.13 GB +data_structure: 'Airbot_MMK2_rotate_cube_face_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (133 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:144 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_screw_the_bottle_cap.yaml b/dataset_info/Airbot_MMK2_screw_the_bottle_cap.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e749ac8d0eefcebb460089ca74253acc1d651a6a --- /dev/null +++ b/dataset_info/Airbot_MMK2_screw_the_bottle_cap.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_screw_the_bottle_cap +dataset_uuid: 311c08d2-fc43-43ec-afbf-f038c651ad6a +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bottle +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the water bottle with the left gripper, unscrew the cap with the right gripper, + and place the water bottle on the table with the left gripper. +sub_tasks: +- subtask: Place the bottle on the table with the left gripper. + subtask_index: 0 +- subtask: Grasp the bottle with the left gripper. + subtask_index: 1 +- subtask: Unscrew the bottle cap with the right gripper while holding the bottle + with the left gripper. + subtask_index: 2 +- subtask: Lift the bottle up with the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 16965 + fps: 30 + total_tasks: 6 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 632.28 MB +frame_num: 16965 +frame_range: 100K +dataset_size: 632.28 MB +data_structure: 'AIRBOT_MMK2_screw_the_bottle_cap_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_slide_block.yaml b/dataset_info/Airbot_MMK2_slide_block.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0c2996f5b687453c1815d57f0f55aeb5b5a16da3 --- /dev/null +++ b/dataset_info/Airbot_MMK2_slide_block.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_slide_block +dataset_uuid: 829d179e-8e0f-4391-9054-367433a29470 +scene_type: + level1: household + level2: bedroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: educational_building_blocks +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Press the building block to move its position with the right gripper. +sub_tasks: +- subtask: Move the orange cylinder to the right side of the box with right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Move the blue cube to the upper right side of the box with right gripper. + subtask_index: 2 +- subtask: Adjust the build blocks. + subtask_index: 3 +- subtask: Move the green cylinder to the right side of the box with right gripper. + subtask_index: 4 +- subtask: Move the wooden arched build blocks to the upper right side of the box + with right gripper. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: Move the yellow cube to the upper right side of the box with right gripper. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- press +- push +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 173 + total_frames: 52760 + fps: 30 + total_tasks: 9 + total_videos: 692 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 2.13 GB +frame_num: 52760 +frame_range: 100K +dataset_size: 2.13 GB +data_structure: 'Airbot_MMK2_slide_block_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (161 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:172 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_slide_block_onto_post.yaml b/dataset_info/Airbot_MMK2_slide_block_onto_post.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3dcad437df6628dcbdfd5f2526e8ba937d8dfaca --- /dev/null +++ b/dataset_info/Airbot_MMK2_slide_block_onto_post.yaml @@ -0,0 +1,483 @@ +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: Airbot_MMK2_slide_block_onto_post +dataset_uuid: 97709b3c-ddd4-4b2f-a3ba-47c5f5d097e0 +scene_type: + level1: household + level2: bedroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: early_education_toys +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the toy back to its original position with the right gripper. +sub_tasks: +- subtask: Grasp the red cylindrical build blocks with the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the green cylindrical build blocks on the 1st pillar of the block + base with the right gripper. + subtask_index: 2 +- subtask: Place the red cylindrical build blocks on the 1st pillar of the block base + with the right gripper. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Grasp the green cylindrical build blocks with the right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 189 + total_frames: 36378 + fps: 30 + total_tasks: 7 + total_videos: 756 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1.31 GB +frame_num: 36378 +frame_range: 100K +dataset_size: 1.31 GB +data_structure: 'Airbot_MMK2_slide_block_onto_post_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (177 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:188 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_slide_tape_onto_can.yaml b/dataset_info/Airbot_MMK2_slide_tape_onto_can.yaml new file mode 100644 index 0000000000000000000000000000000000000000..92b39074f4f45d9af2b37caba6dc335f3475425a --- /dev/null +++ b/dataset_info/Airbot_MMK2_slide_tape_onto_can.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_slide_tape_onto_can +dataset_uuid: a551a0c3-45e0-403e-982a-f5c9c826dac2 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: early_education_toys +- object_name: beverages +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the rings with the left gripper and with the right gripper, respectively, + and place them on the beverage cans. +sub_tasks: +- subtask: Grasp the transparent circular ring on the left with the left gripper. + subtask_index: 0 +- subtask: Place the transparent circular ring on the left onto the fanta in the middle + with left gripper. + subtask_index: 1 +- subtask: Place the transparent circular ring on the right onto the fanta in the + middle with right gripper. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: Grasp the transparent circular ring on the right with the right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 44 + total_frames: 10133 + fps: 30 + total_tasks: 7 + total_videos: 176 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 490.06 MB +frame_num: 10133 +frame_range: 100K +dataset_size: 490.06 MB +data_structure: 'Airbot_MMK2_slide_tape_onto_can_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (32 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:43 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_square_arrangement.yaml b/dataset_info/Airbot_MMK2_square_arrangement.yaml new file mode 100644 index 0000000000000000000000000000000000000000..393562d0b7a8e36f96dbb7b7d0abdcdbee5f8a14 --- /dev/null +++ b/dataset_info/Airbot_MMK2_square_arrangement.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_square_arrangement +dataset_uuid: cd2eedcd-a8fc-496e-96d2-199d2b7e5570 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: square +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the small cubes on the left and right sides with the left gripper on the corresponding + large cube on the left side. Place the small cubes on the left and right sides with + the right gripper on the corresponding large cube on the right side. +sub_tasks: +- subtask: Grasp the green cube block with the right gripper. + subtask_index: 0 +- subtask: Grasp the blue cube block with the left gripper. + subtask_index: 1 +- subtask: Place the green cube block on the yellow cube block with the right gripper. + subtask_index: 2 +- subtask: Place the blue cube block on the red cube block with the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 6572 + fps: 30 + total_tasks: 6 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 308.45 MB +frame_num: 6572 +frame_range: 10K +dataset_size: 308.45 MB +data_structure: 'AIRBOT_MMK2_square_arrangement_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:48 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_stack_block.yaml b/dataset_info/Airbot_MMK2_stack_block.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b97dfa7c35bc2cac9ac202d99c6f75e802730e13 --- /dev/null +++ b/dataset_info/Airbot_MMK2_stack_block.yaml @@ -0,0 +1,512 @@ +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: Airbot_MMK2_stack_block +dataset_uuid: abdc0dee-cdbe-4536-baae-7564ace0732d +scene_type: + level1: household + level2: bedroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: square_building_blocks +- object_name: block_pillar +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the square building blocks in the center with the left gripper. Place the + cylindrical building blocks on top with the right gripper. +sub_tasks: +- subtask: Grasp the blue build blocks with the left gripper. + subtask_index: 0 +- subtask: Grasp the green build blocks with the right gripper. + subtask_index: 1 +- subtask: Place the blue build blocks on the Mini table with the left gripper. + subtask_index: 2 +- subtask: Place the green build blocks on the blue build block with the right gripper. + subtask_index: 3 +- subtask: Grasp the blue diamond shaped build blocks with the right gripper. + subtask_index: 4 +- subtask: Grasp the red build blocks with the right gripper. + subtask_index: 5 +- subtask: Place the blue diamond shaped build blocks on the glasses case with the + right gripper. + subtask_index: 6 +- subtask: Place the purple build blocks on the red build block with the right gripper. + subtask_index: 7 +- subtask: Place the green build blocks on the center of the table with the left gripper. + subtask_index: 8 +- subtask: Grasp the green build blocks with the left gripper. + subtask_index: 9 +- subtask: Place the glasses case on the red and green build blocks with the left + gripper. + subtask_index: 10 +- subtask: Grasp the purple build blocks with the right gripper. + subtask_index: 11 +- subtask: Place the blue build blocks on the yellow build block with the left gripper. + subtask_index: 12 +- subtask: Grasp the glasses case with the left gripper. + subtask_index: 13 +- subtask: Place the green cylindrical build blocks on the green build blocks with + the right gripper. + subtask_index: 14 +- subtask: End. + subtask_index: 15 +- subtask: Place the blue build blocks on the pink build block with the left gripper. + subtask_index: 16 +- subtask: Place the red build blocks on the blue build block with the right gripper. + subtask_index: 17 +- subtask: Grasp the green cylindrical build blocks with the right gripper. + subtask_index: 18 +- subtask: null. + subtask_index: 19 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 236 + total_frames: 60925 + fps: 30 + total_tasks: 20 + total_videos: 944 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 2.00 GB +frame_num: 60925 +frame_range: 100K +dataset_size: 2.00 GB +data_structure: 'Airbot_MMK2_stack_block_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (224 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:235 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_stack_bowl.yaml b/dataset_info/Airbot_MMK2_stack_bowl.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9d391966884d14090c0c7431bd18fc0b4723c4d7 --- /dev/null +++ b/dataset_info/Airbot_MMK2_stack_bowl.yaml @@ -0,0 +1,480 @@ +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: Airbot_MMK2_stack_bowl +dataset_uuid: 3dac8c90-87d6-47c0-b47b-b226e27699d3 +scene_type: + level1: catering + level2: restaurant + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: bowl +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the small bowl into the big bowl with the hand. +sub_tasks: +- subtask: Grasp the white bowl with the left gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Place the white bowl on the pink bowl with the left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Static. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 9073 + fps: 30 + total_tasks: 6 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 339.42 MB +frame_num: 9073 +frame_range: 10K +dataset_size: 339.42 MB +data_structure: 'Airbot_MMK2_Airbot_MMK2_stack_bowl_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_stack_cubic_block.yaml b/dataset_info/Airbot_MMK2_stack_cubic_block.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4d3c38eade88ca5240b28fd952e04166e5fc9522 --- /dev/null +++ b/dataset_info/Airbot_MMK2_stack_cubic_block.yaml @@ -0,0 +1,496 @@ +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: Airbot_MMK2_stack_cubic_block +dataset_uuid: 6824ec0b-d5de-4095-847f-c0c4dfd03350 +scene_type: + level1: household + level2: bedroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: square_building_blocks +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the building blocks with the left gripper and place them on the blocks with + the right gripper. +sub_tasks: +- subtask: Grasp the blue build blocks with the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the blue build blocks on the red build block with the right gripper. + subtask_index: 2 +- subtask: Place the yellow build blocks on the orange build block with the right + gripper. + subtask_index: 3 +- subtask: Place the red build blocks on the center of the table with the left gripper. + subtask_index: 4 +- subtask: Place the orange build blocks on the yellow build block with the right + gripper. + subtask_index: 5 +- subtask: Grasp the blue build blocks with the left gripper. + subtask_index: 6 +- subtask: Grasp the red build blocks with the left gripper. + subtask_index: 7 +- subtask: Abnormal. + subtask_index: 8 +- subtask: Grasp the orange build blocks with the right gripper. + subtask_index: 9 +- subtask: Place the blue build blocks on the red build block with the left gripper. + subtask_index: 10 +- subtask: Grasp the yellow build blocks with the right gripper. + subtask_index: 11 +- subtask: null. + subtask_index: 12 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 162 + total_frames: 48691 + fps: 30 + total_tasks: 13 + total_videos: 648 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1.92 GB +frame_num: 48691 +frame_range: 100K +dataset_size: 1.92 GB +data_structure: 'Airbot_MMK2_stack_cubic_block_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (150 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:161 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_stack_cup.yaml b/dataset_info/Airbot_MMK2_stack_cup.yaml new file mode 100644 index 0000000000000000000000000000000000000000..11642c2f32fa5edcf99554edb835bb30589640a5 --- /dev/null +++ b/dataset_info/Airbot_MMK2_stack_cup.yaml @@ -0,0 +1,479 @@ +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: Airbot_MMK2_stack_cup +dataset_uuid: df39c59c-a273-4d3a-8ec1-38dd6a6db2ff +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cup +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cup with the hand and stack it on top of another cup. +sub_tasks: +- subtask: Place the purple cup on the pink cup with the left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the white cup with the right gripper. + subtask_index: 2 +- subtask: Place the white cup on the purple cup with the right gripper. + subtask_index: 3 +- subtask: Grasp the purple cup with the left gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 99 + total_frames: 67637 + fps: 30 + total_tasks: 6 + total_videos: 396 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 2.37 GB +frame_num: 67637 +frame_range: 100K +dataset_size: 2.37 GB +data_structure: 'Airbot_MMK2_stack_cup_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (87 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:98 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_stacking_blocks.yaml b/dataset_info/Airbot_MMK2_stacking_blocks.yaml new file mode 100644 index 0000000000000000000000000000000000000000..82901b82e37f3f27751f341e5a0d391c7d8f407c --- /dev/null +++ b/dataset_info/Airbot_MMK2_stacking_blocks.yaml @@ -0,0 +1,534 @@ +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: Airbot_MMK2_stacking_blocks +dataset_uuid: cdff2820-6ed6-414f-add9-1454a57a81b2 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: building_block +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move the large block on the left side to the center with the left gripper, and stack + the small blocks on top of the large block with the right gripper. +- Pick up a block from the table with the left gripper and place it on the blocks. + Pick up another block from the table with the right gripper and place it on the + blocks. +- Pick up the blue cube from the left side of the table with the left gripper and + place it on top of the yellow cube in the middle of the table. Pick up the green + cube from the right side of the table with the right gripper and place it on top + of the blue cube. +- Pick up the blue cube from the table with the left gripper and place it on the small + table. Then, pick up the red cube from the table with the right gripper and place + it on top of the blue cube. +- Pick up the red rectangular block on the left side of the table with the left gripper + and place it in the center of the table. Pick up the blue hexagonal wooden block + on the right side of the table with the right gripper and place it on top of the + red rectangular block. +sub_tasks: +- subtask: Place the yellow cube on the orange cube with the right gripper. + subtask_index: 0 +- subtask: Static. + subtask_index: 1 +- subtask: Grasp the blue rhombic cuboid block with the right gripper. + subtask_index: 2 +- subtask: Grasp the red cuboid block with the left gripper. + subtask_index: 3 +- subtask: Grasp the blue small cube with the left gripper. + subtask_index: 4 +- subtask: Place the red small cube on the blue small cube with the right gripper. + subtask_index: 5 +- subtask: Place the red cuboid block in the center of view with the left gripper. + subtask_index: 6 +- subtask: Grasp the big red cube with the left gripper. + subtask_index: 7 +- subtask: Abnormal. + subtask_index: 8 +- subtask: Place the orange cube on the yellow cube with the right gripper. + subtask_index: 9 +- subtask: Place the green small cube on the blue small cube with the right gripper. + subtask_index: 10 +- subtask: Grasp the green small cube with the right gripper. + subtask_index: 11 +- subtask: Grasp the red small cube with the right gripper. + subtask_index: 12 +- subtask: Grasp the blue cube with the right gripper. + subtask_index: 13 +- subtask: Place the blue cube on the red cube with the left gripper. + subtask_index: 14 +- subtask: Grasp the orange cube with the right gripper. + subtask_index: 15 +- subtask: Grasp the blue cube with the left gripper. + subtask_index: 16 +- subtask: Place the blue small cube on the small table with the left gripper. + subtask_index: 17 +- subtask: End. + subtask_index: 18 +- subtask: Place the blue rhombic cuboid block on the red cuboid block with the right + gripper. + subtask_index: 19 +- subtask: Place the blue small cube on the yellow small cube with the left gripper. + subtask_index: 20 +- subtask: Place the big red cube in the center of view with the left gripper. + subtask_index: 21 +- subtask: Grasp the yellow cube with the right gripper. + subtask_index: 22 +- subtask: Place theblue cube on the big red cube with the right gripper. + subtask_index: 23 +- subtask: null. + subtask_index: 24 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 213 + total_frames: 52766 + fps: 30 + total_tasks: 25 + total_videos: 852 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 2.16 GB +frame_num: 52766 +frame_range: 100K +dataset_size: 2.16 GB +data_structure: 'AIRBOT_MMK2_stacking_blocks_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (201 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:212 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_storage_and_take_cake_plate.yaml b/dataset_info/Airbot_MMK2_storage_and_take_cake_plate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c62557cf2f8f1cec30d2b215ba04645c5d977371 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_and_take_cake_plate.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_storage_and_take_cake_plate +dataset_uuid: d1a448c5-3e48-40fc-abea-48ccbe6f0ee0 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cake +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the cake into the plate with the left gripper. Pick it up with the right gripper. +sub_tasks: +- subtask: Place the cake on the table with the right gripper. + subtask_index: 0 +- subtask: Grasp the cake with the left gripper. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: Place the cake into the white plate with the left gripper. + subtask_index: 3 +- subtask: Grasp the cake on the plate with the right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 9782 + fps: 30 + total_tasks: 7 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 487.37 MB +frame_num: 9782 +frame_range: 10K +dataset_size: 487.37 MB +data_structure: 'Airbot_MMK2_storage_and_take_cake_plate_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_apple_orange.yaml b/dataset_info/Airbot_MMK2_storage_apple_orange.yaml new file mode 100644 index 0000000000000000000000000000000000000000..577918d8d96d3c4dae28e30b3e2fc0ee7c538dda --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_apple_orange.yaml @@ -0,0 +1,484 @@ +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: Airbot_MMK2_storage_apple_orange +dataset_uuid: 1fb03da6-a84c-43a0-ad3d-369dae395835 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: apple +- object_name: orange +- object_name: storage_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the apple with the left gripper and place it into the storage box. Pick + up the orange with the right gripper and place it into the storage box. +sub_tasks: +- subtask: Grasp the orange with the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the orange into the right compartment of the storage box with the + right gripper. + subtask_index: 2 +- subtask: Grasp the apple with the left gripper. + subtask_index: 3 +- subtask: Place the apple into the left compartment of the storage box with the left + gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 41 + total_frames: 6657 + fps: 30 + total_tasks: 6 + total_videos: 164 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 176.36 MB +frame_num: 6657 +frame_range: 10K +dataset_size: 176.36 MB +data_structure: 'Airbot_MMK2_storage_apple_orange_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (29 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:40 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_badminton.yaml b/dataset_info/Airbot_MMK2_storage_badminton.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fa8baf64031b24d328db771dd98becdf74b7713d --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_badminton.yaml @@ -0,0 +1,483 @@ +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: Airbot_MMK2_storage_badminton +dataset_uuid: deae536d-8b53-4024-9699-0de0c65669d1 +scene_type: + level1: other + level2: leisure_plaza + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: badminton +- object_name: storage_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the badminton shuttlecock into the storage box with the left gripper. Place + the badminton shuttlecock into the storage box with the right gripper. +sub_tasks: +- subtask: Grasp the badminton with the right gripper. + subtask_index: 0 +- subtask: Place the badminton into the left compartment of the storage box with the + left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Grasp the badminton with the left gripper. + subtask_index: 3 +- subtask: Place the badminton into the right compartment of the storage box with + the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 8382 + fps: 30 + total_tasks: 6 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 253.86 MB +frame_num: 8382 +frame_range: 10K +dataset_size: 253.86 MB +data_structure: 'Airbot_MMK2_storage_badminton_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_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_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_bell_pepper.yaml b/dataset_info/Airbot_MMK2_storage_bell_pepper.yaml new file mode 100644 index 0000000000000000000000000000000000000000..32f579a401e731d496a5f076d3eed23e255da75a --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_bell_pepper.yaml @@ -0,0 +1,483 @@ +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: Airbot_MMK2_storage_bell_pepper +dataset_uuid: 7ca43de4-5c19-4795-8554-c7761418441d +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: red_bell_pepper +- object_name: yellow_bell_pepper +- object_name: white_basket +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the red peppers and yellow peppers into the box with the gripper. +sub_tasks: +- subtask: Place the yellow pepper into the left compartment of the storage box with + the left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the green pepper with the right gripper. + subtask_index: 2 +- subtask: Place the green pepper into the right compartment of the storage box with + the right gripper. + subtask_index: 3 +- subtask: Grasp the yellow pepper with the left gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 48 + total_frames: 7525 + fps: 30 + total_tasks: 6 + total_videos: 192 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 200.61 MB +frame_num: 7525 +frame_range: 10K +dataset_size: 200.61 MB +data_structure: 'Airbot_MMK2_storage_bell_pepper_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:47 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_bell_pepper_bowl.yaml b/dataset_info/Airbot_MMK2_storage_bell_pepper_bowl.yaml new file mode 100644 index 0000000000000000000000000000000000000000..53ffc8d3244ce1ef06684b3ed7e0d2e0a5eef874 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_bell_pepper_bowl.yaml @@ -0,0 +1,481 @@ +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: Airbot_MMK2_storage_bell_pepper_bowl +dataset_uuid: 89fdfa05-ace7-465f-a291-c365600c95f5 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: yellow_bell_pepper +- object_name: bowl +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the yellow-green peppers into the bowl with the right gripper. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: Place yellow round chili pepper on the blue bowl with the right gripper. + subtask_index: 1 +- subtask: Grasp the yellow round chili pepper with the right gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Static. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 4495 + fps: 30 + total_tasks: 6 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 149.50 MB +frame_num: 4495 +frame_range: 10K +dataset_size: 149.50 MB +data_structure: 'Airbot_MMK2_Airbot_MMK2_storage_bell_pepper_bowl_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_block.yaml b/dataset_info/Airbot_MMK2_storage_block.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8512d71f1ce86ca70d77d7da6f220fc4432026d5 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_block.yaml @@ -0,0 +1,526 @@ +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: Airbot_MMK2_storage_block +dataset_uuid: e792e07b-2014-46b9-88e0-99af2e0e5a29 +scene_type: + level1: household + level2: bedroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: rectangular_building_blocks +- object_name: pink_plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the building blocks into the plate with the hand. +sub_tasks: +- subtask: Place the green rectangular build blocks into the white plate with the + right gripper. + subtask_index: 0 +- subtask: Grasp the green cylindrical build blocks with the left gripper. + subtask_index: 1 +- subtask: Place the red cube build blocks into the plate with the left gripper. + subtask_index: 2 +- subtask: Place the green rectangular build blocks into the pink plate with the right + gripper. + subtask_index: 3 +- subtask: Place the green cube build blocks into the plate with the right gripper. + subtask_index: 4 +- subtask: Place the green cylindrical build blocks into the cardboard box with the + left gripper. + subtask_index: 5 +- subtask: Place the red rectangular build blocks into the pink plate with the left + gripper. + subtask_index: 6 +- subtask: Grasp the purple cube build blocks with the left gripper. + subtask_index: 7 +- subtask: Grasp the blue cube build blocks with the right gripper. + subtask_index: 8 +- subtask: Abnormal. + subtask_index: 9 +- subtask: Grasp the green cube build blocks with the right gripper. + subtask_index: 10 +- subtask: Place the purple cube build blocks into the white plate with the left gripper. + subtask_index: 11 +- subtask: Place the red rectangular build blocks into the white plate with the left + gripper. + subtask_index: 12 +- subtask: Place the red cube build blocks into the white plate with the right gripper. + subtask_index: 13 +- subtask: Grasp the red cylindrical build blocks with the right gripper. + subtask_index: 14 +- subtask: Place the blue cube build blocks on the purple cube build blocks with the + right gripper. + subtask_index: 15 +- subtask: Place the green cube build blocks into the pink plate with the left gripper. + subtask_index: 16 +- subtask: Grasp the green rectangular build blocks with the right gripper. + subtask_index: 17 +- subtask: End. + subtask_index: 18 +- subtask: Place the red cylindrical build blocks into the cardboard box with the + right gripper. + subtask_index: 19 +- subtask: Grasp the red cube build blocks with the left gripper. + subtask_index: 20 +- subtask: Grasp the red cube build blocks with the right gripper. + subtask_index: 21 +- subtask: Grasp the red rectangular build blocks with the left gripper. + subtask_index: 22 +- subtask: Grasp the green cube build blocks with the left gripper. + subtask_index: 23 +- subtask: null. + subtask_index: 24 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 262 + total_frames: 55260 + fps: 30 + total_tasks: 25 + total_videos: 1048 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 2.17 GB +frame_num: 55260 +frame_range: 100K +dataset_size: 2.17 GB +data_structure: 'Airbot_MMK2_storage_block_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (250 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:261 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_block_BBs.yaml b/dataset_info/Airbot_MMK2_storage_block_BBs.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6335e4bbcd9f345740bc2466d4406a646b0896ed --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_block_BBs.yaml @@ -0,0 +1,488 @@ +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: Airbot_MMK2_storage_block_BBs +dataset_uuid: c8bf8635-6599-46c9-a347-335a06ee0a9b +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: bb_pellets +- object_name: bowl +- object_name: building_blocks +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the BB pellets and rectangular building blocks into the bowl with the gripper. +sub_tasks: +- subtask: Place the green cuboid block into the bowl with the right gripper. + subtask_index: 0 +- subtask: Grasp the green cuboid block with the right gripper. + subtask_index: 1 +- subtask: Grasp the bullet with the left gripper. + subtask_index: 2 +- subtask: Place the bullet into the bowl with the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- pick +- grasp +- place +- lift +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 48 + total_frames: 8640 + fps: 30 + total_tasks: 6 + total_videos: 192 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 284.10 MB +frame_num: 8640 +frame_range: 10K +dataset_size: 284.10 MB +data_structure: 'Airbot_MMK2_storage_block_BBs_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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) + + |-- logs + + | `-- collect + + | `-- collect_20260522120323.log + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:47 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_block_both_hands.yaml b/dataset_info/Airbot_MMK2_storage_block_both_hands.yaml new file mode 100644 index 0000000000000000000000000000000000000000..17da87d78e083728ce7851ab288ee742b2b8d964 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_block_both_hands.yaml @@ -0,0 +1,481 @@ +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: Airbot_MMK2_storage_block_both_hands +dataset_uuid: b11c8aab-e2d1-428d-8c25-7e16afc4b500 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: square_building_blocks +- object_name: cream_storage_basket +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the building blocks with both grippers simultaneously and place them into + the white storage box with both grippers. +sub_tasks: +- subtask: Grasp the red block with the left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the orange block with the right gripper. + subtask_index: 2 +- subtask: Place the red block into the white basket with the left gripper. + subtask_index: 3 +- subtask: Place the orange block into the white basket with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 3769 + fps: 30 + total_tasks: 6 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 104.11 MB +frame_num: 3769 +frame_range: 10K +dataset_size: 104.11 MB +data_structure: 'Airbot_MMK2_storage_block_both_hands_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_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_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_block_tape_measure.yaml b/dataset_info/Airbot_MMK2_storage_block_tape_measure.yaml new file mode 100644 index 0000000000000000000000000000000000000000..94fd13fc4b55aaff44b5b7b487ccdf70b17a2f25 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_block_tape_measure.yaml @@ -0,0 +1,488 @@ +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: Airbot_MMK2_storage_block_tape_measure +dataset_uuid: a53a8526-fca3-4871-83a0-62d211d63a7c +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: ruler_set +- object_name: building_blocks +- object_name: bowl +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the building blocks into the bowl with the left gripper and the ruler on the + plate with the right gripper. +sub_tasks: +- subtask: Place the tape measure into the pink plate with the right gripper. + subtask_index: 0 +- subtask: Grasp the tape measure with the right gripper. + subtask_index: 1 +- subtask: Place the green rectangular block into the blue bowl with the left gripper. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: Grasp the green rectangular block with the left gripper. + subtask_index: 4 +- subtask: Abnormal. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 48 + total_frames: 8921 + fps: 30 + total_tasks: 8 + total_videos: 192 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 371.90 MB +frame_num: 8921 +frame_range: 10K +dataset_size: 371.90 MB +data_structure: 'Airbot_MMK2_storage_block_tape_measure_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:47 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_book.yaml b/dataset_info/Airbot_MMK2_storage_book.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5545b8c15b769260f9c4a502aa565184dd29f272 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_book.yaml @@ -0,0 +1,487 @@ +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: Airbot_MMK2_storage_book +dataset_uuid: 08579bc2-33e6-44b8-ba50-1b5706a8c3b6 +scene_type: + level1: household + level2: study_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: bookshelves +- object_name: book +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the book with the right gripper and place it on the bookshelf with the right + gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the book with the right gripper. + subtask_index: 1 +- subtask: Place the book on the bookshelf with the left gripper. + subtask_index: 2 +- subtask: Place the book on the bookshelf with the right gripper. + subtask_index: 3 +- subtask: Push the book to the edge of the table with the right gripper. + subtask_index: 4 +- subtask: Grasp the book with the left gripper. + subtask_index: 5 +- subtask: Grasp the third book from the right with the left gripper. + subtask_index: 6 +- subtask: Abnormal. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 237 + total_frames: 91429 + fps: 30 + total_tasks: 9 + total_videos: 948 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 4.07 GB +frame_num: 91429 +frame_range: 100K +dataset_size: 4.07 GB +data_structure: 'Airbot_MMK2_storage_book_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (225 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:236 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_bottle_part.yaml b/dataset_info/Airbot_MMK2_storage_bottle_part.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d833914aa035a6811e75cfebb5703efe241f8607 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_bottle_part.yaml @@ -0,0 +1,489 @@ +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: Airbot_MMK2_storage_bottle_part +dataset_uuid: 85e60000-e33a-446b-a956-ce91d77b5f1c +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: water_bottle +- object_name: handle +- object_name: carton +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the water bottle and handle into the cardboard box with the gripper. +sub_tasks: +- subtask: Grasp the water bottle with the right gripper. + subtask_index: 0 +- subtask: Place the water bottle into the cardboard box with the right gripper. + subtask_index: 1 +- subtask: Lift the water bottle with the right gripper. + subtask_index: 2 +- subtask: Lift the remote control clip with the left gripper. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Static. + subtask_index: 5 +- subtask: Place the remote control clip into the cardboard box with the left gripper. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: Grasp the remote control clip with the left gripper. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 10499 + fps: 30 + total_tasks: 10 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 508.18 MB +frame_num: 10499 +frame_range: 100K +dataset_size: 508.18 MB +data_structure: 'Airbot_MMK2_storage_bottle_part_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_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_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_bowl.yaml b/dataset_info/Airbot_MMK2_storage_bowl.yaml new file mode 100644 index 0000000000000000000000000000000000000000..708a4ccb225a0264892a6d2bf90e8ca0c8845759 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_bowl.yaml @@ -0,0 +1,481 @@ +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: Airbot_MMK2_storage_bowl +dataset_uuid: 5193d395-7eb6-4f59-95ae-2e5055a167f1 +scene_type: + level1: catering + level2: restaurant + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: bowl +- object_name: basin +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the bowls on the table with the grippers and place them into the yellow + basin. +sub_tasks: +- subtask: Grasp the pink bowl with the left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the white bowl with the right gripper. + subtask_index: 2 +- subtask: Place the pink bowl into the yellow storage box with the left gripper. + subtask_index: 3 +- subtask: Place the white bowl into the yellow storage box with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 46 + total_frames: 10955 + fps: 30 + total_tasks: 6 + total_videos: 184 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 432.15 MB +frame_num: 10955 +frame_range: 100K +dataset_size: 432.15 MB +data_structure: 'Airbot_MMK2_storage_bowl_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (34 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:45 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_bowl_wet_wipes.yaml b/dataset_info/Airbot_MMK2_storage_bowl_wet_wipes.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1aecfbb7bbfe032353417f79e07b7918cadd6f11 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_bowl_wet_wipes.yaml @@ -0,0 +1,484 @@ +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: Airbot_MMK2_storage_bowl_wet_wipes +dataset_uuid: 02ae73d2-a9a0-465e-af14-eabdbfb11aa1 +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: plastic_bowls +- object_name: rectangular_plate +- object_name: wet_tissue_paper +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the bowl and wet wipes on the plate with the gripper. +sub_tasks: +- subtask: Place the wet wipes into the bowl with the left gripper. + subtask_index: 0 +- subtask: Place the bowl on the plate with the right gripper. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: Grasp the wet wipes with the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Grasp the bowl with the right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 13058 + fps: 30 + total_tasks: 7 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 425.41 MB +frame_num: 13058 +frame_range: 100K +dataset_size: 425.41 MB +data_structure: 'Airbot_MMK2_storage_bowl_wet_wipes_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_box_for_mouse_and_sponge.yaml b/dataset_info/Airbot_MMK2_storage_box_for_mouse_and_sponge.yaml new file mode 100644 index 0000000000000000000000000000000000000000..15086feaff56a639f4203d6606a3ec443bc51f62 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_box_for_mouse_and_sponge.yaml @@ -0,0 +1,487 @@ +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: Airbot_MMK2_storage_box_for_mouse_and_sponge +dataset_uuid: 2c6237a9-4c9b-45ce-bd08-c48c42462c93 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: mouse_box +- object_name: sponge +- object_name: round_plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the mouse box in the round plate with the left gripper. Place the sponge in + the round plate with the right gripper. +sub_tasks: +- subtask: Grasp the sponge with the right gripper. + subtask_index: 0 +- subtask: Static. + subtask_index: 1 +- subtask: Place the box on the white plate with the left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Place the sponge on the white plate with the right gripper. + subtask_index: 5 +- subtask: Grasp the box with the left gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 9471 + fps: 30 + total_tasks: 8 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 299.29 MB +frame_num: 9471 +frame_range: 10K +dataset_size: 299.29 MB +data_structure: 'AIRBOT_MMK2_storage_box_for_mouse_and_sponge_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:48 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_storage_braised_pork_belly_shrimp.yaml b/dataset_info/Airbot_MMK2_storage_braised_pork_belly_shrimp.yaml new file mode 100644 index 0000000000000000000000000000000000000000..685ec96c95e997ed44cb53eda4a8e1573279eb25 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_braised_pork_belly_shrimp.yaml @@ -0,0 +1,483 @@ +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: Airbot_MMK2_storage_braised_pork_belly_shrimp +dataset_uuid: bc8cb44a-0607-4499-af4b-29d23baeed6f +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: shrimp +- object_name: braised_pork +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the braised pork and shrimp on the plate with the gripper. +sub_tasks: +- subtask: Place the braised pork in brown sauce into the plate with the left gripper. + subtask_index: 0 +- subtask: Grasp the shrimp with the right gripper. + subtask_index: 1 +- subtask: Place the shrimp into the plate with the right gripper. + subtask_index: 2 +- subtask: Grasp the cake from the table and with the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Grasp the braised pork in brown sauce with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 38 + total_frames: 5834 + fps: 30 + total_tasks: 7 + total_videos: 152 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 277.59 MB +frame_num: 5834 +frame_range: 10K +dataset_size: 277.59 MB +data_structure: 'Airbot_MMK2_storage_braised_pork_belly_shrimp_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (26 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:37 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_cake_both_hands.yaml b/dataset_info/Airbot_MMK2_storage_cake_both_hands.yaml new file mode 100644 index 0000000000000000000000000000000000000000..93e4e9514b4235a6cbaf1a275ba0964e40c6edab --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_cake_both_hands.yaml @@ -0,0 +1,483 @@ +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: Airbot_MMK2_storage_cake_both_hands +dataset_uuid: 419aacad-0884-48c7-9531-3da0f677822f +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cakes +- object_name: lid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place two cakes into the lid with the gripper. +sub_tasks: +- subtask: Grasp the cake with the left gripper. + subtask_index: 0 +- subtask: Place the cake on the white basket with the right gripper. + subtask_index: 1 +- subtask: Grasp the cake with the right gripper. + subtask_index: 2 +- subtask: Place the cake on the white basket with the left gripper. + subtask_index: 3 +- subtask: Static. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 47 + total_frames: 4445 + fps: 30 + total_tasks: 7 + total_videos: 188 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 188.07 MB +frame_num: 4445 +frame_range: 10K +dataset_size: 188.07 MB +data_structure: 'Airbot_MMK2_storage_cake_both_hands_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (35 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:46 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_cake_box.yaml b/dataset_info/Airbot_MMK2_storage_cake_box.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a2e0a4baf1ba55ca0f8b22ea7aa6349b709cd342 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_cake_box.yaml @@ -0,0 +1,478 @@ +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: Airbot_MMK2_storage_cake_box +dataset_uuid: 888d5395-2b2b-4719-b2d4-1ce32bbd603e +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: flip_top_paper_boxes +- object_name: cake +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open the box with the left gripper and place the cake inside with the right gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the cake with the right gripper. + subtask_index: 1 +- subtask: Open the lid of the box with the left gripper. + subtask_index: 2 +- subtask: Place the cake into the box with the right gripper. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 10329 + fps: 30 + total_tasks: 5 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 283.16 MB +frame_num: 10329 +frame_range: 100K +dataset_size: 283.16 MB +data_structure: 'Airbot_MMK2_storage_cake_box_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_cake_cup.yaml b/dataset_info/Airbot_MMK2_storage_cake_cup.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5c41790b5f0c36c5846f106397b3b5c4ce113ffe --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_cake_cup.yaml @@ -0,0 +1,484 @@ +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: Airbot_MMK2_storage_cake_cup +dataset_uuid: 00494148-2ad0-448b-9918-ccab84f2fe20 +scene_type: + level1: catering + level2: cafe + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cup +- object_name: ice_cream +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the ice cream into the cup with the gripper. +sub_tasks: +- subtask: Place the cake into the blue cup with the right gripper. + subtask_index: 0 +- subtask: Grasp the cake with the left gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Grasp the cake with the right gripper. + subtask_index: 3 +- subtask: Static. + subtask_index: 4 +- subtask: Place the cake into the blue cup with the left gripper. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 18739 + fps: 30 + total_tasks: 8 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 730.92 MB +frame_num: 18739 +frame_range: 100K +dataset_size: 730.92 MB +data_structure: 'Airbot_MMK2_storage_cake_cup_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_cake_ice_cream.yaml b/dataset_info/Airbot_MMK2_storage_cake_ice_cream.yaml new file mode 100644 index 0000000000000000000000000000000000000000..265346abfee218054fe3c566255e4074c619ae3a --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_cake_ice_cream.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_storage_cake_ice_cream +dataset_uuid: 6a452eb1-9fa0-4cc8-bbbf-122ce3c9df30 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: plate +- object_name: cake +- object_name: ice_cream +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the cake with the left gripper and the ice cream with the right gripper into + the plate respectively. +sub_tasks: +- subtask: Grasp the ice cream with the right gripper. + subtask_index: 0 +- subtask: Place the ice cream into the white basket with the right gripper. + subtask_index: 1 +- subtask: Grasp the cake with the left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Place the cake into the white basket with the left gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 11989 + fps: 30 + total_tasks: 6 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 571.59 MB +frame_num: 11989 +frame_range: 100K +dataset_size: 571.59 MB +data_structure: 'Airbot_MMK2_storage_cake_ice_cream_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_cake_pan.yaml b/dataset_info/Airbot_MMK2_storage_cake_pan.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f578c3ae41bb27c8a5e2fa19bf1a55260c1edda4 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_cake_pan.yaml @@ -0,0 +1,480 @@ +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: Airbot_MMK2_storage_cake_pan +dataset_uuid: 3ceafee2-df12-4004-9d80-b188d1e6e0a1 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: pan +- object_name: cake +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the pot down with the left gripper. Place the cake in it with the right gripper. +sub_tasks: +- subtask: Grasp the frying pan with the left gripper. + subtask_index: 0 +- subtask: Grasp the bread with the right gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Place the bread on the frying pan with the right gripper. + subtask_index: 3 +- subtask: Place the frying pan on the table with the left gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 48 + total_frames: 8832 + fps: 30 + total_tasks: 6 + total_videos: 192 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 250.93 MB +frame_num: 8832 +frame_range: 10K +dataset_size: 250.93 MB +data_structure: 'Airbot_MMK2_storage_cake_pan_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:47 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_cake_plate.yaml b/dataset_info/Airbot_MMK2_storage_cake_plate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..19e93fffdc259e0611525af25e3b670359e6f091 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_cake_plate.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_storage_cake_plate +dataset_uuid: 66eb9b0f-583c-4233-a2bc-c064f0ea3b0b +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cake +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the cake into the plate with the left gripper. Place the cake into the plate + with the right gripper. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: Grasp the bagged cake with the left gripper. + subtask_index: 1 +- subtask: Place the bagged cake on the white plate with the right gripper. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Grasp the bagged cake with the right gripper. + subtask_index: 5 +- subtask: Place the bagged cake on the white plate with the left gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 6430 + fps: 30 + total_tasks: 8 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 280.77 MB +frame_num: 6430 +frame_range: 10K +dataset_size: 280.77 MB +data_structure: 'Airbot_MMK2_storage_cake_plate_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_computer_box.yaml b/dataset_info/Airbot_MMK2_storage_computer_box.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5d5975bb9d456370c591a88ebef18bc5ee8f9089 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_computer_box.yaml @@ -0,0 +1,481 @@ +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: Airbot_MMK2_storage_computer_box +dataset_uuid: dc4fba6b-79c1-4977-a7ad-1b159d434505 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: calculator_box +- object_name: lid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the calculator box from the table with the left gripper and pass it to the + right gripper. Pick up the computer box with the right gripper and place it inside + the white lid with the gripper. +sub_tasks: +- subtask: Place the calculator box into the white basket with the right gripper. + subtask_index: 0 +- subtask: Deliver the calculator box from left gripper to right gripper. + subtask_index: 1 +- subtask: Grasp the calculator box with the left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 10024 + fps: 30 + total_tasks: 5 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 363.70 MB +frame_num: 10024 +frame_range: 100K +dataset_size: 363.70 MB +data_structure: 'AIRBOT_MMK2_storage_computer_box_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_storage_cookie_cup.yaml b/dataset_info/Airbot_MMK2_storage_cookie_cup.yaml new file mode 100644 index 0000000000000000000000000000000000000000..50286c171c4ab69a8151538af453a45664927a62 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_cookie_cup.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_storage_cookie_cup +dataset_uuid: c74e66bf-44fd-459d-aa67-c839dc9271ec +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: plate +- object_name: macaron +- object_name: refreshing_beer +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the cookies on the plate with the left gripper. Place the beer on the plate + with the right gripper. +sub_tasks: +- subtask: Place the beer mug on the white basket with the right gripper. + subtask_index: 0 +- subtask: Place the bagged cookies on the white basket with the left gripper. + subtask_index: 1 +- subtask: Grasp the bagged cookies with the left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Grasp the beer mug with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 47 + total_frames: 9983 + fps: 30 + total_tasks: 6 + total_videos: 188 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 488.88 MB +frame_num: 9983 +frame_range: 10K +dataset_size: 488.88 MB +data_structure: 'Airbot_MMK2_storage_cookie_cup_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (35 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:46 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_cookie_toy_car.yaml b/dataset_info/Airbot_MMK2_storage_cookie_toy_car.yaml new file mode 100644 index 0000000000000000000000000000000000000000..31b3d7a1bd8af215d28a1a29bcf9b044bf24cfff --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_cookie_toy_car.yaml @@ -0,0 +1,489 @@ +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: Airbot_MMK2_storage_cookie_toy_car +dataset_uuid: cd07af68-cd83-4eaa-9ad1-c0b0926ab380 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +- object_name: toy_car +- object_name: cookie +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the toy car with the left gripper and place it into the basket. Then, pick + up the cookie with the right gripper and place it into the basket. +sub_tasks: +- subtask: Lift the toy car with left gripper and lift the cookies with the right + gripper. + subtask_index: 0 +- subtask: Grasp the toy car with left gripper and grasp the cookies with the right + gripper. + subtask_index: 1 +- subtask: Place the toy car on the pink plate with the left gripper. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: Place the cookies on the pink plate with the right gripper. + subtask_index: 4 +- subtask: Static. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 8388 + fps: 30 + total_tasks: 8 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 277.73 MB +frame_num: 8388 +frame_range: 10K +dataset_size: 277.73 MB +data_structure: 'Airbot_MMK2_storage_cookie_toy_car_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_cup.yaml b/dataset_info/Airbot_MMK2_storage_cup.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ad159a0b339bc61b09a39d9adea95a113f136e79 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_cup.yaml @@ -0,0 +1,490 @@ +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: Airbot_MMK2_storage_cup +dataset_uuid: dc43d1ff-f192-4e89-85d8-a8f3705cd872 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: any_cup +- object_name: basin +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the two cups into the basin with the gripper. +sub_tasks: +- subtask: place the cup in the yellow basket with the right gripper. + subtask_index: 0 +- subtask: Grasp the cup the left gripper. + subtask_index: 1 +- subtask: Lift the cup the right gripper. + subtask_index: 2 +- subtask: place the cup in the basin with the left gripper. + subtask_index: 3 +- subtask: Grasp the cup the right gripper. + subtask_index: 4 +- subtask: place the cup in the yellow basket with the left gripper. + subtask_index: 5 +- subtask: place the cup in the basin with the right gripper. + subtask_index: 6 +- subtask: Static. + subtask_index: 7 +- subtask: Lift the cup the left gripper. + subtask_index: 8 +- subtask: End. + subtask_index: 9 +- subtask: null. + subtask_index: 10 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 99 + total_frames: 20190 + fps: 30 + total_tasks: 11 + total_videos: 396 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 802.45 MB +frame_num: 20190 +frame_range: 100K +dataset_size: 802.45 MB +data_structure: 'Airbot_MMK2_storage_cup_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (87 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:98 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_cup_plate.yaml b/dataset_info/Airbot_MMK2_storage_cup_plate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a71aeb7f2f5fb8f6d35d66539db87619c71d129e --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_cup_plate.yaml @@ -0,0 +1,483 @@ +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: Airbot_MMK2_storage_cup_plate +dataset_uuid: 9e164774-1531-4e0a-bfbd-e3a41fe355b0 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: any_cup +- object_name: white_small_plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cups on the table with the hand and place them on the white plate with + the hand. +sub_tasks: +- subtask: Grasp the purple cup with the right gripper. + subtask_index: 0 +- subtask: Grasp the blue cup with the left gripper. + subtask_index: 1 +- subtask: Place the blue cup on the plate with the left gripper. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: Place the purple cup on the blue cup with the right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- place +- lift +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 44 + total_frames: 11727 + fps: 30 + total_tasks: 7 + total_videos: 176 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 500.26 MB +frame_num: 11727 +frame_range: 100K +dataset_size: 500.26 MB +data_structure: 'Airbot_MMK2_storage_cup_plate_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (32 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:43 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_cup_rubik's_cube.yaml b/dataset_info/Airbot_MMK2_storage_cup_rubik's_cube.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f2a0479bacac6e9b13b65be984db7a72f8db3be8 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_cup_rubik's_cube.yaml @@ -0,0 +1,484 @@ +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: Airbot_MMK2_storage_cup_rubik's_cube +dataset_uuid: 6a7c4463-732e-44f8-a049-646bab9ac3e4 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: plate +- object_name: cup +- object_name: rubik's_cube +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the Rubik's Cube into the plate with the right gripper. Place the cup on top + of the cube with the left gripper. +sub_tasks: +- subtask: Grasp the paper cup with the left gripper. + subtask_index: 0 +- subtask: Place the paper cup on the magic cube with the left gripper. + subtask_index: 1 +- subtask: Place the magic cube on the plate with the right gripper. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: Grasp the magic cube with the right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 47 + total_frames: 13787 + fps: 30 + total_tasks: 7 + total_videos: 188 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 387.16 MB +frame_num: 13787 +frame_range: 100K +dataset_size: 387.16 MB +data_structure: 'Airbot_MMK2_storage_cup_rubik_s_cube_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (35 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:46 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_diamond_ring.yaml b/dataset_info/Airbot_MMK2_storage_diamond_ring.yaml new file mode 100644 index 0000000000000000000000000000000000000000..67bf7b253ef1bfd4c7eedbc5e39a2e6c73fb95a9 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_diamond_ring.yaml @@ -0,0 +1,479 @@ +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: Airbot_MMK2_storage_diamond_ring +dataset_uuid: debd6bd9-dd7d-4283-a6b0-830f5e006db0 +scene_type: + level1: household + level2: bedroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: diamond_ring +- object_name: flip_top_paper_boxes +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the ring into the box with the gripper. +sub_tasks: +- subtask: Place the diamond ring into the box with the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Close the lid of the box with the left gripper. + subtask_index: 2 +- subtask: Grasp the diamond ring with the right gripper. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- place +- pick +- rotate +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 9131 + fps: 30 + total_tasks: 5 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 427.00 MB +frame_num: 9131 +frame_range: 10K +dataset_size: 427.00 MB +data_structure: 'Airbot_MMK2_storage_diamond_ring_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_egg_bowl.yaml b/dataset_info/Airbot_MMK2_storage_egg_bowl.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0d985f1bf2d99cad89e20a216752078589497323 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_egg_bowl.yaml @@ -0,0 +1,483 @@ +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: Airbot_MMK2_storage_egg_bowl +dataset_uuid: 63bd0ac6-e8da-4877-a892-0fcdd1abf2f2 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: egg +- object_name: bowl +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the egg from the table with the grippers and place it into the bowl with + the grippers. +sub_tasks: +- subtask: Grasp the egg with the left gripper. + subtask_index: 0 +- subtask: Place the egg into bowl with the right gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Place the egg into bowl with the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Grasp the egg with the right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 11572 + fps: 30 + total_tasks: 7 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 444.73 MB +frame_num: 11572 +frame_range: 100K +dataset_size: 444.73 MB +data_structure: 'Airbot_MMK2_storage_egg_bowl_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_egg_plate.yaml b/dataset_info/Airbot_MMK2_storage_egg_plate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f649e8fcd3ee8a8fb523e5f453bbb4328d3c340e --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_egg_plate.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_storage_egg_plate +dataset_uuid: 74d2c5c6-30c7-4ce7-b000-f1e58a75fc97 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: egg +- object_name: white_small_plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the egg from the table with the grippers and place it into the plate with + the grippers. +sub_tasks: +- subtask: Place the egg into the plate with the right gripper. + subtask_index: 0 +- subtask: Grasp the egg with the left gripper. + subtask_index: 1 +- subtask: Place the egg into the plate with the left gripper. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: Place the cake into the plate with the right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Grasp the egg with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 45 + total_frames: 7564 + fps: 30 + total_tasks: 8 + total_videos: 180 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 345.43 MB +frame_num: 7564 +frame_range: 10K +dataset_size: 345.43 MB +data_structure: 'Airbot_MMK2_storage_egg_plate_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (33 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:44 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_egg_white_box.yaml b/dataset_info/Airbot_MMK2_storage_egg_white_box.yaml new file mode 100644 index 0000000000000000000000000000000000000000..231fae993bc0d89c5318e62612b4ab7368caeb10 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_egg_white_box.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_storage_egg_white_box +dataset_uuid: 8a48d008-5794-4c72-a99d-d2de40858e9d +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: egg +- object_name: white_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the egg from the table with the grippers and place it into the storage box + with the grippers. +sub_tasks: +- subtask: Place the egg into the left compartment of the storage box with the left + gripper. + subtask_index: 0 +- subtask: Grasp the egg with the left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Grasp the egg with the right gripper. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Place the egg into the right compartment of the storage box with the right + gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 43 + total_frames: 6645 + fps: 30 + total_tasks: 7 + total_videos: 172 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 173.90 MB +frame_num: 6645 +frame_range: 10K +dataset_size: 173.90 MB +data_structure: 'Airbot_MMK2_storage_egg_white_box_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:42 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_egg_yellow_box.yaml b/dataset_info/Airbot_MMK2_storage_egg_yellow_box.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f1b6e3f64d866e73697937ec8cd97001606e91b6 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_egg_yellow_box.yaml @@ -0,0 +1,480 @@ +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: Airbot_MMK2_storage_egg_yellow_box +dataset_uuid: 6f744758-a75c-405e-8e23-3b793d00a493 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: egg +- object_name: egg_carton +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the egg from the table with the grippers and place it into the egg carton. +sub_tasks: +- subtask: Close the lid of the egg storage box with the left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the egg into the egg storage box with the right gripper. + subtask_index: 2 +- subtask: Grasp the egg with the right gripper. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 249 + total_frames: 68503 + fps: 30 + total_tasks: 6 + total_videos: 996 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 2.69 GB +frame_num: 68503 +frame_range: 100K +dataset_size: 2.69 GB +data_structure: 'Airbot_MMK2_storage_egg_yellow_box_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (237 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:248 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_electronics_white_basket.yaml b/dataset_info/Airbot_MMK2_storage_electronics_white_basket.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bf0e94b1758f42cb5152fa00116e2ed4c19339c6 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_electronics_white_basket.yaml @@ -0,0 +1,478 @@ +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: Airbot_MMK2_storage_electronics_white_basket +dataset_uuid: cf4d18cf-e7f3-4f05-9982-140f18bf8d92 +scene_type: + level1: industry + level2: factory + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: paper_boxes +- object_name: basket +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the mouse box and the calculator box into the white basket with the hand. +sub_tasks: +- subtask: Deliver the calculator box from left gripper to right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the calculator box with the left gripper. + subtask_index: 2 +- subtask: Place the calculator box into the white basket with the right gripper. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 10024 + fps: 30 + total_tasks: 5 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 363.95 MB +frame_num: 10024 +frame_range: 100K +dataset_size: 363.95 MB +data_structure: 'Airbot_MMK2_storage_electronics_white_basket_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_electronics_yellow_baket.yaml b/dataset_info/Airbot_MMK2_storage_electronics_yellow_baket.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4cb2118b4de9e9c03cfe524226bacba8580e8b82 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_electronics_yellow_baket.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: Airbot_MMK2_storage_electronics_yellow_baket +dataset_uuid: d0a7a2fd-d149-44ca-9821-1ba270952e30 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: paper_boxes +- object_name: basket +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the electronic products components into the yellow basket with the gripper. +sub_tasks: +- subtask: Place the calculator box into the storage box with the left gripper. + subtask_index: 0 +- subtask: Grasp the calculator box with the left gripper. + subtask_index: 1 +- subtask: Place the calculator box into the storage box with the right gripper. + subtask_index: 2 +- subtask: Place the phone case box into the storage box with the right gripper. + subtask_index: 3 +- subtask: Place the phone case box in the yellow box with the right gripper. + subtask_index: 4 +- subtask: Place the phone case box into the storage box with the left gripper. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: Place the calculator box in the yellow box with the left gripper. + subtask_index: 7 +- subtask: Grasp the calculator box with the right gripper. + subtask_index: 8 +- subtask: Grasp the phone case box with the right gripper. + subtask_index: 9 +- subtask: End. + subtask_index: 10 +- subtask: Grasp the phone case box with the left gripper. + subtask_index: 11 +- subtask: null. + subtask_index: 12 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 99 + total_frames: 25739 + fps: 30 + total_tasks: 13 + total_videos: 396 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 879.45 MB +frame_num: 25739 +frame_range: 100K +dataset_size: 879.45 MB +data_structure: 'Airbot_MMK2_storage_electronics_yellow_baket_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (87 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:98 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_for_building_blocks_and_beauty_sponges.yaml b/dataset_info/Airbot_MMK2_storage_for_building_blocks_and_beauty_sponges.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0dedc97af2d5e2954eadae85d9b97bdec39d8268 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_for_building_blocks_and_beauty_sponges.yaml @@ -0,0 +1,514 @@ +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: Airbot_MMK2_storage_for_building_blocks_and_beauty_sponges +dataset_uuid: be857fee-79ab-4aaa-b319-7037bc68d506 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: plastic_bullets +- object_name: plate +- object_name: building_blocks +- object_name: sponge +- object_name: mouse_box +- object_name: beverage +- object_name: wet_wipes +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the plastic bullets from the plate with the left gripper and place them + on the table. Pick up the building blocks from the table with the right gripper + and place them on the plate. +- Pick up the sponge from the plate with the left gripper and place it on the table. + Pick up the mouse box from the table with the right gripper and place it on the + plate. +- Pick up the drink from the plate with the left gripper and place it on the table. + Pick up the wet wipes from the table with the right gripper and place them on the + plate. +sub_tasks: +- subtask: grasp the bullet on the plate and with the left gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Place the mouse box into the plate with the right gripper. + subtask_index: 2 +- subtask: Grasp the Vitamin B water in the plate with the left gripper. + subtask_index: 3 +- subtask: Place the wet wipes into the plate with the right gripper. + subtask_index: 4 +- subtask: Place the bullet on the table with the left gripper. + subtask_index: 5 +- subtask: Grasp the mouse box with the right gripper. + subtask_index: 6 +- subtask: Place the sponge on the table with the left gripper. + subtask_index: 7 +- subtask: Place the Vitamin B water on the table with the left gripper. + subtask_index: 8 +- subtask: Static. + subtask_index: 9 +- subtask: grasp the green rectangular block with the right gripper. + subtask_index: 10 +- subtask: End. + subtask_index: 11 +- subtask: Grasp the sponge in the plate with the left gripper. + subtask_index: 12 +- subtask: Grasp the wet wipes with the right gripper. + subtask_index: 13 +- subtask: Place the green rectangular block on the plate with the right gripper. + subtask_index: 14 +- subtask: null. + subtask_index: 15 +atomic_actions: +- grasp +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 150 + total_frames: 33906 + fps: 30 + total_tasks: 16 + total_videos: 600 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1.03 GB +frame_num: 33906 +frame_range: 100K +dataset_size: 1.03 GB +data_structure: 'AIRBOT_MMK2_storage_for_building_blocks_and_beauty_sponges_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (138 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:149 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_storage_gold_bar_model_shark_doll.yaml b/dataset_info/Airbot_MMK2_storage_gold_bar_model_shark_doll.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fd650c74ec5b7274caed56c2099caf5d3eaa4b8c --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_gold_bar_model_shark_doll.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_storage_gold_bar_model_shark_doll +dataset_uuid: 447d6dc6-c769-4d45-9e2d-2605cd8a803a +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: paper_boxes +- object_name: shark_doll +- object_name: gold_bar +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the shark doll with the left gripper and the gold bar with the right gripper + into the paper box respectively. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the whale on the paper box with the left gripper. + subtask_index: 1 +- subtask: Place the gold bar on the paper box with the right gripper. + subtask_index: 2 +- subtask: Grasp the whale with the left gripper. + subtask_index: 3 +- subtask: Grasp the gold bar with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 44 + total_frames: 5620 + fps: 30 + total_tasks: 6 + total_videos: 176 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 240.39 MB +frame_num: 5620 +frame_range: 10K +dataset_size: 240.39 MB +data_structure: 'Airbot_MMK2_storage_gold_bar_model_shark_doll_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (32 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:43 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_grape.yaml b/dataset_info/Airbot_MMK2_storage_grape.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5f381d6befbc1e340673b078c71fc7bba1fafb06 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_grape.yaml @@ -0,0 +1,476 @@ +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: Airbot_MMK2_storage_grape +dataset_uuid: 0def36d6-92fa-40df-bf71-cf144a701fab +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: grape +- object_name: storage_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the grapes into the white box with the hand. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the grape with the right gripper. + subtask_index: 1 +- subtask: Place the grape into the storage box with the right gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- place +- lift +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 5721 + fps: 30 + total_tasks: 4 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 150.50 MB +frame_num: 5721 +frame_range: 10K +dataset_size: 150.50 MB +data_structure: 'Airbot_MMK2_storage_grape_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_hourglass.yaml b/dataset_info/Airbot_MMK2_storage_hourglass.yaml new file mode 100644 index 0000000000000000000000000000000000000000..790bab2078d3bb80f7dff62104025d1942e27ebe --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_hourglass.yaml @@ -0,0 +1,477 @@ +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: Airbot_MMK2_storage_hourglass +dataset_uuid: 8ee53d45-9705-4d8b-8820-ef4cd97579f4 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: hourglass +- object_name: storage_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the hourglass into the storage box with the right gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the hourglass into the right compartment of the storage box with + the right gripper. + subtask_index: 1 +- subtask: Grasp the hourglass with the right gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 7471 + fps: 30 + total_tasks: 4 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 236.33 MB +frame_num: 7471 +frame_range: 10K +dataset_size: 236.33 MB +data_structure: 'Airbot_MMK2_storage_hourglass_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_ice_cream.yaml b/dataset_info/Airbot_MMK2_storage_ice_cream.yaml new file mode 100644 index 0000000000000000000000000000000000000000..98185108f963c20f996f5f362875e74fea20a81a --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_ice_cream.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_storage_ice_cream +dataset_uuid: 9f25b1c5-9d2a-4495-a08c-d047eca32f8b +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: ice_cream +- object_name: storage_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the ice cream into the storage box with the left gripper. Place the ice cream + into the storage box with the right gripper. +sub_tasks: +- subtask: Grasp the ice cream with the right gripper. + subtask_index: 0 +- subtask: Place the ice cream into the white basket with the right gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: Place the ice cream into the white basket with the left gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Grasp the ice cream with the left gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 47 + total_frames: 7639 + fps: 30 + total_tasks: 8 + total_videos: 188 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 307.08 MB +frame_num: 7639 +frame_range: 10K +dataset_size: 307.08 MB +data_structure: 'Airbot_MMK2_storage_ice_cream_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (35 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:46 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_item.yaml b/dataset_info/Airbot_MMK2_storage_item.yaml new file mode 100644 index 0000000000000000000000000000000000000000..509163c604ba72957a61935d98812654805c7dc7 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_item.yaml @@ -0,0 +1,489 @@ +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: Airbot_MMK2_storage_item +dataset_uuid: b53b741f-6c4c-401c-a3cf-83ef26539097 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: building_blocks +- object_name: bowl +- object_name: tape_measure +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the building blocks on the table with the left gripper and place them into + the bowl. Pick up the tape measure from the table with the right gripper and place + it in the small tray. +sub_tasks: +- subtask: Place the green rectangular block into the blue bowl with the left gripper. + subtask_index: 0 +- subtask: Place the tape measure into the pink plate with the right gripper. + subtask_index: 1 +- subtask: Grasp the tape measure with the right gripper. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: Grasp the green rectangular block with the left gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 47 + total_frames: 8573 + fps: 30 + total_tasks: 8 + total_videos: 188 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 357.60 MB +frame_num: 8573 +frame_range: 10K +dataset_size: 357.60 MB +data_structure: 'AIRBOT_MMK2_storage_item_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (35 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:46 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_storage_lemon_mango.yaml b/dataset_info/Airbot_MMK2_storage_lemon_mango.yaml new file mode 100644 index 0000000000000000000000000000000000000000..005db23d84b7bc971d3bc66f564432ed4ebb84e4 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_lemon_mango.yaml @@ -0,0 +1,484 @@ +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: Airbot_MMK2_storage_lemon_mango +dataset_uuid: 14974a95-cea1-40c1-ad30-43df6e1284d0 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: lemon +- object_name: mango +- object_name: storage_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the mango with the left gripper and the lemon with the right gripper, and + place them into the storage box. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the lemon into the right compartment of the storage box with the + right gripper. + subtask_index: 1 +- subtask: Place the mango into the left compartment of the storage box with the left + gripper. + subtask_index: 2 +- subtask: Grasp the mango with the left gripper. + subtask_index: 3 +- subtask: Grasp the lemon with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- place +- lift +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 7685 + fps: 30 + total_tasks: 6 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 201.67 MB +frame_num: 7685 +frame_range: 10K +dataset_size: 201.67 MB +data_structure: 'Airbot_MMK2_storage_lemon_mango_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_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_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_mango_pomegranate.yaml b/dataset_info/Airbot_MMK2_storage_mango_pomegranate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d579905c6fef5db52e3b51821347a3cb63491f42 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_mango_pomegranate.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: Airbot_MMK2_storage_mango_pomegranate +dataset_uuid: ce56572d-cc18-4057-8cfd-a8fd1c5bbf82 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: pomegranate +- object_name: mango +- object_name: storage_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the pomegranate with the left gripper and place it into the storage box. + Pick up the mango with the right gripper and place it into the storage box. +sub_tasks: +- subtask: Place the pomegranate into the left compartment of the storage box with + the left gripper. + subtask_index: 0 +- subtask: Grasp the pomegranate with the left gripper. + subtask_index: 1 +- subtask: Grasp a mango with the right gripper. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: Place the pomegranate into the left compartment of the storage box with + the left gripper. + subtask_index: 4 +- subtask: Grasp a pomegranate with the left gripper. + subtask_index: 5 +- subtask: Grasp the mango with the right gripper. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: Place the mango into the right compartment of the storage box with the + right gripper. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 90 + total_frames: 28506 + fps: 30 + total_tasks: 10 + total_videos: 360 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 896.02 MB +frame_num: 28506 +frame_range: 100K +dataset_size: 896.02 MB +data_structure: 'Airbot_MMK2_Airbot_MMK2_storage_mango_pomegranate_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (78 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:89 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_milk_tissue.yaml b/dataset_info/Airbot_MMK2_storage_milk_tissue.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e76e84e737354b918a3ffd237736bf6122e658fe --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_milk_tissue.yaml @@ -0,0 +1,487 @@ +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: Airbot_MMK2_storage_milk_tissue +dataset_uuid: 3280a476-1668-4eb0-9c1a-9356c4acc341 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +- object_name: milk +- object_name: tissue_paper +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the tissue with the left gripper and place it into the basket. Then, pick + up the milk with the right gripper and place it into the basket. +sub_tasks: +- subtask: Place the milk on the white basket with the right gripper. + subtask_index: 0 +- subtask: Place the tissue on the white basket with the left gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: Grasp the milk with the right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Grasp the tissue with the left gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 48 + total_frames: 10048 + fps: 30 + total_tasks: 8 + total_videos: 192 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 350.37 MB +frame_num: 10048 +frame_range: 100K +dataset_size: 350.37 MB +data_structure: 'Airbot_MMK2_storage_milk_tissue_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:47 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_network_cable_paper_box.yaml b/dataset_info/Airbot_MMK2_storage_network_cable_paper_box.yaml new file mode 100644 index 0000000000000000000000000000000000000000..147781a2f71a6b58436c4b55214fc8eea0285537 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_network_cable_paper_box.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_storage_network_cable_paper_box +dataset_uuid: 82de7431-16b8-42df-a01f-16e67dbf422a +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: box +- object_name: carton +- object_name: cable +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the box with the left gripper and place it into the lid. Pick up the cable + with the right gripper and place it into the lid. +sub_tasks: +- subtask: Grasp the mouse box with the left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the mouse box into the carton with the left gripper. + subtask_index: 2 +- subtask: Place the network cable into the carton with the right gripper. + subtask_index: 3 +- subtask: Grasp the network cable with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 60 + total_frames: 17028 + fps: 30 + total_tasks: 6 + total_videos: 240 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 729.50 MB +frame_num: 17028 +frame_range: 100K +dataset_size: 729.50 MB +data_structure: 'Airbot_MMK2_storage_network_cable_paper_box_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (48 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:59 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_onion_sweet_potato.yaml b/dataset_info/Airbot_MMK2_storage_onion_sweet_potato.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5290b9169826ee6c4e7ff9eaa7fa7f6bd1d70c22 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_onion_sweet_potato.yaml @@ -0,0 +1,484 @@ +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: Airbot_MMK2_storage_onion_sweet_potato +dataset_uuid: 4804e3d2-91ee-465b-83bf-0d182cc07932 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: potato +- object_name: onion +- object_name: storage_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the potato with the left gripper and place it into the storage box. Pick + up the onion with the right gripper and place it into the storage box. +sub_tasks: +- subtask: Grasp the eggplant with the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the sweet potato into the left compartment of the storage box with + the left gripper. + subtask_index: 2 +- subtask: Place the eggplant into the right compartment of the storage box with the + right gripper. + subtask_index: 3 +- subtask: Grasp the sweet potato with the left gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 6502 + fps: 30 + total_tasks: 6 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 173.31 MB +frame_num: 6502 +frame_range: 10K +dataset_size: 173.31 MB +data_structure: 'Airbot_MMK2_storage_onion_sweet_potato_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_paper_box_sponge.yaml b/dataset_info/Airbot_MMK2_storage_paper_box_sponge.yaml new file mode 100644 index 0000000000000000000000000000000000000000..27f4919136f6290081fa55b3942602c98a021fb6 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_paper_box_sponge.yaml @@ -0,0 +1,486 @@ +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: Airbot_MMK2_storage_paper_box_sponge +dataset_uuid: e84bd245-1e63-489c-a3b9-a2eb8999cd2c +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: small_black_boxes +- object_name: cleaning_sponge +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the box with the left gripper and the sponge with the right gripper into the + plate respectively. +sub_tasks: +- subtask: Grasp the sponge with the right gripper. + subtask_index: 0 +- subtask: Place the sponge on the white plate with the right gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Place the box on the white plate with the left gripper. + subtask_index: 5 +- subtask: Grasp the box with the left gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 9624 + fps: 30 + total_tasks: 8 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 304.39 MB +frame_num: 9624 +frame_range: 10K +dataset_size: 304.39 MB +data_structure: 'Airbot_MMK2_storage_paper_box_sponge_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_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_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_peach_pear.yaml b/dataset_info/Airbot_MMK2_storage_peach_pear.yaml new file mode 100644 index 0000000000000000000000000000000000000000..dde422ec854509281f5fa18fad5d537cc065e4a6 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_peach_pear.yaml @@ -0,0 +1,484 @@ +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: Airbot_MMK2_storage_peach_pear +dataset_uuid: c48b833c-02bd-4fd5-a2c2-5b03bf2c2936 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: pear +- object_name: peach +- object_name: storage_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the peach with the left gripper and place it into the storage box. Pick + up the pear with the right gripper and place it into the storage box. +sub_tasks: +- subtask: Grasp a peach with the left gripper. + subtask_index: 0 +- subtask: Grasp a pear with the right gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Place the peach into the left compartment of the storage box with the left + gripper. + subtask_index: 3 +- subtask: Place the pear into the right compartment of the storage box with the right + gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 12 + total_frames: 2804 + fps: 30 + total_tasks: 7 + total_videos: 48 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 114.17 MB +frame_num: 2804 +frame_range: 10K +dataset_size: 114.17 MB +data_structure: 'Airbot_MMK2_storage_peach_pear_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + |-- 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:11 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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/Airbot_MMK2_storage_penguin_doll_tiger_doll.yaml b/dataset_info/Airbot_MMK2_storage_penguin_doll_tiger_doll.yaml new file mode 100644 index 0000000000000000000000000000000000000000..72b7ea2dd7dc3b57759c902c8127ed3e7561c7c7 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_penguin_doll_tiger_doll.yaml @@ -0,0 +1,481 @@ +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: Airbot_MMK2_storage_penguin_doll_tiger_doll +dataset_uuid: a434db58-04cd-4cd6-b8af-ce5a5d0e7377 +scene_type: + level1: household + level2: bedroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: doll +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the doll on the plate with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the penguin doll with the left gripper. + subtask_index: 1 +- subtask: Grasp the tiger doll with the right gripper. + subtask_index: 2 +- subtask: Place the penguin doll into the white basket with the left gripper. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Place the tiger doll into the white basket with the right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 13342 + fps: 30 + total_tasks: 7 + total_videos: 400 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 424.11 MB +frame_num: 13342 +frame_range: 100K +dataset_size: 424.11 MB +data_structure: 'Airbot_MMK2_storage_penguin_doll_tiger_doll_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:99 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_pineapple.yaml b/dataset_info/Airbot_MMK2_storage_pineapple.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8d07cc9634d7e87bb711bb6b4881bee5e35f236d --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_pineapple.yaml @@ -0,0 +1,476 @@ +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: Airbot_MMK2_storage_pineapple +dataset_uuid: 233c1864-1e2e-4e3b-ba03-b1aad7b7ead0 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: pineapple +- object_name: storage_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the pineapple with the right gripper and place it into the storage box. +sub_tasks: +- subtask: Place the pineapple into the storage box with the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the pineapple with the right gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 5219 + fps: 30 + total_tasks: 4 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 140.78 MB +frame_num: 5219 +frame_range: 10K +dataset_size: 140.78 MB +data_structure: 'Airbot_MMK2_storage_pineapple_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_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_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_potato_left.yaml b/dataset_info/Airbot_MMK2_storage_potato_left.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a259c7ab8a8f18bd3dffcf8e929724163b565de2 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_potato_left.yaml @@ -0,0 +1,487 @@ +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: Airbot_MMK2_storage_potato_left +dataset_uuid: 0beaf8a8-4e3f-487a-8514-d6616574fb27 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: potato +- object_name: storage_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the potato with the left gripper and place it into the storage box. +sub_tasks: +- subtask: Grasp the potato with the right gripper. + subtask_index: 0 +- subtask: Grasp the potato with the left gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Place the potato into the left compartment of the storage box with the + left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Static. + subtask_index: 5 +- subtask: Place the potato into the right compartment of the storage box with the + right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 69 + total_frames: 8728 + fps: 30 + total_tasks: 8 + total_videos: 276 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 322.29 MB +frame_num: 8728 +frame_range: 10K +dataset_size: 322.29 MB +data_structure: 'Airbot_MMK2_Airbot_MMK2_storage_potato_left_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:68 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_potato_pumpkin.yaml b/dataset_info/Airbot_MMK2_storage_potato_pumpkin.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4e16afdbc57e2bca814ba9c3a4e55d8b3d1fc1a8 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_potato_pumpkin.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_storage_potato_pumpkin +dataset_uuid: dce6729c-feae-41cc-8efe-113203a6fabe +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: potato +- object_name: pumpkin +- object_name: storage_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the potato with the left gripper and place it into the storage box. Pick + up the pumpkin with the right gripper and place it into the storage box. +sub_tasks: +- subtask: Grasp the pumpkin with the right gripper. + subtask_index: 0 +- subtask: Grasp the potato with the left gripper. + subtask_index: 1 +- subtask: Place the potato into the left compartment of the storage box with the + left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Place the pumpkin into the right compartment of the storage box with the + right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- pick +- place +- grasp +robot_name: +- Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 41 + total_frames: 9965 + fps: 30 + total_tasks: 6 + total_videos: 164 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 288.96 MB +frame_num: 9965 +frame_range: 10K +dataset_size: 288.96 MB +data_structure: 'Airbot_MMK2_Airbot_MMK2_storage_potato_pumpkin_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (29 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:40 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_pumpkin_left.yaml b/dataset_info/Airbot_MMK2_storage_pumpkin_left.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3d4c0689c2537a58f9f04df150c69657ead9425a --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_pumpkin_left.yaml @@ -0,0 +1,480 @@ +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: Airbot_MMK2_storage_pumpkin_left +dataset_uuid: 4b35f9dc-0d0b-48f9-810b-f19a56192394 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: pumpkin +- object_name: bowl +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the pumpkin with the left gripper and place it into the bowl with the left + gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Static. + subtask_index: 1 +- subtask: Grasp the pumpkin with the left gripper. + subtask_index: 2 +- subtask: Place the pumpkin on the pink bowl with the left gripper. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 6026 + fps: 30 + total_tasks: 5 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 227.23 MB +frame_num: 6026 +frame_range: 10K +dataset_size: 227.23 MB +data_structure: 'Airbot_MMK2_Airbot_MMK2_storage_pumpkin_left_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_pumpkin_right.yaml b/dataset_info/Airbot_MMK2_storage_pumpkin_right.yaml new file mode 100644 index 0000000000000000000000000000000000000000..db13aafe2d83f699cdb455a7c931437402deea7d --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_pumpkin_right.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_storage_pumpkin_right +dataset_uuid: 1836e21b-d90e-4253-bda7-dd36cff7f7d6 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: pumpkin +- object_name: storage_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the pumpkin with the right gripper and place it into the storage box. +sub_tasks: +- subtask: Place the pumpkin into the right compartment of the storage box. + subtask_index: 0 +- subtask: Place the pumpkin into the right compartment of the storage box with the + right gripper. + subtask_index: 1 +- subtask: Grasp the pumpkin with the right gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Static. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- place +- pick +robot_name: +- Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 12358 + fps: 30 + total_tasks: 6 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 463.33 MB +frame_num: 12358 +frame_range: 100K +dataset_size: 463.33 MB +data_structure: 'Airbot_MMK2_Airbot_MMK2_storage_pumpkin_right_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_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_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_remote_control_clip_box_water_bottle.yaml b/dataset_info/Airbot_MMK2_storage_remote_control_clip_box_water_bottle.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f1c024595dc1c67af0a2050dc93c724b47fa7801 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_remote_control_clip_box_water_bottle.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: Airbot_MMK2_storage_remote_control_clip_box_water_bottle +dataset_uuid: 993b81b9-2ebd-44d7-933c-d6d77b2851db +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: remote_control_gripper +- object_name: mineral_water_bottle +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the remote control with the left gripper. At the same time, the right gripper + picks up the mineral water bottle. The left gripper then places it into the box. + The right gripper does the same. +sub_tasks: +- subtask: Place the water bottle into the cardboard box with the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: Lift the water bottle with the right gripper. + subtask_index: 3 +- subtask: Grasp the remote control clip with the left gripper. + subtask_index: 4 +- subtask: Lift the remote control clip with the left gripper. + subtask_index: 5 +- subtask: Place the remote control clip into the cardboard box with the left gripper. + subtask_index: 6 +- subtask: Abnormal. + subtask_index: 7 +- subtask: Grasp the water bottle with the right gripper. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 47 + total_frames: 9890 + fps: 30 + total_tasks: 10 + total_videos: 188 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 478.85 MB +frame_num: 9890 +frame_range: 10K +dataset_size: 478.85 MB +data_structure: 'AIRBOT_MMK2_storage_remote_control_clip_box_water_bottle_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (35 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:46 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_storage_rubiks_cube_and_cup.yaml b/dataset_info/Airbot_MMK2_storage_rubiks_cube_and_cup.yaml new file mode 100644 index 0000000000000000000000000000000000000000..76918a6c4c17b3b709d6a7dbb6905274ba128982 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_rubiks_cube_and_cup.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_storage_rubiks_cube_and_cup +dataset_uuid: a274e48b-ea08-49bb-a762-da873baef867 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: rubiks_cube +- object_name: circular_tray +- object_name: paper_cup +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the Rubik's cube onto the circular tray with the right gripper. Place the + paper cup on top of the Rubik's cube with the left gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the paper cup on the magic cube with the left gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Grasp the magic cube with the right gripper. + subtask_index: 3 +- subtask: Place the magic cube on the plate with the right gripper. + subtask_index: 4 +- subtask: Grasp the paper cup with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 48 + total_frames: 13979 + fps: 30 + total_tasks: 7 + total_videos: 192 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 392.18 MB +frame_num: 13979 +frame_range: 100K +dataset_size: 392.18 MB +data_structure: 'AIRBOT_MMK2_storage_rubiks_cube_and_cup_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:47 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_storage_shark_doll.yaml b/dataset_info/Airbot_MMK2_storage_shark_doll.yaml new file mode 100644 index 0000000000000000000000000000000000000000..08367c1f3f8e36812823461ac5c884443500ff7d --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_shark_doll.yaml @@ -0,0 +1,479 @@ +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: Airbot_MMK2_storage_shark_doll +dataset_uuid: 9e254ff3-e75f-44d3-82df-6f087afc4595 +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: shark_doll +- object_name: lid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the shark doll with the gripper and place it into the lid. +sub_tasks: +- subtask: Place the whale on the white lid with the right gripper. + subtask_index: 0 +- subtask: Grasp the whale with the left gripper. + subtask_index: 1 +- subtask: Deliver the whale from left gripper to right gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 93 + total_frames: 13034 + fps: 30 + total_tasks: 5 + total_videos: 372 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 461.35 MB +frame_num: 13034 +frame_range: 100K +dataset_size: 461.35 MB +data_structure: 'Airbot_MMK2_storage_shark_doll_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (81 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:92 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_sponge_wet_wipes.yaml b/dataset_info/Airbot_MMK2_storage_sponge_wet_wipes.yaml new file mode 100644 index 0000000000000000000000000000000000000000..97efbe701d78831d504c92950922ca407a195730 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_sponge_wet_wipes.yaml @@ -0,0 +1,487 @@ +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: Airbot_MMK2_storage_sponge_wet_wipes +dataset_uuid: 5eea93c4-9725-42d9-998c-dea56e237b05 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +- object_name: sponge +- object_name: wet_wipe +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the sponge and wet wipes with both grippers simultaneously, and place them + into the basket with both grippers at the same time. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: Place the sponge into the white basket with the left gripper. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: Grasp the sponge with the left gripper. + subtask_index: 3 +- subtask: Place the wet wipes into the white basket with the right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Grasp the wet wipes with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 40 + total_frames: 4690 + fps: 30 + total_tasks: 8 + total_videos: 160 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 191.15 MB +frame_num: 4690 +frame_range: 10K +dataset_size: 191.15 MB +data_structure: 'Airbot_MMK2_storage_sponge_wet_wipes_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (28 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:39 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_spoon.yaml b/dataset_info/Airbot_MMK2_storage_spoon.yaml new file mode 100644 index 0000000000000000000000000000000000000000..417671dfa81250d9e429a2a3ade9f6446dd7a2c9 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_spoon.yaml @@ -0,0 +1,480 @@ +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: Airbot_MMK2_storage_spoon +dataset_uuid: ff15e742-3334-4d3d-a9fd-8d33be6c0bdd +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: spoon +- object_name: basin +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- pick up the spoons on the table by hand and place them into the basin. +sub_tasks: +- subtask: Grasp the spoon with the right gripper + subtask_index: 0 +- subtask: End + subtask_index: 1 +- subtask: Grasp the spoon with the left gripper + subtask_index: 2 +- subtask: Place the spoon into the basin with the right gripper + subtask_index: 3 +- subtask: Place the spoon into the basin with the left gripper + subtask_index: 4 +- subtask: 'null' + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 54 + total_frames: 15550 + fps: 30 + total_tasks: 6 + total_videos: 216 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 509.65 MB +frame_num: 15550 +frame_range: 100K +dataset_size: 509.65 MB +data_structure: 'Airbot_MMK2_storage_spoon_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (42 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:53 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_stationery_xylophone.yaml b/dataset_info/Airbot_MMK2_storage_stationery_xylophone.yaml new file mode 100644 index 0000000000000000000000000000000000000000..382bfbcc6d556c873a8ac1c56e256cac09c5de1e --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_stationery_xylophone.yaml @@ -0,0 +1,486 @@ +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: Airbot_MMK2_storage_stationery_xylophone +dataset_uuid: 87a3d98d-4d3c-4207-9a54-b6f83bbb443a +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: xylophone +- object_name: stationery +- object_name: lid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the xylophone with the left gripper and place it into the lid. Pick up the + stationery with the right gripper and place it into the lid. +sub_tasks: +- subtask: Grasp the xylophone with the left gripper. + subtask_index: 0 +- subtask: Place the xylophone on the white lid with the left gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: Place the tongs on the white lid with the right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Grasp the tongs with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 47 + total_frames: 24223 + fps: 30 + total_tasks: 8 + total_videos: 188 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 791.73 MB +frame_num: 24223 +frame_range: 100K +dataset_size: 791.73 MB +data_structure: 'Airbot_MMK2_storage_stationery_xylophone_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (35 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:46 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_tape_measure_umbrella.yaml b/dataset_info/Airbot_MMK2_storage_tape_measure_umbrella.yaml new file mode 100644 index 0000000000000000000000000000000000000000..51ec20bb1c26a6541c91823f31fbb9ff617debbd --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_tape_measure_umbrella.yaml @@ -0,0 +1,483 @@ +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: Airbot_MMK2_storage_tape_measure_umbrella +dataset_uuid: a357edff-b19c-4328-a394-3ec7aab1f492 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: basin +- object_name: tape_measure +- object_name: umbrella +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the tape measure and the umbrella into the basin with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the tape measure with the right gripper. + subtask_index: 1 +- subtask: Grasp the umbrella with the left gripper. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: Place the umbrella in the white basket with the left gripper. + subtask_index: 4 +- subtask: Place the tape measure in the white basket with the right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 40 + total_frames: 7112 + fps: 30 + total_tasks: 7 + total_videos: 160 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 236.13 MB +frame_num: 7112 +frame_range: 10K +dataset_size: 236.13 MB +data_structure: 'Airbot_MMK2_storage_tape_measure_umbrella_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (28 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:39 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_tissue_and_milk_carton.yaml b/dataset_info/Airbot_MMK2_storage_tissue_and_milk_carton.yaml new file mode 100644 index 0000000000000000000000000000000000000000..62d99014ed096494f4b47cb182e0012c183035b2 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_tissue_and_milk_carton.yaml @@ -0,0 +1,487 @@ +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: Airbot_MMK2_storage_tissue_and_milk_carton +dataset_uuid: 65bf2295-305d-4c59-aac7-0ce3349acaf9 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: tissue_paper +- object_name: lid +- object_name: milk_carton +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the tissue paper on the white lid with the left gripper. Place the milk carton + with the straw on top of the white lid with the right gripper. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: Grasp the tissue with the left gripper. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Place the tissue on the white basket with the left gripper. + subtask_index: 4 +- subtask: Grasp the milk with the right gripper. + subtask_index: 5 +- subtask: Place the milk on the white basket with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 47 + total_frames: 9751 + fps: 30 + total_tasks: 8 + total_videos: 188 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 338.35 MB +frame_num: 9751 +frame_range: 10K +dataset_size: 338.35 MB +data_structure: 'AIRBOT_MMK2_storage_tissue_and_milk_carton_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (35 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:46 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_storage_tissue_paper.yaml b/dataset_info/Airbot_MMK2_storage_tissue_paper.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d7a5c481d1d4cc6807a2302d5c01eda0cb411303 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_tissue_paper.yaml @@ -0,0 +1,487 @@ +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: Airbot_MMK2_storage_tissue_paper +dataset_uuid: 22dc3be9-588c-4288-b3a3-5176c69a5f71 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: tissue_paper +- object_name: basin +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the tissue paper from the table with the left gripper and place it in the + basin. Then, pick up another pack of tissue paper from the table with the right + gripper and place it in the basin. +sub_tasks: +- subtask: Static. + subtask_index: 0 +- subtask: Place the tissue into the brown basin with the left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: Place the tissue into the brown basin with the right gripper. + subtask_index: 4 +- subtask: Grasp the tissue with the right gripper. + subtask_index: 5 +- subtask: Grasp the tissue with the left gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 6980 + fps: 30 + total_tasks: 8 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 211.21 MB +frame_num: 6980 +frame_range: 10K +dataset_size: 211.21 MB +data_structure: 'AIRBOT_MMK2_storage_tissue_paper_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_storage_tissues_tub.yaml b/dataset_info/Airbot_MMK2_storage_tissues_tub.yaml new file mode 100644 index 0000000000000000000000000000000000000000..30e834fd2d0720cc54d8afb5f801d2f8f16cd80e --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_tissues_tub.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_storage_tissues_tub +dataset_uuid: 6c2f52eb-fab4-4fe1-a387-50fd290b15c9 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: tissue_paper +- object_name: basin +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the tissues on the table with the hand and place them on the white tray + with the hand. +sub_tasks: +- subtask: Grasp the tissue with the right gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: Place the tissue into the brown basin with the right gripper. + subtask_index: 3 +- subtask: Place the tissue into the brown basin with the left gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Grasp the tissue with the left gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 6851 + fps: 30 + total_tasks: 8 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 207.42 MB +frame_num: 6851 +frame_range: 10K +dataset_size: 207.42 MB +data_structure: 'Airbot_MMK2_storage_tissues_tub_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_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_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_tomato_potato.yaml b/dataset_info/Airbot_MMK2_storage_tomato_potato.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8215e30bbd68ccd0c57eda9e17cdb03907702680 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_tomato_potato.yaml @@ -0,0 +1,484 @@ +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: Airbot_MMK2_storage_tomato_potato +dataset_uuid: 91825f08-10dd-412c-8964-6152bb830156 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: potato +- object_name: tomato +- object_name: storage_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the potato with the left gripper and place it into the storage box. Pick + up the tomato with the right gripper and place it into the storage box. +sub_tasks: +- subtask: Grasp the tomato with the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the potato into the left compartment of the storage box with the + left gripper. + subtask_index: 2 +- subtask: Grasp the potato with the left gripper. + subtask_index: 3 +- subtask: Place the tomato into the right compartment of the storage box with the + right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 47 + total_frames: 6005 + fps: 30 + total_tasks: 6 + total_videos: 188 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 161.16 MB +frame_num: 6005 +frame_range: 10K +dataset_size: 161.16 MB +data_structure: 'Airbot_MMK2_storage_tomato_potato_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (35 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:46 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_tools.yaml b/dataset_info/Airbot_MMK2_storage_tools.yaml new file mode 100644 index 0000000000000000000000000000000000000000..169606ccf0233b5cd4db5a68b18c62fb79e419b3 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_tools.yaml @@ -0,0 +1,484 @@ +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: Airbot_MMK2_storage_tools +dataset_uuid: cd0a7e21-d440-45f4-b396-c9f746fc5dc7 +scene_type: + level1: industry + level2: factory + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: utility_knife +- object_name: pliers +- object_name: plates +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the plier and the utility knife with the hand and place them into the white + tray. +sub_tasks: +- subtask: Place the plier into white basket with the left gripper. + subtask_index: 0 +- subtask: Grasp the plier with the left gripper. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: Place the utility knife into white basket with the right gripper. + subtask_index: 3 +- subtask: Grasp the utility knife with the right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 7910 + fps: 30 + total_tasks: 7 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 221.55 MB +frame_num: 7910 +frame_range: 10K +dataset_size: 221.55 MB +data_structure: 'Airbot_MMK2_storage_tools_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_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_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_toy_cars_and_cookies.yaml b/dataset_info/Airbot_MMK2_storage_toy_cars_and_cookies.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9be04ceb7ca0affcaad3272175b86932c1c0475b --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_toy_cars_and_cookies.yaml @@ -0,0 +1,490 @@ +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: Airbot_MMK2_storage_toy_cars_and_cookies +dataset_uuid: 47323a9b-f930-4dcb-b755-7483052a8032 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: toy_car +- object_name: cookies +- object_name: lid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the red toy car with the left gripper and with the right gripper, pick up + the blue packaged cookies. With the left gripper, place the red toy car on the round + lid. With the right gripper, place the blue packaged cookies on the round lid. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: Place the cookies on the pink plate with the right gripper. + subtask_index: 1 +- subtask: Place the toy car on the pink plate with the left gripper. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: Grasp the toy car with left gripper and grasp the cookies with the right + gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Lift the toy car with left gripper and lift the cookies with the right + gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 8388 + fps: 30 + total_tasks: 8 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 277.59 MB +frame_num: 8388 +frame_range: 10K +dataset_size: 277.59 MB +data_structure: 'AIRBOT_MMK2_storage_toy_cars_and_cookies_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_storage_tumbler_umbrella.yaml b/dataset_info/Airbot_MMK2_storage_tumbler_umbrella.yaml new file mode 100644 index 0000000000000000000000000000000000000000..252e753ef4982919217d680154585baaad300a58 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_tumbler_umbrella.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_storage_tumbler_umbrella +dataset_uuid: 5c4230ea-9483-4fc9-b96a-7e9b146ed742 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +- object_name: umbrella +- object_name: tumbler +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the umbrella with the left gripper and place it into the basket. Then, pick + up the thermos with the left gripper and place it into the basket. +sub_tasks: +- subtask: Place the cup into the white basket with the right gripper. + subtask_index: 0 +- subtask: Grasp the umbrella with the left gripper. + subtask_index: 1 +- subtask: Place the umbrella into the white basket with the left gripper. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Grasp the cup with the right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 48 + total_frames: 14373 + fps: 30 + total_tasks: 7 + total_videos: 192 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 542.59 MB +frame_num: 14373 +frame_range: 100K +dataset_size: 542.59 MB +data_structure: 'Airbot_MMK2_storage_tumbler_umbrella_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:47 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_storage_wet_tissue_and_building_block.yaml b/dataset_info/Airbot_MMK2_storage_wet_tissue_and_building_block.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a29e717d6ab8b15bddb747488ddb54edd43bb290 --- /dev/null +++ b/dataset_info/Airbot_MMK2_storage_wet_tissue_and_building_block.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_storage_wet_tissue_and_building_block +dataset_uuid: 1479380b-b15a-4f01-b1f7-6c3842a45d84 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: wet_tissue +- object_name: building_block +- object_name: platform +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the wet wipes onto the white platform with the left gripper. Place the arched + building blocks onto the white platform with the right gripper. +sub_tasks: +- subtask: Place the arch-shaped block on the white board with the right gripper. + subtask_index: 0 +- subtask: Grasp the wet wipe with the left gripper. + subtask_index: 1 +- subtask: Place the wet wipe on the white board with the left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Grasp the arch-shaped block with the right gripper. + subtask_index: 4 +- subtask: Abnormal. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 47 + total_frames: 11526 + fps: 30 + total_tasks: 7 + total_videos: 188 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 335.23 MB +frame_num: 11526 +frame_range: 100K +dataset_size: 335.23 MB +data_structure: 'AIRBOT_MMK2_storage_wet_tissue_and_building_block_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (35 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:46 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_store_beauty_blender_and_building_blocks.yaml b/dataset_info/Airbot_MMK2_store_beauty_blender_and_building_blocks.yaml new file mode 100644 index 0000000000000000000000000000000000000000..de938e92dc5b11b4ddc3a7b4c9ccc07f70e2b66a --- /dev/null +++ b/dataset_info/Airbot_MMK2_store_beauty_blender_and_building_blocks.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_store_beauty_blender_and_building_blocks +dataset_uuid: fee911a7-d998-45da-b549-b1621ca063be +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: marble +- object_name: building_blocks +- object_name: bowl +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Throw the marble into the bowl with the left gripper, and then throw the building + blocks into the bowl with the right gripper. +sub_tasks: +- subtask: Grasp the green cuboid block with the right gripper. + subtask_index: 0 +- subtask: Place the bullet into the bowl with the left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Grasp the bullet with the left gripper. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Place the green cuboid block into the bowl with the right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 9178 + fps: 30 + total_tasks: 7 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 300.51 MB +frame_num: 9178 +frame_range: 10K +dataset_size: 300.51 MB +data_structure: 'AIRBOT_MMK2_store_beauty_blender_and_building_blocks_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_store_coffee_cups.yaml b/dataset_info/Airbot_MMK2_store_coffee_cups.yaml new file mode 100644 index 0000000000000000000000000000000000000000..38478e239ce5cd9fb56960d44f7a06b74ab6da1e --- /dev/null +++ b/dataset_info/Airbot_MMK2_store_coffee_cups.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_store_coffee_cups +dataset_uuid: 38759f00-3a88-419c-b74b-d8a66882a254 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: coffee_cup +- object_name: basin +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up a coffee cup with the left gripper and place it in the basin. Pick up another + coffee cup with the right gripper and place it in the basin. +sub_tasks: +- subtask: Grasp the cup the right gripper. + subtask_index: 0 +- subtask: place the cup in the basin with the left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Grasp the cup the left gripper. + subtask_index: 3 +- subtask: place the cup in the basin with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 11166 + fps: 30 + total_tasks: 6 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 444.78 MB +frame_num: 11166 +frame_range: 100K +dataset_size: 444.78 MB +data_structure: 'AIRBOT_MMK2_store_coffee_cups_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_store_peaches_and_pears.yaml b/dataset_info/Airbot_MMK2_store_peaches_and_pears.yaml new file mode 100644 index 0000000000000000000000000000000000000000..64cee4bfab28550869226c7c2acdce9a861dce22 --- /dev/null +++ b/dataset_info/Airbot_MMK2_store_peaches_and_pears.yaml @@ -0,0 +1,487 @@ +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: Airbot_MMK2_store_peaches_and_pears +dataset_uuid: c95d9ed0-71ed-4c90-94ec-30af0eb88215 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: peache +- object_name: pear +- object_name: compartment +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Throw the peach into the left compartment with the left gripper. Throw the pear + into the right compartment with the right gripper. +sub_tasks: +- subtask: Place the pear into the right compartment of the storage box with the right + gripper. + subtask_index: 0 +- subtask: Place the peach into the left compartment of the storage box with the left + gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Grasp a peach with the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Grasp a pear with the right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 48 + total_frames: 11276 + fps: 30 + total_tasks: 7 + total_videos: 192 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 342.98 MB +frame_num: 11276 +frame_range: 100K +dataset_size: 342.98 MB +data_structure: 'AIRBOT_MMK2_store_peaches_and_pears_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:47 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_store_pomegranates_and_mangoes.yaml b/dataset_info/Airbot_MMK2_store_pomegranates_and_mangoes.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f1fe84f3ce6355a5b8006ae98a0d3159e57d3130 --- /dev/null +++ b/dataset_info/Airbot_MMK2_store_pomegranates_and_mangoes.yaml @@ -0,0 +1,487 @@ +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: Airbot_MMK2_store_pomegranates_and_mangoes +dataset_uuid: 40eeb436-8f0b-4ef8-b835-9a9c4e510448 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pomegranate +- object_name: compartment +- object_name: mango +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Throw the pomegranate into the left compartment with the left gripper. Throw the + mango into the right compartment with the right gripper. +sub_tasks: +- subtask: Grasp a mango with the right gripper. + subtask_index: 0 +- subtask: Place the pomegranate into the left compartment of the storage box with + the left gripper. + subtask_index: 1 +- subtask: Place the mango into the right compartment of the storage box with the + right gripper. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Grasp a pomegranate with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 44 + total_frames: 13755 + fps: 30 + total_tasks: 7 + total_videos: 176 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 494.96 MB +frame_num: 13755 +frame_range: 100K +dataset_size: 494.96 MB +data_structure: 'AIRBOT_MMK2_store_pomegranates_and_mangoes_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (32 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:43 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_store_wet_wipes_and_bowls.yaml b/dataset_info/Airbot_MMK2_store_wet_wipes_and_bowls.yaml new file mode 100644 index 0000000000000000000000000000000000000000..08e8787781cfe2d46d0864cdc8d463d89735ac07 --- /dev/null +++ b/dataset_info/Airbot_MMK2_store_wet_wipes_and_bowls.yaml @@ -0,0 +1,484 @@ +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: Airbot_MMK2_store_wet_wipes_and_bowls +dataset_uuid: de8bf908-6d6b-42fb-9298-29fa21a3fc8d +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bowl +- object_name: wet_tissue +- object_name: square_plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the large blue bowl on the square plate with the right gripper. Place the + wet wipes into the blue bowl with the left gripper. +sub_tasks: +- subtask: Place the bowl on the plate with the right gripper. + subtask_index: 0 +- subtask: Static. + subtask_index: 1 +- subtask: Grasp the wet wipes with the left gripper. + subtask_index: 2 +- subtask: Grasp the bowl with the right gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Place the wet wipes into the bowl with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- open +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 13058 + fps: 30 + total_tasks: 7 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 425.02 MB +frame_num: 13058 +frame_range: 100K +dataset_size: 425.02 MB +data_structure: 'AIRBOT_MMK2_store_wet_wipes_and_bowls_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_storge_cake_ice_cream.yaml b/dataset_info/Airbot_MMK2_storge_cake_ice_cream.yaml new file mode 100644 index 0000000000000000000000000000000000000000..228274d4a9362b276e472f16ac7b480611e683cb --- /dev/null +++ b/dataset_info/Airbot_MMK2_storge_cake_ice_cream.yaml @@ -0,0 +1,488 @@ +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: Airbot_MMK2_storge_cake_ice_cream +dataset_uuid: aa01c24c-2d63-4ead-8667-b6e970d92f12 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cake +- object_name: ice_cream +- object_name: plate +- object_name: bowl +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the cake with the left gripper and the ice cream with the right gripper at + the same time. Place the cake into the bowl with the left gripper and the ice cream + on the plate with the right gripper. +sub_tasks: +- subtask: Place the ice cream into the plate with the right gripper. + subtask_index: 0 +- subtask: Grasp the ice cream with the right gripper. + subtask_index: 1 +- subtask: Grasp the cake with the left gripper. + subtask_index: 2 +- subtask: Place the cake into the bowl with the left gripper. + subtask_index: 3 +- subtask: Static. + subtask_index: 4 +- subtask: Grasp the cake from the table and with the left gripper. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 48 + total_frames: 8733 + fps: 30 + total_tasks: 8 + total_videos: 192 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 351.44 MB +frame_num: 8733 +frame_range: 10K +dataset_size: 351.44 MB +data_structure: 'Airbot_MMK2_storge_cake_ice_cream_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:47 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_swap_apple_cake_plate.yaml b/dataset_info/Airbot_MMK2_swap_apple_cake_plate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bf387e5a904512e589cad01ef76cb3b94ae9feb1 --- /dev/null +++ b/dataset_info/Airbot_MMK2_swap_apple_cake_plate.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_swap_apple_cake_plate +dataset_uuid: 17fb6420-8e3b-48eb-992e-e3d7e5749dce +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cake +- object_name: plate +- object_name: apple +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cake out of the plate with the gripper and place the apples in with + the gripper. +sub_tasks: +- subtask: Grasp the cake placed into the plate with the left gripper. + subtask_index: 0 +- subtask: Grasp the apple with the right gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Place the cake on the table with the left gripper. + subtask_index: 3 +- subtask: Place the apple into the plate with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 47 + total_frames: 6775 + fps: 30 + total_tasks: 6 + total_videos: 188 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 182.10 MB +frame_num: 6775 +frame_range: 10K +dataset_size: 182.10 MB +data_structure: 'Airbot_MMK2_swap_apple_cake_plate_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (35 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:46 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_swap_bbs_block_plate.yaml b/dataset_info/Airbot_MMK2_swap_bbs_block_plate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..61b893183e3fd73aa47a34834f07d2ba25989c9f --- /dev/null +++ b/dataset_info/Airbot_MMK2_swap_bbs_block_plate.yaml @@ -0,0 +1,485 @@ +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: Airbot_MMK2_swap_bbs_block_plate +dataset_uuid: e265606e-cedb-4294-a6cb-b8c9624476e9 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: bb_pellets +- object_name: plate +- object_name: block_pillar +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the BB balls out of the plate with the left gripper. Place them back in + with the right gripper. +sub_tasks: +- subtask: Place the green rectangular block on the plate with the right gripper. + subtask_index: 0 +- subtask: Place the bullet on the table with the left gripper. + subtask_index: 1 +- subtask: grasp the green rectangular block with the right gripper. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: grasp the bullet on the plate and with the left gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 9449 + fps: 30 + total_tasks: 7 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 295.95 MB +frame_num: 9449 +frame_range: 10K +dataset_size: 295.95 MB +data_structure: 'Airbot_MMK2_swap_bbs_block_plate_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_swap_bbs_cake_plate.yaml b/dataset_info/Airbot_MMK2_swap_bbs_cake_plate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..50b13992d40b9f3da6fdb0ea38595fe14054b01c --- /dev/null +++ b/dataset_info/Airbot_MMK2_swap_bbs_cake_plate.yaml @@ -0,0 +1,486 @@ +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: Airbot_MMK2_swap_bbs_cake_plate +dataset_uuid: 2a51ff69-8e87-4741-a1c9-57176683a739 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: bb_pellets +- object_name: cake +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the BBS out of the plate with the left gripper. Place the cake in with the + right gripper. +sub_tasks: +- subtask: Grasp the cake on the table with the right gripper. + subtask_index: 0 +- subtask: Place the bullet on the table with the left gripper. + subtask_index: 1 +- subtask: Grasp the bullet into the plate with the left gripper. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: Place the cake into the plate with the right gripper. + subtask_index: 4 +- subtask: Static. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 7877 + fps: 30 + total_tasks: 8 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 384.22 MB +frame_num: 7877 +frame_range: 10K +dataset_size: 384.22 MB +data_structure: 'Airbot_MMK2_swap_bbs_cake_plate_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_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_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_swap_bottle_wet_wipes_plate.yaml b/dataset_info/Airbot_MMK2_swap_bottle_wet_wipes_plate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8f6405340ca1981a46c0439ffca241e0d47f9907 --- /dev/null +++ b/dataset_info/Airbot_MMK2_swap_bottle_wet_wipes_plate.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_swap_bottle_wet_wipes_plate +dataset_uuid: fc62a1e5-4fd2-4b3f-8cf6-54d7ca06e70b +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: wipes +- object_name: water_bottle +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the bottle from the plate with the left gripper and place the wet wipes + into it with the right gripper. +sub_tasks: +- subtask: Place the wet wipes into the plate with the right gripper. + subtask_index: 0 +- subtask: Place the Vitamin B water on the table with the left gripper. + subtask_index: 1 +- subtask: Grasp the Vitamin B water in the plate with the left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Grasp the wet wipes with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 15726 + fps: 30 + total_tasks: 6 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 490.36 MB +frame_num: 15726 +frame_range: 100K +dataset_size: 490.36 MB +data_structure: 'Airbot_MMK2_swap_bottle_wet_wipes_plate_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_swap_bread_cake_plate.yaml b/dataset_info/Airbot_MMK2_swap_bread_cake_plate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..273e41e48c948a23f4ae2e277a8718f84ff97940 --- /dev/null +++ b/dataset_info/Airbot_MMK2_swap_bread_cake_plate.yaml @@ -0,0 +1,484 @@ +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: Airbot_MMK2_swap_bread_cake_plate +dataset_uuid: 1910cd5d-1b52-49b4-8c03-60cc72b50e08 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cake +- object_name: long_bread +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cake from the plate with the left gripper and place the bread in with + the right gripper. +sub_tasks: +- subtask: Grasp the bread with the right gripper. + subtask_index: 0 +- subtask: Place the cake on the table with the left gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Place the bread into the plate with the right gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Grasp the cake on the plate with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 41 + total_frames: 11322 + fps: 30 + total_tasks: 7 + total_videos: 164 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 475.35 MB +frame_num: 11322 +frame_range: 100K +dataset_size: 475.35 MB +data_structure: 'Airbot_MMK2_swap_bread_cake_plate_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (29 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:40 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_swap_cake_pumpkin_plate.yaml b/dataset_info/Airbot_MMK2_swap_cake_pumpkin_plate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0a74a6144c5f25847fa750b59e740e5e302e8e32 --- /dev/null +++ b/dataset_info/Airbot_MMK2_swap_cake_pumpkin_plate.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_swap_cake_pumpkin_plate +dataset_uuid: 06d768ad-a011-4c5a-b0ec-3d0fc8f65402 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: plate +- object_name: pumpkin +- object_name: cake +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cake with the left gripper and place the pumpkin into the container + with the right gripper. +sub_tasks: +- subtask: Grasp the cake with the left gripper. + subtask_index: 0 +- subtask: Grasp the pumpkinx with the right gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Place the cake on the table with the left gripper. + subtask_index: 3 +- subtask: Place the pumpkin into the plate with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 13761 + fps: 30 + total_tasks: 6 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 399.31 MB +frame_num: 13761 +frame_range: 100K +dataset_size: 399.31 MB +data_structure: 'Airbot_MMK2_swap_cake_pumpkin_plate_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_swap_cake_sponge_plate.yaml b/dataset_info/Airbot_MMK2_swap_cake_sponge_plate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e5a35894a2d3371621504e991882ba462c22accf --- /dev/null +++ b/dataset_info/Airbot_MMK2_swap_cake_sponge_plate.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_swap_cake_sponge_plate +dataset_uuid: f723bec6-0d7c-4120-8148-4f5786d5dbf8 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cleaning_sponge +- object_name: plate +- object_name: cake +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the sponge from the plate with the left gripper and place the cake in with + the right gripper. +sub_tasks: +- subtask: Place the sponge on the table with the left gripper. + subtask_index: 0 +- subtask: Grasp the cake from the table and with the right gripper. + subtask_index: 1 +- subtask: Grasp the sponge from the plate and with the left gripper. + subtask_index: 2 +- subtask: Place the cake into the plate with the right gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 43 + total_frames: 6675 + fps: 30 + total_tasks: 6 + total_videos: 172 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 272.19 MB +frame_num: 6675 +frame_range: 10K +dataset_size: 272.19 MB +data_structure: 'Airbot_MMK2_swap_cake_sponge_plate_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:42 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_swap_sponge_paper_box_plate.yaml b/dataset_info/Airbot_MMK2_swap_sponge_paper_box_plate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f820f085e9e50229c0517afc55e554035a248a87 --- /dev/null +++ b/dataset_info/Airbot_MMK2_swap_sponge_paper_box_plate.yaml @@ -0,0 +1,486 @@ +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: Airbot_MMK2_swap_sponge_paper_box_plate +dataset_uuid: 77b2c99f-d75c-4deb-8cbc-b00b48b72d73 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: paper_boxes +- object_name: cleaning_sponge +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the sponge from the plate with the left gripper and place the box inside + with the right gripper. +sub_tasks: +- subtask: Place the sponge on the table with the left gripper. + subtask_index: 0 +- subtask: Grasp the mouse box with the right gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: Place the mouse box into the plate with the right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Grasp the sponge in the plate with the left gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 8731 + fps: 30 + total_tasks: 8 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 272.27 MB +frame_num: 8731 +frame_range: 10K +dataset_size: 272.27 MB +data_structure: 'Airbot_MMK2_swap_sponge_paper_box_plate_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_sweep_peaper.yaml b/dataset_info/Airbot_MMK2_sweep_peaper.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3a81e47d66a37c9cbc58d43b06a9f65018ad654f --- /dev/null +++ b/dataset_info/Airbot_MMK2_sweep_peaper.yaml @@ -0,0 +1,487 @@ +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: Airbot_MMK2_sweep_peaper +dataset_uuid: 8037db54-e149-43b0-a0f1-ab93a17b06f1 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: paper_all +- object_name: small_broom +- object_name: dustpan +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the dustpan with the left gripper and the broom with the right gripper, and + wipe the paper ball into the dustpan with the left gripper. +sub_tasks: +- subtask: Place the broom on the table with the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the broom from the table with the right gripper. + subtask_index: 2 +- subtask: Grasp the dustpan from the table with the left gripper. + subtask_index: 3 +- subtask: Place the dustpan on the table with the left gripper. + subtask_index: 4 +- subtask: Abnormal. + subtask_index: 5 +- subtask: wipe the waste paper into the dustpan. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +- push +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 98 + total_frames: 43106 + fps: 30 + total_tasks: 8 + total_videos: 392 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1.75 GB +frame_num: 43106 +frame_range: 100K +dataset_size: 1.75 GB +data_structure: 'Airbot_MMK2_sweep_peaper_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (86 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:97 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_take_BBs_block.yaml b/dataset_info/Airbot_MMK2_take_BBs_block.yaml new file mode 100644 index 0000000000000000000000000000000000000000..373897593452f042aa434ca4022f73c3f32be246 --- /dev/null +++ b/dataset_info/Airbot_MMK2_take_BBs_block.yaml @@ -0,0 +1,483 @@ +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: Airbot_MMK2_take_BBs_block +dataset_uuid: b41087b8-405b-4788-837e-73e12e25d18f +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: rectangular_building_blocks +- object_name: bb_pellets +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the rectangular building blocks and bullets out of the plate with the hand + and place them on the table. +sub_tasks: +- subtask: Grasp the green rectangular block on the plate with the left gripper. + subtask_index: 0 +- subtask: Grasp the bullet on the plate with the right gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: Place the bullet on the table with the right gripper. + subtask_index: 4 +- subtask: Place the green rectangular block on the table with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 43 + total_frames: 13927 + fps: 30 + total_tasks: 7 + total_videos: 172 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 449.16 MB +frame_num: 13927 +frame_range: 100K +dataset_size: 449.16 MB +data_structure: 'Airbot_MMK2_take_BBs_block_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:42 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_take_block.yaml b/dataset_info/Airbot_MMK2_take_block.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f1b5bd3f742dfb462ca50d9c98c6b14c8acd0a3c --- /dev/null +++ b/dataset_info/Airbot_MMK2_take_block.yaml @@ -0,0 +1,481 @@ +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: Airbot_MMK2_take_block +dataset_uuid: 2834aab9-e5e1-41b3-ac2a-50e6ec5c80a5 +scene_type: + level1: household + level2: study_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: building_blocks +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the building blocks off the white plate with the grippers. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place red rectangular block on the table with the left gripper. + subtask_index: 1 +- subtask: Grasp the red rectangular block on the plate with the left gripper. + subtask_index: 2 +- subtask: Grasp the green rectangular block on the plate with the right gripper. + subtask_index: 3 +- subtask: Place green rectangular block on the table with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 47 + total_frames: 10270 + fps: 30 + total_tasks: 6 + total_videos: 188 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 334.15 MB +frame_num: 10270 +frame_range: 100K +dataset_size: 334.15 MB +data_structure: 'Airbot_MMK2_take_block_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (35 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:46 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_take_block_both_hands.yaml b/dataset_info/Airbot_MMK2_take_block_both_hands.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5bc611f6edd33b7418a3d49951eda10a18114fd2 --- /dev/null +++ b/dataset_info/Airbot_MMK2_take_block_both_hands.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_take_block_both_hands +dataset_uuid: 8e09a611-8b8e-4329-8a49-62826f556e3b +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: square_building_blocks +- object_name: paper_boxes +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the building blocks with both grippers and remove them from the paper box. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the blue cube block on the paper box with the left gripper. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: Grasp the green cube block on the paper box with the right gripper. + subtask_index: 3 +- subtask: Place the green cube block on the table with the right gripper. + subtask_index: 4 +- subtask: Place the blue cube block on the table with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 47 + total_frames: 4793 + fps: 30 + total_tasks: 7 + total_videos: 188 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 221.69 MB +frame_num: 4793 +frame_range: 10K +dataset_size: 221.69 MB +data_structure: 'Airbot_MMK2_take_block_both_hands_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (35 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:46 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_take_book.yaml b/dataset_info/Airbot_MMK2_take_book.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d43dc108c8b7bf81307923bffa90743b8b67ec2b --- /dev/null +++ b/dataset_info/Airbot_MMK2_take_book.yaml @@ -0,0 +1,476 @@ +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: Airbot_MMK2_take_book +dataset_uuid: 3abeb6d8-15fd-4f77-b073-119a7bca865c +scene_type: + level1: household + level2: study_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: book +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the book from the forward stack with the hand. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the book on the table with the right gripper. + subtask_index: 1 +- subtask: Hook the third book on the right with the right gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- pull +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 98 + total_frames: 28489 + fps: 30 + total_tasks: 4 + total_videos: 392 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1.03 GB +frame_num: 28489 +frame_range: 100K +dataset_size: 1.03 GB +data_structure: 'Airbot_MMK2_take_book_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (86 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:97 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_take_bottle_umbrella.yaml b/dataset_info/Airbot_MMK2_take_bottle_umbrella.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0eff575491937b85f6f03eebf8c7d61e31a934af --- /dev/null +++ b/dataset_info/Airbot_MMK2_take_bottle_umbrella.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_take_bottle_umbrella +dataset_uuid: 0f7c877b-ff52-40f7-972b-f59be6a928a7 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: empty_bottle +- object_name: umbrella +- object_name: lid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the umbrella off the lid with the right gripper, and then remove the bottle + from the lid with the left gripper. +sub_tasks: +- subtask: Grasp the umbrella placed on the white lid with the left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the Yibao placed on the white lid with the left gripper. + subtask_index: 2 +- subtask: Place the umbrella on the table with the right gripper. + subtask_index: 3 +- subtask: Place the Yibao on the table with the left gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 54 + total_frames: 18663 + fps: 30 + total_tasks: 6 + total_videos: 216 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 759.90 MB +frame_num: 18663 +frame_range: 100K +dataset_size: 759.90 MB +data_structure: 'Airbot_MMK2_take_bottle_umbrella_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (42 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:53 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_take_bowl_sponge.yaml b/dataset_info/Airbot_MMK2_take_bowl_sponge.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9682009d6310b5d8e2e588fc0fff26e74c6a6aac --- /dev/null +++ b/dataset_info/Airbot_MMK2_take_bowl_sponge.yaml @@ -0,0 +1,483 @@ +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: Airbot_MMK2_take_bowl_sponge +dataset_uuid: 66dccad7-932a-4dd3-9d90-c18f6db80465 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cleaning_sponge +- object_name: bowl +- object_name: table +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the sponge and bowl with the gripper and place them on the table. +sub_tasks: +- subtask: Place the sponge on the table with the left gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Grasp the sponge on the white basket and with the left gripper. + subtask_index: 2 +- subtask: Grasp the bowl on the white basket and with the right gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Place the bowl on the table with the right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 42 + total_frames: 11308 + fps: 30 + total_tasks: 7 + total_videos: 168 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 373.73 MB +frame_num: 11308 +frame_range: 100K +dataset_size: 373.73 MB +data_structure: 'Airbot_MMK2_take_bowl_sponge_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (30 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:41 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_take_cake_both_hands.yaml b/dataset_info/Airbot_MMK2_take_cake_both_hands.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3830c8e4bc48b68fe4c9aa7e96d4f315ca20ea08 --- /dev/null +++ b/dataset_info/Airbot_MMK2_take_cake_both_hands.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_take_cake_both_hands +dataset_uuid: 581cf0c8-0771-4677-be82-52d98059edc8 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: chocolate_cake +- object_name: lid +- object_name: table +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cake from the basket with both grippers and place it on the table with + both grippers. +sub_tasks: +- subtask: Place the cake on the table with the right gripper. + subtask_index: 0 +- subtask: Place the cake on the table with the left gripper. + subtask_index: 1 +- subtask: Grasp the cake from the white basket with the left gripper. + subtask_index: 2 +- subtask: Grasp the cake from the white basket with the right gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 48 + total_frames: 6044 + fps: 30 + total_tasks: 6 + total_videos: 192 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 232.04 MB +frame_num: 6044 +frame_range: 10K +dataset_size: 232.04 MB +data_structure: 'Airbot_MMK2_take_cake_both_hands_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:47 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_take_cup.yaml b/dataset_info/Airbot_MMK2_take_cup.yaml new file mode 100644 index 0000000000000000000000000000000000000000..53db1780f7fa2ab34e3d6b3491f8f6e56e2e8be3 --- /dev/null +++ b/dataset_info/Airbot_MMK2_take_cup.yaml @@ -0,0 +1,481 @@ +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: Airbot_MMK2_take_cup +dataset_uuid: 97af90d0-8fe7-4a51-8e48-bb6592a5bce0 +scene_type: + level1: catering + level2: cafe + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cup +- object_name: lid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cup off the white lid with the grippers and place it on the table with + the grippers. +sub_tasks: +- subtask: place the cup in the table with the left gripper. + subtask_index: 0 +- subtask: place the cup in the table with the right gripper. + subtask_index: 1 +- subtask: Grasp the cup the left gripper. + subtask_index: 2 +- subtask: Grasp the cup the right gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 35 + total_frames: 5435 + fps: 30 + total_tasks: 6 + total_videos: 140 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 169.73 MB +frame_num: 5435 +frame_range: 10K +dataset_size: 169.73 MB +data_structure: 'Airbot_MMK2_take_cup_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (23 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:34 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_take_dog_doll.yaml b/dataset_info/Airbot_MMK2_take_dog_doll.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4952879066403e1b3c7a3ff9b6dc4c378954faf7 --- /dev/null +++ b/dataset_info/Airbot_MMK2_take_dog_doll.yaml @@ -0,0 +1,478 @@ +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: Airbot_MMK2_take_dog_doll +dataset_uuid: 9a38fceb-aaac-4c5e-b4a3-f83c86d1e805 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: toy_dog +- object_name: lid +- object_name: table +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the toy dog from the white lid with the hand and place it on the table with + the hand. +sub_tasks: +- subtask: Place the puppy on the table with the left and right grippers. + subtask_index: 0 +- subtask: Grasp the puppy with the left and right grippers. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 6425 + fps: 30 + total_tasks: 4 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 253.24 MB +frame_num: 6425 +frame_range: 10K +dataset_size: 253.24 MB +data_structure: 'Airbot_MMK2_take_dog_doll_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_take_down_paper_cup.yaml b/dataset_info/Airbot_MMK2_take_down_paper_cup.yaml new file mode 100644 index 0000000000000000000000000000000000000000..807f9a5be13ba9375a820b3c9ce488457073dbe7 --- /dev/null +++ b/dataset_info/Airbot_MMK2_take_down_paper_cup.yaml @@ -0,0 +1,484 @@ +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: Airbot_MMK2_take_down_paper_cup +dataset_uuid: 0c37ceb8-ce17-4a73-a167-316d17712390 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: coffee_cup +- object_name: lid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the white coffee cup off the white lid with the left gripper and the other + coffee paper cup with the right gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: place the cup in the table with the right gripper. + subtask_index: 1 +- subtask: Grasp the cup the left gripper. + subtask_index: 2 +- subtask: place the cup in the table with the left gripper. + subtask_index: 3 +- subtask: Grasp the cup the right gripper. + subtask_index: 4 +- subtask: Abnormal. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 46 + total_frames: 7169 + fps: 30 + total_tasks: 7 + total_videos: 184 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 224.62 MB +frame_num: 7169 +frame_range: 10K +dataset_size: 224.62 MB +data_structure: 'AIRBOT_MMK2_take_down_paper_cup_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (34 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:45 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_take_down_umbrella_and_mineral_water.yaml b/dataset_info/Airbot_MMK2_take_down_umbrella_and_mineral_water.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c72a81d6da44ab07ce2e43324832323acd5643aa --- /dev/null +++ b/dataset_info/Airbot_MMK2_take_down_umbrella_and_mineral_water.yaml @@ -0,0 +1,527 @@ +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: Airbot_MMK2_take_down_umbrella_and_mineral_water +dataset_uuid: f02d7798-2ef4-4eb5-9f41-d9d908b80510 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: umbrella +- object_name: mineral_water +- object_name: lid +- object_name: vitamin_b_water +- object_name: egg +- object_name: cake +- object_name: box +- object_name: building_blocks +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the white umbrella off the white lid with the right gripper. Pick up the + mineral water off the white lid with the left gripper. +- Pick up the vitamin B water off the white cap with the left gripper, and then pick + up another vitamin B water off the white cap with the right gripper. +- Pick up the yellow egg with the right gripper. +- Pick up the two black cakes out of the white box with both grippers and place them + on the table. +- Pick up the blue and green cubes from the lid of the paper box with both grippers + and place them on the table. +sub_tasks: +- subtask: Place the cake on the table with the left gripper. + subtask_index: 0 +- subtask: Place the mineral water on the table with the left gripper. + subtask_index: 1 +- subtask: Grasp the umbrella on the white lid with the right gripper. + subtask_index: 2 +- subtask: Grasp the cake from the white basket with the right gripper. + subtask_index: 3 +- subtask: Grasp the vitamin B water on the white lid with the left gripper. + subtask_index: 4 +- subtask: Place the umbrella on the table with the right gripper. + subtask_index: 5 +- subtask: Grasp the blue cube block on the paper box with the left gripper. + subtask_index: 6 +- subtask: Place the green cube block on the table with the right gripper. + subtask_index: 7 +- subtask: End. + subtask_index: 8 +- subtask: Grasp the cake from the white basket with the left gripper. + subtask_index: 9 +- subtask: Place the blue cube block on the table with the left gripper. + subtask_index: 10 +- subtask: Grasp the mineral water on the white lid with the left gripper. + subtask_index: 11 +- subtask: Place the vitamin B water on the table with the right gripper. + subtask_index: 12 +- subtask: Place the vitamin B water on the table with the left gripper. + subtask_index: 13 +- subtask: Static. + subtask_index: 14 +- subtask: Place the cake on the table with the right gripper. + subtask_index: 15 +- subtask: Abnormal. + subtask_index: 16 +- subtask: Grasp the egg from the egg storage box with the right gripper. + subtask_index: 17 +- subtask: Place the egg on the table with the right gripper. + subtask_index: 18 +- subtask: Grasp the vitamin B water on the white lid with the right gripper. + subtask_index: 19 +- subtask: Grasp the green cube block on the paper box with the right gripper. + subtask_index: 20 +- subtask: null. + subtask_index: 21 +atomic_actions: +- grasp +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 212 + total_frames: 31517 + fps: 30 + total_tasks: 22 + total_videos: 848 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1.16 GB +frame_num: 31517 +frame_range: 100K +dataset_size: 1.16 GB +data_structure: 'AIRBOT_MMK2_take_down_umbrella_and_mineral_water_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (200 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:211 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_take_drink.yaml b/dataset_info/Airbot_MMK2_take_drink.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a5d83e29fa32671dc3171d93acc40dfed8c59925 --- /dev/null +++ b/dataset_info/Airbot_MMK2_take_drink.yaml @@ -0,0 +1,488 @@ +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: Airbot_MMK2_take_drink +dataset_uuid: f135f608-0ea7-4979-a921-a15ccb146df5 +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: any_beverages +- object_name: paper_cup +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the drink with the hand and place it on the table. +sub_tasks: +- subtask: Place the coffee on the table with the left gripper. + subtask_index: 0 +- subtask: Place the vitamin B water on the table with the left gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Place the vitamin B water on the table with the right gripper. + subtask_index: 3 +- subtask: Place the coffee on the table with the right gripper. + subtask_index: 4 +- subtask: Grasp the vitamin B water on the white lid with the left gripper. + subtask_index: 5 +- subtask: Grasp the vitamin B water on the white lid with the right gripper. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: Grasp the coffee on the white lid with the right gripper. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 86 + total_frames: 17345 + fps: 30 + total_tasks: 10 + total_videos: 344 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 570.86 MB +frame_num: 17345 +frame_range: 100K +dataset_size: 570.86 MB +data_structure: 'Airbot_MMK2_take_drink_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (74 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:85 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_take_egg.yaml b/dataset_info/Airbot_MMK2_take_egg.yaml new file mode 100644 index 0000000000000000000000000000000000000000..83176f15a402cb864bd723d7768ced1f1d379d41 --- /dev/null +++ b/dataset_info/Airbot_MMK2_take_egg.yaml @@ -0,0 +1,476 @@ +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: Airbot_MMK2_take_egg +dataset_uuid: d3447a91-b679-477a-ac3a-dc8068eb8798 +scene_type: + level1: catering + level2: restaurant + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: egg_carton +- object_name: egg +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the brown eggs from the egg box with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the egg on the table with the right gripper. + subtask_index: 1 +- subtask: Grasp the egg from the egg storage box with the right gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 101 + total_frames: 18643 + fps: 30 + total_tasks: 4 + total_videos: 404 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 758.61 MB +frame_num: 18643 +frame_range: 100K +dataset_size: 758.61 MB +data_structure: 'Airbot_MMK2_take_egg_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (89 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:100 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_take_electronics.yaml b/dataset_info/Airbot_MMK2_take_electronics.yaml new file mode 100644 index 0000000000000000000000000000000000000000..404272328fa4ca02feec513a92d6625cff221766 --- /dev/null +++ b/dataset_info/Airbot_MMK2_take_electronics.yaml @@ -0,0 +1,483 @@ +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: Airbot_MMK2_take_electronics +dataset_uuid: 2a1f327d-2569-4da5-9161-97377d90dbee +scene_type: + level1: industry + level2: factory + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: paper_boxes +- object_name: lid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the calculator box and the mouse box off the lid with the gripper and place + them on the table with the gripper. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: Place the mouse box on the table with the left gripper. + subtask_index: 1 +- subtask: Grasp the calculator box on the white lid and with the right gripper. + subtask_index: 2 +- subtask: Grasp the mouse box on the white lid and with the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Place the calculator box on the table with the right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 13465 + fps: 30 + total_tasks: 7 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 400.22 MB +frame_num: 13465 +frame_range: 100K +dataset_size: 400.22 MB +data_structure: 'Airbot_MMK2_take_electronics_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_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_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_take_part_both_hands.yaml b/dataset_info/Airbot_MMK2_take_part_both_hands.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fd09bb465cbad05c7c447e135f72778ca4b17f1e --- /dev/null +++ b/dataset_info/Airbot_MMK2_take_part_both_hands.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_take_part_both_hands +dataset_uuid: a4760e31-fa33-4d3f-a2a6-ed8739a0a55b +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: item +- object_name: square_building_blocks +- object_name: table +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the items off the building blocks with both grippers. Place them on the + table with both grippers. +sub_tasks: +- subtask: Grasp the steel tube on the cube block with the right gripper. + subtask_index: 0 +- subtask: Grasp the steel tube on the cube block with the left gripper. + subtask_index: 1 +- subtask: Place the steel tube on the table with the left gripper. + subtask_index: 2 +- subtask: Place the steel tube on the table with the right gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 6348 + fps: 30 + total_tasks: 6 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 239.14 MB +frame_num: 6348 +frame_range: 10K +dataset_size: 239.14 MB +data_structure: 'Airbot_MMK2_take_part_both_hands_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_take_the_book.yaml b/dataset_info/Airbot_MMK2_take_the_book.yaml new file mode 100644 index 0000000000000000000000000000000000000000..299cc9b184c4ac3aa964f36f3cf822d22291bc19 --- /dev/null +++ b/dataset_info/Airbot_MMK2_take_the_book.yaml @@ -0,0 +1,479 @@ +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: Airbot_MMK2_take_the_book +dataset_uuid: a04264d7-7e81-40cc-af53-0ec87db1f556 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bookshelf +- object_name: book +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Hook the book "Century" off the bookshelf with the index finger of the right gripper. +- The right gripper picked up the book "Let It Be" from the bookshelf with the index + finger. +sub_tasks: +- subtask: Lay the book down with the right gripper. + subtask_index: 0 +- subtask: grasp the book with the right gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- pick +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 79 + total_frames: 9314 + fps: 30 + total_tasks: 5 + total_videos: 316 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 352.34 MB +frame_num: 9314 +frame_range: 10K +dataset_size: 352.34 MB +data_structure: 'AIRBOT_MMK2_take_the_book_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (67 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:78 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_take_tissues.yaml b/dataset_info/Airbot_MMK2_take_tissues.yaml new file mode 100644 index 0000000000000000000000000000000000000000..13d49ff0474c53df879b32a0ef444303ad82ceac --- /dev/null +++ b/dataset_info/Airbot_MMK2_take_tissues.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_take_tissues +dataset_uuid: 798d451c-c7d1-4c5e-81fa-23730008ca1d +scene_type: + level1: other + level2: laboratory + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: tissue_paper +- object_name: white_tray +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the tissue with your hand and place it on the table with the hand. +sub_tasks: +- subtask: Place the tissue on the table with the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the tissue on the white lid with the right gripper. + subtask_index: 2 +- subtask: Place the tissue on the table with the left gripper. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Grasp the tissue on the white lid with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 8995 + fps: 30 + total_tasks: 7 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 280.67 MB +frame_num: 8995 +frame_range: 10K +dataset_size: 280.67 MB +data_structure: 'Airbot_MMK2_take_tissues_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_take_toy_car.yaml b/dataset_info/Airbot_MMK2_take_toy_car.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b34019b138ff6613ca557f0cf8ed157ee9b183ff --- /dev/null +++ b/dataset_info/Airbot_MMK2_take_toy_car.yaml @@ -0,0 +1,483 @@ +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: Airbot_MMK2_take_toy_car +dataset_uuid: 30f8980f-f6b8-4a35-975d-2efb051487df +scene_type: + level1: other + level2: laboratory + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: toy_car +- object_name: white_small_plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the toy car out of the plate with the hand and place it on the table with + the hand. +sub_tasks: +- subtask: Grasp the toy car on the plate and with the left gripper. + subtask_index: 0 +- subtask: Grasp the toy car on the plate and with the right gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Place the toy car on the table with the right gripper. + subtask_index: 4 +- subtask: Place the toy car on the table with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 14333 + fps: 30 + total_tasks: 7 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 457.74 MB +frame_num: 14333 +frame_range: 100K +dataset_size: 457.74 MB +data_structure: 'Airbot_MMK2_take_toy_car_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_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_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_the_cup_is_put_into_the_bucket.yaml b/dataset_info/Airbot_MMK2_the_cup_is_put_into_the_bucket.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bb6a5e8d5fafd6afb7562a73192d7be4d4cd52c4 --- /dev/null +++ b/dataset_info/Airbot_MMK2_the_cup_is_put_into_the_bucket.yaml @@ -0,0 +1,487 @@ +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: Airbot_MMK2_the_cup_is_put_into_the_bucket +dataset_uuid: 3d103654-86bc-4dae-b569-be335fe5d8df +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: paper_cup +- object_name: bucket +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the same white paper cup with both grippers. Place the cup from the left + gripper into the yellow bucket, then place the cup from the right gripper in. +sub_tasks: +- subtask: Lift the cup the right gripper. + subtask_index: 0 +- subtask: Static. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Grasp the cup the right gripper. + subtask_index: 3 +- subtask: Lift the cup the left gripper. + subtask_index: 4 +- subtask: Grasp the cup the left gripper. + subtask_index: 5 +- subtask: place the cup in the yellow basket with the right gripper. + subtask_index: 6 +- subtask: place the cup in the yellow basket with the left gripper. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- open +robot_name: Airbot_MMK2 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 9335 + fps: 30 + total_tasks: 9 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 369.40 MB +frame_num: 9335 +frame_range: 10K +dataset_size: 369.40 MB +data_structure: 'AIRBOT_MMK2_the_cup_is_put_into_the_bucket_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | |-- observation.images.cam_right_wrist_rgb + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_toy_storage.yaml b/dataset_info/Airbot_MMK2_toy_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4e76c71f7ba1ba58584ae7a63243f59fc3d729f9 --- /dev/null +++ b/dataset_info/Airbot_MMK2_toy_storage.yaml @@ -0,0 +1,505 @@ +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: Airbot_MMK2_toy_storage +dataset_uuid: 38eb75f9-27a2-42df-817f-90d75b91a582 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: little_dog_doll +- object_name: plate +- object_name: shark_doll +- object_name: lid +- object_name: building_block +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the little dog doll on the white plate with both grippers and place it on + the table. +- Pick up the shark doll on the table with the left gripper and hand it to the right + gripper. The right gripper took the shark doll and placed it in the white lid with + the right gripper. +- Pick up the building block with the left gripper and place it in the pink plate + on the left. Place the other building block into the white plate on the right with + the right gripper. +- Pick up the shark doll on the table with both grippers and place it in the white + lid. +sub_tasks: +- subtask: Grasp the whale with the left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the puppy on the table with the left and right grippers. + subtask_index: 2 +- subtask: Grasp the puppy with the left and right grippers. + subtask_index: 3 +- subtask: Static. + subtask_index: 4 +- subtask: Grasp the large green cube block with the left gripper. + subtask_index: 5 +- subtask: Place the whale on the white lid with the right gripper. + subtask_index: 6 +- subtask: Grasp the large red cube block with the right gripper. + subtask_index: 7 +- subtask: Place the large green cube block on the pink plate with the left gripper. + subtask_index: 8 +- subtask: Place the large red cube block on the white lid with the right gripper. + subtask_index: 9 +- subtask: Deliver the whale from left gripper to right gripper. + subtask_index: 10 +- subtask: null. + subtask_index: 11 +atomic_actions: +- grasp +- pick +- place +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_third_view +came_info: + cam_high_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 + cam_third_view: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 199 + total_frames: 28709 + fps: 30 + total_tasks: 12 + total_videos: 796 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 1.06 GB +frame_num: 28709 +frame_range: 100K +dataset_size: 1.06 GB +data_structure: 'AIRBOT_MMK2_toy_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (187 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 + + | `-- observation.images.cam_third_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:198 +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: 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.images.cam_third_view: + 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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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/Airbot_MMK2_turn_page.yaml b/dataset_info/Airbot_MMK2_turn_page.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ff3d9a528a9a72516b005fe3230ba625542fffef --- /dev/null +++ b/dataset_info/Airbot_MMK2_turn_page.yaml @@ -0,0 +1,473 @@ +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: Airbot_MMK2_turn_page +dataset_uuid: bf863460-76b7-48a1-ba83-88cac8e5bb8f +scene_type: + level1: household + level2: study_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: book +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Rotate the page of the English book on the table with the right gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: rotate the book to the next page with the right gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- flip +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 149 + total_frames: 19581 + fps: 30 + total_tasks: 4 + total_videos: 596 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 740.91 MB +frame_num: 19581 +frame_range: 100K +dataset_size: 740.91 MB +data_structure: 'Airbot_MMK2_turn_page_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (137 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:148 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_unplug.yaml b/dataset_info/Airbot_MMK2_unplug.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0b0a6970fded71ff85e40b9be438dc441c8f4094 --- /dev/null +++ b/dataset_info/Airbot_MMK2_unplug.yaml @@ -0,0 +1,482 @@ +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: Airbot_MMK2_unplug +dataset_uuid: 491dfaec-bdf8-4338-94ce-d0fe7f832dab +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: power_strips +- object_name: charger +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Secure the power strip with the left gripper, while the right gripper unplugs the + charger and sets it down. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: drop socket with the left gripper. + subtask_index: 1 +- subtask: place down plug with the right gripper. + subtask_index: 2 +- subtask: Press and grasp the socket with the left gripper. + subtask_index: 3 +- subtask: Unplug plug with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- open +- press +- place +- pick +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 90 + total_frames: 21487 + fps: 30 + total_tasks: 6 + total_videos: 360 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 870.73 MB +frame_num: 21487 +frame_range: 100K +dataset_size: 870.73 MB +data_structure: 'Airbot_MMK2_unplug_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (78 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_front_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:89 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Airbot_MMK2_unscrew_bottle_cap.yaml b/dataset_info/Airbot_MMK2_unscrew_bottle_cap.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ee8428ccb27e4d3992e24d396edb5487acfb829 --- /dev/null +++ b/dataset_info/Airbot_MMK2_unscrew_bottle_cap.yaml @@ -0,0 +1,481 @@ +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: Airbot_MMK2_unscrew_bottle_cap +dataset_uuid: f51f8958-9f1d-4622-ae83-4caf83a5fb44 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: beverages +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the bottle with the left gripper and unscrew the cap with the right gripper. +sub_tasks: +- subtask: Grasp the bottle with the left gripper. + subtask_index: 0 +- subtask: Place the bottle on the table with the left gripper. + subtask_index: 1 +- subtask: Lift the bottle up with the left gripper. + subtask_index: 2 +- subtask: Unscrew the bottle cap with the right gripper while holding the bottle + with the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +- rotate +robot_name: Airbot_MMK2 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 16965 + fps: 30 + total_tasks: 6 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 632.70 MB +frame_num: 16965 +frame_range: 100K +dataset_size: 632.70 MB +data_structure: 'Airbot_MMK2_unscrew_bottle_cap_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_rgb + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - 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 + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_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 + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_arrange_baai_then_brain.yaml b/dataset_info/Galaxea_R1_Lite_arrange_baai_then_brain.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ae47b9e65b74c766d1cc146649daa0a812e854d9 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_arrange_baai_then_brain.yaml @@ -0,0 +1,490 @@ +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: Galaxea_R1_Lite_arrange_baai_then_brain +dataset_uuid: a6587a74-4705-422e-a07e-ce05e62b34e8 +scene_type: + level1: education + level2: school + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: early_education_toys +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Find blocks with the letters b, a, a, and i on the table with the gripper and arrange + them into BAAI. Find the letters r and N with the gripper and rotate the arranged + BAAI into Brian. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: Place the second block A in the third location. + subtask_index: 1 +- subtask: Place the block I in the fourth location. + subtask_index: 2 +- subtask: Place the first block A in the second location. + subtask_index: 3 +- subtask: Place the block B in the first location. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Move the block A out of the second location. + subtask_index: 6 +- subtask: Place the block N in the fifth location. + subtask_index: 7 +- subtask: Place the block R in the second location. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 56 + total_frames: 44471 + fps: 30 + total_tasks: 10 + total_videos: 224 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 1.26 GB +frame_num: 44471 +frame_range: 100K +dataset_size: 1.26 GB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_arrange_baai_then_brain_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (44 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:55 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_boil_water_in_a_kettle.yaml b/dataset_info/Galaxea_R1_Lite_boil_water_in_a_kettle.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4bc923338b7d839a38f9ce205db0ce9561a0a9fe --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_boil_water_in_a_kettle.yaml @@ -0,0 +1,455 @@ +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: Galaxea_R1_Lite_boil_water_in_a_kettle +dataset_uuid: 68764373-ee5e-45aa-ad8a-1ca6cf3e0834 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: stove_top +- object_name: boil_the_kettle +- object_name: heating_plate +- object_name: sink +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the kettle on the heating plate with the gripper. Heat it, then place it beside + the sink with the gripper. +sub_tasks: +- subtask: Start boiling water. + subtask_index: 0 +- subtask: Place it on the power base. + subtask_index: 1 +- subtask: Finish boiling water. + subtask_index: 2 +- subtask: abnormal. + subtask_index: 3 +- subtask: Place it by the sink. + subtask_index: 4 +- subtask: Pick up the kettle. + subtask_index: 5 +- subtask: pick up the kettle. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 75 + total_frames: 85792 + fps: 30 + total_tasks: 8 + total_videos: 225 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 3.88 GB +frame_num: 85792 +frame_range: 100K +dataset_size: 3.88 GB +data_structure: 'R1_Lite_boil_water_in_a_kettle_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (63 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:74 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_build_blocks.yaml b/dataset_info/Galaxea_R1_Lite_build_blocks.yaml new file mode 100644 index 0000000000000000000000000000000000000000..137de5f3486ce0d27ddd752fd31d7cab77009f1f --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_build_blocks.yaml @@ -0,0 +1,489 @@ +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: Galaxea_R1_Lite_build_blocks +dataset_uuid: a56eff90-9eaa-4804-91c6-27e733d07c46 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: blocks +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the arched building blocks in the center of the table with the gripper. Set + up the rectangular building blocks with the gripper, and then set up the triangular + building blocks with the gripper. +sub_tasks: +- subtask: Place the arch-shaped block in the center of view with the left gripper. + subtask_index: 0 +- subtask: Grasp the arch-shaped block with the left gripper. + subtask_index: 1 +- subtask: Place the triangle-shaped block onto the box-shaped block with the left + grippe. + subtask_index: 2 +- subtask: Grasp the box-shaped block with the right gripper. + subtask_index: 3 +- subtask: Place the box-shaped block onto the arch-shaped block with the right gripper. + subtask_index: 4 +- subtask: Static. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: Grasp the triangle-shaped block with the left gripper. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- place +- pick +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_left_rgb +- cam_high_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_high_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 66 + total_frames: 59296 + fps: 30 + total_tasks: 9 + total_videos: 264 + total_chunks: 1 + chunks_size: 1000 + state_dim: 16 + action_dim: 18 + camera_views: 4 + dataset_size: 1.77 GB +frame_num: 59296 +frame_range: 100K +dataset_size: 1.77 GB +data_structure: 'R1_Lite_build_blocks_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (54 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_left_rgb + + | |-- observation.images.cam_high_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:65 +features: + observation.images.cam_high_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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 + action: + dtype: float32 + shape: + - 18 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_left_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_catch_the_water.yaml b/dataset_info/Galaxea_R1_Lite_catch_the_water.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e10f010351ac210790bd78a7db617e7f9110b5c3 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_catch_the_water.yaml @@ -0,0 +1,455 @@ +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: Galaxea_R1_Lite_catch_the_water +dataset_uuid: 071ba9f6-2258-439b-82bd-6fec0968ae25 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: water_dispenser +- object_name: cup +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cup from the table with the gripper and place it in the drain. Turn + on the faucet and fill it with water. Turn off the faucet and place the cup back + in its original position with the gripper. +sub_tasks: +- subtask: Place the cup next to the water dispenser. + subtask_index: 0 +- subtask: abnormal. + subtask_index: 1 +- subtask: Pick up the cup. + subtask_index: 2 +- subtask: Turn off the faucet. + subtask_index: 3 +- subtask: Place it under the water dispenser. + subtask_index: 4 +- subtask: Turn on the faucet. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +- open +- close +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 148 + total_frames: 133503 + fps: 30 + total_tasks: 7 + total_videos: 444 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 5.58 GB +frame_num: 133503 +frame_range: 1M +dataset_size: 5.58 GB +data_structure: 'R1_Lite_catch_the_water_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (136 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:147 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_change_baai_into_brain.yaml b/dataset_info/Galaxea_R1_Lite_change_baai_into_brain.yaml new file mode 100644 index 0000000000000000000000000000000000000000..facbd786f69ecc145086881d4c8ab4b38533c828 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_change_baai_into_brain.yaml @@ -0,0 +1,477 @@ +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: Galaxea_R1_Lite_change_baai_into_brain +dataset_uuid: 75dad2ee-672e-402a-823a-198e5e42af62 +scene_type: + level1: education + level2: school + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: building_blocks +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Rearrange the word baai as brain with the gripper. +sub_tasks: +- subtask: Disassemble the second character A. + subtask_index: 0 +- subtask: Place the character R between first character B and third character A. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Place the character N after character I. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 67 + total_frames: 83804 + fps: 30 + total_tasks: 5 + total_videos: 268 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 3.61 GB +frame_num: 83804 +frame_range: 100K +dataset_size: 3.61 GB +data_structure: 'Galaxea_R1_Lite_change_baai_into_brain_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (55 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:66 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_classify_object_five.yaml b/dataset_info/Galaxea_R1_Lite_classify_object_five.yaml new file mode 100644 index 0000000000000000000000000000000000000000..32c7638443c58164f8fcfc912ef815fe4ee08ea5 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_classify_object_five.yaml @@ -0,0 +1,589 @@ +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: Galaxea_R1_Lite_classify_object_five +dataset_uuid: d15273f0-dae1-4ac4-9d8c-9ff41bd02f5b +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: brown_basket +- object_name: yellow_basket +- object_name: any_fruits +- object_name: any_vegetables +- object_name: any_snacks +- object_name: any_bread +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the food in the right basket with the right gripper. Place the non-food items + in the left basket with the left gripper. +sub_tasks: +- subtask: Grasp the rubiks cube and place it in the left basket. + subtask_index: 0 +- subtask: Grasp the waffle and place it in the right basket. + subtask_index: 1 +- subtask: Grasp the soft cleanser and place it in the left basket. + subtask_index: 2 +- subtask: Grasp the back scratcher and place it in the left basket. + subtask_index: 3 +- subtask: Grasp the apple and place it in the right basket. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Grasp the white eraser and place it in the left basket. + subtask_index: 6 +- subtask: Grasp the square chewing gum and place it in the right basket. + subtask_index: 7 +- subtask: Grasp the power strip and place it in the left basket. + subtask_index: 8 +- subtask: Grasp the cleaning agent and place it in the left basket. + subtask_index: 9 +- subtask: Grasp the soda water and place it in the right basket. + subtask_index: 10 +- subtask: Grasp the spoon and place it in the left basket. + subtask_index: 11 +- subtask: Grasp the duck toys and place it in the left basket. + subtask_index: 12 +- subtask: Grasp the triangle cake and place it in the right basket. + subtask_index: 13 +- subtask: Grasp the compass and place it in the right basket. + subtask_index: 14 +- subtask: Grasp the cookie and place it in the right basket. + subtask_index: 15 +- subtask: Grasp the compass and place it in the left basket. + subtask_index: 16 +- subtask: Grasp the orange and place it in the right basket. + subtask_index: 17 +- subtask: Grasp the ballpoint pen and place it in the left basket. + subtask_index: 18 +- subtask: Grasp the round bread and place it in the right basket. + subtask_index: 19 +- subtask: Grasp the egg yolk pastry and place it in the right basket. + subtask_index: 20 +- subtask: Grasp the lemon and place it in the right basket. + subtask_index: 21 +- subtask: Grasp the soap and place it in the left basket. + subtask_index: 22 +- subtask: Grasp the washing liquid and place it in the left basket. + subtask_index: 23 +- subtask: Grasp the hard cleanser and place it in the left basket. + subtask_index: 24 +- subtask: Grasp the milk and place it in the right basket. + subtask_index: 25 +- subtask: Grasp the black marker and place it in the left basket. + subtask_index: 26 +- subtask: Grasp the banana and place it in the right basket. + subtask_index: 27 +- subtask: Grasp the black glass cup and place it in the left basket. + subtask_index: 28 +- subtask: Grasp the brush and place it in the left basket. + subtask_index: 29 +- subtask: Grasp the bath ball and place it in the left basket. + subtask_index: 30 +- subtask: Grasp the blue towel and place it in the left basket. + subtask_index: 31 +- subtask: Grasp the tea cup and place it in the left basket. + subtask_index: 32 +- subtask: Grasp the peeler and place it in the left basket. + subtask_index: 33 +- subtask: Grasp the brown towel and place it in the left basket. + subtask_index: 34 +- subtask: Grasp the peach and place it in the right basket. + subtask_index: 35 +- subtask: Abnormal. + subtask_index: 36 +- subtask: Grasp the chocolate and place it in the right basket. + subtask_index: 37 +- subtask: Grasp the grey towel and place it in the left basket. + subtask_index: 38 +- subtask: Grasp the canned cola and place it in the right basket. + subtask_index: 39 +- subtask: Grasp the tape and place it in the left basket. + subtask_index: 40 +- subtask: Grasp the bread cut and place it in the right basket. + subtask_index: 41 +- subtask: Grasp the tin and place it in the right basket. + subtask_index: 42 +- subtask: Grasp the soap and place it in the right basket. + subtask_index: 43 +- subtask: Grasp the glasses case and place it in the left basket. + subtask_index: 44 +- subtask: Grasp the yellow duck and place it in the right basket. + subtask_index: 45 +- subtask: Grasp the peach doll and place it in the right basket. + subtask_index: 46 +- subtask: Grasp the blue cup and place it in the left basket. + subtask_index: 47 +- subtask: Grasp the pen container and place it in the left basket. + subtask_index: 48 +- subtask: Grasp the red duck and place it in the left basket. + subtask_index: 49 +- subtask: Grasp the lime and place it in the right basket. + subtask_index: 50 +- subtask: Grasp the long bread and place it in the right basket. + subtask_index: 51 +- subtask: Grasp the yogurt and place it in the right basket. + subtask_index: 52 +- subtask: Grasp the potato chips and place it in the right basket. + subtask_index: 53 +- subtask: Grasp the can and place it in the right basket. + subtask_index: 54 +- subtask: Grasp the ad milk and place it in the right basket. + subtask_index: 55 +- subtask: Grasp the blue marker and place it in the left basket. + subtask_index: 56 +- subtask: null. + subtask_index: 57 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 195 + total_frames: 160875 + fps: 30 + total_tasks: 58 + total_videos: 780 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 8.91 GB +frame_num: 160875 +frame_range: 1M +dataset_size: 8.91 GB +data_structure: 'Galaxea_R1_Lite_classify_object_five_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (183 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:194 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_classify_object_four.yaml b/dataset_info/Galaxea_R1_Lite_classify_object_four.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9939aaef4c895df26ef95e20103f5b62e6d03375 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_classify_object_four.yaml @@ -0,0 +1,607 @@ +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: Galaxea_R1_Lite_classify_object_four +dataset_uuid: a65b22d2-15ae-428e-90e1-e2b7ed27b5cd +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: brown_basket +- object_name: yellow_basket +- object_name: any_fruits +- object_name: any_vegetables +- object_name: any_snacks +- object_name: any_bread +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the food in the right basket with the right gripper. Place the non-food items + in the left basket with the left gripper. +sub_tasks: +- subtask: Grasp the potato chips and place it in the left basket. + subtask_index: 0 +- subtask: Grasp the mineral water and place it in the right basket. + subtask_index: 1 +- subtask: Grasp the rubiks cube and place it in the left basket. + subtask_index: 2 +- subtask: Grasp the waffle and place it in the right basket. + subtask_index: 3 +- subtask: Grasp the soft cleanser and place it in the left basket. + subtask_index: 4 +- subtask: Grasp the back scratcher and place it in the left basket. + subtask_index: 5 +- subtask: Grasp the apple and place it in the right basket. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: Grasp the white eraser and place it in the left basket. + subtask_index: 8 +- subtask: Grasp the square chewing gum and place it in the right basket. + subtask_index: 9 +- subtask: Grasp the power strip and place it in the left basket. + subtask_index: 10 +- subtask: Grasp the green lemon and place it in the right basket. + subtask_index: 11 +- subtask: Grasp the coke and place it in the right basket. + subtask_index: 12 +- subtask: Grasp the cleaning agent and place it in the left basket. + subtask_index: 13 +- subtask: Grasp the soda water and place it in the right basket. + subtask_index: 14 +- subtask: Grasp the spoon and place it in the left basket. + subtask_index: 15 +- subtask: Grasp the duck toys and place it in the left basket. + subtask_index: 16 +- subtask: Grasp the triangle cake and place it in the right basket. + subtask_index: 17 +- subtask: Grasp the cookie and place it in the right basket. + subtask_index: 18 +- subtask: Grasp the yellow cake and place it in the right basket. + subtask_index: 19 +- subtask: Grasp the shower sphere and place it in the left basket. + subtask_index: 20 +- subtask: Grasp the compass and place it in the left basket. + subtask_index: 21 +- subtask: Grasp the orange and place it in the right basket. + subtask_index: 22 +- subtask: Grasp the broom and place it in the left basket. + subtask_index: 23 +- subtask: Grasp the back scratcher and place it in the right basket. + subtask_index: 24 +- subtask: Grasp the ballpoint pen and place it in the left basket. + subtask_index: 25 +- subtask: Grasp the round bread and place it in the right basket. + subtask_index: 26 +- subtask: Grasp the egg yolk pastry and place it in the right basket. + subtask_index: 27 +- subtask: Grasp the soap and place it in the left basket. + subtask_index: 28 +- subtask: Grasp the washing liquid and place it in the left basket. + subtask_index: 29 +- subtask: Grasp the hard cleanser and place it in the left basket. + subtask_index: 30 +- subtask: Grasp the milk and place it in the right basket. + subtask_index: 31 +- subtask: Grasp the black marker and place it in the left basket. + subtask_index: 32 +- subtask: Grasp the banana and place it in the right basket. + subtask_index: 33 +- subtask: Grasp the can and place it in the left basket. + subtask_index: 34 +- subtask: Grasp the black glass cup and place it in the left basket. + subtask_index: 35 +- subtask: Grasp the brush and place it in the left basket. + subtask_index: 36 +- subtask: Grasp the bath ball and place it in the left basket. + subtask_index: 37 +- subtask: Grasp the blue towel and place it in the left basket. + subtask_index: 38 +- subtask: Grasp the peeler and place it in the left basket. + subtask_index: 39 +- subtask: Grasp the brown towel and place it in the left basket. + subtask_index: 40 +- subtask: Grasp the peach and place it in the right basket. + subtask_index: 41 +- subtask: Grasp the tea cup and place it in the left basket. + subtask_index: 42 +- subtask: Grasp the round bread and place it in the left basket. + subtask_index: 43 +- subtask: Grasp the chocolate and place it in the right basket. + subtask_index: 44 +- subtask: Grasp the grey towel and place it in the left basket. + subtask_index: 45 +- subtask: Grasp the canned cola and place it in the right basket. + subtask_index: 46 +- subtask: Grasp the tape and place it in the left basket. + subtask_index: 47 +- subtask: Grasp the bread cut and place it in the right basket. + subtask_index: 48 +- subtask: Grasp the glasses case and place it in the left basket. + subtask_index: 49 +- subtask: Grasp the triangle cake and place it in the left basket. + subtask_index: 50 +- subtask: Grasp the peach doll and place it in the right basket. + subtask_index: 51 +- subtask: Grasp the blue cup and place it in the left basket. + subtask_index: 52 +- subtask: Grasp the pen container and place it in the left basket. + subtask_index: 53 +- subtask: Grasp the red duck and place it in the left basket. + subtask_index: 54 +- subtask: Grasp the long bread and place it in the right basket. + subtask_index: 55 +- subtask: Grasp the yogurt and place it in the right basket. + subtask_index: 56 +- subtask: Grasp the potato chips and place it in the right basket. + subtask_index: 57 +- subtask: Grasp the can and place it in the right basket. + subtask_index: 58 +- subtask: Grasp the egg beater and place it in the right basket. + subtask_index: 59 +- subtask: Place the cookie in the center of the table. + subtask_index: 60 +- subtask: Grasp the square chewing gum and place it in the left basket. + subtask_index: 61 +- subtask: Grasp the ad milk and place it in the right basket. + subtask_index: 62 +- subtask: Grasp the detergent and place it in the left basket. + subtask_index: 63 +- subtask: Grasp the yellow duck and place it in the left basket. + subtask_index: 64 +- subtask: Grasp the blue marker and place it in the left basket. + subtask_index: 65 +- subtask: null. + subtask_index: 66 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 191 + total_frames: 153386 + fps: 30 + total_tasks: 67 + total_videos: 764 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 8.39 GB +frame_num: 153386 +frame_range: 1M +dataset_size: 8.39 GB +data_structure: 'Galaxea_R1_Lite_classify_object_four_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (179 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:190 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_classify_object_green_tablecloth.yaml b/dataset_info/Galaxea_R1_Lite_classify_object_green_tablecloth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e97b4a730c7369a7854f62149d21628a0ebec94f --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_classify_object_green_tablecloth.yaml @@ -0,0 +1,791 @@ +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: Galaxea_R1_Lite_classify_object_green_tablecloth +dataset_uuid: f069d841-0c56-481d-bc0c-2fd3b25ad50c +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: brown_basket +- object_name: yellow_basket +- object_name: any_fruits +- object_name: any_vegetables +- object_name: any_snacks +- object_name: any_bread +- object_name: green_table_cloths +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the food in the right basket with the right gripper, and place the non-food + items in the left basket with the left gripper. +sub_tasks: +- subtask: Grasp the round bread and place it in the right basket. + subtask_index: 0 +- subtask: Grasp the can and place it in the right basket. + subtask_index: 1 +- subtask: Pick up the compass and place it in the left basket. + subtask_index: 2 +- subtask: Grasp the soft cleanser and place it in the left basket. + subtask_index: 3 +- subtask: Pick up the orange and place it in the right basket. + subtask_index: 4 +- subtask: Pick up the round chewing gum and place it in the right basket. + subtask_index: 5 +- subtask: Grasp the playing cards and place it in the left basket. + subtask_index: 6 +- subtask: Grasp the purple garbage bag and place it in the left basket. + subtask_index: 7 +- subtask: Place the back scratcher in the center of the table. + subtask_index: 8 +- subtask: Place the eggplant in the center of the table. + subtask_index: 9 +- subtask: Pick up the square chewing gum and place it in the right basket. + subtask_index: 10 +- subtask: Pick up the washing liquid and place it in the left basket. + subtask_index: 11 +- subtask: Grasp the red pot and place it in the left basket. + subtask_index: 12 +- subtask: Grasp the grape and place it in the right basket. + subtask_index: 13 +- subtask: Pick up the tape and place it in the left basket. + subtask_index: 14 +- subtask: Pick up the shampoo and place it in the left basket. + subtask_index: 15 +- subtask: Pick up the playing cards and place it in the left basket. + subtask_index: 16 +- subtask: Place the orange in the center of the table. + subtask_index: 17 +- subtask: Grasp the eggplant and place it in the right basket. + subtask_index: 18 +- subtask: Pick up the banana and place it in the right basket. + subtask_index: 19 +- subtask: Grasp the washing liquid and place it in the left basket. + subtask_index: 20 +- subtask: Grasp the shampoo and place it in the left basket. + subtask_index: 21 +- subtask: Place the pink bowl in the center of the table. + subtask_index: 22 +- subtask: Place the compass in the center of the table. + subtask_index: 23 +- subtask: Place the peach in the center of the table. + subtask_index: 24 +- subtask: Place the banana in the center of the table. + subtask_index: 25 +- subtask: Place the tape in the center of the table. + subtask_index: 26 +- subtask: Pick up the round bread and place it in the left basket. + subtask_index: 27 +- subtask: Pick up the tea cup and place it in the left basket. + subtask_index: 28 +- subtask: Pick up the round bread and place it in the right basket. + subtask_index: 29 +- subtask: Grasp the banana and place it in the right basket. + subtask_index: 30 +- subtask: Grasp the pear and place it in the right basket. + subtask_index: 31 +- subtask: Place the lemon and place it in the center of the table. + subtask_index: 32 +- subtask: Grasp the compass and place it in the right basket. + subtask_index: 33 +- subtask: Pick up the can and place it in the right basket. + subtask_index: 34 +- subtask: Place the red pot in the center of the table. + subtask_index: 35 +- subtask: Pick up the yellow marker and place it in the left basket. + subtask_index: 36 +- subtask: Grasp the yellow cake and place it in the right basket. + subtask_index: 37 +- subtask: Grasp the long bread and place it in the right basket. + subtask_index: 38 +- subtask: Grasp the canned cola and place it in the right basket. + subtask_index: 39 +- subtask: Grasp the glasses case and place it in the left basket. + subtask_index: 40 +- subtask: Pick up the lime and place it in the right basket. + subtask_index: 41 +- subtask: Pick up the pear and place it in the right basket. + subtask_index: 42 +- subtask: Grasp the green chewing gum and place it in the right basket. + subtask_index: 43 +- subtask: Pick up the croissant and place it in the right basket. + subtask_index: 44 +- subtask: Pick up the chinese cabbage and place it in the right basket. + subtask_index: 45 +- subtask: Place the fruit fudge in the center of the table. + subtask_index: 46 +- subtask: Grasp the white eraser and place it in the left basket. + subtask_index: 47 +- subtask: Place the yellow marker in the center of the table. + subtask_index: 48 +- subtask: Place the round chewing gum in the center of the table. + subtask_index: 49 +- subtask: Pick up the canned cola and place it in the right basket. + subtask_index: 50 +- subtask: Pick up the red pot and place it in the left basket. + subtask_index: 51 +- subtask: Place the green lemon in the center of the table. + subtask_index: 52 +- subtask: Grasp the pink marker and place it in the left basket. + subtask_index: 53 +- subtask: Place the washing liquid in the center of the table. + subtask_index: 54 +- subtask: Abnormal. + subtask_index: 55 +- subtask: Grasp the peach and place it in the right basket. + subtask_index: 56 +- subtask: Grasp the soap and place it in the left basket. + subtask_index: 57 +- subtask: Place the Red Bull in the center of the table. + subtask_index: 58 +- subtask: Place the mango in the center of the table. + subtask_index: 59 +- subtask: Grasp the fruit fudge and place it in the right basket. + subtask_index: 60 +- subtask: Grasp the bath ball and place it in the left basket. + subtask_index: 61 +- subtask: Grasp the red bull and place it in the right basket. + subtask_index: 62 +- subtask: Pick up the lemon and place it in the right basket. + subtask_index: 63 +- subtask: Grasp the chinese cabbage and place it in the right basket. + subtask_index: 64 +- subtask: Grasp the pink pot and place it in the left basket. + subtask_index: 65 +- subtask: Grasp the croissant and place it in the right basket. + subtask_index: 66 +- subtask: Grasp the soda water and place it in the right basket. + subtask_index: 67 +- subtask: Pick up the egg yolk pastry and place it in the right basket. + subtask_index: 68 +- subtask: Grasp the spoon and place it in the left basket. + subtask_index: 69 +- subtask: Grasp the blue cup and place it in the left basket. + subtask_index: 70 +- subtask: Place the blue towel in the center of the table. + subtask_index: 71 +- subtask: Place the yellow cake in the center of the table. + subtask_index: 72 +- subtask: Place the grey cup in the center of the table. + subtask_index: 73 +- subtask: Grasp the tape and place it in the left basket. + subtask_index: 74 +- subtask: Place the square chewing gum in the center of the table. + subtask_index: 75 +- subtask: Pick up the milk and place it in the right basket. + subtask_index: 76 +- subtask: Grasp the back scratcher and place it in the right basket. + subtask_index: 77 +- subtask: Grasp the yogurt and place it in the right basket. + subtask_index: 78 +- subtask: Pick up the yellow cake and place it in the right basket. + subtask_index: 79 +- subtask: Pick up the blue bowl and place it in the left basket. + subtask_index: 80 +- subtask: Grasp the lemon and place it in the right basket. + subtask_index: 81 +- subtask: Grasp the back scratcher and place it in the left basket. + subtask_index: 82 +- subtask: Grasp the orange and place it in the right basket. + subtask_index: 83 +- subtask: Pick up the soda water and place it in the right basket. + subtask_index: 84 +- subtask: Grasp the red pot and place it in the right basket. + subtask_index: 85 +- subtask: Grasp the milk and place it in the right basket. + subtask_index: 86 +- subtask: Pick up the blue cup and place it in the left basket. + subtask_index: 87 +- subtask: Pick up the mango and place it in the right basket. + subtask_index: 88 +- subtask: Place the pink marker in the center of the table. + subtask_index: 89 +- subtask: Grasp the grey cup and place it in the left basket. + subtask_index: 90 +- subtask: Pick up the long bread and place it in the right basket. + subtask_index: 91 +- subtask: Pick up the soap and place it in the left basket. + subtask_index: 92 +- subtask: Grasp the peach and place it in the left basket. + subtask_index: 93 +- subtask: Pick up the pink pot and place it in the left basket. + subtask_index: 94 +- subtask: Grasp the sausage and place it in the right basket. + subtask_index: 95 +- subtask: Pick up the yogurt and place it in the right basket. + subtask_index: 96 +- subtask: Place the bath ball in the center of the table. + subtask_index: 97 +- subtask: Grasp the square chewing gum and place it in the right basket. + subtask_index: 98 +- subtask: Grasp the ad milk and place it in the right basket. + subtask_index: 99 +- subtask: Place the pink pot in the center of the table. + subtask_index: 100 +- subtask: Grasp the compass and place it in the left basket. + subtask_index: 101 +- subtask: Place the glasses case in the center of the table. + subtask_index: 102 +- subtask: Place the gray towel in the center of the table. + subtask_index: 103 +- subtask: Pick up the back scratcher and place it in the left basket. + subtask_index: 104 +- subtask: Place the purple garbage bag in the center of the table. + subtask_index: 105 +- subtask: Place the blue cup in the center of the table. + subtask_index: 106 +- subtask: Pick up the blue towel and place it in the left basket. + subtask_index: 107 +- subtask: Place the pear in the center of the table. + subtask_index: 108 +- subtask: Place the soft cleanser in the center of the table. + subtask_index: 109 +- subtask: Grasp the egg yolk pastry and place it in the right basket. + subtask_index: 110 +- subtask: Pick up the spoon and place it in the left basket. + subtask_index: 111 +- subtask: Place the sausage in the center of the table. + subtask_index: 112 +- subtask: Place the green chewing gum in the center of the table. + subtask_index: 113 +- subtask: Pick up the peach and place it in the right basket. + subtask_index: 114 +- subtask: Place the can in the center of the table. + subtask_index: 115 +- subtask: Grasp the mango and place it in the right basket. + subtask_index: 116 +- subtask: Place the canned cola in the center of the table. + subtask_index: 117 +- subtask: Pick up the gray towel and place it in the left basket. + subtask_index: 118 +- subtask: Place the ad milk in the center of the table. + subtask_index: 119 +- subtask: Pick up the sausage and place it in the right basket. + subtask_index: 120 +- subtask: Grasp the hard cleanser and place it in the left basket. + subtask_index: 121 +- subtask: Pick up the pink marker and place it in the left basket. + subtask_index: 122 +- subtask: Grasp the detergent and place it in the left basket. + subtask_index: 123 +- subtask: Pick up the pink bowl and place it in the left basket. + subtask_index: 124 +- subtask: Grasp the Red Bull and place it in the right basket. + subtask_index: 125 +- subtask: Pick up the ad milk and place it in the right basket. + subtask_index: 126 +- subtask: Place the long bread in the center of the table. + subtask_index: 127 +- subtask: Pick up the soft cleanser and place it in the left basket. + subtask_index: 128 +- subtask: Place the croissant in the center of the table. + subtask_index: 129 +- subtask: Grasp the lime and place it in the right basket. + subtask_index: 130 +- subtask: Place the round bread in the center of the table. + subtask_index: 131 +- subtask: Pick up the green chewing gum and place it in the right basket. + subtask_index: 132 +- subtask: Grasp the pink bowl and place it in the left basket. + subtask_index: 133 +- subtask: Place the playing cards in the center of the table. + subtask_index: 134 +- subtask: Pick up the glasses case and place it in the left basket. + subtask_index: 135 +- subtask: Pick up the fruit fudge and place it in the right basket. + subtask_index: 136 +- subtask: Pick up the eggplant and place it in the right basket. + subtask_index: 137 +- subtask: Place the white eraser in the center of the table. + subtask_index: 138 +- subtask: Place the yogurt in the center of the table. + subtask_index: 139 +- subtask: Pick up the detergent and place it in the left basket. + subtask_index: 140 +- subtask: Grasp the blue towel and place it in the left basket. + subtask_index: 141 +- subtask: Pick up the red bull and place it in the right basket. + subtask_index: 142 +- subtask: Place the lime in the center of the table. + subtask_index: 143 +- subtask: Grasp the mint candy and place it in the right basket. + subtask_index: 144 +- subtask: Place the soap in the center of the table. + subtask_index: 145 +- subtask: Grasp the red marker and place it in the left basket. + subtask_index: 146 +- subtask: Pick up the purple garbage bag and place it in the left basket. + subtask_index: 147 +- subtask: Place the detergent in the center of the table. + subtask_index: 148 +- subtask: Pick up the bath ball and place it in the left basket. + subtask_index: 149 +- subtask: Grasp the gray towel and place it in the left basket. + subtask_index: 150 +- subtask: Grasp the yellow marker and place it in the left basket. + subtask_index: 151 +- subtask: Grasp the pink towel and place it in the left basket. + subtask_index: 152 +- subtask: End. + subtask_index: 153 +- subtask: Place the shampoo in the center of the table. + subtask_index: 154 +- subtask: Grasp the green lemon and place it in the right basket. + subtask_index: 155 +- subtask: Grasp the round chewing gum and place it in the right basket. + subtask_index: 156 +- subtask: null. + subtask_index: 157 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 224 + total_frames: 251221 + fps: 30 + total_tasks: 158 + total_videos: 896 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 25.62 GB +frame_num: 251221 +frame_range: 1M +dataset_size: 25.62 GB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_classify_object_green_tablecloth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (212 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:223 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_classify_object_six.yaml b/dataset_info/Galaxea_R1_Lite_classify_object_six.yaml new file mode 100644 index 0000000000000000000000000000000000000000..672994d0e6839c063ae686418e326903d0485895 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_classify_object_six.yaml @@ -0,0 +1,620 @@ +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: Galaxea_R1_Lite_classify_object_six +dataset_uuid: 71fc9e1d-ecc0-44ff-bfa3-ca989e94aaff +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: brown_basket +- object_name: yellow_basket +- object_name: any_fruits +- object_name: any_vegetables +- object_name: any_snacks +- object_name: any_bread +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the food in the right basket with the right gripper. Place the non-food items + in the left basket with the left gripper. +sub_tasks: +- subtask: Grasp the round bread and place it in the right basket. + subtask_index: 0 +- subtask: Grasp the small basket containing bread and place it in the right basket. + subtask_index: 1 +- subtask: Grasp the lemon and place it in the right basket. + subtask_index: 2 +- subtask: Grasp the egg yolk pastry and place it in the right basket. + subtask_index: 3 +- subtask: Grasp the can and place it in the right basket. + subtask_index: 4 +- subtask: Grasp the apple and place it in the right basket. + subtask_index: 5 +- subtask: Grasp the long bread and place it in the right basket. + subtask_index: 6 +- subtask: Grasp the canned cola and place it in the right basket. + subtask_index: 7 +- subtask: Grasp the back scratcher and place it in the left basket. + subtask_index: 8 +- subtask: Grasp the glasses case and place it in the left basket. + subtask_index: 9 +- subtask: Grasp the peeler and place it in the left basket. + subtask_index: 10 +- subtask: Grasp the cookie and place it in the right basket. + subtask_index: 11 +- subtask: Grasp the yellow duck and place it in the right basket. + subtask_index: 12 +- subtask: Grasp the cleaning agent and place it in the left basket. + subtask_index: 13 +- subtask: Grasp the soft cleanser and place it in the left basket. + subtask_index: 14 +- subtask: Grasp the waffle and place it in the right basket. + subtask_index: 15 +- subtask: Grasp the grey towel and place it in the left basket. + subtask_index: 16 +- subtask: Grasp the orange and place it in the right basket. + subtask_index: 17 +- subtask: Grasp the brown towel and place it in the left basket. + subtask_index: 18 +- subtask: Grasp the pen container and place it in the left basket. + subtask_index: 19 +- subtask: Grasp the hard cleanser and place it in the left basket. + subtask_index: 20 +- subtask: Grasp the canned cola and place it in the left basket. + subtask_index: 21 +- subtask: Grasp the triangle cake and place it in the right basket. + subtask_index: 22 +- subtask: Grasp the shower sphere and place it in the left basket. + subtask_index: 23 +- subtask: Grasp the rubiks cube and place it in the right basket. + subtask_index: 24 +- subtask: Grasp the broom and place it in the left basket. + subtask_index: 25 +- subtask: Grasp the white eraser and place it in the left basket. + subtask_index: 26 +- subtask: Grasp the milk and place it in the right basket. + subtask_index: 27 +- subtask: Grasp the lime and place it in the right basket. + subtask_index: 28 +- subtask: Grasp the brown towel and place it in the right basket. + subtask_index: 29 +- subtask: Grasp the duck toys and place it in the left basket. + subtask_index: 30 +- subtask: Grasp the power strip and place it in the left basket. + subtask_index: 31 +- subtask: Grasp the red duck and place it in the left basket. + subtask_index: 32 +- subtask: Grasp the shampoo and place it in the left basket. + subtask_index: 33 +- subtask: Grasp the yellow duck and place it in the left basket. + subtask_index: 34 +- subtask: Grasp the peach and place it in the right basket. + subtask_index: 35 +- subtask: Abnormal. + subtask_index: 36 +- subtask: Grasp the tea cup and place it in the left basket. + subtask_index: 37 +- subtask: Grasp the pink marker and place it in the left basket. + subtask_index: 38 +- subtask: Grasp the brush and place it in the left basket. + subtask_index: 39 +- subtask: Grasp the washing liquid and place it in the left basket. + subtask_index: 40 +- subtask: Place the rubiks cube in the center of the table. + subtask_index: 41 +- subtask: Grasp the soap and place it in the left basket. + subtask_index: 42 +- subtask: Grasp the grey towel and place it in the right basket. + subtask_index: 43 +- subtask: Grasp the blue marker and place it in the left basket. + subtask_index: 44 +- subtask: Grasp the black glass cup and place it in the left basket. + subtask_index: 45 +- subtask: Grasp the bath ball and place it in the left basket. + subtask_index: 46 +- subtask: Grasp the coke and place it in the right basket. + subtask_index: 47 +- subtask: Grasp the potato chips and place it in the right basket. + subtask_index: 48 +- subtask: Grasp the ballpoint pen and place it in the left basket. + subtask_index: 49 +- subtask: Grasp the rubiks cube and place it in the left basket. + subtask_index: 50 +- subtask: Grasp the square chewing gum and place it in the right basket. + subtask_index: 51 +- subtask: Grasp the glasses case and place it in the right basket. + subtask_index: 52 +- subtask: Grasp the banana and place it in the right basket. + subtask_index: 53 +- subtask: Grasp the ad milk and place it in the right basket. + subtask_index: 54 +- subtask: Grasp the soda water and place it in the right basket. + subtask_index: 55 +- subtask: Grasp the peach doll and place it in the right basket. + subtask_index: 56 +- subtask: Grasp the spoon and place it in the left basket. + subtask_index: 57 +- subtask: Grasp the blue marker and place it in the right basket. + subtask_index: 58 +- subtask: Grasp the blue cup and place it in the left basket. + subtask_index: 59 +- subtask: Grasp the compass and place it in the left basket. + subtask_index: 60 +- subtask: Grasp the chocolate and place it in the right basket. + subtask_index: 61 +- subtask: Grasp the compass and place it in the right basket. + subtask_index: 62 +- subtask: End. + subtask_index: 63 +- subtask: Grasp the tape and place it in the left basket. + subtask_index: 64 +- subtask: Grasp the peeler and place it in the right basket. + subtask_index: 65 +- subtask: Grasp the yogurt and place it in the right basket. + subtask_index: 66 +- subtask: Grasp the green lemon and place it in the right basket. + subtask_index: 67 +- subtask: Grasp the black marker and place it in the left basket. + subtask_index: 68 +- subtask: Grasp the round chewing gum and place it in the right basket. + subtask_index: 69 +- subtask: Grasp the bread cut and place it in the right basket. + subtask_index: 70 +- subtask: Grasp the square chewing gum and place it in the left basket. + subtask_index: 71 +- subtask: null. + subtask_index: 72 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 105 + total_frames: 86401 + fps: 30 + total_tasks: 73 + total_videos: 420 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 5.25 GB +frame_num: 86401 +frame_range: 100K +dataset_size: 5.25 GB +data_structure: 'Galaxea_R1_Lite_classify_object_six_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (93 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:104 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_classify_object_three.yaml b/dataset_info/Galaxea_R1_Lite_classify_object_three.yaml new file mode 100644 index 0000000000000000000000000000000000000000..380f9104f57a9fb0f153f8e2cec8f27f02275d53 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_classify_object_three.yaml @@ -0,0 +1,601 @@ +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: Galaxea_R1_Lite_classify_object_three +dataset_uuid: 22564585-1cab-41a0-9e14-6d2ebe20c0ab +scene_type: + level1: retail + level2: supermarket + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: brown_basket +- object_name: yellow_basket +- object_name: any_fruits +- object_name: any_vegetables +- object_name: any_snacks +- object_name: any_bread +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the food in the right basket with the right gripper. Place the non-food items + in the left basket with the left gripper. +sub_tasks: +- subtask: Grasp the rubiks cube and place it in the left basket. + subtask_index: 0 +- subtask: Place the tape in the center of the table. + subtask_index: 1 +- subtask: Grasp the soft cleanser and place it in the left basket. + subtask_index: 2 +- subtask: Grasp the back scratcher and place it in the left basket. + subtask_index: 3 +- subtask: Grasp the apple and place it in the right basket. + subtask_index: 4 +- subtask: Grasp the yellow marker and place it in the left basket. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: Grasp the white eraser and place it in the left basket. + subtask_index: 7 +- subtask: Grasp the power strip and place it in the left basket. + subtask_index: 8 +- subtask: Grasp the square chewing gum and place it in the right basket. + subtask_index: 9 +- subtask: Grasp the cleaning agent and place it in the left basket. + subtask_index: 10 +- subtask: Grasp the blue marker pen and place it in the right basket. + subtask_index: 11 +- subtask: Grasp the soda water and place it in the right basket. + subtask_index: 12 +- subtask: Grasp the spoon and place it in the left basket. + subtask_index: 13 +- subtask: Grasp the duck toys and place it in the left basket. + subtask_index: 14 +- subtask: Grasp the blue marker pen and place it in the left basket. + subtask_index: 15 +- subtask: Grasp the shampoo and place it in the left basket. + subtask_index: 16 +- subtask: Grasp the triangle cake and place it in the right basket. + subtask_index: 17 +- subtask: Grasp the brown plate and place it in the left basket. + subtask_index: 18 +- subtask: Grasp the cookie and place it in the right basket. + subtask_index: 19 +- subtask: Grasp the yellow cake and place it in the right basket. + subtask_index: 20 +- subtask: Grasp the shower sphere and place it in the left basket. + subtask_index: 21 +- subtask: Grasp the orange and place it in the right basket. + subtask_index: 22 +- subtask: Grasp the compass and place it in the left basket. + subtask_index: 23 +- subtask: Grasp the round bread and place it in the right basket. + subtask_index: 24 +- subtask: Grasp the lemon and place it in the right basket. + subtask_index: 25 +- subtask: Grasp the egg yolk pastry and place it in the right basket. + subtask_index: 26 +- subtask: Grasp the soap and place it in the left basket. + subtask_index: 27 +- subtask: Grasp the washing liquid and place it in the left basket. + subtask_index: 28 +- subtask: Grasp the hard cleanser and place it in the left basket. + subtask_index: 29 +- subtask: Grasp the milk and place it in the right basket. + subtask_index: 30 +- subtask: Grasp the black marker and place it in the left basket. + subtask_index: 31 +- subtask: Grasp the banana and place it in the right basket. + subtask_index: 32 +- subtask: Grasp the black glass cup and place it in the left basket. + subtask_index: 33 +- subtask: Grasp the blue marker and place it in the right basket. + subtask_index: 34 +- subtask: Grasp the bath ball and place it in the left basket. + subtask_index: 35 +- subtask: Abnormal. + subtask_index: 36 +- subtask: Grasp the peeler and place it in the left basket. + subtask_index: 37 +- subtask: Grasp the brown towel and place it in the left basket. + subtask_index: 38 +- subtask: Grasp the peach and place it in the right basket. + subtask_index: 39 +- subtask: Grasp the tea cup and place it in the left basket. + subtask_index: 40 +- subtask: Grasp the brush and place it in the left basket. + subtask_index: 41 +- subtask: Grasp the chocolate and place it in the right basket. + subtask_index: 42 +- subtask: Grasp the grey towel and place it in the left basket. + subtask_index: 43 +- subtask: Place the peach doll in the center of the table. + subtask_index: 44 +- subtask: Grasp the rubiks cube and place it in the right basket. + subtask_index: 45 +- subtask: Grasp the tape and place it in the left basket. + subtask_index: 46 +- subtask: Grasp the bread cut and place it in the right basket. + subtask_index: 47 +- subtask: Grasp the glasses case and place it in the left basket. + subtask_index: 48 +- subtask: Grasp the soda water and place it in the left basket. + subtask_index: 49 +- subtask: Grasp the peach doll and place it in the right basket. + subtask_index: 50 +- subtask: Grasp the blue cup and place it in the left basket. + subtask_index: 51 +- subtask: Grasp the spoon and place it in the right basket. + subtask_index: 52 +- subtask: Grasp the pen container and place it in the left basket. + subtask_index: 53 +- subtask: Grasp the red duck and place it in the left basket. + subtask_index: 54 +- subtask: Grasp the glasses case and place it in the right basket. + subtask_index: 55 +- subtask: Grasp the long bread and place it in the right basket. + subtask_index: 56 +- subtask: Grasp the yogurt and place it in the right basket. + subtask_index: 57 +- subtask: Grasp the potato chips and place it in the right basket. + subtask_index: 58 +- subtask: Grasp the can and place it in the right basket. + subtask_index: 59 +- subtask: Grasp the long bread and place it in the left basket. + subtask_index: 60 +- subtask: Grasp the yellow duck and place it in the left basket. + subtask_index: 61 +- subtask: Grasp the coke and place it in the right basket. + subtask_index: 62 +- subtask: null. + subtask_index: 63 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 197 + total_frames: 134891 + fps: 30 + total_tasks: 64 + total_videos: 788 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 7.32 GB +frame_num: 134891 +frame_range: 1M +dataset_size: 7.32 GB +data_structure: 'Galaxea_R1_Lite_classify_object_three_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:196 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_clean_the_floor.yaml b/dataset_info/Galaxea_R1_Lite_clean_the_floor.yaml new file mode 100644 index 0000000000000000000000000000000000000000..95bff74a19c802c266e7fb63039ea42602b82ef6 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_clean_the_floor.yaml @@ -0,0 +1,458 @@ +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: Galaxea_R1_Lite_clean_the_floor +dataset_uuid: e5bd0025-b766-49f0-b99d-9321e477b362 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: floor +- object_name: rag +- object_name: carpet +- object_name: foam_cleaning_net +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Wipe the floor under the carpet with the rag. Place the cloth on the ground with + the gripper. +sub_tasks: +- subtask: abnormal. + subtask_index: 0 +- subtask: place down the rag. + subtask_index: 1 +- subtask: Pick up the foam protection net. + subtask_index: 2 +- subtask: Lift up the carpet. + subtask_index: 3 +- subtask: Place the foam protection net on the floor. + subtask_index: 4 +- subtask: Wipe the floor under the carpet with a rag. + subtask_index: 5 +- subtask: Pick up the rag. + subtask_index: 6 +- subtask: Lay down the carpet. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- pick +- place +- wipe +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 87 + total_frames: 159495 + fps: 30 + total_tasks: 9 + total_videos: 261 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 10.09 GB +frame_num: 159495 +frame_range: 1M +dataset_size: 10.09 GB +data_structure: 'R1_Lite_clean_the_floor_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (75 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:86 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_clean_the_sink.yaml b/dataset_info/Galaxea_R1_Lite_clean_the_sink.yaml new file mode 100644 index 0000000000000000000000000000000000000000..656ae029e317faced5725ea37b2cb48322f6915d --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_clean_the_sink.yaml @@ -0,0 +1,451 @@ +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: Galaxea_R1_Lite_clean_the_sink +dataset_uuid: d29e439c-d1a9-41e5-ab2b-e264195dda27 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: washbasin +- object_name: faucet +- object_name: rag +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Turn on the faucet with the gripper, turn off the faucet with the gripper, wipe + the washbasin with the gripper, and place a cloth next to it with the gripper. +sub_tasks: +- subtask: Pick up the cloth. + subtask_index: 0 +- subtask: Turn on the faucet. + subtask_index: 1 +- subtask: Wipe the sink. + subtask_index: 2 +- subtask: Turn off the faucet. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +- open +- wipe +- close +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 120 + total_frames: 104391 + fps: 30 + total_tasks: 5 + total_videos: 360 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 3.77 GB +frame_num: 104391 +frame_range: 1M +dataset_size: 3.77 GB +data_structure: 'R1_Lite_clean_the_sink_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (108 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:119 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_clean_toilet.yaml b/dataset_info/Galaxea_R1_Lite_clean_toilet.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a748c9b4e8c71112d429ac23592565fa97f0f0fe --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_clean_toilet.yaml @@ -0,0 +1,466 @@ +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: Galaxea_R1_Lite_clean_toilet +dataset_uuid: 5a0c1792-b168-4b12-ab0b-1cdb826fce18 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: toilet +- object_name: toilet_brush +- object_name: toilet_brush_base +- object_name: toilet_cleaner +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open the toilet seat with the gripper. Pour toilet cleaner into the bowl with the + gripper. Brush the toilet with the gripper and flush. Close the lid with the gripper. +sub_tasks: +- subtask: lift the toilet lid slightly. + subtask_index: 0 +- subtask: Pour in the cleaning agent. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Flush the toilet. + subtask_index: 3 +- subtask: Place the cleaning agent on the floor. + subtask_index: 4 +- subtask: place the toilet brush back. + subtask_index: 5 +- subtask: Close the toilet lid. + subtask_index: 6 +- subtask: Abnormal. + subtask_index: 7 +- subtask: Open the toilet lid. + subtask_index: 8 +- subtask: wipe the toilet bowl. + subtask_index: 9 +- subtask: fully open the toilet lid. + subtask_index: 10 +- subtask: null. + subtask_index: 11 +atomic_actions: +- grasp +- pick +- place +- close +- open +- press +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 99 + total_frames: 264408 + fps: 30 + total_tasks: 12 + total_videos: 297 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 11.77 GB +frame_num: 264408 +frame_range: 1M +dataset_size: 11.77 GB +data_structure: 'R1_Lite_clean_toilet_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (87 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:98 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_connect_the_router_cable.yaml b/dataset_info/Galaxea_R1_Lite_connect_the_router_cable.yaml new file mode 100644 index 0000000000000000000000000000000000000000..53aafef9224ccdf5790b76f7d360ec46f4bdf7d4 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_connect_the_router_cable.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: Galaxea_R1_Lite_connect_the_router_cable +dataset_uuid: 2802db0f-0c22-4fba-b305-aae14b28e492 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: router +- object_name: socket +- object_name: cable +- object_name: plug +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Insert the plug in the socket with the gripper. Connect the cable to the router + interface with the gripper. +sub_tasks: +- subtask: Hand it to the other hand. + subtask_index: 0 +- subtask: Pick up plug. + subtask_index: 1 +- subtask: Pick up the cable. + subtask_index: 2 +- subtask: Close the lower drawer. + subtask_index: 3 +- subtask: Place the iced tea in the fridge. + subtask_index: 4 +- subtask: Open the upper fridge door. + subtask_index: 5 +- subtask: Plug it into the socket. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: Place zucchini in the lower drawer. + subtask_index: 8 +- subtask: Open the lower drawer. + subtask_index: 9 +- subtask: Deliver it to the other hand. + subtask_index: 10 +- subtask: Abnormal. + subtask_index: 11 +- subtask: Plug plug in socket. + subtask_index: 12 +- subtask: Open the plastic bag. + subtask_index: 13 +- subtask: Place pear in the lower drawer. + subtask_index: 14 +- subtask: Place the Wahaha in the fridge. + subtask_index: 15 +- subtask: Pick up cable. + subtask_index: 16 +- subtask: Close the middle refrigerator door. + subtask_index: 17 +- subtask: Open the middle refrigerator door. + subtask_index: 18 +- subtask: Place king oyster Mushroom in the lower drawer. + subtask_index: 19 +- subtask: abnormal. + subtask_index: 20 +- subtask: Plug cable into router interface. + subtask_index: 21 +- subtask: Align cable and router interface. + subtask_index: 22 +- subtask: Close the upper refrigerator door. + subtask_index: 23 +- subtask: Align plug and socket. + subtask_index: 24 +- subtask: Plug it into the receiver. + subtask_index: 25 +- subtask: Pick up the plug. + subtask_index: 26 +- subtask: null. + subtask_index: 27 +atomic_actions: +- grasp +- pick +- place +- insert +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 105 + total_frames: 165617 + fps: 30 + total_tasks: 28 + total_videos: 315 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 9.43 GB +frame_num: 165617 +frame_range: 1M +dataset_size: 9.43 GB +data_structure: 'R1_Lite_connect_the_router_cable_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (93 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:104 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_cook_a_meal.yaml b/dataset_info/Galaxea_R1_Lite_cook_a_meal.yaml new file mode 100644 index 0000000000000000000000000000000000000000..619f32a861bd21677f5523f1a438544df5d1d741 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_cook_a_meal.yaml @@ -0,0 +1,499 @@ +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: Galaxea_R1_Lite_cook_a_meal +dataset_uuid: e717e360-f72c-4b13-aa1f-f10657b9b68d +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: bowl +- object_name: rice_cooker +- object_name: rice +- object_name: tap +- object_name: chopped_scallions +- object_name: water +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the rice, water, and scallions into the rice cooker with the gripper. Press + the start button with the gripper. +sub_tasks: +- subtask: Turn off the faucet with the right gripper. + subtask_index: 0 +- subtask: Pour water into the rice cooker with the left gripper. + subtask_index: 1 +- subtask: pick up the bowl with the right gripper. + subtask_index: 2 +- subtask: Turn on the faucet with the left gripper. + subtask_index: 3 +- subtask: Pour the rice from the bowl into the rice cooker. + subtask_index: 4 +- subtask: place the bowl on the table with the left gripper. + subtask_index: 5 +- subtask: Open the rice cooker with the right gripper. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: Pour the water from the bowl into the rice cooker. + subtask_index: 8 +- subtask: pick up the bowl with the left gripper. + subtask_index: 9 +- subtask: Pick up the bowl on the table. + subtask_index: 10 +- subtask: Abnormal. + subtask_index: 11 +- subtask: Close the rice cooker. + subtask_index: 12 +- subtask: Turn off the rice cooker with the both gripper. + subtask_index: 13 +- subtask: Turn off the tap. + subtask_index: 14 +- subtask: Place the bowl on the table. + subtask_index: 15 +- subtask: Turn off the faucet with the left gripper. + subtask_index: 16 +- subtask: Open the rice cooker. + subtask_index: 17 +- subtask: Pour water into the rice cooker with the right gripper. + subtask_index: 18 +- subtask: Turn on the tap. + subtask_index: 19 +- subtask: place the bowl under the faucet with the right gripper. + subtask_index: 20 +- subtask: Press the start button. + subtask_index: 21 +- subtask: place the bowl under the faucet with the left gripper. + subtask_index: 22 +- subtask: place the bowl on the table with the right gripper. + subtask_index: 23 +- subtask: Fill a bowl with water from the tap. + subtask_index: 24 +- subtask: Pour the chopped green onions from the bowl into the rice cooker. + subtask_index: 25 +- subtask: null. + subtask_index: 26 +atomic_actions: +- grasp +- pick +- place +- open +- press +- close +- flip +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 82 + total_frames: 161442 + fps: 30 + total_tasks: 27 + total_videos: 246 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 7.89 GB +frame_num: 161442 +frame_range: 1M +dataset_size: 7.89 GB +data_structure: 'R1_Lite_cook_a_meal_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (70 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:81 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_cover_the_pot_lid.yaml b/dataset_info/Galaxea_R1_Lite_cover_the_pot_lid.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f4641c2a6a0303174c187a0f2104009d40789744 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_cover_the_pot_lid.yaml @@ -0,0 +1,442 @@ +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: Galaxea_R1_Lite_cover_the_pot_lid +dataset_uuid: 41489668-9cf7-44d4-ba77-a691084c63fe +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: steamer_cage +- object_name: steamer_lid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the lid of the steamer with the gripper and place it on the steamer. +sub_tasks: +- subtask: Pick up the steamer. + subtask_index: 0 +- subtask: place the steamer. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 65358 + fps: 30 + total_tasks: 3 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 4.12 GB +frame_num: 65358 +frame_range: 100K +dataset_size: 4.12 GB +data_structure: 'R1_Lite_cover_the_pot_lid_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 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:99 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_dispose_of_leftover_food.yaml b/dataset_info/Galaxea_R1_Lite_dispose_of_leftover_food.yaml new file mode 100644 index 0000000000000000000000000000000000000000..701d7ac44edcb7c67c1e7bba8b3a47a719093e0c --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_dispose_of_leftover_food.yaml @@ -0,0 +1,458 @@ +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: Galaxea_R1_Lite_dispose_of_leftover_food +dataset_uuid: b7ae3dcc-5b70-445f-b473-3d83772d3b1b +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bowl +- object_name: garbage_bin +- object_name: leftovers +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pour leftovers from the bowl or plate into the trash can. Place back with the gripper. +sub_tasks: +- subtask: Move the bowl over the trash can. + subtask_index: 0 +- subtask: Pour the leftover food from the plate into the trash can. + subtask_index: 1 +- subtask: Pour the leftover food from the bowl into the trash can. + subtask_index: 2 +- subtask: Pick up the plate with leftover food. + subtask_index: 3 +- subtask: place the bowl back to the table. + subtask_index: 4 +- subtask: Move the plate over the trash can. + subtask_index: 5 +- subtask: Pick up the bowl with leftover food. + subtask_index: 6 +- subtask: place the plate back to the table. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- pick +- place +- flip +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 127 + total_frames: 135632 + fps: 30 + total_tasks: 9 + total_videos: 381 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 7.52 GB +frame_num: 135632 +frame_range: 1M +dataset_size: 7.52 GB +data_structure: 'R1_Lite_dispose_of_leftover_food_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (115 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:126 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_drawer_storage_hair_dryer.yaml b/dataset_info/Galaxea_R1_Lite_drawer_storage_hair_dryer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5da010fc89f8f3c30475ab5fab2b1dc3d595adcc --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_drawer_storage_hair_dryer.yaml @@ -0,0 +1,456 @@ +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: Galaxea_R1_Lite_drawer_storage_hair_dryer +dataset_uuid: 7ec2120b-9c60-40ef-901e-6526e5f7bae8 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: drawer +- object_name: hair_dryer +- object_name: washbasin +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the hair dryer from the basin into the drawer, then back into the basin with + the gripper. +sub_tasks: +- subtask: abnormal. + subtask_index: 0 +- subtask: place it into the drawer. + subtask_index: 1 +- subtask: pick up the hairdryer out. + subtask_index: 2 +- subtask: Close the drawer. + subtask_index: 3 +- subtask: Place it on the countertop. + subtask_index: 4 +- subtask: Pull open the drawer. + subtask_index: 5 +- subtask: Pick up the hairdryer. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +- push +- pull +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 145 + total_frames: 206825 + fps: 30 + total_tasks: 8 + total_videos: 435 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 9.40 GB +frame_num: 206825 +frame_range: 1M +dataset_size: 9.40 GB +data_structure: 'R1_Lite_drawer_storage_hair_dryer_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (133 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:144 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_fold_clothes.yaml b/dataset_info/Galaxea_R1_Lite_fold_clothes.yaml new file mode 100644 index 0000000000000000000000000000000000000000..89b9d8cfe1392f848105271cf4eff83f8d32bbc2 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_fold_clothes.yaml @@ -0,0 +1,472 @@ +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: Galaxea_R1_Lite_fold_clothes +dataset_uuid: f4acf7a3-cf1f-4dbd-95da-0912a42be233 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: bed +- object_name: bed_sheet +- object_name: clothes +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Fold the shirt, shorts, and sweatshirt on the bed with the gripper. Unfold them + with the gripper. +sub_tasks: +- subtask: Unford the yellow T-shirt. + subtask_index: 0 +- subtask: Unford the blue shorts. + subtask_index: 1 +- subtask: Fold the brown shorts. + subtask_index: 2 +- subtask: Unford the black T-shirt. + subtask_index: 3 +- subtask: Unfold the black sweatshirt. + subtask_index: 4 +- subtask: Fold the black T-shirt. + subtask_index: 5 +- subtask: Unford the red T-shirt. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: abnormal. + subtask_index: 8 +- subtask: Unford the brown shorts. + subtask_index: 9 +- subtask: Fold the white T-shirt. + subtask_index: 10 +- subtask: Unford the white T-shirt. + subtask_index: 11 +- subtask: Fold the yellow T-shirt. + subtask_index: 12 +- subtask: Fold the blue shorts. + subtask_index: 13 +- subtask: Fold the red T-shirt. + subtask_index: 14 +- subtask: Fold the black sweatshirt. + subtask_index: 15 +- subtask: null. + subtask_index: 16 +atomic_actions: +- grasp +- fold +- unfold +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 111 + total_frames: 283265 + fps: 30 + total_tasks: 17 + total_videos: 333 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 17.39 GB +frame_num: 283265 +frame_range: 1M +dataset_size: 17.39 GB +data_structure: 'R1_Lite_fold_clothes_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (99 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:110 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_fold_towel_twice.yaml b/dataset_info/Galaxea_R1_Lite_fold_towel_twice.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9fc5f2b210c0758a04bb78ec337d150ab7403ef8 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_fold_towel_twice.yaml @@ -0,0 +1,509 @@ +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: Galaxea_R1_Lite_fold_towel_twice +dataset_uuid: eb818363-8a30-492c-8639-78589399913b +scene_type: + level1: household + level2: bedroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: gray_square_towel +- object_name: yellow_square_towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Fold the yellow towel and the grey towel in half twice with the gripper, then place + the yellow towel on top of the grey towel. +sub_tasks: +- subtask: Press the gray towel with the left gripper. + subtask_index: 0 +- subtask: Fold the yellow towel from left to right with left gripper. + subtask_index: 1 +- subtask: Press the gray towel with the right gripper. + subtask_index: 2 +- subtask: Fold the yellow towel upwards with the right gripper. + subtask_index: 3 +- subtask: Fold the gray towel from left to right with left gripper. + subtask_index: 4 +- subtask: Press the yellow towel with the right gripper. + subtask_index: 5 +- subtask: Fold the gray towel from right to left with right gripper. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: Place the yellow towel on the gray towel with the left gripper. + subtask_index: 8 +- subtask: Fold the yellow towel upwards with the left gripper. + subtask_index: 9 +- subtask: Place the grey towel on the yellow towel with the left gripper. + subtask_index: 10 +- subtask: Place the grey towel on the yellow towel with the right gripper. + subtask_index: 11 +- subtask: Fold the gray towel upwards with the right gripper. + subtask_index: 12 +- subtask: Press the yellow towel with the left gripper. + subtask_index: 13 +- subtask: Move the position of the yellow towel with the left gripper. + subtask_index: 14 +- subtask: Place the yellow towel on the gray towel with the right gripper. + subtask_index: 15 +- subtask: Fold the gray towel upwards with the left gripper. + subtask_index: 16 +- subtask: Fold the yellow towel from right to left with right gripper. + subtask_index: 17 +- subtask: null. + subtask_index: 18 +atomic_actions: +- grasp +- pick +- place +- fold +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 46 + total_frames: 50022 + fps: 30 + total_tasks: 19 + total_videos: 184 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 2.14 GB +frame_num: 50022 +frame_range: 100K +dataset_size: 2.14 GB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_fold_towel_twice_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (34 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:45 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_garbage_disposal.yaml b/dataset_info/Galaxea_R1_Lite_garbage_disposal.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4830b182f969248631e512e6569c81d67809c3f5 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_garbage_disposal.yaml @@ -0,0 +1,448 @@ +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: Galaxea_R1_Lite_garbage_disposal +dataset_uuid: 3c93f53a-ad7f-446d-ab74-686039cffcdf +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: garbage +- object_name: trash_can +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the garbage from the table with the gripper and throw it into the trash + can. +sub_tasks: +- subtask: Pick up the garbage. + subtask_index: 0 +- subtask: abnromal. + subtask_index: 1 +- subtask: place the garbage in the trash can. + subtask_index: 2 +- subtask: Hand it to the other hand. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 81 + total_frames: 70054 + fps: 30 + total_tasks: 5 + total_videos: 243 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 3.66 GB +frame_num: 70054 +frame_range: 100K +dataset_size: 3.66 GB +data_structure: 'R1_Lite_garbage_disposal_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:80 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_hang_clothes.yaml b/dataset_info/Galaxea_R1_Lite_hang_clothes.yaml new file mode 100644 index 0000000000000000000000000000000000000000..25516dcdd45daf87c3a141f96cecf946700eaa83 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_hang_clothes.yaml @@ -0,0 +1,469 @@ +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: Galaxea_R1_Lite_hang_clothes +dataset_uuid: f7bbf41d-af0d-4f31-9158-8e7987fb7c9f +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: clothesline +- object_name: clothes_hanger +- object_name: clothes +- object_name: basket +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Hang the basket clothes on the hanger with the gripper, then pick them up with the + gripper and place them back with the gripper. +sub_tasks: +- subtask: Pick up the clothes rack on the clothesline with the right gripper. + subtask_index: 0 +- subtask: Hang the clothes rack on the clothesline with the right gripper. + subtask_index: 1 +- subtask: pick up the clothes off the clothes rack with the right gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Hang the clothes on the clothes rack. + subtask_index: 4 +- subtask: place clothes into the basket with the left gripper. + subtask_index: 5 +- subtask: Pick up the clothes rack on the clothesline. + subtask_index: 6 +- subtask: Hang the clothes rack on the clothesline. + subtask_index: 7 +- subtask: Pick up clothes from the basket. + subtask_index: 8 +- subtask: pick up the clothes off the clothes rack. + subtask_index: 9 +- subtask: Hang the clothes on the clothes rack with both grippers. + subtask_index: 10 +- subtask: Pick up clothes from the basket with the left gripper. + subtask_index: 11 +- subtask: abnormal. + subtask_index: 12 +- subtask: place clothes into the basket. + subtask_index: 13 +- subtask: null. + subtask_index: 14 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 109 + total_frames: 289827 + fps: 30 + total_tasks: 15 + total_videos: 327 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 22.76 GB +frame_num: 289827 +frame_range: 1M +dataset_size: 22.76 GB +data_structure: 'R1_Lite_hang_clothes_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (97 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:108 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_make_a_landline_call.yaml b/dataset_info/Galaxea_R1_Lite_make_a_landline_call.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ba6a7bdd8e903ac7069a127ea39ae2927abf80fa --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_make_a_landline_call.yaml @@ -0,0 +1,447 @@ +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: Galaxea_R1_Lite_make_a_landline_call +dataset_uuid: 0fc5b260-c949-49ab-8963-c0869de35749 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: furnitureixed_line_telephone +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Lift the phone handle with the gripper, dial the number, then replace it to end + the call. +sub_tasks: +- subtask: Pick up the desk phone handset. + subtask_index: 0 +- subtask: End the call using the dial pad. + subtask_index: 1 +- subtask: place the handset back. + subtask_index: 2 +- subtask: Dial the number. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 115 + total_frames: 86262 + fps: 30 + total_tasks: 5 + total_videos: 345 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 5.89 GB +frame_num: 86262 +frame_range: 100K +dataset_size: 5.89 GB +data_structure: 'R1_Lite_make_a_landline_call_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (103 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:114 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_make_breakfast.yaml b/dataset_info/Galaxea_R1_Lite_make_breakfast.yaml new file mode 100644 index 0000000000000000000000000000000000000000..43cd202e4f93f86ddcbfd4fd556c0125641d91a4 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_make_breakfast.yaml @@ -0,0 +1,468 @@ +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: Galaxea_R1_Lite_make_breakfast +dataset_uuid: 398b647f-5d05-4f3c-8367-2d7077c8c9fe +scene_type: + level1: household + level2: restaurant + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bread +- object_name: plate +- object_name: eggs +- object_name: bowl +- object_name: hot_water_bottle +- object_name: cup +- object_name: bread_machine +- object_name: fruit +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Bake bread with the gripper. Arrange eggs with the gripper. Pour water from the + thermos with the gripper. +sub_tasks: +- subtask: place the egg into the bowl. + subtask_index: 0 +- subtask: place the bread slices in the toaster. + subtask_index: 1 +- subtask: place the kettle back. + subtask_index: 2 +- subtask: Pour water into a cup. + subtask_index: 3 +- subtask: abnormal. + subtask_index: 4 +- subtask: place the baked bread on a plate. + subtask_index: 5 +- subtask: Use a bread toaster. + subtask_index: 6 +- subtask: place the fruit on a plate. + subtask_index: 7 +- subtask: Pick up the kettle. + subtask_index: 8 +- subtask: Pick up the egg. + subtask_index: 9 +- subtask: Pick up the bread cut. + subtask_index: 10 +- subtask: null. + subtask_index: 11 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 45 + total_frames: 105680 + fps: 30 + total_tasks: 12 + total_videos: 135 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 6.19 GB +frame_num: 105680 +frame_range: 1M +dataset_size: 6.19 GB +data_structure: 'R1_Lite_make_breakfast_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (33 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:44 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_make_tea.yaml b/dataset_info/Galaxea_R1_Lite_make_tea.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d993d21c1d4016505c3745c095f0095bd1abaea7 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_make_tea.yaml @@ -0,0 +1,489 @@ +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: Galaxea_R1_Lite_make_tea +dataset_uuid: e07d0a2b-e02d-4bb2-867b-bf0afb55e958 +scene_type: + level1: household + level2: restaurant + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: water +- object_name: tea_bag +- object_name: trash_bin +- object_name: kettle +- object_name: cup +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the kettle with the gripper. Pour water into the teacup with the gripper. + Pass the tea bag to the other hand with the gripper. Place it in the water cup with + the gripper and pick it up with the gripper. Finally, throw the tea bag into the + desktop trash can with the gripper. +sub_tasks: +- subtask: Place the tea bag into the desktop trash can. + subtask_index: 0 +- subtask: Place the tea bag into the desktop trash can with the left gripper. + subtask_index: 1 +- subtask: Place the kettle on its original position with the left gripper. + subtask_index: 2 +- subtask: Hand it to the other hand. + subtask_index: 3 +- subtask: Pour the water from the kettle into the cup with the left gripper. + subtask_index: 4 +- subtask: Place the tea bag in and out of the cup several times with the left gripper. + subtask_index: 5 +- subtask: Grasp the tea bag with the right gripper. + subtask_index: 6 +- subtask: Lift the tea bag in and out of the cup several times. + subtask_index: 7 +- subtask: End. + subtask_index: 8 +- subtask: Pick up the kettle. + subtask_index: 9 +- subtask: Hand it with the gripper. + subtask_index: 10 +- subtask: Abnormal. + subtask_index: 11 +- subtask: Pick up the tea bag. + subtask_index: 12 +- subtask: Place the tea bag in and out of the cup several times with the right gripper. + subtask_index: 13 +- subtask: Place the kettle to its original position. + subtask_index: 14 +- subtask: Pick up the kettle with the left gripper. + subtask_index: 15 +- subtask: Pick up the kettle with the right gripper. + subtask_index: 16 +- subtask: Grasp the tea bag with the left gripper. + subtask_index: 17 +- subtask: Pour water from the kettle into the cup. + subtask_index: 18 +- subtask: Pour the water from the kettle into the cup with the right gripper. + subtask_index: 19 +- subtask: Place the kettle on its original position with the right gripper. + subtask_index: 20 +- subtask: Place the tea bag into the desktop trash can with the right gripper. + subtask_index: 21 +- subtask: null. + subtask_index: 22 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 101 + total_frames: 162473 + fps: 30 + total_tasks: 23 + total_videos: 303 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 8.97 GB +frame_num: 162473 +frame_range: 1M +dataset_size: 8.97 GB +data_structure: 'R1_Lite_make_tea_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (89 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:100 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_make_the_bed.yaml b/dataset_info/Galaxea_R1_Lite_make_the_bed.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f7435cefd2daf271b7fb38ddf2e2b543bf19831a --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_make_the_bed.yaml @@ -0,0 +1,449 @@ +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: Galaxea_R1_Lite_make_the_bed +dataset_uuid: ea93521a-043d-4af7-ac4e-5e26fa0d46ef +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: quilt +- object_name: bed +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the corner of the quilt with the gripper and flatten the quilt with the gripper. +sub_tasks: +- subtask: grasp the folded corner of the quilt. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: abnormal. + subtask_index: 2 +- subtask: Flatten the corners of the folded blanket. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +- pull +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 240837 + fps: 30 + total_tasks: 6 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 5.95 GB +frame_num: 240837 +frame_range: 1M +dataset_size: 5.95 GB +data_structure: 'R1_Lite_make_the_bed_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 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:99 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_mix_blue_yellow_large_test_tube.yaml b/dataset_info/Galaxea_R1_Lite_mix_blue_yellow_large_test_tube.yaml new file mode 100644 index 0000000000000000000000000000000000000000..409855bfc73ea44c0101209955dda12c89be506d --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_mix_blue_yellow_large_test_tube.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: Galaxea_R1_Lite_mix_blue_yellow_large_test_tube +dataset_uuid: c28ee84f-823a-4f23-94f9-9e4ef5cd7c91 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: blue_pigment +- object_name: yellow_pigment +- object_name: red_pigment +- object_name: test_tube_rack +- object_name: test_tubes +- object_name: beaker +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the test tube with yellow pigment and the test tube with blue pigment with + the grippers and pour them into the beaker. +sub_tasks: +- subtask: Grasp the yellow reagent with the right gripper. + subtask_index: 0 +- subtask: Pour the yellow reagent into the graduated cylinder and place the test + tube into the paper cup. + subtask_index: 1 +- subtask: Pour the yellow reagent into the graduated cylinder with the right gripper. + subtask_index: 2 +- subtask: Pour the blue reagent into the graduated cylinder and place the test tube + into the paper cup. + subtask_index: 3 +- subtask: Pour the blue reagent into the graduated cylinder with the left gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Place the test tube into the paper cup with the right gripper. + subtask_index: 6 +- subtask: Place the test tube into the paper cup with the left gripper. + subtask_index: 7 +- subtask: Grasp the blue reagent with the left gripper. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 51 + total_frames: 29341 + fps: 30 + total_tasks: 10 + total_videos: 204 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 1.59 GB +frame_num: 29341 +frame_range: 100K +dataset_size: 1.59 GB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_mix_blue_yellow_large_test_tube_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (39 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:50 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_mix_blue_yellow_left_large_test_tube.yaml b/dataset_info/Galaxea_R1_Lite_mix_blue_yellow_left_large_test_tube.yaml new file mode 100644 index 0000000000000000000000000000000000000000..022a6023a8f1481e4619579128c768c2dd32f8ae --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_mix_blue_yellow_left_large_test_tube.yaml @@ -0,0 +1,489 @@ +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: Galaxea_R1_Lite_mix_blue_yellow_left_large_test_tube +dataset_uuid: fd2702e2-d934-41e6-832f-13fb294a49f5 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: blue_pigment +- object_name: yellow_pigment +- object_name: red_pigment +- object_name: test_tube_rack +- object_name: test_tubes +- object_name: beaker +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the test tube with yellow pigment and the test tube with blue pigment with + the grippers and pour them into the beaker. +sub_tasks: +- subtask: Pour the blue reagent into the graduated cylinder with the left gripper. + subtask_index: 0 +- subtask: Pour the yellow reagent into the graduated cylinder with the left gripper. + subtask_index: 1 +- subtask: Grasp the yellow reagent with the left gripper. + subtask_index: 2 +- subtask: Grasp the blue reagent with the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Place the test tube into the bowl with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 45568 + fps: 30 + total_tasks: 7 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 1.54 GB +frame_num: 45568 +frame_range: 100K +dataset_size: 1.54 GB +data_structure: 'Galaxea_R1_Lite_mix_blue_yellow_left_large_test_tube_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_mix_blue_yellow_left_small_test_tube.yaml b/dataset_info/Galaxea_R1_Lite_mix_blue_yellow_left_small_test_tube.yaml new file mode 100644 index 0000000000000000000000000000000000000000..369a1ffc3e4aa85eb484fcffee8dad2c499136a2 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_mix_blue_yellow_left_small_test_tube.yaml @@ -0,0 +1,491 @@ +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: Galaxea_R1_Lite_mix_blue_yellow_left_small_test_tube +dataset_uuid: cda45487-f755-4ec5-8df0-cad946f06250 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: blue_pigment +- object_name: yellow_pigment +- object_name: red_pigment +- object_name: test_tube_rack +- object_name: test_tubes +- object_name: beaker +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the test tube with yellow pigment and the test tube with blue pigment with + the grippers and pour them into the beaker. +sub_tasks: +- subtask: Pour the blue reagent into the graduated cylinder with the left gripper. + subtask_index: 0 +- subtask: Pour the yellow reagent into the graduated cylinder with the left gripper. + subtask_index: 1 +- subtask: Grasp the yellow reagent with the left gripper. + subtask_index: 2 +- subtask: Grasp the blue reagent with the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Place the test tube into the brown cup with the left gripper. + subtask_index: 5 +- subtask: Grasp the red reagent with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 33650 + fps: 30 + total_tasks: 8 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 1.50 GB +frame_num: 33650 +frame_range: 100K +dataset_size: 1.50 GB +data_structure: 'Galaxea_R1_Lite_mix_blue_yellow_left_small_test_tube_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_mix_blue_yellow_right.yaml b/dataset_info/Galaxea_R1_Lite_mix_blue_yellow_right.yaml new file mode 100644 index 0000000000000000000000000000000000000000..68ef222ad24b2349302d0a681e0c45febd4e0c11 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_mix_blue_yellow_right.yaml @@ -0,0 +1,509 @@ +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: Galaxea_R1_Lite_mix_blue_yellow_right +dataset_uuid: fedc0031-b21c-4477-8508-a2d496405ade +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: blue_pigment +- object_name: red_pigment +- object_name: yellow_pigment +- object_name: test_tube_rack +- object_name: test_tubes +- object_name: beaker +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the test tube with yellow pigment and the test tube with blue pigment with + the grippers and pour them into the beaker. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: Place the test tube into the bowl with right gripper. + subtask_index: 1 +- subtask: Grasp the red reagent with the left gripper. + subtask_index: 2 +- subtask: Pour the blue reagent into the graduated cylinder with right gripper. + subtask_index: 3 +- subtask: Pick up the test tube containing the yellow reagent with right gripper. + subtask_index: 4 +- subtask: Grasp the yellow reagent with the right gripper. + subtask_index: 5 +- subtask: Grasp the red reagent with the right gripper. + subtask_index: 6 +- subtask: Place the test tube into the bowl with the right gripper. + subtask_index: 7 +- subtask: Pour the yellow reagent into the graduated cylinder with the right gripper. + subtask_index: 8 +- subtask: End. + subtask_index: 9 +- subtask: Pour the blue reagent into the graduated cylinder with the right gripper. + subtask_index: 10 +- subtask: Pour the yellow reagent into the graduated cylinder with right gripper. + subtask_index: 11 +- subtask: Pick up the test tube containing the blue reagent with right gripper. + subtask_index: 12 +- subtask: Pour the red reagent into the graduated cylinder with the right gripper. + subtask_index: 13 +- subtask: end. + subtask_index: 14 +- subtask: Grasp the blue reagent with the right gripper. + subtask_index: 15 +- subtask: null. + subtask_index: 16 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 32657 + fps: 30 + total_tasks: 17 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 665.69 MB +frame_num: 32657 +frame_range: 100K +dataset_size: 665.69 MB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_mix_blue_yellow_right_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_mix_color.yaml b/dataset_info/Galaxea_R1_Lite_mix_color.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cccbb2e6a768d6aa03f91ee9c8a56cd7949b8dd4 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_mix_color.yaml @@ -0,0 +1,511 @@ +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: Galaxea_R1_Lite_mix_color +dataset_uuid: 0a0caa73-886b-48ca-b7df-75debb3d3647 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: blue_pigment +- object_name: red_pigment +- object_name: white_pigment +- object_name: test_tube_rack +- object_name: large_test_tubes +- object_name: beaker +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the test tube with red pigment, the test tube with blue pigment, and the + test tube with white pigment with the grippers and pour them into the beaker. +sub_tasks: +- subtask: Pour the red reagent into the graduated cylinder and place the test tube + into the paper cup. + subtask_index: 0 +- subtask: Pour the orange reagent into the graduated cylinder and place the test + tube into the paper cup. + subtask_index: 1 +- subtask: Grasp the red reagent with the left gripper. + subtask_index: 2 +- subtask: Pour the white reagent into the graduated cylinder with the right gripper. + subtask_index: 3 +- subtask: Grasp the red reagent with the right gripper. + subtask_index: 4 +- subtask: Pour the blue reagent into the graduated cylinder and place the test tube + into the paper cup. + subtask_index: 5 +- subtask: Pour the blue reagent into the graduated cylinder with the left gripper. + subtask_index: 6 +- subtask: Pour the red reagent into the graduated cylinder with the left gripper. + subtask_index: 7 +- subtask: End. + subtask_index: 8 +- subtask: Place the test tube into the paper cup with the right gripper. + subtask_index: 9 +- subtask: Place the test tube into the paper cup with the left gripper. + subtask_index: 10 +- subtask: Grasp the blue reagent with the left gripper. + subtask_index: 11 +- subtask: Pour the red reagent into the graduated cylinder with the right gripper. + subtask_index: 12 +- subtask: Grasp the white reagent with the right gripper. + subtask_index: 13 +- subtask: Pour the white reagent into the graduated cylinder and place the test tube + into the paper cup. + subtask_index: 14 +- subtask: null. + subtask_index: 15 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 79584 + fps: 30 + total_tasks: 16 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 2.99 GB +frame_num: 79584 +frame_range: 100K +dataset_size: 2.99 GB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_mix_color_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_mix_color_large_test_tube.yaml b/dataset_info/Galaxea_R1_Lite_mix_color_large_test_tube.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0262d2f44f1ecfbd972f62440561a387b16d0646 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_mix_color_large_test_tube.yaml @@ -0,0 +1,499 @@ +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: Galaxea_R1_Lite_mix_color_large_test_tube +dataset_uuid: ee06a23b-58bc-4748-8d3e-84022431641f +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: red_pigment +- object_name: blue_pigment +- object_name: yellow_pigment +- object_name: test_tube_rack +- object_name: large_test_tubes +- object_name: beaker +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the test tube with pigment on the left test tube rack with the left gripper + and the test tube with pigment on the right test tube rack with the right gripper, + and pour them into the beaker with the grippers. +sub_tasks: +- subtask: Place the test tube into the paper cup with the left gripper. + subtask_index: 0 +- subtask: Pour the blue reagent into the graduated cylinder with the left gripper. + subtask_index: 1 +- subtask: Pour the red reagent into the graduated cylinder with the left gripper. + subtask_index: 2 +- subtask: Pour the red reagent into the graduated cylinder with the right gripper. + subtask_index: 3 +- subtask: Grasp the blue reagent with the left gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Place the test tube into the paper cup with the right gripper. + subtask_index: 6 +- subtask: Grasp the yellow reagent with the right gripper. + subtask_index: 7 +- subtask: Pour the yellow reagent into the graduated cylinder with the right gripper. + subtask_index: 8 +- subtask: Grasp the red reagent with the left gripper. + subtask_index: 9 +- subtask: Grasp the red reagent with the right gripper. + subtask_index: 10 +- subtask: null. + subtask_index: 11 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 121 + total_frames: 131656 + fps: 30 + total_tasks: 12 + total_videos: 484 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 4.70 GB +frame_num: 131656 +frame_range: 1M +dataset_size: 4.70 GB +data_structure: 'Galaxea_R1_Lite_mix_color_large_test_tube_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (109 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:120 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_mix_color_small_test_tube.yaml b/dataset_info/Galaxea_R1_Lite_mix_color_small_test_tube.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6a7452d531c7b269ec99b541cf1481395510bee5 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_mix_color_small_test_tube.yaml @@ -0,0 +1,506 @@ +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: Galaxea_R1_Lite_mix_color_small_test_tube +dataset_uuid: 102d4d43-5a7b-4967-ad8d-0f7649a602ee +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: blue_pigment +- object_name: red_pigment +- object_name: test_tube_rack +- object_name: small_test_tubes +- object_name: beaker +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the test tube with red pigment and the test tube with blue pigment with + the grippers and pour them into the container. +sub_tasks: +- subtask: Pour the blue reagent into the graduated cylinder with the left gripper. + subtask_index: 0 +- subtask: Pour the red reagent into the graduated cylinder with the left gripper. + subtask_index: 1 +- subtask: Pour the yellow reagent into the graduated cylinder with the left gripper. + subtask_index: 2 +- subtask: Pour the red reagent into the graduated cylinder with the right gripper. + subtask_index: 3 +- subtask: Grasp the yellow reagent with the left gripper. + subtask_index: 4 +- subtask: Grasp the blue reagent with the left gripper. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: Pour the blue reagent into the graduated cylinder with the right gripper. + subtask_index: 7 +- subtask: Place the test tube into the brown cup with the left gripper. + subtask_index: 8 +- subtask: Grasp the yellow reagent with the right gripper. + subtask_index: 9 +- subtask: Pour the yellow reagent into the graduated cylinder with the right gripper. + subtask_index: 10 +- subtask: Grasp the blue reagent with the right gripper. + subtask_index: 11 +- subtask: Place the test tube into the brown cup with the right gripper. + subtask_index: 12 +- subtask: Grasp the red reagent with the left gripper. + subtask_index: 13 +- subtask: Grasp the red reagent with the right gripper. + subtask_index: 14 +- subtask: null. + subtask_index: 15 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 203 + total_frames: 147521 + fps: 30 + total_tasks: 16 + total_videos: 812 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 6.71 GB +frame_num: 147521 +frame_range: 1M +dataset_size: 6.71 GB +data_structure: 'Galaxea_R1_Lite_mix_color_small_test_tube_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (191 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:202 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_mix_red_blue_large_test_tube.yaml b/dataset_info/Galaxea_R1_Lite_mix_red_blue_large_test_tube.yaml new file mode 100644 index 0000000000000000000000000000000000000000..49f6ea5f0e8d17d370fc31918e567970209ff4d6 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_mix_red_blue_large_test_tube.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: Galaxea_R1_Lite_mix_red_blue_large_test_tube +dataset_uuid: a1095c5d-3277-4992-bc18-78e9f1e65137 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: blue_pigment +- object_name: yellow_pigment +- object_name: red_pigment +- object_name: test_tube_rack +- object_name: test_tubes +- object_name: beaker +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the test tube with red pigment and the test tube with blue pigment with + the grippers and pour them into the beaker. +sub_tasks: +- subtask: Pour the red reagent into the graduated cylinder and place the test tube + into the paper cup. + subtask_index: 0 +- subtask: Grasp the red reagent with the right gripper. + subtask_index: 1 +- subtask: Pour the blue reagent into the graduated cylinder and place the test tube + into the paper cup. + subtask_index: 2 +- subtask: Pour the blue reagent into the graduated cylinder with the left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Place the test tube into the paper cup with the right gripper. + subtask_index: 5 +- subtask: Place the test tube into the paper cup with the left gripper. + subtask_index: 6 +- subtask: Grasp the blue reagent with the left gripper. + subtask_index: 7 +- subtask: Pour the red reagent into the graduated cylinder with the right gripper. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 28433 + fps: 30 + total_tasks: 10 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 1.57 GB +frame_num: 28433 +frame_range: 100K +dataset_size: 1.57 GB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_mix_red_blue_large_test_tube_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_mix_red_blue_left_large_test_tube.yaml b/dataset_info/Galaxea_R1_Lite_mix_red_blue_left_large_test_tube.yaml new file mode 100644 index 0000000000000000000000000000000000000000..af2c194948fe58d97fb990b11f2e32adb76266ef --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_mix_red_blue_left_large_test_tube.yaml @@ -0,0 +1,489 @@ +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: Galaxea_R1_Lite_mix_red_blue_left_large_test_tube +dataset_uuid: ceea63dd-82e1-4eb1-bbd8-4c37f3334de4 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: blue_pigment +- object_name: yellow_pigment +- object_name: red_pigment +- object_name: test_tube_rack +- object_name: test_tubes +- object_name: beaker +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the test tube with red pigment and the test tube with blue pigment with + the grippers and pour them into the container. +sub_tasks: +- subtask: Pour the blue reagent into the graduated cylinder with the left gripper. + subtask_index: 0 +- subtask: Pour the red reagent into the graduated cylinder with the left gripper. + subtask_index: 1 +- subtask: Grasp the blue reagent with the left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Place the test tube into the bowl with the left gripper. + subtask_index: 4 +- subtask: Grasp the red reagent with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 46733 + fps: 30 + total_tasks: 7 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 1.57 GB +frame_num: 46733 +frame_range: 100K +dataset_size: 1.57 GB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_mix_red_blue_left_large_test_tube_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_mix_red_blue_right.yaml b/dataset_info/Galaxea_R1_Lite_mix_red_blue_right.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f2998166ea8345dd04e1e422a5e0685124a3d6e6 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_mix_red_blue_right.yaml @@ -0,0 +1,505 @@ +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: Galaxea_R1_Lite_mix_red_blue_right +dataset_uuid: d25c828c-fc5e-4310-94fa-37bc404d6034 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: red_pigment +- object_name: blue_pigment +- object_name: yellow_pigment +- object_name: test_tube_rack +- object_name: test_tubes +- object_name: beaker +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the test tube with red pigment and the test tube with blue pigment with + the grippers and pour them into the container. +sub_tasks: +- subtask: Pour the red reagent into the graduated cylinder with right gripper. + subtask_index: 0 +- subtask: Pour the red reagent into the graduated cylinder with the right gripper. + subtask_index: 1 +- subtask: Pick up the test tube containing the red reagent with right gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Place the test tube into the bowl with right gripper. + subtask_index: 4 +- subtask: Pour the blue reagent into the graduated cylinder with the right gripper. + subtask_index: 5 +- subtask: Pick up the test tube containing the blue reagent with right gripper. + subtask_index: 6 +- subtask: Pour the blue reagent into the graduated cylinder with right gripper. + subtask_index: 7 +- subtask: Grasp the blue reagent with the right gripper. + subtask_index: 8 +- subtask: Grasp the yellow reagent with the right gripper. + subtask_index: 9 +- subtask: Pour the yellow reagent into the graduated cylinder with the right gripper. + subtask_index: 10 +- subtask: end. + subtask_index: 11 +- subtask: Place the test tube into the bowl with the right gripper. + subtask_index: 12 +- subtask: Grasp the red reagent with the right gripper. + subtask_index: 13 +- subtask: null. + subtask_index: 14 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 32072 + fps: 30 + total_tasks: 15 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 647.52 MB +frame_num: 32072 +frame_range: 100K +dataset_size: 647.52 MB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_mix_red_blue_right_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_mix_red_yellow_large_test_tube.yaml b/dataset_info/Galaxea_R1_Lite_mix_red_yellow_large_test_tube.yaml new file mode 100644 index 0000000000000000000000000000000000000000..82ec082c677884558874dd91e8ca87a412cdcac2 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_mix_red_yellow_large_test_tube.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: Galaxea_R1_Lite_mix_red_yellow_large_test_tube +dataset_uuid: 9909451a-a8dd-475d-b057-2028e5a82da1 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: blue_pigment +- object_name: yellow_pigment +- object_name: red_pigment +- object_name: test_tube_rack +- object_name: large_test_tubes +- object_name: beaker +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the test tube with yellow pigment and the test tube with red pigment with + the grippers and pour them into the beaker. +sub_tasks: +- subtask: Pour the red reagent into the graduated cylinder and place the test tube + into the paper cup. + subtask_index: 0 +- subtask: Grasp the red reagent with the left gripper. + subtask_index: 1 +- subtask: Grasp the yellow reagent with the right gripper. + subtask_index: 2 +- subtask: Pour the yellow reagent into the graduated cylinder and place the test + tube into the paper cup. + subtask_index: 3 +- subtask: Pour the yellow reagent into the graduated cylinder with the right gripper. + subtask_index: 4 +- subtask: Pour the red reagent into the graduated cylinder with the left gripper. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: Place the test tube into the paper cup with the right gripper. + subtask_index: 7 +- subtask: Place the test tube into the paper cup with the left gripper. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 28289 + fps: 30 + total_tasks: 10 + total_videos: 200 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 1.58 GB +frame_num: 28289 +frame_range: 100K +dataset_size: 1.58 GB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_mix_red_yellow_large_test_tube_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_mix_red_yellow_left_large_test_tube.yaml b/dataset_info/Galaxea_R1_Lite_mix_red_yellow_left_large_test_tube.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6c278d70e37499b0cb2d624dc1f1a8cb4e12ccbe --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_mix_red_yellow_left_large_test_tube.yaml @@ -0,0 +1,489 @@ +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: Galaxea_R1_Lite_mix_red_yellow_left_large_test_tube +dataset_uuid: 59103203-9511-44a5-be58-224fcd3638cb +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: blue_pigment +- object_name: yellow_pigment +- object_name: red_pigment +- object_name: test_tube_rack +- object_name: large_test_tubes +- object_name: beaker +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the test tube with yellow pigment and the test tube with red pigment with + the grippers and pour them into the beaker. +sub_tasks: +- subtask: Grasp the red reagent with the left gripper. + subtask_index: 0 +- subtask: Pour the red reagent into the graduated cylinder with the left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Place the test tube into the pink bowl with the left gripper. + subtask_index: 3 +- subtask: Grasp the yellow reagent with the left gripper. + subtask_index: 4 +- subtask: Pour the yellow reagent into the graduated cylinder with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 89688 + fps: 30 + total_tasks: 7 + total_videos: 400 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 2.93 GB +frame_num: 89688 +frame_range: 100K +dataset_size: 2.93 GB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_mix_red_yellow_left_large_test_tube_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:99 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_mix_red_yellow_right.yaml b/dataset_info/Galaxea_R1_Lite_mix_red_yellow_right.yaml new file mode 100644 index 0000000000000000000000000000000000000000..eae5c4f822a5b21251fe23d48fd87dc6aeacb2eb --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_mix_red_yellow_right.yaml @@ -0,0 +1,503 @@ +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: Galaxea_R1_Lite_mix_red_yellow_right +dataset_uuid: 610e1648-7fa5-4c97-848d-a656549f08d3 +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: blue_pigment +- object_name: yellow_pigment +- object_name: red_pigment +- object_name: test_tube_rack +- object_name: test_tubes +- object_name: beaker +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the test tube with yellow pigment and the test tube with red pigment with + the grippers and pour them into the beaker. +sub_tasks: +- subtask: Place the test tube into the bowl with right gripper. + subtask_index: 0 +- subtask: Pick up the test tube containing the yellow reagent with right gripper. + subtask_index: 1 +- subtask: Place the test tube into the pink bowl with the right gripper. + subtask_index: 2 +- subtask: Grasp the yellow reagent with the right gripper. + subtask_index: 3 +- subtask: Grasp the red reagent with the right gripper. + subtask_index: 4 +- subtask: Pick up the test tube containing the red reagent with right gripper. + subtask_index: 5 +- subtask: Place the test tube into the bowl with the right gripper. + subtask_index: 6 +- subtask: Pour the yellow reagent into the graduated cylinder with the right gripper. + subtask_index: 7 +- subtask: Pour the red reagent into the graduated cylinder with right gripper. + subtask_index: 8 +- subtask: End. + subtask_index: 9 +- subtask: Pour the yellow reagent into the graduated cylinder with right gripper. + subtask_index: 10 +- subtask: Pour the red reagent into the graduated cylinder with the right gripper. + subtask_index: 11 +- subtask: end. + subtask_index: 12 +- subtask: null. + subtask_index: 13 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 99 + total_frames: 61864 + fps: 30 + total_tasks: 14 + total_videos: 396 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 1.22 GB +frame_num: 61864 +frame_range: 100K +dataset_size: 1.22 GB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_mix_red_yellow_right_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (87 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:98 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_move_mouse.yaml b/dataset_info/Galaxea_R1_Lite_move_mouse.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4fd1ff76712dcf1a7b683ba4c5402c7b82b4519a --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_move_mouse.yaml @@ -0,0 +1,478 @@ +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: Galaxea_R1_Lite_move_mouse +dataset_uuid: 2148803e-974b-48de-bee8-1eb7d073e07a +scene_type: + level1: office + level2: office + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: mouse +- object_name: mouse_pad +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the mouse on the left side of the table with the left gripper onto the mouse + pad on the right side with the right gripper. +sub_tasks: +- subtask: Grasp the mouse with the left gripper. + subtask_index: 0 +- subtask: Place the mouse on the mouse pad with the left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 30 + total_frames: 8927 + fps: 30 + total_tasks: 4 + total_videos: 120 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 219.01 MB +frame_num: 8927 +frame_range: 10K +dataset_size: 219.01 MB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_move_mouse_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (18 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:29 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_apple.yaml b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_apple.yaml new file mode 100644 index 0000000000000000000000000000000000000000..75f82a3aadf5e68d99b28c8233a33532ec594398 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_apple.yaml @@ -0,0 +1,526 @@ +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: Galaxea_R1_Lite_move_the_position_of_the_apple +dataset_uuid: 9155fbd7-8bc2-44d0-a2dc-16b1fad44af0 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pen +- object_name: banana +- object_name: apple +- object_name: bath_ball +- object_name: bowl +- object_name: plate +- object_name: can +- object_name: eraser +- object_name: hard_cleanser +- object_name: long_bread +- object_name: peeler +- object_name: block +- object_name: duck +- object_name: soap +- object_name: box +- object_name: basket +- object_name: cola +- object_name: detergent +- object_name: egg_beater +- object_name: towel +- object_name: orange +- object_name: peach +- object_name: marker +- object_name: rubiks_cube +- object_name: bread_slice +- object_name: brush +- object_name: yogurt +- object_name: power_strip +- object_name: milk +- object_name: soda +- object_name: lime +- object_name: coffee_capsule +- object_name: dish +- object_name: glass +- object_name: egg_yolk_pastry +- object_name: glasses_case +- object_name: gum +- object_name: tape +- object_name: soft_cleanser +- object_name: chips +- object_name: chocolate +- object_name: cookie +- object_name: spoon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the apple in the designated position with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the apple on the table with left gripper. + subtask_index: 1 +- subtask: Grasp the apple with left gripper. + subtask_index: 2 +- subtask: Place the apple on the table with right gripper. + subtask_index: 3 +- subtask: Grasp the apple with right gripper. + subtask_index: 4 +- subtask: Static. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- place +- pick +- grasp +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_left_rgb +- cam_high_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_high_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 35 + total_frames: 5959 + fps: 30 + total_tasks: 8 + total_videos: 140 + total_chunks: 1 + chunks_size: 1000 + state_dim: 16 + action_dim: 18 + camera_views: 4 + dataset_size: 223.01 MB +frame_num: 5959 +frame_range: 10K +dataset_size: 223.01 MB +data_structure: 'R1_Lite_move_the_position_of_the_apple_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (23 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_left_rgb + + | |-- observation.images.cam_high_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:34 +features: + observation.images.cam_high_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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 + action: + dtype: float32 + shape: + - 18 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_left_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_black_marker.yaml b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_black_marker.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6df54df839acca70a40f2525a0c434e6f22ce90f --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_black_marker.yaml @@ -0,0 +1,523 @@ +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: Galaxea_R1_Lite_move_the_position_of_the_black_marker +dataset_uuid: 5d591692-f2ae-4fa8-97d1-9cd1613b1b33 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pen +- object_name: banana +- object_name: bath_ball +- object_name: bowl +- object_name: plate +- object_name: can +- object_name: eraser +- object_name: hard_cleanser +- object_name: long_bread +- object_name: peeler +- object_name: block +- object_name: duck +- object_name: soap +- object_name: box +- object_name: basket +- object_name: cola +- object_name: detergent +- object_name: egg_beater +- object_name: towel +- object_name: orange +- object_name: peach +- object_name: marker +- object_name: rubiks_cube +- object_name: bread_slice +- object_name: brush +- object_name: yogurt +- object_name: power_strip +- object_name: milk +- object_name: soda +- object_name: lime +- object_name: coffee_capsule +- object_name: dish +- object_name: glass +- object_name: egg_yolk_pastry +- object_name: glasses_case +- object_name: gum +- object_name: tape +- object_name: soft_cleanser +- object_name: chips +- object_name: chocolate +- object_name: cookie +- object_name: spoon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the black marker in the designated position with the gripper. +sub_tasks: +- subtask: Grasp the Marker pen with left gripper. + subtask_index: 0 +- subtask: Grasp the Marker pen with right gripper. + subtask_index: 1 +- subtask: Place the Marker pen on the table with right gripper. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Place the Marker pen on the table with left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- place +- pick +- grasp +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_left_rgb +- cam_high_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_high_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 61 + total_frames: 15618 + fps: 30 + total_tasks: 7 + total_videos: 244 + total_chunks: 1 + chunks_size: 1000 + state_dim: 16 + action_dim: 18 + camera_views: 4 + dataset_size: 536.64 MB +frame_num: 15618 +frame_range: 100K +dataset_size: 536.64 MB +data_structure: 'R1_Lite_move_the_position_of_the_black_marker_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (49 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_left_rgb + + | |-- observation.images.cam_high_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:60 +features: + observation.images.cam_high_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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 + action: + dtype: float32 + shape: + - 18 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_left_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_brush.yaml b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_brush.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a0d835ec36729e963021549bbc6e0acd64ed748e --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_brush.yaml @@ -0,0 +1,525 @@ +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: Galaxea_R1_Lite_move_the_position_of_the_brush +dataset_uuid: 0626d7f7-69b7-4fb0-9edc-8ba92d1df7cf +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pen +- object_name: banana +- object_name: bath_ball +- object_name: bowl +- object_name: plate +- object_name: can +- object_name: eraser +- object_name: hard_cleanser +- object_name: long_bread +- object_name: peeler +- object_name: block +- object_name: duck +- object_name: soap +- object_name: box +- object_name: basket +- object_name: cola +- object_name: detergent +- object_name: egg_beater +- object_name: towel +- object_name: orange +- object_name: peach +- object_name: marker +- object_name: rubiks_cube +- object_name: bread_slice +- object_name: brush +- object_name: yogurt +- object_name: power_strip +- object_name: milk +- object_name: soda +- object_name: lime +- object_name: coffee_capsule +- object_name: dish +- object_name: glass +- object_name: egg_yolk_pastry +- object_name: glasses_case +- object_name: gum +- object_name: tape +- object_name: soft_cleanser +- object_name: chips +- object_name: chocolate +- object_name: cookie +- object_name: spoon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the brush in the designated position with the gripper. +sub_tasks: +- subtask: Static. + subtask_index: 0 +- subtask: Place the brush on the table with right gripper. + subtask_index: 1 +- subtask: Grasp the brush with right gripper. + subtask_index: 2 +- subtask: Grasp the brush with left gripper. + subtask_index: 3 +- subtask: Place the brush on the table with left gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- place +- pick +- grasp +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_left_rgb +- cam_high_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_high_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 63 + total_frames: 17774 + fps: 30 + total_tasks: 8 + total_videos: 252 + total_chunks: 1 + chunks_size: 1000 + state_dim: 16 + action_dim: 18 + camera_views: 4 + dataset_size: 676.98 MB +frame_num: 17774 +frame_range: 100K +dataset_size: 676.98 MB +data_structure: 'R1_Lite_move_the_position_of_the_brush_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (51 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_left_rgb + + | |-- observation.images.cam_high_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:62 +features: + observation.images.cam_high_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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 + action: + dtype: float32 + shape: + - 18 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_left_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_coffee_capsule.yaml b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_coffee_capsule.yaml new file mode 100644 index 0000000000000000000000000000000000000000..36a5794e03dae95c2a8f652ec5ebea5a2fa6a189 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_coffee_capsule.yaml @@ -0,0 +1,523 @@ +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: Galaxea_R1_Lite_move_the_position_of_the_coffee_capsule +dataset_uuid: b0f7658f-e170-4911-afdf-9af621bfa0fe +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pen +- object_name: banana +- object_name: bath_ball +- object_name: bowl +- object_name: plate +- object_name: can +- object_name: eraser +- object_name: hard_cleanser +- object_name: long_bread +- object_name: peeler +- object_name: block +- object_name: duck +- object_name: soap +- object_name: box +- object_name: basket +- object_name: cola +- object_name: detergent +- object_name: egg_beater +- object_name: towel +- object_name: orange +- object_name: peach +- object_name: marker +- object_name: rubiks_cube +- object_name: bread_slice +- object_name: brush +- object_name: yogurt +- object_name: power_strip +- object_name: milk +- object_name: soda +- object_name: lime +- object_name: coffee_capsule +- object_name: dish +- object_name: glass +- object_name: egg_yolk_pastry +- object_name: glasses_case +- object_name: gum +- object_name: tape +- object_name: soft_cleanser +- object_name: chips +- object_name: chocolate +- object_name: cookie +- object_name: spoon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the coffee capsule in the designated position with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the coffee capsule with left gripper. + subtask_index: 1 +- subtask: Place the coffee capsule on the table with right gripper. + subtask_index: 2 +- subtask: Grasp the coffee capsule with right gripper. + subtask_index: 3 +- subtask: Static. + subtask_index: 4 +- subtask: Place the coffee capsule on the table with left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- place +- pick +- grasp +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_left_rgb +- cam_high_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_high_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 58 + total_frames: 14334 + fps: 30 + total_tasks: 7 + total_videos: 232 + total_chunks: 1 + chunks_size: 1000 + state_dim: 16 + action_dim: 18 + camera_views: 4 + dataset_size: 500.15 MB +frame_num: 14334 +frame_range: 100K +dataset_size: 500.15 MB +data_structure: 'R1_Lite_move_the_position_of_the_coffee_capsule_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (46 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_left_rgb + + | |-- observation.images.cam_high_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:57 +features: + observation.images.cam_high_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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 + action: + dtype: float32 + shape: + - 18 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_left_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_cookie.yaml b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_cookie.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6fdd1293eded3bd6e4aee58cdf7f0ac2ae5743cd --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_cookie.yaml @@ -0,0 +1,525 @@ +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: Galaxea_R1_Lite_move_the_position_of_the_cookie +dataset_uuid: 7015670f-e702-4c08-a662-e74aee0c0872 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pen +- object_name: banana +- object_name: bath_ball +- object_name: bowl +- object_name: plate +- object_name: can +- object_name: eraser +- object_name: hard_cleanser +- object_name: long_bread +- object_name: peeler +- object_name: block +- object_name: duck +- object_name: soap +- object_name: box +- object_name: basket +- object_name: cola +- object_name: detergent +- object_name: egg_beater +- object_name: towel +- object_name: orange +- object_name: peach +- object_name: marker +- object_name: rubiks_cube +- object_name: bread_slice +- object_name: brush +- object_name: yogurt +- object_name: power_strip +- object_name: milk +- object_name: soda +- object_name: lime +- object_name: coffee_capsule +- object_name: dish +- object_name: glass +- object_name: egg_yolk_pastry +- object_name: glasses_case +- object_name: gum +- object_name: tape +- object_name: soft_cleanser +- object_name: chips +- object_name: chocolate +- object_name: cookie +- object_name: spoon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the cookie in the designated position with the gripper. +sub_tasks: +- subtask: Place the cookie on the table with right gripper. + subtask_index: 0 +- subtask: Static. + subtask_index: 1 +- subtask: Place the cookie on the table with left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Grasp the cookie with right gripper. + subtask_index: 4 +- subtask: Grasp the cookie with left gripper. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- place +- pick +- grasp +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_left_rgb +- cam_high_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_high_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 25 + total_frames: 5045 + fps: 30 + total_tasks: 8 + total_videos: 100 + total_chunks: 1 + chunks_size: 1000 + state_dim: 16 + action_dim: 18 + camera_views: 4 + dataset_size: 198.31 MB +frame_num: 5045 +frame_range: 10K +dataset_size: 198.31 MB +data_structure: 'R1_Lite_move_the_position_of_the_cookie_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (13 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_left_rgb + + | |-- observation.images.cam_high_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:24 +features: + observation.images.cam_high_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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 + action: + dtype: float32 + shape: + - 18 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_left_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_duck.yaml b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_duck.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a126017be5456b3000771a399431331fc5f63784 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_duck.yaml @@ -0,0 +1,525 @@ +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: Galaxea_R1_Lite_move_the_position_of_the_duck +dataset_uuid: da6ac6c0-2744-4f18-98b8-d87cbfcc8ce1 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pen +- object_name: banana +- object_name: bath_ball +- object_name: bowl +- object_name: plate +- object_name: can +- object_name: eraser +- object_name: hard_cleanser +- object_name: long_bread +- object_name: peeler +- object_name: block +- object_name: duck +- object_name: soap +- object_name: box +- object_name: basket +- object_name: cola +- object_name: detergent +- object_name: egg_beater +- object_name: towel +- object_name: orange +- object_name: peach +- object_name: marker +- object_name: rubiks_cube +- object_name: bread_slice +- object_name: brush +- object_name: yogurt +- object_name: power_strip +- object_name: milk +- object_name: soda +- object_name: lime +- object_name: coffee_capsule +- object_name: dish +- object_name: glass +- object_name: egg_yolk_pastry +- object_name: glasses_case +- object_name: gum +- object_name: tape +- object_name: soft_cleanser +- object_name: chips +- object_name: chocolate +- object_name: cookie +- object_name: spoon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the duck in the designated position with the gripper. +sub_tasks: +- subtask: Grasp the red duck with right gripper. + subtask_index: 0 +- subtask: Static. + subtask_index: 1 +- subtask: Place the red duck on the table with right gripper. + subtask_index: 2 +- subtask: Grasp the red duck with left gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Place the red duck on the table with left gripper. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- place +- pick +- grasp +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_left_rgb +- cam_high_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_high_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 40 + total_frames: 12223 + fps: 30 + total_tasks: 8 + total_videos: 160 + total_chunks: 1 + chunks_size: 1000 + state_dim: 16 + action_dim: 18 + camera_views: 4 + dataset_size: 348.20 MB +frame_num: 12223 +frame_range: 100K +dataset_size: 348.20 MB +data_structure: 'R1_Lite_move_the_position_of_the_duck_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (28 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_left_rgb + + | |-- observation.images.cam_high_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:39 +features: + observation.images.cam_high_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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 + action: + dtype: float32 + shape: + - 18 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_left_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_glass.yaml b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_glass.yaml new file mode 100644 index 0000000000000000000000000000000000000000..be1fbb27973e3e837cd89710a605f7adf686e8c4 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_glass.yaml @@ -0,0 +1,525 @@ +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: Galaxea_R1_Lite_move_the_position_of_the_glass +dataset_uuid: 8ac8771b-807d-43fe-ad24-200934007490 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pen +- object_name: banana +- object_name: bath_ball +- object_name: bowl +- object_name: plate +- object_name: can +- object_name: eraser +- object_name: hard_cleanser +- object_name: long_bread +- object_name: peeler +- object_name: block +- object_name: duck +- object_name: soap +- object_name: box +- object_name: basket +- object_name: cola +- object_name: detergent +- object_name: egg_beater +- object_name: towel +- object_name: orange +- object_name: peach +- object_name: marker +- object_name: rubiks_cube +- object_name: bread_slice +- object_name: brush +- object_name: yogurt +- object_name: power_strip +- object_name: milk +- object_name: soda +- object_name: lime +- object_name: coffee_capsule +- object_name: dish +- object_name: glasses_case +- object_name: egg_yolk_pastry +- object_name: glasses_case +- object_name: gum +- object_name: tape +- object_name: soft_cleanser +- object_name: chips +- object_name: chocolate +- object_name: cookie +- object_name: spoon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the glasses case into the designated position with the gripper. +sub_tasks: +- subtask: Grasp the glasses case with left gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Grasp the glasses case with right gripper. + subtask_index: 2 +- subtask: Place the glasses case on the table with right gripper. + subtask_index: 3 +- subtask: Static. + subtask_index: 4 +- subtask: Place the glasses case on the table with left gripper. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- place +- pick +- grasp +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_left_rgb +- cam_high_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_high_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 36 + total_frames: 12480 + fps: 30 + total_tasks: 8 + total_videos: 144 + total_chunks: 1 + chunks_size: 1000 + state_dim: 16 + action_dim: 18 + camera_views: 4 + dataset_size: 423.89 MB +frame_num: 12480 +frame_range: 100K +dataset_size: 423.89 MB +data_structure: 'R1_Lite_move_the_position_of_the_glass_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (24 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_left_rgb + + | |-- observation.images.cam_high_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:35 +features: + observation.images.cam_high_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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 + action: + dtype: float32 + shape: + - 18 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_left_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_long_bread.yaml b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_long_bread.yaml new file mode 100644 index 0000000000000000000000000000000000000000..553a77b16b83d50c23690a86e2a7fdd93b9c8784 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_long_bread.yaml @@ -0,0 +1,525 @@ +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: Galaxea_R1_Lite_move_the_position_of_the_long_bread +dataset_uuid: bdee9310-93d0-4808-a0ad-4ca01b25ac9f +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pen +- object_name: banana +- object_name: bath_ball +- object_name: bowl +- object_name: plate +- object_name: can +- object_name: eraser +- object_name: hard_cleanser +- object_name: long_bread +- object_name: peeler +- object_name: block +- object_name: duck +- object_name: soap +- object_name: box +- object_name: basket +- object_name: cola +- object_name: detergent +- object_name: egg_beater +- object_name: towel +- object_name: orange +- object_name: peach +- object_name: marker +- object_name: rubiks_cube +- object_name: bread_slice +- object_name: brush +- object_name: yogurt +- object_name: power_strip +- object_name: milk +- object_name: soda +- object_name: lime +- object_name: coffee_capsule +- object_name: dish +- object_name: glass +- object_name: egg_yolk_pastry +- object_name: glasses_case +- object_name: gum +- object_name: tape +- object_name: soft_cleanser +- object_name: chips +- object_name: chocolate +- object_name: cookie +- object_name: spoon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the long bread in the designated position with the gripper. +sub_tasks: +- subtask: Grasp the long bread with right gripper. + subtask_index: 0 +- subtask: Grasp the long bread with left gripper. + subtask_index: 1 +- subtask: Place the long bread on the table with right gripper. + subtask_index: 2 +- subtask: Place the long bread on the table with left gripper. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Static. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- place +- pick +- grasp +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_left_rgb +- cam_high_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_high_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 31 + total_frames: 9249 + fps: 30 + total_tasks: 8 + total_videos: 124 + total_chunks: 1 + chunks_size: 1000 + state_dim: 16 + action_dim: 18 + camera_views: 4 + dataset_size: 344.73 MB +frame_num: 9249 +frame_range: 10K +dataset_size: 344.73 MB +data_structure: 'R1_Lite_move_the_position_of_the_long_bread_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (19 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_left_rgb + + | |-- observation.images.cam_high_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:30 +features: + observation.images.cam_high_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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 + action: + dtype: float32 + shape: + - 18 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_left_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_milk.yaml b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_milk.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d06bce48842524e6f7ea150cd12353a21b40161f --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_milk.yaml @@ -0,0 +1,525 @@ +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: Galaxea_R1_Lite_move_the_position_of_the_milk +dataset_uuid: 945013f7-9a63-4c59-af10-4ad4df23d67f +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pen +- object_name: banana +- object_name: bath_ball +- object_name: bowl +- object_name: plate +- object_name: can +- object_name: eraser +- object_name: hard_cleanser +- object_name: long_bread +- object_name: peeler +- object_name: block +- object_name: duck +- object_name: soap +- object_name: box +- object_name: basket +- object_name: cola +- object_name: detergent +- object_name: egg_beater +- object_name: towel +- object_name: orange +- object_name: peach +- object_name: marker +- object_name: rubiks_cube +- object_name: bread_slice +- object_name: brush +- object_name: yogurt +- object_name: power_strip +- object_name: milk +- object_name: soda +- object_name: lime +- object_name: coffee_capsule +- object_name: dish +- object_name: glass +- object_name: egg_yolk_pastry +- object_name: glasses_case +- object_name: gum +- object_name: tape +- object_name: soft_cleanser +- object_name: chips +- object_name: chocolate +- object_name: cookie +- object_name: spoon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the milk in the designated position with the gripper. +sub_tasks: +- subtask: Grasp the wangzai milk with left gripper. + subtask_index: 0 +- subtask: Place the wangzai milk on the table with right gripper. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: Place the wangzai milk on the table with left gripper. + subtask_index: 3 +- subtask: Grasp the wangzai milk with right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- place +- pick +- grasp +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_left_rgb +- cam_high_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_high_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 59 + total_frames: 12898 + fps: 30 + total_tasks: 8 + total_videos: 236 + total_chunks: 1 + chunks_size: 1000 + state_dim: 16 + action_dim: 18 + camera_views: 4 + dataset_size: 421.83 MB +frame_num: 12898 +frame_range: 100K +dataset_size: 421.83 MB +data_structure: 'R1_Lite_move_the_position_of_the_milk_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (47 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_left_rgb + + | |-- observation.images.cam_high_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:58 +features: + observation.images.cam_high_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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 + action: + dtype: float32 + shape: + - 18 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_left_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_orange.yaml b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_orange.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8b938b050b244a0f79c91563f3ef9d790ef562d8 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_orange.yaml @@ -0,0 +1,523 @@ +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: Galaxea_R1_Lite_move_the_position_of_the_orange +dataset_uuid: 5cff8c7f-bc80-41be-87f4-5cc1b132ed1c +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pen +- object_name: banana +- object_name: bath_ball +- object_name: bowl +- object_name: plate +- object_name: can +- object_name: eraser +- object_name: hard_cleanser +- object_name: long_bread +- object_name: peeler +- object_name: block +- object_name: duck +- object_name: soap +- object_name: box +- object_name: basket +- object_name: cola +- object_name: detergent +- object_name: egg_beater +- object_name: towel +- object_name: orange +- object_name: peach +- object_name: marker +- object_name: rubiks_cube +- object_name: bread_slice +- object_name: brush +- object_name: yogurt +- object_name: power_strip +- object_name: milk +- object_name: soda +- object_name: lime +- object_name: coffee_capsule +- object_name: dish +- object_name: glass +- object_name: egg_yolk_pastry +- object_name: glasses_case +- object_name: gum +- object_name: tape +- object_name: soft_cleanser +- object_name: chips +- object_name: chocolate +- object_name: cookie +- object_name: spoon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the orange in the designated position with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the orange on the table with right gripper. + subtask_index: 1 +- subtask: Grasp the orange with right gripper. + subtask_index: 2 +- subtask: Place the orange on the table with left gripper. + subtask_index: 3 +- subtask: Grasp the orange with left gripper. + subtask_index: 4 +- subtask: Static. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- place +- pick +- grasp +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_left_rgb +- cam_high_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_high_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 42 + total_frames: 15074 + fps: 30 + total_tasks: 7 + total_videos: 168 + total_chunks: 1 + chunks_size: 1000 + state_dim: 16 + action_dim: 18 + camera_views: 4 + dataset_size: 550.22 MB +frame_num: 15074 +frame_range: 100K +dataset_size: 550.22 MB +data_structure: 'R1_Lite_move_the_position_of_the_orange_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (30 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_left_rgb + + | |-- observation.images.cam_high_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:41 +features: + observation.images.cam_high_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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 + action: + dtype: float32 + shape: + - 18 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_left_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_peeler.yaml b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_peeler.yaml new file mode 100644 index 0000000000000000000000000000000000000000..05b2328bc46e9551b3c8b02b30ac89197216bbd1 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_peeler.yaml @@ -0,0 +1,523 @@ +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: Galaxea_R1_Lite_move_the_position_of_the_peeler +dataset_uuid: 32cc9e19-b5a0-4f09-a124-2f042003a5ed +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pen +- object_name: banana +- object_name: bath_ball +- object_name: bowl +- object_name: plate +- object_name: can +- object_name: eraser +- object_name: hard_cleanser +- object_name: long_bread +- object_name: peeler +- object_name: block +- object_name: duck +- object_name: soap +- object_name: box +- object_name: basket +- object_name: cola +- object_name: detergent +- object_name: egg_beater +- object_name: towel +- object_name: orange +- object_name: peach +- object_name: marker +- object_name: rubiks_cube +- object_name: bread_slice +- object_name: brush +- object_name: yogurt +- object_name: power_strip +- object_name: milk +- object_name: soda +- object_name: lime +- object_name: coffee_capsule +- object_name: dish +- object_name: glass +- object_name: egg_yolk_pastry +- object_name: glasses_case +- object_name: gum +- object_name: tape +- object_name: soft_cleanser +- object_name: chips +- object_name: chocolate +- object_name: cookie +- object_name: spoon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the peeler in the designated position with the gripper. +sub_tasks: +- subtask: Grasp the peeler with right gripper. + subtask_index: 0 +- subtask: Static. + subtask_index: 1 +- subtask: Grasp the peeler with left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Place the peeler on the table with right gripper. + subtask_index: 4 +- subtask: Place the peeler on the table with left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- place +- pick +- grasp +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_left_rgb +- cam_high_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_high_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 43 + total_frames: 10477 + fps: 30 + total_tasks: 7 + total_videos: 172 + total_chunks: 1 + chunks_size: 1000 + state_dim: 16 + action_dim: 18 + camera_views: 4 + dataset_size: 369.56 MB +frame_num: 10477 +frame_range: 100K +dataset_size: 369.56 MB +data_structure: 'R1_Lite_move_the_position_of_the_peeler_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_left_rgb + + | |-- observation.images.cam_high_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:42 +features: + observation.images.cam_high_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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 + action: + dtype: float32 + shape: + - 18 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_left_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_pen.yaml b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_pen.yaml new file mode 100644 index 0000000000000000000000000000000000000000..69ebe4af9889b609d3f96d4ca5eb81ed9e02ab22 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_pen.yaml @@ -0,0 +1,525 @@ +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: Galaxea_R1_Lite_move_the_position_of_the_pen +dataset_uuid: e974fb54-b565-4fa5-989e-a0c551c6d140 +scene_type: + level1: office + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pen +- object_name: banana +- object_name: bath_ball +- object_name: bowl +- object_name: plate +- object_name: can +- object_name: eraser +- object_name: hard_cleanser +- object_name: long_bread +- object_name: peeler +- object_name: block +- object_name: duck +- object_name: soap +- object_name: box +- object_name: basket +- object_name: cola +- object_name: detergent +- object_name: egg_beater +- object_name: towel +- object_name: orange +- object_name: peach +- object_name: marker +- object_name: rubiks_cube +- object_name: bread_slice +- object_name: brush +- object_name: yogurt +- object_name: power_strip +- object_name: milk +- object_name: soda +- object_name: lime +- object_name: coffee_capsule +- object_name: dish +- object_name: glass +- object_name: egg_yolk_pastry +- object_name: glasses_case +- object_name: gum +- object_name: tape +- object_name: soft_cleanser +- object_name: chips +- object_name: chocolate +- object_name: cookie +- object_name: spoon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the pen in the designated position with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the sign pen on the table with right gripper. + subtask_index: 1 +- subtask: Grasp the sign pen with left gripper. + subtask_index: 2 +- subtask: Place the sign pen on the table with left gripper. + subtask_index: 3 +- subtask: Grasp the sign pen with right gripper. + subtask_index: 4 +- subtask: Static. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- place +- pick +- grasp +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_left_rgb +- cam_high_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_high_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 31 + total_frames: 11495 + fps: 30 + total_tasks: 8 + total_videos: 124 + total_chunks: 1 + chunks_size: 1000 + state_dim: 16 + action_dim: 18 + camera_views: 4 + dataset_size: 362.34 MB +frame_num: 11495 +frame_range: 100K +dataset_size: 362.34 MB +data_structure: 'R1_Lite_move_the_position_of_the_pen_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (19 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_left_rgb + + | |-- observation.images.cam_high_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:30 +features: + observation.images.cam_high_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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 + action: + dtype: float32 + shape: + - 18 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_left_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_rubiks_cube.yaml b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_rubiks_cube.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f8fa9cdb61715de0ac5022d581147b967afb277e --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_rubiks_cube.yaml @@ -0,0 +1,523 @@ +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: Galaxea_R1_Lite_move_the_position_of_the_rubiks_cube +dataset_uuid: fe0a75c5-bab5-4e43-9502-081da6770b61 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pen +- object_name: banana +- object_name: bath_ball +- object_name: bowl +- object_name: plate +- object_name: can +- object_name: eraser +- object_name: hard_cleanser +- object_name: long_bread +- object_name: peeler +- object_name: block +- object_name: duck +- object_name: soap +- object_name: box +- object_name: basket +- object_name: cola +- object_name: detergent +- object_name: egg_beater +- object_name: towel +- object_name: orange +- object_name: peach +- object_name: marker +- object_name: rubiks_cube +- object_name: bread_slice +- object_name: brush +- object_name: yogurt +- object_name: power_strip +- object_name: milk +- object_name: soda +- object_name: lime +- object_name: coffee_capsule +- object_name: dish +- object_name: glass +- object_name: egg_yolk_pastry +- object_name: glasses_case +- object_name: gum +- object_name: tape +- object_name: soft_cleanser +- object_name: chips +- object_name: chocolate +- object_name: cookie +- object_name: spoon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the Rubik's cube into the designated position with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the magic cube on the table with right gripper. + subtask_index: 1 +- subtask: Place the magic cube on the table with left gripper. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: Grasp the magic cube with left gripper. + subtask_index: 4 +- subtask: Grasp the magic cube with right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- place +- pick +- grasp +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_left_rgb +- cam_high_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_high_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 44 + total_frames: 9055 + fps: 30 + total_tasks: 7 + total_videos: 176 + total_chunks: 1 + chunks_size: 1000 + state_dim: 16 + action_dim: 18 + camera_views: 4 + dataset_size: 328.41 MB +frame_num: 9055 +frame_range: 10K +dataset_size: 328.41 MB +data_structure: 'R1_Lite_move_the_position_of_the_rubiks_cube_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (32 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_left_rgb + + | |-- observation.images.cam_high_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:43 +features: + observation.images.cam_high_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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 + action: + dtype: float32 + shape: + - 18 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_left_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_soda.yaml b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_soda.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e8a91a500c0aadbeec630db3f57d1f4a75db8204 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_soda.yaml @@ -0,0 +1,523 @@ +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: Galaxea_R1_Lite_move_the_position_of_the_soda +dataset_uuid: 776f8ed0-31b4-46e5-adbd-d905da18638c +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pen +- object_name: banana +- object_name: bath_ball +- object_name: bowl +- object_name: plate +- object_name: can +- object_name: eraser +- object_name: hard_cleanser +- object_name: long_bread +- object_name: peeler +- object_name: block +- object_name: duck +- object_name: soap +- object_name: box +- object_name: basket +- object_name: cola +- object_name: detergent +- object_name: egg_beater +- object_name: towel +- object_name: orange +- object_name: peach +- object_name: marker +- object_name: rubiks_cube +- object_name: bread_slice +- object_name: brush +- object_name: yogurt +- object_name: power_strip +- object_name: milk +- object_name: soda +- object_name: lime +- object_name: coffee_capsule +- object_name: dish +- object_name: glass +- object_name: egg_yolk_pastry +- object_name: glasses_case +- object_name: gum +- object_name: tape +- object_name: soft_cleanser +- object_name: chips +- object_name: chocolate +- object_name: cookie +- object_name: spoon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the soda in the designated position with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the soda water with right gripper. + subtask_index: 1 +- subtask: Place the soda water on the table with right gripper. + subtask_index: 2 +- subtask: Place the soda water on the table with left gripper. + subtask_index: 3 +- subtask: Static. + subtask_index: 4 +- subtask: Grasp the soda water with left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- place +- pick +- grasp +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_left_rgb +- cam_high_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_high_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 62 + total_frames: 17198 + fps: 30 + total_tasks: 7 + total_videos: 248 + total_chunks: 1 + chunks_size: 1000 + state_dim: 16 + action_dim: 18 + camera_views: 4 + dataset_size: 661.03 MB +frame_num: 17198 +frame_range: 100K +dataset_size: 661.03 MB +data_structure: 'R1_Lite_move_the_position_of_the_soda_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (50 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_left_rgb + + | |-- observation.images.cam_high_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:61 +features: + observation.images.cam_high_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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 + action: + dtype: float32 + shape: + - 18 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_left_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_spoon.yaml b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_spoon.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c2459e7d00f48c757af8a38e1a31d778c99c796b --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_spoon.yaml @@ -0,0 +1,523 @@ +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: Galaxea_R1_Lite_move_the_position_of_the_spoon +dataset_uuid: ab8d31a7-973b-4328-b3dc-f79488af764f +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pen +- object_name: banana +- object_name: bath_ball +- object_name: bowl +- object_name: plate +- object_name: can +- object_name: eraser +- object_name: hard_cleanser +- object_name: long_bread +- object_name: peeler +- object_name: block +- object_name: duck +- object_name: soap +- object_name: box +- object_name: basket +- object_name: cola +- object_name: detergent +- object_name: egg_beater +- object_name: towel +- object_name: orange +- object_name: peach +- object_name: marker +- object_name: rubiks_cube +- object_name: bread_slice +- object_name: brush +- object_name: yogurt +- object_name: power_strip +- object_name: milk +- object_name: soda +- object_name: lime +- object_name: coffee_capsule +- object_name: dish +- object_name: glass +- object_name: egg_yolk_pastry +- object_name: glasses_case +- object_name: gum +- object_name: tape +- object_name: soft_cleanser +- object_name: chips +- object_name: chocolate +- object_name: cookie +- object_name: spoon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the spoon in the designated position with the gripper. +sub_tasks: +- subtask: Grasp the spoon with right gripper. + subtask_index: 0 +- subtask: Grasp the spoon with left gripper. + subtask_index: 1 +- subtask: Place the spoon on the table with left gripper. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Place the spoon on the table with right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- place +- pick +- grasp +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_left_rgb +- cam_high_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_high_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 23 + total_frames: 6550 + fps: 30 + total_tasks: 7 + total_videos: 92 + total_chunks: 1 + chunks_size: 1000 + state_dim: 16 + action_dim: 18 + camera_views: 4 + dataset_size: 212.32 MB +frame_num: 6550 +frame_range: 10K +dataset_size: 212.32 MB +data_structure: 'R1_Lite_move_the_position_of_the_spoon_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (11 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_left_rgb + + | |-- observation.images.cam_high_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:22 +features: + observation.images.cam_high_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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 + action: + dtype: float32 + shape: + - 18 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_left_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_triangle_bread.yaml b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_triangle_bread.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e3dd9685f8d90793f36d2adefc84e9c1053e9d8e --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_move_the_position_of_the_triangle_bread.yaml @@ -0,0 +1,525 @@ +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: Galaxea_R1_Lite_move_the_position_of_the_triangle_bread +dataset_uuid: f60ef2d6-fc04-4276-b75e-e8b54ab7602c +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: waffle +- object_name: pen +- object_name: banana +- object_name: bath_ball +- object_name: bowl +- object_name: plate +- object_name: can +- object_name: eraser +- object_name: hard_cleanser +- object_name: long_bread +- object_name: peeler +- object_name: block +- object_name: duck +- object_name: soap +- object_name: box +- object_name: basket +- object_name: cola +- object_name: detergent +- object_name: egg_beater +- object_name: towel +- object_name: orange +- object_name: peach +- object_name: marker +- object_name: rubiks_cube +- object_name: bread_slice +- object_name: brush +- object_name: yogurt +- object_name: power_strip +- object_name: milk +- object_name: soda +- object_name: lime +- object_name: coffee_capsule +- object_name: dish +- object_name: glass +- object_name: egg_yolk_pastry +- object_name: glasses_case +- object_name: gum +- object_name: tape +- object_name: soft_cleanser +- object_name: chips +- object_name: chocolate +- object_name: cookie +- object_name: spoon +- object_name: triangle_bread +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the waffle in the designated position with the gripper. +sub_tasks: +- subtask: Grasp the pizza with right gripper. + subtask_index: 0 +- subtask: Static. + subtask_index: 1 +- subtask: Place the pizza on the table with right gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Grasp the pizza with left gripper. + subtask_index: 4 +- subtask: Place the pizza on the table with left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- place +- pick +- grasp +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_left_rgb +- cam_high_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_high_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 40 + total_frames: 8540 + fps: 30 + total_tasks: 7 + total_videos: 160 + total_chunks: 1 + chunks_size: 1000 + state_dim: 16 + action_dim: 18 + camera_views: 4 + dataset_size: 300.10 MB +frame_num: 8540 +frame_range: 10K +dataset_size: 300.10 MB +data_structure: 'R1_Lite_move_the_position_of_the_triangle_bread_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (28 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_left_rgb + + | |-- observation.images.cam_high_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:39 +features: + observation.images.cam_high_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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 + action: + dtype: float32 + shape: + - 18 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_left_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_open_and_close_curtains.yaml b/dataset_info/Galaxea_R1_Lite_open_and_close_curtains.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ba6fc1c91b7aba8049772add84e1000a2234ca4 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_open_and_close_curtains.yaml @@ -0,0 +1,461 @@ +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: Galaxea_R1_Lite_open_and_close_curtains +dataset_uuid: 184bad58-5213-4be2-bb93-7c6d271bf034 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: curtains +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open and close the inner and outer curtains on both sides with the gripper. +sub_tasks: +- subtask: Pull the outeouter curtains open on both sides with the both gripper. + subtask_index: 0 +- subtask: Pull the outer curtains open on both sides. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Pull the inner curtains open on both sides. + subtask_index: 3 +- subtask: Close the outer curtains on both sides. + subtask_index: 4 +- subtask: Pull the inner curtains open on left sides with the left gripper. + subtask_index: 5 +- subtask: Close the right inner curtain with the right gripper. + subtask_index: 6 +- subtask: Pull the inner curtains open on right sides with the right gripper. + subtask_index: 7 +- subtask: Close the left inner curtain with the left gripper. + subtask_index: 8 +- subtask: Close the outeouter curtains on both sides with the both gripper. + subtask_index: 9 +- subtask: Close the inner curtains on both sides. + subtask_index: 10 +- subtask: abnormal. + subtask_index: 11 +- subtask: null. + subtask_index: 12 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 98 + total_frames: 226694 + fps: 30 + total_tasks: 13 + total_videos: 294 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 8.54 GB +frame_num: 226694 +frame_range: 1M +dataset_size: 8.54 GB +data_structure: 'R1_Lite_open_and_close_curtains_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (86 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:97 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_open_and_close_microwave_oven.yaml b/dataset_info/Galaxea_R1_Lite_open_and_close_microwave_oven.yaml new file mode 100644 index 0000000000000000000000000000000000000000..15b9aa0c674ce3e14bcedff2e53f7e942ab17ac6 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_open_and_close_microwave_oven.yaml @@ -0,0 +1,454 @@ +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: Galaxea_R1_Lite_open_and_close_microwave_oven +dataset_uuid: 1b797b37-4aab-43be-9f02-cfcf030be8ff +scene_type: + level1: household + level2: restaurant + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: french_fries +- object_name: plate +- object_name: microwave +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Turn on the microwave with the gripper, place the fries into it, turn off the microwave + with the gripper, turn on the microwave with the gripper, pick up the fries with + the gripper, and turn off the microwave with the gripper. +sub_tasks: +- subtask: place the microwave back in its original place. + subtask_index: 0 +- subtask: pick up the plate out of the microwave. + subtask_index: 1 +- subtask: Close the microwave oven. + subtask_index: 2 +- subtask: Open the microwave oven. + subtask_index: 3 +- subtask: place the plate in the microwave oven. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +- push +- pull +- press +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 117 + total_frames: 183612 + fps: 30 + total_tasks: 6 + total_videos: 351 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 7.73 GB +frame_num: 183612 +frame_range: 1M +dataset_size: 7.73 GB +data_structure: 'R1_Lite_open_and_close_microwave_oven_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (105 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:116 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_open_and_close_nightstand_door.yaml b/dataset_info/Galaxea_R1_Lite_open_and_close_nightstand_door.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5fd43bd0521052317c52dc1beff2aa9ede4efb8f --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_open_and_close_nightstand_door.yaml @@ -0,0 +1,478 @@ +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: Galaxea_R1_Lite_open_and_close_nightstand_door +dataset_uuid: 20a3b9fb-6772-4fbe-b39d-00e54dfb1b57 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: nightstand +- object_name: basket +- object_name: pillow +- object_name: bag +- object_name: blue_doll +- object_name: green_doll +- object_name: pink_doll +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open the cabinet door and place the doll from the top to the bottom with the gripper. + Then, place the doll from the bottom to the top with the gripper. Close the cabinet + door with the gripper. +sub_tasks: +- subtask: Place the green doll on the lower shelf. + subtask_index: 0 +- subtask: Close the nightstand door. + subtask_index: 1 +- subtask: Place the basket on the lower shelf. + subtask_index: 2 +- subtask: Place the pillow on the higher shelf. + subtask_index: 3 +- subtask: Place the blue doll on the higher shelf. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Place the pillow on the lower shelf. + subtask_index: 6 +- subtask: Place the blue doll on the lower shelf. + subtask_index: 7 +- subtask: abnormal. + subtask_index: 8 +- subtask: Place the bag on the lower shelf. + subtask_index: 9 +- subtask: Place the bag on the higher shelf. + subtask_index: 10 +- subtask: Open the nightstand door. + subtask_index: 11 +- subtask: Place the basket on the higher shelf. + subtask_index: 12 +- subtask: Place the green doll on the higher shelf. + subtask_index: 13 +- subtask: Place the pink doll on the lower shelf. + subtask_index: 14 +- subtask: Place the pink doll on the higher shelf. + subtask_index: 15 +- subtask: null. + subtask_index: 16 +atomic_actions: +- grasp +- pick +- place +- push +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 274445 + fps: 30 + total_tasks: 17 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 11.82 GB +frame_num: 274445 +frame_range: 1M +dataset_size: 11.82 GB +data_structure: 'R1_Lite_open_and_close_nightstand_door_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 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:99 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_open_and_close_nightstand_drawer.yaml b/dataset_info/Galaxea_R1_Lite_open_and_close_nightstand_drawer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..58164ab487631a5e2ea793f0fdd9b5479c5318e9 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_open_and_close_nightstand_drawer.yaml @@ -0,0 +1,454 @@ +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: Galaxea_R1_Lite_open_and_close_nightstand_drawer +dataset_uuid: f53ef972-f453-4892-bf9c-cd8d3c22762e +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: nightstand +- object_name: remote_control +- object_name: tissue +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open the drawer with the gripper and place tissues in and out. Close the drawer + with the gripper. +sub_tasks: +- subtask: Open the nightstand drawer. + subtask_index: 0 +- subtask: place the remote controls on the table into the drawer one by one. + subtask_index: 1 +- subtask: pick up the remote control out of the drawer one by one and place them + on the table. + subtask_index: 2 +- subtask: pick up the tissue out of the drawer one by one and place them on the table. + subtask_index: 3 +- subtask: Close the nightstand drawer. + subtask_index: 4 +- subtask: place the tissue on the table into the drawer one by one. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +- push +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 77 + total_frames: 104258 + fps: 30 + total_tasks: 7 + total_videos: 231 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 7.11 GB +frame_num: 104258 +frame_range: 1M +dataset_size: 7.11 GB +data_structure: 'R1_Lite_open_and_close_nightstand_drawer_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (65 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:76 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_open_and_close_the_freezer_door.yaml b/dataset_info/Galaxea_R1_Lite_open_and_close_the_freezer_door.yaml new file mode 100644 index 0000000000000000000000000000000000000000..966ac100651d2766543ac548ec768a642419d180 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_open_and_close_the_freezer_door.yaml @@ -0,0 +1,480 @@ +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: Galaxea_R1_Lite_open_and_close_the_freezer_door +dataset_uuid: d59cd2ec-8eab-40f4-a630-29a9bbc3f309 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: freezer +- object_name: ceramic_cup +- object_name: yogurt +- object_name: table +- object_name: paper_cup +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open the refrigerator door with the gripper and place the yogurt cup into the refrigerator. + Close the refrigerator door with the gripper. Pick up the yogurt cup with the gripper + and close the refrigerator door with the gripper. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the ceramic cup on the table. + subtask_index: 2 +- subtask: place the yoghurt in the freezer. + subtask_index: 3 +- subtask: pick up the paper cup out of the freezer. + subtask_index: 4 +- subtask: Place the yoghurt on the table. + subtask_index: 5 +- subtask: pick up the ceramic cup out of the freezer. + subtask_index: 6 +- subtask: place the ceramic cup in the freezer. + subtask_index: 7 +- subtask: pick up the yogurt out of the freezer. + subtask_index: 8 +- subtask: Open the freezer door. + subtask_index: 9 +- subtask: place the paper cup in the freezer. + subtask_index: 10 +- subtask: place the yogurt in the freezer. + subtask_index: 11 +- subtask: Place the paper cup on the table. + subtask_index: 12 +- subtask: Close the freezer door. + subtask_index: 13 +- subtask: Grasp the yogur. + subtask_index: 14 +- subtask: Place the yoghurt on the freezer. + subtask_index: 15 +- subtask: Place the yogurt on the table. + subtask_index: 16 +- subtask: pick up the yoghurt out of the freezer. + subtask_index: 17 +- subtask: null. + subtask_index: 18 +atomic_actions: +- grasp +- pick +- place +- open +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 93 + total_frames: 170369 + fps: 30 + total_tasks: 19 + total_videos: 279 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 6.61 GB +frame_num: 170369 +frame_range: 1M +dataset_size: 6.61 GB +data_structure: 'R1_Lite_open_and_close_the_freezer_door_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (81 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:92 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_open_the_food_pan.yaml b/dataset_info/Galaxea_R1_Lite_open_the_food_pan.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8e7c607c206884dbf69ac4922d21570113a264c9 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_open_the_food_pan.yaml @@ -0,0 +1,450 @@ +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: Galaxea_R1_Lite_open_the_food_pan +dataset_uuid: 41f586d5-51f7-456a-b30f-ca5a7e7555c2 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: pan +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Fully open the pot lid on the table with the gripper. Close it with the gripper. +sub_tasks: +- subtask: grasp the pot lid with the right arm. + subtask_index: 0 +- subtask: Close the pot lid. + subtask_index: 1 +- subtask: Open the pot lid completely. + subtask_index: 2 +- subtask: grasp the pot lid with the left arm. + subtask_index: 3 +- subtask: Open the food pot lid a small opening with the right arm. + subtask_index: 4 +- subtask: Open the food pot lid a small opening with the left arm. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 94 + total_frames: 74981 + fps: 30 + total_tasks: 7 + total_videos: 282 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 2.55 GB +frame_num: 74981 +frame_range: 100K +dataset_size: 2.55 GB +data_structure: 'R1_Lite_open_the_food_pan_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (82 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:93 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_opening_and_closing_aalcony_sliding_doors.yaml b/dataset_info/Galaxea_R1_Lite_opening_and_closing_aalcony_sliding_doors.yaml new file mode 100644 index 0000000000000000000000000000000000000000..850da25a01d2d18b14653ed55869e344cbd67640 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_opening_and_closing_aalcony_sliding_doors.yaml @@ -0,0 +1,441 @@ +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: Galaxea_R1_Lite_opening_and_closing_aalcony_sliding_doors +dataset_uuid: 4d71497e-4f98-487e-8f46-e2a076016680 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: sliding_door +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Close the balcony sliding door with the gripper, then open it with the gripper. +sub_tasks: +- subtask: Close the slid door. + subtask_index: 0 +- subtask: Open the slid door. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- push +- pull +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 101 + total_frames: 133637 + fps: 30 + total_tasks: 3 + total_videos: 303 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 6.92 GB +frame_num: 133637 +frame_range: 1M +dataset_size: 6.92 GB +data_structure: 'R1_Lite_opening_and_closing_aalcony_sliding_doors_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (89 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:100 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_peach_storage.yaml b/dataset_info/Galaxea_R1_Lite_peach_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..65b982a8c7a207f906de0b11d0f7b9abef4776d4 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_peach_storage.yaml @@ -0,0 +1,484 @@ +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: Galaxea_R1_Lite_peach_storage +dataset_uuid: e596c797-57d3-4fbb-ba99-5dec78a4c0b2 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +- object_name: peach +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the basket in the center of the table with the gripper and align it. Then, + place the peaches into the basket with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the light basket on the middle of the table with the left gripper. + subtask_index: 1 +- subtask: Grasp the light basket with the left gripper. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: Grasp the peach with the right gripper. + subtask_index: 4 +- subtask: Place the peach into the light basket with the right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- place +- pick +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_left_rgb +- cam_high_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_high_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 110 + total_frames: 31755 + fps: 30 + total_tasks: 7 + total_videos: 440 + total_chunks: 1 + chunks_size: 1000 + state_dim: 16 + action_dim: 18 + camera_views: 4 + dataset_size: 1.53 GB +frame_num: 31755 +frame_range: 100K +dataset_size: 1.53 GB +data_structure: 'R1_Lite_peach_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (98 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_left_rgb + + | |-- observation.images.cam_high_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:109 +features: + observation.images.cam_high_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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 + action: + dtype: float32 + shape: + - 18 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_left_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_pick_up_and_store_items.yaml b/dataset_info/Galaxea_R1_Lite_pick_up_and_store_items.yaml new file mode 100644 index 0000000000000000000000000000000000000000..188dfca43e2402cdf33c3638692a738f96a55343 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_pick_up_and_store_items.yaml @@ -0,0 +1,528 @@ +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: Galaxea_R1_Lite_pick_up_and_store_items +dataset_uuid: ce4cb36f-2a3e-45e1-80b7-e559203fb5c3 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: drawer +- object_name: tissue_paper +- object_name: disposable_slippers +- object_name: tape +- object_name: solid_beverage +- object_name: shorts +- object_name: roll_paper +- object_name: t_shirt +- object_name: mineral_water +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Store table items into the drawer with the gripper, then place them out with the + gripper and close the drawer with the gripper. +sub_tasks: +- subtask: Place the tissue on the table. + subtask_index: 0 +- subtask: Place the disposable slippers on the table. + subtask_index: 1 +- subtask: pick up out the tissue from the drawer. + subtask_index: 2 +- subtask: place the slippers into the drawer. + subtask_index: 3 +- subtask: pick up out the mineral water from the drawer. + subtask_index: 4 +- subtask: Open the drawer with the both gripper. + subtask_index: 5 +- subtask: Place the roll paper on the table. + subtask_index: 6 +- subtask: Place the shorts on the table. + subtask_index: 7 +- subtask: Place the adhesive tape on the table. + subtask_index: 8 +- subtask: pick up out the disposable slippers from the drawer. + subtask_index: 9 +- subtask: Place the solid drinks on the table. + subtask_index: 10 +- subtask: pick up out the adhesive tape from the drawer. + subtask_index: 11 +- subtask: place the shorts into the drawer. + subtask_index: 12 +- subtask: Close the drawer with the both gripper. + subtask_index: 13 +- subtask: End. + subtask_index: 14 +- subtask: Pick up the tissue on the table. + subtask_index: 15 +- subtask: place the tissue into the drawer. + subtask_index: 16 +- subtask: pick up out the shorts from the drawer. + subtask_index: 17 +- subtask: Pick up the T-shirt on the table. + subtask_index: 18 +- subtask: pick up out the solid drinks from the drawer. + subtask_index: 19 +- subtask: Pick up the mineral water on the table. + subtask_index: 20 +- subtask: place the mineral water into the drawer. + subtask_index: 21 +- subtask: Pick up the adhesive tape on the table. + subtask_index: 22 +- subtask: pick up out the roll paper from the drawer. + subtask_index: 23 +- subtask: Close the drawer. + subtask_index: 24 +- subtask: Open the drawer. + subtask_index: 25 +- subtask: pick up out the T-shirt from the drawer. + subtask_index: 26 +- subtask: place the disposable slippers into the drawer. + subtask_index: 27 +- subtask: place the adhesive tape into the drawer. + subtask_index: 28 +- subtask: pick up the paper out of the drawer and place it on the table. + subtask_index: 29 +- subtask: place the solid drinks into the drawer. + subtask_index: 30 +- subtask: Place the mineral water on the table. + subtask_index: 31 +- subtask: place the T-shirt into the drawer. + subtask_index: 32 +- subtask: abnormal. + subtask_index: 33 +- subtask: Place the T-shirt on the table. + subtask_index: 34 +- subtask: Pick up the solid drinks on the table. + subtask_index: 35 +- subtask: Pick up the disposable slippers on the table. + subtask_index: 36 +- subtask: Pick up the shorts on the table. + subtask_index: 37 +- subtask: Pick up the roll paper on the table. + subtask_index: 38 +- subtask: place the roll paper into the drawer. + subtask_index: 39 +- subtask: null. + subtask_index: 40 +atomic_actions: +- grasp +- pick +- place +- pull +- push +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 108 + total_frames: 125588 + fps: 30 + total_tasks: 41 + total_videos: 324 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 5.78 GB +frame_num: 125588 +frame_range: 1M +dataset_size: 5.78 GB +data_structure: 'R1_Lite_pick_up_and_store_items_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (96 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:107 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_place_the_dress_shirt_on_the_hanger.yaml b/dataset_info/Galaxea_R1_Lite_place_the_dress_shirt_on_the_hanger.yaml new file mode 100644 index 0000000000000000000000000000000000000000..75b7db3ce75faa66272e13ec0853ad036d43c917 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_place_the_dress_shirt_on_the_hanger.yaml @@ -0,0 +1,453 @@ +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: Galaxea_R1_Lite_place_the_dress_shirt_on_the_hanger +dataset_uuid: 99bbe00a-c986-419f-b64a-51eef829a3b8 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: hanger +- object_name: shirt +- object_name: plate +- object_name: bed +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Hang the shirt on the hanger with the gripper, then pick up the hanger with the + gripper and place it on the bed. +sub_tasks: +- subtask: abnormal. + subtask_index: 0 +- subtask: Hook the other side of the shirt onto the hanger. + subtask_index: 1 +- subtask: Hook one side of the shirt onto the hanger. + subtask_index: 2 +- subtask: Lift the shirt and hanger. + subtask_index: 3 +- subtask: pick up the clothes hanger out of the clothes. + subtask_index: 4 +- subtask: Place the hanger on the bed. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 103 + total_frames: 120516 + fps: 30 + total_tasks: 7 + total_videos: 309 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 7.09 GB +frame_num: 120516 +frame_range: 1M +dataset_size: 7.09 GB +data_structure: 'R1_Lite_place_the_dress_shirt_on_the_hanger_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (91 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:102 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_plug_the_socket.yaml b/dataset_info/Galaxea_R1_Lite_plug_the_socket.yaml new file mode 100644 index 0000000000000000000000000000000000000000..10f62e2de190dde164dcad6a49e8f6b2f253699d --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_plug_the_socket.yaml @@ -0,0 +1,453 @@ +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: Galaxea_R1_Lite_plug_the_socket +dataset_uuid: a456ff6a-8652-485b-a545-1bbcee60a201 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: mosquito_repellent_liquid +- object_name: plug +- object_name: socket +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Plug in the mosquito repellent with the gripper. Unplug it with the gripper and + place it on the table with the gripper. +sub_tasks: +- subtask: grasp the socket with your right gripper and unplug it with your left gripper. + subtask_index: 0 +- subtask: abnormal. + subtask_index: 1 +- subtask: Pick up the mosquito repellent liquid. + subtask_index: 2 +- subtask: Place the mosquito repellent liquid on the table. + subtask_index: 3 +- subtask: Insert the plug in the socket. + subtask_index: 4 +- subtask: grasp the socket with your left gripper and unplug it with your right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 96 + total_frames: 115158 + fps: 30 + total_tasks: 7 + total_videos: 288 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 5.14 GB +frame_num: 115158 +frame_range: 1M +dataset_size: 5.14 GB +data_structure: 'R1_Lite_plug_the_socket_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (84 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:95 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_pour_liquid_mrable_bar_counter.yaml b/dataset_info/Galaxea_R1_Lite_pour_liquid_mrable_bar_counter.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7e528b4a71db417a1d922b076fb1035499849056 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_pour_liquid_mrable_bar_counter.yaml @@ -0,0 +1,544 @@ +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: Galaxea_R1_Lite_pour_liquid_mrable_bar_counter +dataset_uuid: 0828bcf1-11fb-481a-a1c8-3f842f2ecbd3 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: marble_bar_counter +- object_name: plastic_cup +- object_name: green_dish +- object_name: pink_bowl +- object_name: liquid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cup with the gripper and pour the liquid into a bowl or tray with the + gripper. +sub_tasks: +- subtask: Pour the orange juice into the pink bowl with left gripper. + subtask_index: 0 +- subtask: Pour the black tea into the pink bowl with the right gripper. + subtask_index: 1 +- subtask: Grasp the glass of black tea with the right gripper. + subtask_index: 2 +- subtask: Pour the orange juice into the blue basin with right gripper. + subtask_index: 3 +- subtask: Left gripper. + subtask_index: 4 +- subtask: Pour the tea into the pink bowl with left gripper. + subtask_index: 5 +- subtask: Grasp the glass of orange juice with the right gripper. + subtask_index: 6 +- subtask: Pour the tea into the pink bowl with right gripper. + subtask_index: 7 +- subtask: Pick up blue cup filled with tea with right gripper. + subtask_index: 8 +- subtask: Pour the orange juice into the pink bowl with the right gripper. + subtask_index: 9 +- subtask: Pour the orange juice into the pink bowl with the left gripper. + subtask_index: 10 +- subtask: Pour the orange juice into the blue basin with left gripper. + subtask_index: 11 +- subtask: Pour the orange juice into the green bowl with the right gripper. + subtask_index: 12 +- subtask: Place blue cup with tea on the table with right gripper. + subtask_index: 13 +- subtask: Pour the orange juice into the green bowl with the left gripper. + subtask_index: 14 +- subtask: Pour the orange juice into the pink bowl with right gripper. + subtask_index: 15 +- subtask: Place blue cup with orange juice on the table with right gripper. + subtask_index: 16 +- subtask: Pour the black tea into the green bowl with the right gripper. + subtask_index: 17 +- subtask: Pick up blue cup filled with orange juice with right gripper. + subtask_index: 18 +- subtask: Place blue cup with orange juice on the table with left gripper. + subtask_index: 19 +- subtask: Grasp the glass of black tea with the left gripper. + subtask_index: 20 +- subtask: Pour the black tea into the green bowl with the left gripper. + subtask_index: 21 +- subtask: Pour the tea into the blue basin with right gripper. + subtask_index: 22 +- subtask: Pick up blue cup filled with tea with left gripper. + subtask_index: 23 +- subtask: Pour the tea into the blue basin with left gripper. + subtask_index: 24 +- subtask: Pour the black tea into the pink bowl with the left gripper. + subtask_index: 25 +- subtask: Grasp the glass of orange juice with the left gripper. + subtask_index: 26 +- subtask: Place the glass cup with the right gripper. + subtask_index: 27 +- subtask: Pick up blue cup filled with orange juice with left gripper. + subtask_index: 28 +- subtask: End. + subtask_index: 29 +- subtask: Place blue cup with shrimp on the table with right gripper. + subtask_index: 30 +- subtask: Right gripper. + subtask_index: 31 +- subtask: Place blue cup with tea on the table with left gripper. + subtask_index: 32 +- subtask: Place the glass cup with the left gripper. + subtask_index: 33 +- subtask: null. + subtask_index: 34 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 43652 + fps: 30 + total_tasks: 35 + total_videos: 400 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 1.70 GB +frame_num: 43652 +frame_range: 100K +dataset_size: 1.70 GB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_pour_liquid_mrable_bar_counter_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:99 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_pour_powder.yaml b/dataset_info/Galaxea_R1_Lite_pour_powder.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e89c6c499adbb22a5c5edad48df403baaa8e010b --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_pour_powder.yaml @@ -0,0 +1,506 @@ +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: Galaxea_R1_Lite_pour_powder +dataset_uuid: c8c87b63-bde9-43b3-99c6-52df2881c27c +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: white_table +- object_name: plastic_cup +- object_name: green_dish +- object_name: pink_bowl +- object_name: powder +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cup with the gripper and pour the powder into a bowl or tray with the + gripper. +sub_tasks: +- subtask: Pour the powder into the green bowl with the left gripper. + subtask_index: 0 +- subtask: Pour the powder into the pink bowl with the right gripper. + subtask_index: 1 +- subtask: Pour the milk powder into the blue basin with left gripper. + subtask_index: 2 +- subtask: Place the cup on the table with the right gripper. + subtask_index: 3 +- subtask: Pick up blue cup filled with milk powder with left gripper. + subtask_index: 4 +- subtask: Pour the milk powder into the pink bowl with left gripper. + subtask_index: 5 +- subtask: Place blue cup with coffee powder on the table with left gripper. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: Grasp the glass of powder with the right gripper. + subtask_index: 8 +- subtask: Grasp the glass of powder with the left gripper. + subtask_index: 9 +- subtask: Place the cup on the table with the left gripper. + subtask_index: 10 +- subtask: Place blue cup with milk powder on the table with left gripper. + subtask_index: 11 +- subtask: Pour the powder into the pink bowl with the left gripper. + subtask_index: 12 +- subtask: Pour the powder into the green bowl with the right gripper. + subtask_index: 13 +- subtask: Left gripper. + subtask_index: 14 +- subtask: null. + subtask_index: 15 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 30 + total_frames: 14053 + fps: 30 + total_tasks: 16 + total_videos: 120 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 375.56 MB +frame_num: 14053 +frame_range: 100K +dataset_size: 375.56 MB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_pour_powder_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (18 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:29 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_pour_powder_marble_bar_counter.yaml b/dataset_info/Galaxea_R1_Lite_pour_powder_marble_bar_counter.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5e54f64d504a8ac51e68d5b79368d024381be31b --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_pour_powder_marble_bar_counter.yaml @@ -0,0 +1,530 @@ +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: Galaxea_R1_Lite_pour_powder_marble_bar_counter +dataset_uuid: a9acc31d-f6b1-4e32-b401-ff63c04911cf +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: marble_bar_counter +- object_name: plastic_cup +- object_name: green_dish +- object_name: pink_bowl +- object_name: powder +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cup with the gripper and pour the powder into a bowl or tray with the + gripper. +sub_tasks: +- subtask: Pour the coffee powder into the pink bowl with right gripper. + subtask_index: 0 +- subtask: Pour the powder into the pink bowl with the right gripper. + subtask_index: 1 +- subtask: Pick up blue cup filled with milk powder with left gripper. + subtask_index: 2 +- subtask: Pour the milk powder into the pink bowl with left gripper. + subtask_index: 3 +- subtask: Place the glass cup down with the right gripper. + subtask_index: 4 +- subtask: Place blue cup with milk powder on the table with left gripper. + subtask_index: 5 +- subtask: Pour the powder into the pink bowl with the left gripper. + subtask_index: 6 +- subtask: Pour the coffee powder into the pink bowl with left gripper. + subtask_index: 7 +- subtask: Left gripper. + subtask_index: 8 +- subtask: Pick up blue cup filled with coffee powder with right gripper. + subtask_index: 9 +- subtask: Pick up blue cup filled with milk powder with right gripper. + subtask_index: 10 +- subtask: Pick up blue cup filled with coffee powder with left gripper. + subtask_index: 11 +- subtask: Place blue cup with coffee powder on the table with right gripper. + subtask_index: 12 +- subtask: Pour the powder into the green bowl with the left gripper. + subtask_index: 13 +- subtask: Pour the coffee powder into the blue basin with right gripper. + subtask_index: 14 +- subtask: Pour the coffee powder into the blue basin with left gripper. + subtask_index: 15 +- subtask: Grasp the glass of powder with the right gripper. + subtask_index: 16 +- subtask: Place the glass cup down with the left gripper. + subtask_index: 17 +- subtask: Pour the milk powder into the pink bowl with right gripper. + subtask_index: 18 +- subtask: Pour the powder into the green bowl with the right gripper. + subtask_index: 19 +- subtask: Pour the milk powder into the blue basin with left gripper. + subtask_index: 20 +- subtask: Place blue cup with milk powder on the table with right gripper. + subtask_index: 21 +- subtask: Place blue cup with coffee powder on the table with left gripper. + subtask_index: 22 +- subtask: Pour the milk powder into the blue basin with right gripper. + subtask_index: 23 +- subtask: End. + subtask_index: 24 +- subtask: Grasp the glass of powder with the left gripper. + subtask_index: 25 +- subtask: Right gripper. + subtask_index: 26 +- subtask: null. + subtask_index: 27 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 39829 + fps: 30 + total_tasks: 28 + total_videos: 400 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 1.58 GB +frame_num: 39829 +frame_range: 100K +dataset_size: 1.58 GB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_pour_powder_marble_bar_counter_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:99 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_pour_solid.yaml b/dataset_info/Galaxea_R1_Lite_pour_solid.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fdf58f61d24ec9a8eed28fdae9de504e30fea95f --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_pour_solid.yaml @@ -0,0 +1,544 @@ +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: Galaxea_R1_Lite_pour_solid +dataset_uuid: f257d396-486a-4c4d-a5c1-1af3deefcdee +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: white_table +- object_name: plastic_cup +- object_name: green_dish +- object_name: pink_bowl +- object_name: solid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cup with the gripper and pour the solid into a bowl or tray with the + gripper. +sub_tasks: +- subtask: Grasp the glass of shrimp with the left gripper. + subtask_index: 0 +- subtask: Pick up blue cup filled with coffee beans with left gripper. + subtask_index: 1 +- subtask: Place blue cup with coffee beans on the table with left gripper. + subtask_index: 2 +- subtask: Pour the shrimp into the green bowl with the left gripper. + subtask_index: 3 +- subtask: Pour the coffee beans into the pink bowl with the left gripper. + subtask_index: 4 +- subtask: Pour the coffee beans into the pink bowl with the right gripper. + subtask_index: 5 +- subtask: Left gripper. + subtask_index: 6 +- subtask: Pour the shrimp into the green bowl with the right gripper. + subtask_index: 7 +- subtask: Pick up blue cup filled with shrimp with left gripper. + subtask_index: 8 +- subtask: Place blue cup with shrimp on the table with left gripper. + subtask_index: 9 +- subtask: Pick up blue cup filled with coffee beans with right gripper. + subtask_index: 10 +- subtask: Grasp the glass of coffee beans with the left gripper. + subtask_index: 11 +- subtask: Pour the shrimp into the pink bowl with left gripper. + subtask_index: 12 +- subtask: Pour the coffee beans into the green bowl with the left gripper. + subtask_index: 13 +- subtask: Pour the coffee beans into the pink bowl with left gripper. + subtask_index: 14 +- subtask: Grasp the glass of coffee beans with the right gripper. + subtask_index: 15 +- subtask: Pour the coffee beans into the green plate with the right gripper. + subtask_index: 16 +- subtask: Pour the shrimp into the pink bowl with the right gripper. + subtask_index: 17 +- subtask: Grasp the glass of shrimp with the right gripper. + subtask_index: 18 +- subtask: Pour the coffee beans into the green plate with the left gripper. + subtask_index: 19 +- subtask: Place blue cup with coffee powder on the table with left gripper. + subtask_index: 20 +- subtask: Place the glass cup with the right gripper. + subtask_index: 21 +- subtask: Place blue cup with coffee beans on the table with right gripper. + subtask_index: 22 +- subtask: End. + subtask_index: 23 +- subtask: Pour the coffee beans into the green bowl with the right gripper. + subtask_index: 24 +- subtask: Place blue cup with shrimp on the table with right gripper. + subtask_index: 25 +- subtask: Pick up blue cup filled with shrimp with right gripper. + subtask_index: 26 +- subtask: Pour the shrimp into the pink bowl with right gripper. + subtask_index: 27 +- subtask: Pour the shrimp into the pink bowl with the left gripper. + subtask_index: 28 +- subtask: Pour the shrimp into the blue basin with left gripper. + subtask_index: 29 +- subtask: Pour the coffee beans into the blue basin with right gripper. + subtask_index: 30 +- subtask: Right gripper. + subtask_index: 31 +- subtask: Pour the shrimp into the blue basin with right gripper. + subtask_index: 32 +- subtask: Place the glass cup with the left gripper. + subtask_index: 33 +- subtask: null. + subtask_index: 34 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 39 + total_frames: 16353 + fps: 30 + total_tasks: 35 + total_videos: 156 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 459.77 MB +frame_num: 16353 +frame_range: 100K +dataset_size: 459.77 MB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_pour_solid_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (27 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:38 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_pour_solid_marble_bar_counter.yaml b/dataset_info/Galaxea_R1_Lite_pour_solid_marble_bar_counter.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5ae763fa85533559ae67c8c2d7ea0f0a86ff845d --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_pour_solid_marble_bar_counter.yaml @@ -0,0 +1,508 @@ +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: Galaxea_R1_Lite_pour_solid_marble_bar_counter +dataset_uuid: 0663977a-457f-43f1-8da1-5a0708a985f1 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: marble_bar_counter +- object_name: plastic_cup +- object_name: green_dish +- object_name: pink_bowl +- object_name: solid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cup with the gripper and pour the solid into a bowl or tray with the + gripper. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: Grasp the glass of shrimp with the left gripper. + subtask_index: 1 +- subtask: Pour the shrimp beans into the green bowl with the left gripper. + subtask_index: 2 +- subtask: Pour the shrimp beans into the green bowl with the right gripper. + subtask_index: 3 +- subtask: Grasp the glass of coffee beans with the right gripper. + subtask_index: 4 +- subtask: Grasp the glass of coffee beans with the left gripper. + subtask_index: 5 +- subtask: Place the glass cup with the right gripper. + subtask_index: 6 +- subtask: Pour the shrimp into the pink bowl with the left gripper. + subtask_index: 7 +- subtask: End. + subtask_index: 8 +- subtask: Pour the coffee beans into the green bowl with the right gripper. + subtask_index: 9 +- subtask: Pour the coffee beans into the pink bowl with the left gripper. + subtask_index: 10 +- subtask: Pour the shrimp into the pink bowl with the right gripper. + subtask_index: 11 +- subtask: Pour the coffee beans into the pink bowl with the right gripper. + subtask_index: 12 +- subtask: Grasp the glass of shrimp with the right gripper. + subtask_index: 13 +- subtask: Place the glass cup with the left gripper. + subtask_index: 14 +- subtask: Pour the coffee beans into the green bowl with the left gripper. + subtask_index: 15 +- subtask: null. + subtask_index: 16 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 85 + total_frames: 31250 + fps: 30 + total_tasks: 17 + total_videos: 340 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 1.29 GB +frame_num: 31250 +frame_range: 100K +dataset_size: 1.29 GB +data_structure: 'Galaxea_R1_Lite_pour_solid_marble_bar_counter_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (73 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:84 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_pour_water.yaml b/dataset_info/Galaxea_R1_Lite_pour_water.yaml new file mode 100644 index 0000000000000000000000000000000000000000..828ce336b20b8de474e0ed7bd14c548b753b7572 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_pour_water.yaml @@ -0,0 +1,563 @@ +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: Galaxea_R1_Lite_pour_water +dataset_uuid: 6f51b274-2073-4ca8-9956-74c838c5491d +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: white_table +- object_name: any_cup +- object_name: water +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pour the water into the other two cups with the gripper. +sub_tasks: +- subtask: Pick up the gray plastic cup with left gripper. + subtask_index: 0 +- subtask: Pour water from blue cup to white cup with the left gripper. + subtask_index: 1 +- subtask: Pour water from white cup to blue cup with the right gripper. + subtask_index: 2 +- subtask: Grasp the green cup with the left gripper. + subtask_index: 3 +- subtask: Place the blue plastic cup on the table with left gripper. + subtask_index: 4 +- subtask: Pour water from blue cup to green cup with the right gripper. + subtask_index: 5 +- subtask: Pour water from white cup to green cup with the right gripper. + subtask_index: 6 +- subtask: Left gripper. + subtask_index: 7 +- subtask: Pour water into the green plastic cup with right gripper. + subtask_index: 8 +- subtask: Pour water from blue cup to green cup with the left gripper. + subtask_index: 9 +- subtask: Grasp the blue cup with the left gripper. + subtask_index: 10 +- subtask: Pick up the green plastic cup with right gripper. + subtask_index: 11 +- subtask: Pour water into the blue plastic cup with left gripper. + subtask_index: 12 +- subtask: Place the white cup with the right gripper. + subtask_index: 13 +- subtask: Grasp the white cup with the right gripper. + subtask_index: 14 +- subtask: Pick up the blue plastic cup with right gripper. + subtask_index: 15 +- subtask: Place the white cup with the left gripper. + subtask_index: 16 +- subtask: Place the blue cup with the right gripper. + subtask_index: 17 +- subtask: Place the gray plastic cup on the table with left gripper. + subtask_index: 18 +- subtask: Pick up the green plastic cup with left gripper. + subtask_index: 19 +- subtask: Pour water into the blue plastic cup with right gripper. + subtask_index: 20 +- subtask: Pick up the gray plastic cup with right gripper. + subtask_index: 21 +- subtask: Grasp the green cup with the right gripper. + subtask_index: 22 +- subtask: Pick up the blue plastic cup with left gripper. + subtask_index: 23 +- subtask: Grasp the white cup with the left gripper. + subtask_index: 24 +- subtask: Pour water from white cup to green cup with the left gripper. + subtask_index: 25 +- subtask: Pour water from blue cup to white cup with the right gripper. + subtask_index: 26 +- subtask: Place the blue plastic cup on the table with right gripper. + subtask_index: 27 +- subtask: Place the gray plastic cup on the table with right gripper. + subtask_index: 28 +- subtask: Pour water from white cup to blue cup with the left gripper. + subtask_index: 29 +- subtask: Right gripper. + subtask_index: 30 +- subtask: Place the green plastic cup on the table with left gripper. + subtask_index: 31 +- subtask: Pour water from green cup to blue cup with the right gripper. + subtask_index: 32 +- subtask: Place the green plastic cup on the table with right gripper. + subtask_index: 33 +- subtask: Grasp the blue cup with the right gripper. + subtask_index: 34 +- subtask: Pour water from green cup to blue cup with the left gripper. + subtask_index: 35 +- subtask: Place the green cup with the right gripper. + subtask_index: 36 +- subtask: Place the green cup with the left gripper. + subtask_index: 37 +- subtask: End. + subtask_index: 38 +- subtask: Pour water from green cup to white cup with the right gripper. + subtask_index: 39 +- subtask: Place the blue cup with the left gripper. + subtask_index: 40 +- subtask: Pour water from green cup to white cup with the left gripper. + subtask_index: 41 +- subtask: Pour water into the green plastic cup with left gripper. + subtask_index: 42 +- subtask: Pour water into the gray plastic cup with right gripper. + subtask_index: 43 +- subtask: Pour water into the gray plastic cup with left gripper. + subtask_index: 44 +- subtask: null. + subtask_index: 45 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 43201 + fps: 30 + total_tasks: 46 + total_videos: 400 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 932.69 MB +frame_num: 43201 +frame_range: 100K +dataset_size: 932.69 MB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_pour_water_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:99 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_pour_water_black_tablecloth.yaml b/dataset_info/Galaxea_R1_Lite_pour_water_black_tablecloth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8bd136c8ee2c1c3d668777a24d46f977c666de3a --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_pour_water_black_tablecloth.yaml @@ -0,0 +1,559 @@ +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: Galaxea_R1_Lite_pour_water_black_tablecloth +dataset_uuid: 46fee6bd-b71c-44db-98bd-caeedb07cc17 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: black_table_cloth +- object_name: any_cup +- object_name: water +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pour the water into the other two cups on the black table with the gripper. +sub_tasks: +- subtask: Pick up the gray plastic cup with left gripper. + subtask_index: 0 +- subtask: Pour water from blue cup to white cup with the left gripper. + subtask_index: 1 +- subtask: Pour water from white cup to blue cup with the right gripper. + subtask_index: 2 +- subtask: Grasp the green cup with the left gripper. + subtask_index: 3 +- subtask: Place the blue plastic cup on the table with left gripper. + subtask_index: 4 +- subtask: Pour water from blue cup to green cup with the right gripper. + subtask_index: 5 +- subtask: Pour water from white cup to green cup with the right gripper. + subtask_index: 6 +- subtask: Left gripper. + subtask_index: 7 +- subtask: Pick up the green plastic cup with right gripper. + subtask_index: 8 +- subtask: Pour water from blue cup to green cup with the left gripper. + subtask_index: 9 +- subtask: Grasp the blue cup with the left gripper. + subtask_index: 10 +- subtask: Pour water into the green plastic cup with right gripper. + subtask_index: 11 +- subtask: Pour water into the blue plastic cup with left gripper. + subtask_index: 12 +- subtask: Place the white cup with the right gripper. + subtask_index: 13 +- subtask: Grasp the white cup with the right gripper. + subtask_index: 14 +- subtask: Pick up the blue plastic cup with right gripper. + subtask_index: 15 +- subtask: Place the white cup with the left gripper. + subtask_index: 16 +- subtask: Place the blue cup with the right gripper. + subtask_index: 17 +- subtask: Place the gray plastic cup on the table with left gripper. + subtask_index: 18 +- subtask: Pick up the green plastic cup with left gripper. + subtask_index: 19 +- subtask: Pour water into the blue plastic cup with right gripper. + subtask_index: 20 +- subtask: Grasp the green cup with the right gripper. + subtask_index: 21 +- subtask: Pick up the blue plastic cup with left gripper. + subtask_index: 22 +- subtask: Grasp the white cup with the left gripper. + subtask_index: 23 +- subtask: Pour water from white cup to green cup with the left gripper. + subtask_index: 24 +- subtask: Pour water from blue cup to white cup with the right gripper. + subtask_index: 25 +- subtask: Place the blue plastic cup on the table with right gripper. + subtask_index: 26 +- subtask: Pour water from white cup to blue cup with the left gripper. + subtask_index: 27 +- subtask: Pour water into the green plastic cup with left gripper. + subtask_index: 28 +- subtask: Pour water from green cup to blue cup with the right gripper. + subtask_index: 29 +- subtask: Place the green plastic cup on the table with left gripper. + subtask_index: 30 +- subtask: Place the green plastic cup on the table with right gripper. + subtask_index: 31 +- subtask: Grasp the blue cup with the right gripper. + subtask_index: 32 +- subtask: Place the green cup with the right gripper. + subtask_index: 33 +- subtask: Pour water from green cup to blue cup with the left gripper. + subtask_index: 34 +- subtask: Place the green cup with the left gripper. + subtask_index: 35 +- subtask: End. + subtask_index: 36 +- subtask: Place the blue cup with the left gripper. + subtask_index: 37 +- subtask: Pour water from green cup to white cup with the left gripper. + subtask_index: 38 +- subtask: Right gripper. + subtask_index: 39 +- subtask: Pour water into the gray plastic cup with right gripper. + subtask_index: 40 +- subtask: Pour water into the gray plastic cup with left gripper. + subtask_index: 41 +- subtask: Pour water from green cup to white cup with the right gripper. + subtask_index: 42 +- subtask: null. + subtask_index: 43 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 98 + total_frames: 42644 + fps: 30 + total_tasks: 44 + total_videos: 392 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 1.43 GB +frame_num: 42644 +frame_range: 100K +dataset_size: 1.43 GB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_pour_water_black_tablecloth_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (86 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:97 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_put_on_a_garbage_bag.yaml b/dataset_info/Galaxea_R1_Lite_put_on_a_garbage_bag.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bd21f1a0d30ac11d376f07fe9d78bd731e25d657 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_put_on_a_garbage_bag.yaml @@ -0,0 +1,469 @@ +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: Galaxea_R1_Lite_put_on_a_garbage_bag +dataset_uuid: c689a888-c8c9-4a05-a250-680b40218803 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: trash_bag +- object_name: trash_can +- object_name: trash_can_ring +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Replace the garbage bag on the can, then place the ring on it with the gripper. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp a new trash bag with the right gripper. + subtask_index: 2 +- subtask: place the new garbage bag on the trash can. + subtask_index: 3 +- subtask: Place the trash can ring on the trash can with the right gripper. + subtask_index: 4 +- subtask: Pick up the trash bag. + subtask_index: 5 +- subtask: Grasp the trash bag with the right gripper. + subtask_index: 6 +- subtask: place the trash can ring on the floor with right gripper. + subtask_index: 7 +- subtask: Place the trash bag on the floor with the right gripper. + subtask_index: 8 +- subtask: Place the trash can ring on the floor. + subtask_index: 9 +- subtask: Pick up a new trash bag. + subtask_index: 10 +- subtask: place the new garbage bag on the trash can. + subtask_index: 11 +- subtask: Place the trash can ring on the trash can. + subtask_index: 12 +- subtask: Place the trash bag on the floor. + subtask_index: 13 +- subtask: abnormal. + subtask_index: 14 +- subtask: null. + subtask_index: 15 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 133 + total_frames: 252689 + fps: 30 + total_tasks: 16 + total_videos: 399 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 11.00 GB +frame_num: 252689 +frame_range: 1M +dataset_size: 11.00 GB +data_structure: 'R1_Lite_put_on_a_garbage_bag_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (121 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:132 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_put_slippers_into_floor_standing_shoe_cabinet.yaml b/dataset_info/Galaxea_R1_Lite_put_slippers_into_floor_standing_shoe_cabinet.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a07a524c401eedf9cab89bb1251161598d5aa934 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_put_slippers_into_floor_standing_shoe_cabinet.yaml @@ -0,0 +1,448 @@ +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: Galaxea_R1_Lite_put_slippers_into_floor_standing_shoe_cabinet +dataset_uuid: 3a43ccf0-8e1e-4bba-9a30-6a9a8bcefc6f +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: shoe_cabinet +- object_name: slippers +- object_name: floor +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the slippers from the floor to the cabinet with the gripper. Place them back + to the floor with the gripper. +sub_tasks: +- subtask: Pick up the slippers in the shoe cabinet. + subtask_index: 0 +- subtask: Place the slippers into the shoe cabinet. + subtask_index: 1 +- subtask: Pick up the slippers on the floor. + subtask_index: 2 +- subtask: Place the slippers on the floor. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 107 + total_frames: 183363 + fps: 30 + total_tasks: 5 + total_videos: 321 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 11.59 GB +frame_num: 183363 +frame_range: 1M +dataset_size: 11.59 GB +data_structure: 'R1_Lite_put_slippers_into_floor_standing_shoe_cabinet_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (95 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:106 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_put_the_pillow_on_the_bed.yaml b/dataset_info/Galaxea_R1_Lite_put_the_pillow_on_the_bed.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8b72d84943589541a7ba925d1837c4710b80bb95 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_put_the_pillow_on_the_bed.yaml @@ -0,0 +1,449 @@ +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: Galaxea_R1_Lite_put_the_pillow_on_the_bed +dataset_uuid: c25eff25-52c9-4178-a906-2f1040e89068 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: pillow +- object_name: bed +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move the pillow from the bedside to the head of the bed with the left gripper, then + to the foot of the bed with the right gripper. +sub_tasks: +- subtask: Pick up the pillow. + subtask_index: 0 +- subtask: Place the pillow at the end of the bed. + subtask_index: 1 +- subtask: Move to the head of the bed. + subtask_index: 2 +- subtask: Move to the foot of the bed. + subtask_index: 3 +- subtask: Place the pillow at the bedside. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 48 + total_frames: 53484 + fps: 30 + total_tasks: 6 + total_videos: 144 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 1.66 GB +frame_num: 53484 +frame_range: 100K +dataset_size: 1.66 GB +data_structure: 'R1_Lite_put_the_pillow_on_the_bed_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_high_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:47 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_put_the_shoes_into_the_shoe_box.yaml b/dataset_info/Galaxea_R1_Lite_put_the_shoes_into_the_shoe_box.yaml new file mode 100644 index 0000000000000000000000000000000000000000..46338bcaf5ccf2c3c2c9adaf03df7c5d5ea8ffde --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_put_the_shoes_into_the_shoe_box.yaml @@ -0,0 +1,449 @@ +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: Galaxea_R1_Lite_put_the_shoes_into_the_shoe_box +dataset_uuid: 87e16c2a-8d5b-4e0b-9706-cfae7e2b29e9 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: shoes +- object_name: shoe_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the shoes out of the box with the gripper and place them back in, then close + it. +sub_tasks: +- subtask: place the shoes out of the shoe box. + subtask_index: 0 +- subtask: abnormal. + subtask_index: 1 +- subtask: place the shoes into the shoe box. + subtask_index: 2 +- subtask: Open the shoe box. + subtask_index: 3 +- subtask: Close the shoe box. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 106 + total_frames: 87219 + fps: 30 + total_tasks: 6 + total_videos: 318 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 3.78 GB +frame_num: 87219 +frame_range: 100K +dataset_size: 3.78 GB +data_structure: 'R1_Lite_put_the_shoes_into_the_shoe_box_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (94 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:105 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_put_the_tableware_into_the_cupboard.yaml b/dataset_info/Galaxea_R1_Lite_put_the_tableware_into_the_cupboard.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e9df4456ae89b0af8865bd4e4486d6fc0482dd71 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_put_the_tableware_into_the_cupboard.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: Galaxea_R1_Lite_put_the_tableware_into_the_cupboard +dataset_uuid: 49bc9e7b-4491-4846-95a2-082b0e4f9178 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cabinet +- object_name: bowl +- object_name: chopsticks +- object_name: spoon +- object_name: fork +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the tableware in the cabinet with the gripper, then move it back to the counter + with the gripper and close the cabinet with the gripper. +sub_tasks: +- subtask: Place the fork in the cutlery box. + subtask_index: 0 +- subtask: Place the spoon on the plate. + subtask_index: 1 +- subtask: pick up the bowl out of the cupboard. + subtask_index: 2 +- subtask: Pick up the bowl and place it in the cupboard. + subtask_index: 3 +- subtask: pick up the chopsticks out of the cupboard. + subtask_index: 4 +- subtask: Pull apart the shelf. + subtask_index: 5 +- subtask: Pick up the chopsticks and place it in the cupboard. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: pick up the plate out of the cupboard. + subtask_index: 8 +- subtask: Place the bowl on the shelf. + subtask_index: 9 +- subtask: pick up the fork out of the cupboard. + subtask_index: 10 +- subtask: Abnormal. + subtask_index: 11 +- subtask: Place the plate on the table. + subtask_index: 12 +- subtask: Pick up the plate and place it in the cupboard. + subtask_index: 13 +- subtask: Place a chopstick on the table. + subtask_index: 14 +- subtask: Place the plate on the shelf. + subtask_index: 15 +- subtask: Pull apart the cupboard. + subtask_index: 16 +- subtask: Place the fork on the table. + subtask_index: 17 +- subtask: Place a pair of chopsticks in the cutlery box. + subtask_index: 18 +- subtask: pick up the spoon out of the cupboard. + subtask_index: 19 +- subtask: Place the bowl on the plate. + subtask_index: 20 +- subtask: Place the spoon on the table. + subtask_index: 21 +- subtask: Place the spoon on the cutlery box. + subtask_index: 22 +- subtask: Open the cupboard. + subtask_index: 23 +- subtask: Pick up the spoon and place it in the cupboard. + subtask_index: 24 +- subtask: Close the cupboard. + subtask_index: 25 +- subtask: Pick up the fork and place it in the cupboard. + subtask_index: 26 +- subtask: null. + subtask_index: 27 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 143 + total_frames: 367607 + fps: 30 + total_tasks: 28 + total_videos: 429 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 15.46 GB +frame_num: 367607 +frame_range: 1M +dataset_size: 15.46 GB +data_structure: 'R1_Lite_put_the_tableware_into_the_cupboard_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (131 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:142 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_sliding_chair.yaml b/dataset_info/Galaxea_R1_Lite_sliding_chair.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7bb23ff28c19e3f772c5294479bc7b3be4e182e3 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_sliding_chair.yaml @@ -0,0 +1,446 @@ +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: Galaxea_R1_Lite_sliding_chair +dataset_uuid: 4bd1c96c-6ba1-4688-b331-2557a39894e2 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: chair +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pull the chair out from the table with the gripper. Place it back with the gripper. +sub_tasks: +- subtask: Push the gray chair back under the dining table. + subtask_index: 0 +- subtask: Pull the gray chair out from under the dining table. + subtask_index: 1 +- subtask: Push the blue chair back under the dining table. + subtask_index: 2 +- subtask: Pull the blue chair out from under the dining table. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 87 + total_frames: 142290 + fps: 30 + total_tasks: 5 + total_videos: 261 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 6.58 GB +frame_num: 142290 +frame_range: 1M +dataset_size: 6.58 GB +data_structure: 'R1_Lite_sliding_chair_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (75 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:86 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_stack_baskets.yaml b/dataset_info/Galaxea_R1_Lite_stack_baskets.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2cce1a80f717328aa01cf2a67dcfd79e9ef0d6f8 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_stack_baskets.yaml @@ -0,0 +1,483 @@ +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: Galaxea_R1_Lite_stack_baskets +dataset_uuid: 4b7a3d8c-18c0-45af-9337-02adad3a72de +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the basket in the center with the gripper. Stack a basket on top of another + basket with the gripper. +sub_tasks: +- subtask: Grasp the dark basket with the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the light basket on the middle of the table with the left gripper. + subtask_index: 2 +- subtask: Grasp the light basket with the left gripper. + subtask_index: 3 +- subtask: Place the dark basket into the light color basket with the right gripper. + subtask_index: 4 +- subtask: Static. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- place +- pick +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_left_rgb +- cam_high_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_high_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 101 + total_frames: 57189 + fps: 30 + total_tasks: 7 + total_videos: 404 + total_chunks: 1 + chunks_size: 1000 + state_dim: 16 + action_dim: 18 + camera_views: 4 + dataset_size: 4.08 GB +frame_num: 57189 +frame_range: 100K +dataset_size: 4.08 GB +data_structure: 'R1_Lite_stack_baskets_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (89 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_left_rgb + + | |-- observation.images.cam_high_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:100 +features: + observation.images.cam_high_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 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 + action: + dtype: float32 + shape: + - 18 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_left_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_storage_object_blue_plate.yaml b/dataset_info/Galaxea_R1_Lite_storage_object_blue_plate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5f435a8ea61916be5099cadc2f1deb196833d285 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_storage_object_blue_plate.yaml @@ -0,0 +1,666 @@ +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: Galaxea_R1_Lite_storage_object_blue_plate +dataset_uuid: fc51546f-0f50-429e-854b-e9ee18381eeb +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: blue_plate +- object_name: banana +- object_name: bathing_in_flowers +- object_name: blue_cup +- object_name: blue_pot +- object_name: toast_slices +- object_name: brown_towel +- object_name: can +- object_name: coke(slim_can) +- object_name: potato_chips +- object_name: chocolate +- object_name: compass +- object_name: block_pillar +- object_name: egg_beater +- object_name: eraser +- object_name: chewing_gum +- object_name: mentholatum_facial_cleanser +- object_name: green_lemon +- object_name: peach +- object_name: power_strip +- object_name: round_bread +- object_name: mentholatum_facial_cleanser +- object_name: square_building_blocks +- object_name: tape +- object_name: cake +- object_name: duck +- object_name: ambrosial_yogurt +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the target object with the gripper and place it on the blue plate. +sub_tasks: +- subtask: Place the shower sphere on the blue plate with the left gripper. + subtask_index: 0 +- subtask: Place the round wooden block on the blue plate with the right gripper. + subtask_index: 1 +- subtask: Grasp the blue pot with the left gripper. + subtask_index: 2 +- subtask: Grasp the plugboard with the left gripper. + subtask_index: 3 +- subtask: Place the soft facial cleanser on the blue plate with the right gripper. + subtask_index: 4 +- subtask: Place the potato chips on the blue plate with the right gripper. + subtask_index: 5 +- subtask: Grasp the Itchy scratcher with the right gripper. + subtask_index: 6 +- subtask: Place the duck toy on the blue plate with the right gripper. + subtask_index: 7 +- subtask: Grasp the potato chips with the right gripper. + subtask_index: 8 +- subtask: Place the tin on the blue plate with the left gripper. + subtask_index: 9 +- subtask: Grasp the banana with the left gripper. + subtask_index: 10 +- subtask: Place the chocolate cake on the blue plate with the right gripper. + subtask_index: 11 +- subtask: Place the blue cup on the blue plate with the right gripper. + subtask_index: 12 +- subtask: Place the blue pot on the blue plate with the left gripper. + subtask_index: 13 +- subtask: Place the tape on the blue plate with the left gripper. + subtask_index: 14 +- subtask: Grasp the compasses with the right gripper. + subtask_index: 15 +- subtask: Grasp the duck toy with the left gripper. + subtask_index: 16 +- subtask: Place the blackboard erasure on the blue plate with the right gripper. + subtask_index: 17 +- subtask: Place the tin on the blue plate with the right gripper. + subtask_index: 18 +- subtask: Grasp the blue cup with the left gripper. + subtask_index: 19 +- subtask: Grasp the square chewing gum with the left gripper. + subtask_index: 20 +- subtask: Grasp the chocolate cake with the right gripper. + subtask_index: 21 +- subtask: Grasp the shower sphere with the left gripper. + subtask_index: 22 +- subtask: Place the compasses on the blue plate with the right gripper. + subtask_index: 23 +- subtask: Grasp the plugboard with the right gripper. + subtask_index: 24 +- subtask: Grasp the yogurt with the right gripper. + subtask_index: 25 +- subtask: Place the round wooden block on the blue plate with the left gripper. + subtask_index: 26 +- subtask: Place the banana on the blue plate with the left gripper. + subtask_index: 27 +- subtask: Grasp the tin with the left gripper. + subtask_index: 28 +- subtask: Grasp the brown towel with the left gripper. + subtask_index: 29 +- subtask: Grasp the hard facial cleanser with the left gripper. + subtask_index: 30 +- subtask: Place the Itchy scratcher on the blue plate with the right gripper. + subtask_index: 31 +- subtask: Grasp the chocolate with the right gripper. + subtask_index: 32 +- subtask: Grasp the peach with the right gripper. + subtask_index: 33 +- subtask: Grasp the brown towel with the right gripper. + subtask_index: 34 +- subtask: Place the coke on the blue plate with the left gripper. + subtask_index: 35 +- subtask: Grasp the hard facial cleanser with the right gripper. + subtask_index: 36 +- subtask: Place the compasses on the blue plate with the left gripper. + subtask_index: 37 +- subtask: Place the hard facial cleanser on the blue plate with the left gripper. + subtask_index: 38 +- subtask: Place the yogurt on the blue plate with the right gripper. + subtask_index: 39 +- subtask: Grasp the peach with the left gripper. + subtask_index: 40 +- subtask: Place the square wooden block on the blue plate with the right gripper. + subtask_index: 41 +- subtask: Grasp the duck toy with the right gripper. + subtask_index: 42 +- subtask: End. + subtask_index: 43 +- subtask: Place the duck toy on the blue plate with the left gripper. + subtask_index: 44 +- subtask: Grasp the coke with the left gripper. + subtask_index: 45 +- subtask: Grasp the round wooden block with the left gripper. + subtask_index: 46 +- subtask: Place the round bread on the blue plate with the left gripper. + subtask_index: 47 +- subtask: Place the plugboard on the blue plate with the left gripper. + subtask_index: 48 +- subtask: Grasp the compasses with the left gripper. + subtask_index: 49 +- subtask: Place the green lemon on the blue plate with the left gripper. + subtask_index: 50 +- subtask: Place the peach on the blue plate with the right gripper. + subtask_index: 51 +- subtask: Place the chocolate on the blue plate with the right gripper. + subtask_index: 52 +- subtask: Grasp the blue pot with the right gripper. + subtask_index: 53 +- subtask: Grasp the round bread with the right gripper. + subtask_index: 54 +- subtask: Grasp the chocolate cake with the left gripper. + subtask_index: 55 +- subtask: Place the hard facial cleanser on the blue plate with the right gripper. + subtask_index: 56 +- subtask: Place the brown towel on the blue plate with the right gripper. + subtask_index: 57 +- subtask: Grasp the tin with the right gripper. + subtask_index: 58 +- subtask: Place the blue cup on the blue plate with the left gripper. + subtask_index: 59 +- subtask: Grasp the tape with the right gripper. + subtask_index: 60 +- subtask: Grasp the coke with the right gripper. + subtask_index: 61 +- subtask: Grasp the tape with the left gripper. + subtask_index: 62 +- subtask: Grasp the shower sphere with the right gripper. + subtask_index: 63 +- subtask: Place the banana on the blue plate with the right gripper. + subtask_index: 64 +- subtask: Place the shower sphere on the blue plate with the right gripper. + subtask_index: 65 +- subtask: Grasp the blackboard erasure with the right gripper. + subtask_index: 66 +- subtask: Place the square chewing gum on the blue plate with the left gripper. + subtask_index: 67 +- subtask: Place the plugboard on the blue plate with the right gripper. + subtask_index: 68 +- subtask: Place the round bread on the blue plate with the right gripper. + subtask_index: 69 +- subtask: Place the chocolate cake on the blue plate with the left gripper. + subtask_index: 70 +- subtask: Grasp the round bread with the left gripper. + subtask_index: 71 +- subtask: Place the brown towel on the blue plate with the left gripper. + subtask_index: 72 +- subtask: Grasp the square wooden block with the left gripper. + subtask_index: 73 +- subtask: Place the coke on the blue plate with the right gripper. + subtask_index: 74 +- subtask: Grasp the blue cup with the right gripper. + subtask_index: 75 +- subtask: Grasp the soft facial cleanser with the right gripper. + subtask_index: 76 +- subtask: Place the tape on the blue plate with the right gripper. + subtask_index: 77 +- subtask: Grasp the square wooden block with the right gripper. + subtask_index: 78 +- subtask: Grasp the green lemon with the left gripper. + subtask_index: 79 +- subtask: Place the square wooden block on the blue plate with the left gripper. + subtask_index: 80 +- subtask: Place the peach on the blue plate with the left gripper. + subtask_index: 81 +- subtask: Grasp the round wooden block with the right gripper. + subtask_index: 82 +- subtask: Place the blue pot on the blue plate with the right gripper. + subtask_index: 83 +- subtask: Grasp the banana with the right gripper. + subtask_index: 84 +- subtask: null. + subtask_index: 85 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 102 + total_frames: 19084 + fps: 30 + total_tasks: 86 + total_videos: 408 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 740.73 MB +frame_num: 19084 +frame_range: 100K +dataset_size: 740.73 MB +data_structure: 'Galaxea_R1_Lite_storage_object_blue_plate_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (90 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:101 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_storage_object_brown_basket.yaml b/dataset_info/Galaxea_R1_Lite_storage_object_brown_basket.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2f2267bd71bd1501862890dd4d25facaa9abf663 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_storage_object_brown_basket.yaml @@ -0,0 +1,670 @@ +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: Galaxea_R1_Lite_storage_object_brown_basket +dataset_uuid: 3c24459e-3c1f-4aa4-815d-b6fcbdea1258 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: brown_basket +- object_name: banana +- object_name: bathing_in_flowers +- object_name: blue_cup +- object_name: blue_pot +- object_name: toast_slices +- object_name: brown_towel +- object_name: can +- object_name: coke(slim_can) +- object_name: potato_chips +- object_name: chocolate +- object_name: compass +- object_name: block_pillar +- object_name: egg_beater +- object_name: eraser +- object_name: chewing_gum +- object_name: mentholatum_facial_cleanser +- object_name: green_lemon +- object_name: peach +- object_name: power_strip +- object_name: round_bread +- object_name: mentholatum_facial_cleanser +- object_name: square_building_blocks +- object_name: tape +- object_name: cake +- object_name: duck +- object_name: ambrosial_yogurt +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the target object with the gripper and place it on the brown basket. +sub_tasks: +- subtask: Grasp the blue pot with the left gripper. + subtask_index: 0 +- subtask: Grasp the plugboard with the left gripper. + subtask_index: 1 +- subtask: Place the potato chips into the basket with the left gripper. + subtask_index: 2 +- subtask: Place the banana into the basket with the left gripper. + subtask_index: 3 +- subtask: Place the coke into the basket with the left gripper. + subtask_index: 4 +- subtask: Place the brown towel into the basket with the right gripper. + subtask_index: 5 +- subtask: Place the peach cut into the basket with the right gripper. + subtask_index: 6 +- subtask: Grasp the banana with the left gripper. + subtask_index: 7 +- subtask: Place the round wooden block into the basket with the right gripper. + subtask_index: 8 +- subtask: Place the duck toy into the basket with the right gripper. + subtask_index: 9 +- subtask: Grasp the compasses with the right gripper. + subtask_index: 10 +- subtask: Place the blackboard erasure into the basket with the left gripper. + subtask_index: 11 +- subtask: Place the plugboard into the basket with the left gripper. + subtask_index: 12 +- subtask: Place the square chewing gum into the basket with the right gripper. + subtask_index: 13 +- subtask: Grasp the duck toy with the left gripper. + subtask_index: 14 +- subtask: Grasp the cookie with the right gripper. + subtask_index: 15 +- subtask: Grasp the blue cup with the left gripper. + subtask_index: 16 +- subtask: Place the blackboard erasure into the basket with the right gripper. + subtask_index: 17 +- subtask: Place the hard facial cleanser into the basket with the left gripper. + subtask_index: 18 +- subtask: Place the round bread into the basket with the left gripper. + subtask_index: 19 +- subtask: Place the square wooden block into the basket with the right gripper. + subtask_index: 20 +- subtask: Grasp the soft facial cleanser with the left gripper. + subtask_index: 21 +- subtask: Place the blue pot into the basket with the left gripper. + subtask_index: 22 +- subtask: Grasp the peach cut with the right gripper. + subtask_index: 23 +- subtask: Place the soft facial cleanser into the basket with the left gripper. + subtask_index: 24 +- subtask: Grasp the square chewing gum with the left gripper. + subtask_index: 25 +- subtask: Place the shower sphere into the basket with the left gripper. + subtask_index: 26 +- subtask: Place the yogurt into the basket with the right gripper. + subtask_index: 27 +- subtask: Grasp the chocolate cake with the right gripper. + subtask_index: 28 +- subtask: Place the round wooden block into the basket with the left gripper. + subtask_index: 29 +- subtask: Place the back scratcher into the basket with the left gripper. + subtask_index: 30 +- subtask: Grasp the shower sphere with the left gripper. + subtask_index: 31 +- subtask: Grasp the yogurt with the right gripper. + subtask_index: 32 +- subtask: Grasp the tin with the left gripper. + subtask_index: 33 +- subtask: Grasp the brown towel with the left gripper. + subtask_index: 34 +- subtask: Grasp the hard facial cleanser with the left gripper. + subtask_index: 35 +- subtask: Grasp the brown towel with the right gripper. + subtask_index: 36 +- subtask: Grasp the back scratcher with the left gripper. + subtask_index: 37 +- subtask: Place the hard facial cleanser into the basket with the right gripper. + subtask_index: 38 +- subtask: Grasp the hard facial cleanser with the right gripper. + subtask_index: 39 +- subtask: Place the green lemon into the basket with the right gripper. + subtask_index: 40 +- subtask: Place the banana into the basket with the right gripper. + subtask_index: 41 +- subtask: Place the compasses into the basket with the right gripper. + subtask_index: 42 +- subtask: Place the compasses into the basket with the left gripper. + subtask_index: 43 +- subtask: Grasp the green lemon with the right gripper. + subtask_index: 44 +- subtask: Grasp the bread cut with the right gripper. + subtask_index: 45 +- subtask: Place the duck toy into the basket with the left gripper. + subtask_index: 46 +- subtask: Place the chocolate cake into the basket with the right gripper. + subtask_index: 47 +- subtask: Place the shower sphere into the basket with the right gripper. + subtask_index: 48 +- subtask: Grasp the potato chips with the left gripper. + subtask_index: 49 +- subtask: Grasp the duck toy with the right gripper. + subtask_index: 50 +- subtask: End. + subtask_index: 51 +- subtask: Place the cookie into the basket with the right gripper. + subtask_index: 52 +- subtask: Place the tape into the basket with the right gripper. + subtask_index: 53 +- subtask: Grasp the blackboard erasure with the left gripper. + subtask_index: 54 +- subtask: Place the bread cut into the basket with the left gripper. + subtask_index: 55 +- subtask: Grasp the coke with the left gripper. + subtask_index: 56 +- subtask: Grasp the round wooden block with the left gripper. + subtask_index: 57 +- subtask: Place the tape into the basket with the left gripper. + subtask_index: 58 +- subtask: Place the blue cup into the basket with the left gripper. + subtask_index: 59 +- subtask: Grasp the compasses with the left gripper. + subtask_index: 60 +- subtask: Grasp the blue pot with the right gripper. + subtask_index: 61 +- subtask: Grasp the round bread with the right gripper. + subtask_index: 62 +- subtask: Grasp the chocolate cake with the left gripper. + subtask_index: 63 +- subtask: Place the blue pot into the basket with the right gripper. + subtask_index: 64 +- subtask: Grasp the tin with the right gripper. + subtask_index: 65 +- subtask: Place the tin into the basket with the left gripper. + subtask_index: 66 +- subtask: Grasp the tape with the right gripper. + subtask_index: 67 +- subtask: Place the square chewing gum into the basket with the left gripper. + subtask_index: 68 +- subtask: Place the bread cut into the basket with the right gripper. + subtask_index: 69 +- subtask: Grasp the tape with the left gripper. + subtask_index: 70 +- subtask: Place the blue cup into the basket with the right gripper. + subtask_index: 71 +- subtask: Grasp the square chewing gum with the right gripper. + subtask_index: 72 +- subtask: Grasp the shower sphere with the right gripper. + subtask_index: 73 +- subtask: Place the chocolate cake into the basket with the left gripper. + subtask_index: 74 +- subtask: Grasp the bread cut with the left gripper. + subtask_index: 75 +- subtask: Grasp the blackboard erasure with the right gripper. + subtask_index: 76 +- subtask: Place the round bread into the basket with the right gripper. + subtask_index: 77 +- subtask: Grasp the round bread with the left gripper. + subtask_index: 78 +- subtask: Grasp the square wooden block with the left gripper. + subtask_index: 79 +- subtask: Place the brown towel into the basket with the left gripper. + subtask_index: 80 +- subtask: Grasp the blue cup with the right gripper. + subtask_index: 81 +- subtask: Grasp the square wooden block with the right gripper. + subtask_index: 82 +- subtask: Place the square wooden block into the basket with the left gripper. + subtask_index: 83 +- subtask: Place the tin into the basket with the right gripper. + subtask_index: 84 +- subtask: Grasp the round wooden block with the right gripper. + subtask_index: 85 +- subtask: Grasp the banana with the right gripper. + subtask_index: 86 +- subtask: null. + subtask_index: 87 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 102 + total_frames: 18209 + fps: 30 + total_tasks: 88 + total_videos: 408 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 899.78 MB +frame_num: 18209 +frame_range: 100K +dataset_size: 899.78 MB +data_structure: 'Galaxea_R1_Lite_storage_object_brown_basket_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (90 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:101 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_storage_object_brown_bowl.yaml b/dataset_info/Galaxea_R1_Lite_storage_object_brown_bowl.yaml new file mode 100644 index 0000000000000000000000000000000000000000..015a50f83fa44592fad411539cfc7718f83a387d --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_storage_object_brown_bowl.yaml @@ -0,0 +1,662 @@ +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: Galaxea_R1_Lite_storage_object_brown_bowl +dataset_uuid: 8a2f2ed0-5ef1-4725-bda8-d71495a48d5f +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: brown_bowl +- object_name: banana +- object_name: bathing_in_flowers +- object_name: blue_cup +- object_name: blue_pot +- object_name: toast_slices +- object_name: brown_towel +- object_name: can +- object_name: coke(slim_can) +- object_name: potato_chips +- object_name: chocolate +- object_name: compass +- object_name: block_pillar +- object_name: egg_beater +- object_name: eraser +- object_name: chewing_gum +- object_name: mentholatum_facial_cleanser +- object_name: green_lemon +- object_name: peach +- object_name: power_strip +- object_name: round_bread +- object_name: mentholatum_facial_cleanser +- object_name: square_building_blocks +- object_name: tape +- object_name: cake +- object_name: duck +- object_name: ambrosial_yogurt +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the target object with the gripper and place it on the brown bowl. +sub_tasks: +- subtask: Grasp the blue pot with the left gripper. + subtask_index: 0 +- subtask: Place the coke into the bowl with the left gripper. + subtask_index: 1 +- subtask: Grasp the plugboard with the left gripper. + subtask_index: 2 +- subtask: Place the back scratcher into the bowl with the right gripper. + subtask_index: 3 +- subtask: Place the plugboard into the bowl with the right gripper. + subtask_index: 4 +- subtask: Place the compasses into the bowl with the right gripper. + subtask_index: 5 +- subtask: Grasp the potato chips with the right gripper. + subtask_index: 6 +- subtask: Grasp the banana with the left gripper. + subtask_index: 7 +- subtask: Place the square chewing gum into the bowl with the right gripper. + subtask_index: 8 +- subtask: Place the round wooden block into the bowl with the right gripper. + subtask_index: 9 +- subtask: Place the tin into the bowl with the left gripper. + subtask_index: 10 +- subtask: Grasp the compasses with the right gripper. + subtask_index: 11 +- subtask: Grasp the duck toy with the left gripper. + subtask_index: 12 +- subtask: Place the potato chips into the bowl with the left gripper. + subtask_index: 13 +- subtask: Grasp the blue cup with the left gripper. + subtask_index: 14 +- subtask: Place the chocolate cake into the bowl with the right gripper. + subtask_index: 15 +- subtask: Grasp the back scratcher with the right gripper. + subtask_index: 16 +- subtask: Place the square wooden block into the bowl with the right gripper. + subtask_index: 17 +- subtask: Grasp the chocolate cake with the right gripper. + subtask_index: 18 +- subtask: Grasp the shower sphere with the left gripper. + subtask_index: 19 +- subtask: Grasp the plugboard with the right gripper. + subtask_index: 20 +- subtask: Grasp the yogurt with the right gripper. + subtask_index: 21 +- subtask: Grasp the tin with the left gripper. + subtask_index: 22 +- subtask: Grasp the brown towel with the left gripper. + subtask_index: 23 +- subtask: Place the square wooden block into the bowl with the left gripper. + subtask_index: 24 +- subtask: Grasp the hard facial cleanser with the left gripper. + subtask_index: 25 +- subtask: Grasp the brown towel with the right gripper. + subtask_index: 26 +- subtask: Place the potato chips into the bowl with the right gripper. + subtask_index: 27 +- subtask: Place the duck toy into the bowl with the left gripper. + subtask_index: 28 +- subtask: Grasp the hard facial cleanser with the right gripper. + subtask_index: 29 +- subtask: Place the green lemon into the bowl with the right gripper. + subtask_index: 30 +- subtask: Grasp the peach with the left gripper. + subtask_index: 31 +- subtask: Place the peach into the bowl with the left gripper. + subtask_index: 32 +- subtask: Place the soft facial cleanser into the bowl with the right gripper. + subtask_index: 33 +- subtask: Place the shower sphere into the bowl with the left gripper. + subtask_index: 34 +- subtask: Place the banana into the bowl with the right gripper. + subtask_index: 35 +- subtask: Place the shower sphere into the bowl with the right gripper. + subtask_index: 36 +- subtask: Grasp the green lemon with the right gripper. + subtask_index: 37 +- subtask: Place the brown towel into the bowl with the right gripper. + subtask_index: 38 +- subtask: Place the blackboard erasure into the bowl with the left gripper. + subtask_index: 39 +- subtask: Grasp the potato chips with the left gripper. + subtask_index: 40 +- subtask: Grasp the duck toy with the right gripper. + subtask_index: 41 +- subtask: End. + subtask_index: 42 +- subtask: Place the blue cup into the bowl with the right gripper. + subtask_index: 43 +- subtask: Grasp the blackboard erasure with the left gripper. + subtask_index: 44 +- subtask: Grasp the coke with the left gripper. + subtask_index: 45 +- subtask: Grasp the round wooden block with the left gripper. + subtask_index: 46 +- subtask: Place the round wooden block into the bowl with the left gripper. + subtask_index: 47 +- subtask: Place the banana into the bowl with the left gripper. + subtask_index: 48 +- subtask: Place the chocolate cake into the bowl with the left gripper. + subtask_index: 49 +- subtask: Place the tape into the bowl with the right gripper. + subtask_index: 50 +- subtask: Grasp the compasses with the left gripper. + subtask_index: 51 +- subtask: Place the chocolate into the bowl with the left gripper. + subtask_index: 52 +- subtask: Grasp the blue pot with the right gripper. + subtask_index: 53 +- subtask: Place the hard facial cleanser into the bowl with the left gripper. + subtask_index: 54 +- subtask: Grasp the round bread with the right gripper. + subtask_index: 55 +- subtask: Grasp the chocolate cake with the left gripper. + subtask_index: 56 +- subtask: Place the hard facial cleanser into the bowl with the right gripper. + subtask_index: 57 +- subtask: Place the round bread into the bowl with the right gripper. + subtask_index: 58 +- subtask: Grasp the tape with the right gripper. + subtask_index: 59 +- subtask: Place the tape into the bowl with the left gripper. + subtask_index: 60 +- subtask: Grasp the coke with the right gripper. + subtask_index: 61 +- subtask: Grasp the tape with the left gripper. + subtask_index: 62 +- subtask: Place the duck toy into the bowl with the right gripper. + subtask_index: 63 +- subtask: Grasp the square chewing gum with the right gripper. + subtask_index: 64 +- subtask: Place the blue pot into the bowl with the left gripper. + subtask_index: 65 +- subtask: Grasp the shower sphere with the right gripper. + subtask_index: 66 +- subtask: Place the plugboard into the bowl with the left gripper. + subtask_index: 67 +- subtask: Place the coke into the bowl with the right gripper. + subtask_index: 68 +- subtask: Place the round bread into the bowl with the left gripper. + subtask_index: 69 +- subtask: Place the blue cup into the bowl with the left gripper. + subtask_index: 70 +- subtask: Place the blue pot into the bowl with the right gripper. + subtask_index: 71 +- subtask: Grasp the round bread with the left gripper. + subtask_index: 72 +- subtask: Grasp the chocolate with the left gripper. + subtask_index: 73 +- subtask: Grasp the square wooden block with the left gripper. + subtask_index: 74 +- subtask: Place the yogurt into the bowl with the right gripper. + subtask_index: 75 +- subtask: Grasp the blue cup with the right gripper. + subtask_index: 76 +- subtask: Grasp the soft facial cleanser with the right gripper. + subtask_index: 77 +- subtask: Place the compasses into the bowl with the left gripper. + subtask_index: 78 +- subtask: Grasp the square wooden block with the right gripper. + subtask_index: 79 +- subtask: Place the brown towel into the bowl with the left gripper. + subtask_index: 80 +- subtask: Grasp the round wooden block with the right gripper. + subtask_index: 81 +- subtask: Grasp the banana with the right gripper. + subtask_index: 82 +- subtask: null. + subtask_index: 83 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 101 + total_frames: 23706 + fps: 30 + total_tasks: 84 + total_videos: 404 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 909.33 MB +frame_num: 23706 +frame_range: 100K +dataset_size: 909.33 MB +data_structure: 'Galaxea_R1_Lite_storage_object_brown_bowl_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (89 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:100 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_storage_object_brown_plate.yaml b/dataset_info/Galaxea_R1_Lite_storage_object_brown_plate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..941dd535cb57c9e551c04ba6128dc1cc9036e566 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_storage_object_brown_plate.yaml @@ -0,0 +1,674 @@ +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: Galaxea_R1_Lite_storage_object_brown_plate +dataset_uuid: e9d43106-de11-4771-a2e1-4167d47648c7 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: brown_plate +- object_name: banana +- object_name: bathing_in_flowers +- object_name: blue_cup +- object_name: blue_pot +- object_name: toast_slices +- object_name: brown_towel +- object_name: can +- object_name: coke(slim_can) +- object_name: potato_chips +- object_name: chocolate +- object_name: compass +- object_name: block_pillar +- object_name: egg_beater +- object_name: erasers +- object_name: chewing_gum +- object_name: mentholatum_facial_cleanser +- object_name: green_lemon +- object_name: peach +- object_name: power_strip +- object_name: round_bread +- object_name: mentholatum_facial_cleanser +- object_name: square_building_blocks +- object_name: tape +- object_name: cake +- object_name: duck +- object_name: ambrosial_yogurt +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the target object with the gripper and place it on the brown plate. +sub_tasks: +- subtask: Place the blue pot on the brown plate with the right gripper. + subtask_index: 0 +- subtask: Grasp the blue pot with the left gripper. + subtask_index: 1 +- subtask: Grasp the plugboard with the left gripper. + subtask_index: 2 +- subtask: Place the soft facial cleanser on the brown plate with the right gripper. + subtask_index: 3 +- subtask: Place the back scratcher on the brown plate with the right gripper. + subtask_index: 4 +- subtask: Place the blackboard erasure on the brown plate with the left gripper. + subtask_index: 5 +- subtask: Grasp the potato chips with the right gripper. + subtask_index: 6 +- subtask: Grasp the banana with the left gripper. + subtask_index: 7 +- subtask: Place the coke on the brown plate with the right gripper. + subtask_index: 8 +- subtask: Place the chocolate on the brown plate with the left gripper. + subtask_index: 9 +- subtask: Place the duck toy on the brown plate with the right gripper. + subtask_index: 10 +- subtask: Grasp the compasses with the right gripper. + subtask_index: 11 +- subtask: Place the peach on the brown plate with the left gripper. + subtask_index: 12 +- subtask: Grasp the duck toy with the left gripper. + subtask_index: 13 +- subtask: Place the round wooden block on the brown plate with the right gripper. + subtask_index: 14 +- subtask: Grasp the blue cup with the left gripper. + subtask_index: 15 +- subtask: Place the green lemon on the brown plate with the left gripper. + subtask_index: 16 +- subtask: Place the shower sphere on the brown plate with the left gripper. + subtask_index: 17 +- subtask: Place the shower sphere on the brown plate with the right gripper. + subtask_index: 18 +- subtask: Grasp the back scratcher with the right gripper. + subtask_index: 19 +- subtask: Grasp the square chewing gum with the left gripper. + subtask_index: 20 +- subtask: Grasp the chocolate cake with the right gripper. + subtask_index: 21 +- subtask: Place the yogurt on the brown plate with the right gripper. + subtask_index: 22 +- subtask: Place the banana on the brown plate with the left gripper. + subtask_index: 23 +- subtask: Grasp the shower sphere with the left gripper. + subtask_index: 24 +- subtask: Place the brown towel on the brown plate with the left gripper. + subtask_index: 25 +- subtask: Grasp the plugboard with the right gripper. + subtask_index: 26 +- subtask: Grasp the yogurt with the right gripper. + subtask_index: 27 +- subtask: Place the blue cup on the brown plate with the right gripper. + subtask_index: 28 +- subtask: Place the plugboard on the brown plate with the right gripper. + subtask_index: 29 +- subtask: Grasp the brown towel with the left gripper. + subtask_index: 30 +- subtask: Grasp the hard facial cleanser with the left gripper. + subtask_index: 31 +- subtask: Place the duck toy on the brown plate with the left gripper. + subtask_index: 32 +- subtask: Place the round bread on the brown plate with the right gripper. + subtask_index: 33 +- subtask: Grasp the brown towel with the right gripper. + subtask_index: 34 +- subtask: Place the bread cut on the brown plate with the left gripper. + subtask_index: 35 +- subtask: Grasp the hard facial cleanser with the right gripper. + subtask_index: 36 +- subtask: Place the chocolate cake on the brown plate with the right gripper. + subtask_index: 37 +- subtask: Grasp the peach with the left gripper. + subtask_index: 38 +- subtask: Place the tin on the brown plate with the right gripper. + subtask_index: 39 +- subtask: Place the tape on the brown plate with the right gripper. + subtask_index: 40 +- subtask: Place the blackboard erasure on the brown plate with the right gripper. + subtask_index: 41 +- subtask: Grasp the bread cut with the right gripper. + subtask_index: 42 +- subtask: Place the potato chips on the brown plate with the right gripper. + subtask_index: 43 +- subtask: Grasp the potato chips with the left gripper. + subtask_index: 44 +- subtask: Place the tape on the brown plate with the left gripper. + subtask_index: 45 +- subtask: Grasp the duck toy with the right gripper. + subtask_index: 46 +- subtask: End. + subtask_index: 47 +- subtask: Grasp the blackboard erasure with the left gripper. + subtask_index: 48 +- subtask: Grasp the round wooden block with the left gripper. + subtask_index: 49 +- subtask: Place the brown towel on the brown plate with the right gripper. + subtask_index: 50 +- subtask: Place the blue cup on the brown plate with the left gripper. + subtask_index: 51 +- subtask: Place the compasses on the brown plate with the right gripper. + subtask_index: 52 +- subtask: Grasp the compasses with the left gripper. + subtask_index: 53 +- subtask: Place the compasses on the brown plate with the left gripper. + subtask_index: 54 +- subtask: Grasp the blue pot with the right gripper. + subtask_index: 55 +- subtask: Grasp the round bread with the right gripper. + subtask_index: 56 +- subtask: Grasp the chocolate cake with the left gripper. + subtask_index: 57 +- subtask: Place the potato chips on the brown plate with the left gripper. + subtask_index: 58 +- subtask: Place the plugboard on the brown plate with the left gripper. + subtask_index: 59 +- subtask: Place the square chewing gum on the brown plate with the right gripper. + subtask_index: 60 +- subtask: Place the banana on the brown plate with the right gripper. + subtask_index: 61 +- subtask: Grasp the tin with the right gripper. + subtask_index: 62 +- subtask: Place the hard facial cleanser on the brown plate with the left gripper. + subtask_index: 63 +- subtask: Place the square wooden block on the brown plate with the left gripper. + subtask_index: 64 +- subtask: Place the square chewing gum on the brown plate with the left gripper. + subtask_index: 65 +- subtask: Grasp the tape with the right gripper. + subtask_index: 66 +- subtask: Grasp the coke with the right gripper. + subtask_index: 67 +- subtask: Grasp the tape with the left gripper. + subtask_index: 68 +- subtask: Grasp the square chewing gum with the right gripper. + subtask_index: 69 +- subtask: Grasp the shower sphere with the right gripper. + subtask_index: 70 +- subtask: Place the square wooden block on the brown plate with the right gripper. + subtask_index: 71 +- subtask: Place the hard facial cleanser on the brown plate with the right gripper. + subtask_index: 72 +- subtask: Grasp the bread cut with the left gripper. + subtask_index: 73 +- subtask: Grasp the blackboard erasure with the right gripper. + subtask_index: 74 +- subtask: Place the bread cut on the brown plate with the right gripper. + subtask_index: 75 +- subtask: Grasp the round bread with the left gripper. + subtask_index: 76 +- subtask: Grasp the chocolate with the left gripper. + subtask_index: 77 +- subtask: Grasp the square wooden block with the left gripper. + subtask_index: 78 +- subtask: Grasp the blue cup with the right gripper. + subtask_index: 79 +- subtask: Grasp the soft facial cleanser with the right gripper. + subtask_index: 80 +- subtask: Place the chocolate cake on the brown plate with the left gripper. + subtask_index: 81 +- subtask: Grasp the square wooden block with the right gripper. + subtask_index: 82 +- subtask: Grasp the green lemon with the left gripper. + subtask_index: 83 +- subtask: Place the round wooden block on the brown plate with the left gripper. + subtask_index: 84 +- subtask: Place the round bread on the brown plate with the left gripper. + subtask_index: 85 +- subtask: Place the blue pot on the brown plate with the left gripper. + subtask_index: 86 +- subtask: Grasp the round wooden block with the right gripper. + subtask_index: 87 +- subtask: Grasp the banana with the right gripper. + subtask_index: 88 +- subtask: null. + subtask_index: 89 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 102 + total_frames: 16390 + fps: 30 + total_tasks: 90 + total_videos: 408 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 615.39 MB +frame_num: 16390 +frame_range: 100K +dataset_size: 615.39 MB +data_structure: 'Galaxea_R1_Lite_storage_object_brown_plate_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (90 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:101 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_storage_object_dish.yaml b/dataset_info/Galaxea_R1_Lite_storage_object_dish.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d3cdb07ece23ced6e53eabe5b0eb1513afa41060 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_storage_object_dish.yaml @@ -0,0 +1,674 @@ +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: Galaxea_R1_Lite_storage_object_dish +dataset_uuid: 14ea0b2e-f60a-4304-b9dc-a8fe6d6b0e2d +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: dish +- object_name: banana +- object_name: bathing_in_flowers +- object_name: blue_cup +- object_name: blue_pot +- object_name: toast_slices +- object_name: brown_towel +- object_name: can +- object_name: coke +- object_name: potato_chips +- object_name: chocolate +- object_name: compass +- object_name: block_pillar +- object_name: egg_beater +- object_name: eraser +- object_name: chewing_gum +- object_name: mentholatum_facial_cleanser +- object_name: green_lemon +- object_name: peach +- object_name: power_strip +- object_name: round_bread +- object_name: mentholatum_facial_cleanser +- object_name: square_building_blocks +- object_name: tape +- object_name: cake +- object_name: duck +- object_name: ambrosial_yogurt +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the target object with the gripper and place it on the dish. +sub_tasks: +- subtask: Grasp the blue pot with the left gripper. + subtask_index: 0 +- subtask: Place the back scratcher on the dish with the right gripper. + subtask_index: 1 +- subtask: Grasp the plugboard with the left gripper. + subtask_index: 2 +- subtask: Place the soft facial cleanser on the dish with the right gripper. + subtask_index: 3 +- subtask: Grasp the potato chips with the right gripper. + subtask_index: 4 +- subtask: Grasp the banana with the left gripper. + subtask_index: 5 +- subtask: Grasp the compasses with the right gripper. + subtask_index: 6 +- subtask: Grasp the duck toy with the left gripper. + subtask_index: 7 +- subtask: Place the round bread on the dish with the left gripper. + subtask_index: 8 +- subtask: Grasp the blue cup with the left gripper. + subtask_index: 9 +- subtask: Place the compasses on the dish with the right gripper. + subtask_index: 10 +- subtask: Place the duck toy on the dish with the right gripper. + subtask_index: 11 +- subtask: Place the round wooden block on the dish with the right gripper. + subtask_index: 12 +- subtask: Place the green lemon on the dish with the right gripper. + subtask_index: 13 +- subtask: Grasp the back scratcher with the right gripper. + subtask_index: 14 +- subtask: Grasp the square chewing gum with the left gripper. + subtask_index: 15 +- subtask: Grasp the chocolate cake with the right gripper. + subtask_index: 16 +- subtask: Grasp the shower sphere with the left gripper. + subtask_index: 17 +- subtask: Place the peach on the dish with the left gripper. + subtask_index: 18 +- subtask: Grasp the plugboard with the right gripper. + subtask_index: 19 +- subtask: Grasp the tin with the left gripper. + subtask_index: 20 +- subtask: Grasp the brown towel with the left gripper. + subtask_index: 21 +- subtask: Place the brown towel on the dish with the right gripper. + subtask_index: 22 +- subtask: Grasp the hard facial cleanser with the left gripper. + subtask_index: 23 +- subtask: Place the plugboard on the dish with the right gripper. + subtask_index: 24 +- subtask: Grasp the peach with the right gripper. + subtask_index: 25 +- subtask: Grasp the brown towel with the right gripper. + subtask_index: 26 +- subtask: Place the coke on the dish with the right gripper. + subtask_index: 27 +- subtask: Place the banana on the dish with the left gripper. + subtask_index: 28 +- subtask: Place the peach on the dish with the right gripper. + subtask_index: 29 +- subtask: Grasp the hard facial cleanser with the right gripper. + subtask_index: 30 +- subtask: Place the potato chips on the dish with the right gripper. + subtask_index: 31 +- subtask: Grasp the peach with the left gripper. + subtask_index: 32 +- subtask: Grasp the green lemon with the right gripper. + subtask_index: 33 +- subtask: Place the chocolate cake on the dish with the right gripper. + subtask_index: 34 +- subtask: Place the plugboard on the dish with the left gripper. + subtask_index: 35 +- subtask: Grasp the bread cut with the right gripper. + subtask_index: 36 +- subtask: Place the square chewing gum on the dish with the right gripper. + subtask_index: 37 +- subtask: Grasp the duck toy with the right gripper. + subtask_index: 38 +- subtask: End. + subtask_index: 39 +- subtask: Place the blackboard erasure on the dish with the left gripper. + subtask_index: 40 +- subtask: Grasp the blackboard erasure with the left gripper. + subtask_index: 41 +- subtask: Grasp the coke with the left gripper. + subtask_index: 42 +- subtask: Place the tape on the dish with the right gripper. + subtask_index: 43 +- subtask: Place the bread cut on the dish with the right gripper. + subtask_index: 44 +- subtask: Place the shower sphere on the dish with the right gripper. + subtask_index: 45 +- subtask: Grasp the round wooden block with the left gripper. + subtask_index: 46 +- subtask: Grasp the compasses with the left gripper. + subtask_index: 47 +- subtask: Place the banana on the dish with the right gripper. + subtask_index: 48 +- subtask: Grasp the blue pot with the right gripper. + subtask_index: 49 +- subtask: Grasp the round bread with the right gripper. + subtask_index: 50 +- subtask: Grasp the chocolate cake with the left gripper. + subtask_index: 51 +- subtask: Place the square chewing gum on the dish with the left gripper. + subtask_index: 52 +- subtask: Place the blue cup on the dish with the right gripper. + subtask_index: 53 +- subtask: Place the hard facial cleanser on the dish with the right gripper. + subtask_index: 54 +- subtask: Place the blue cup on the dish with the left gripper. + subtask_index: 55 +- subtask: Grasp the tape with the right gripper. + subtask_index: 56 +- subtask: Place the duck toy on the dish with the left gripper. + subtask_index: 57 +- subtask: Grasp the coke with the right gripper. + subtask_index: 58 +- subtask: Place the square wooden block on the dish with the right gripper. + subtask_index: 59 +- subtask: Grasp the square chewing gum with the right gripper. + subtask_index: 60 +- subtask: Place the round bread on the dish with the right gripper. + subtask_index: 61 +- subtask: Grasp the shower sphere with the right gripper. + subtask_index: 62 +- subtask: Place the brown towel on the dish with the left gripper. + subtask_index: 63 +- subtask: Place the bread cut on the dish with the left gripper. + subtask_index: 64 +- subtask: Grasp the bread cut with the left gripper. + subtask_index: 65 +- subtask: Grasp the yogurt with the left gripper. + subtask_index: 66 +- subtask: Place the blue pot on the dish with the left gripper. + subtask_index: 67 +- subtask: Grasp the blackboard erasure with the right gripper. + subtask_index: 68 +- subtask: Place the coke on the dish with the left gripper. + subtask_index: 69 +- subtask: Place the square wooden block on the dish with the left gripper. + subtask_index: 70 +- subtask: Place the yogurt on the dish with the left gripper. + subtask_index: 71 +- subtask: Place the chocolate cake on the dish with the left gripper. + subtask_index: 72 +- subtask: Place the compasses on the dish with the left gripper. + subtask_index: 73 +- subtask: Place the round wooden block on the dish with the left gripper. + subtask_index: 74 +- subtask: Place the chocolate on the dish with the left gripper. + subtask_index: 75 +- subtask: Grasp the round bread with the left gripper. + subtask_index: 76 +- subtask: Grasp the chocolate with the left gripper. + subtask_index: 77 +- subtask: Grasp the square wooden block with the left gripper. + subtask_index: 78 +- subtask: Grasp the blue cup with the right gripper. + subtask_index: 79 +- subtask: Grasp the soft facial cleanser with the right gripper. + subtask_index: 80 +- subtask: Place the shower sphere on the dish with the left gripper. + subtask_index: 81 +- subtask: Place the tin on the dish with the left gripper. + subtask_index: 82 +- subtask: Grasp the square wooden block with the right gripper. + subtask_index: 83 +- subtask: Place the hard facial cleanser on the dish with the left gripper. + subtask_index: 84 +- subtask: Place the blackboard erasure on the dish with the right gripper. + subtask_index: 85 +- subtask: Place the blue pot on the dish with the right gripper. + subtask_index: 86 +- subtask: Grasp the round wooden block with the right gripper. + subtask_index: 87 +- subtask: Grasp the banana with the right gripper. + subtask_index: 88 +- subtask: null. + subtask_index: 89 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 101 + total_frames: 26346 + fps: 30 + total_tasks: 90 + total_videos: 404 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 993.15 MB +frame_num: 26346 +frame_range: 100K +dataset_size: 993.15 MB +data_structure: 'Galaxea_R1_Lite_storage_object_dish_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (89 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:100 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_storage_object_gray_plate.yaml b/dataset_info/Galaxea_R1_Lite_storage_object_gray_plate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..72fff8cd73db9044edbc3ea93fddd1e83cb16494 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_storage_object_gray_plate.yaml @@ -0,0 +1,678 @@ +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: Galaxea_R1_Lite_storage_object_gray_plate +dataset_uuid: 07eb8a6f-8c8a-4e2f-880b-1c1772f6fe13 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: gray_plate +- object_name: banana +- object_name: bathing_in_flowers +- object_name: blue_cup +- object_name: blue_pot +- object_name: toast_slices +- object_name: brown_towel +- object_name: can +- object_name: coke +- object_name: potato_chips +- object_name: chocolate +- object_name: compass +- object_name: block_pillar +- object_name: egg_beater +- object_name: eraser +- object_name: chewing_gum +- object_name: mentholatum_facial_cleanser +- object_name: green_lemon +- object_name: peach +- object_name: power_strip +- object_name: round_bread +- object_name: mentholatum_facial_cleanser +- object_name: square_building_blocks +- object_name: tape +- object_name: cake +- object_name: duck +- object_name: ambrosial_yogurt +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the target object with the gripper and place it on the gray plate. +sub_tasks: +- subtask: Place the tape on the gray plate with the left gripper. + subtask_index: 0 +- subtask: Grasp the blue pot with the left gripper. + subtask_index: 1 +- subtask: Grasp the plugboard with the left gripper. + subtask_index: 2 +- subtask: Grasp the potato chips with the right gripper. + subtask_index: 3 +- subtask: Grasp the banana with the left gripper. + subtask_index: 4 +- subtask: Place the round wooden block on the gray plate with the left gripper. + subtask_index: 5 +- subtask: Place the peach on the gray plate with the left gripper. + subtask_index: 6 +- subtask: Grasp the compasses with the right gripper. + subtask_index: 7 +- subtask: Place the square chewing gum on the gray plate with the right gripper. + subtask_index: 8 +- subtask: Place the compasses on the gray plate with the right gripper. + subtask_index: 9 +- subtask: Place the potato chips on the gray plate with the right gripper. + subtask_index: 10 +- subtask: Grasp the duck toy with the left gripper. + subtask_index: 11 +- subtask: Place the green lemon on the gray plate with the right gripper. + subtask_index: 12 +- subtask: Grasp the blue cup with the left gripper. + subtask_index: 13 +- subtask: Place the square wooden block on the gray plate with the left gripper. + subtask_index: 14 +- subtask: Grasp the soft facial cleanser with the left gripper. + subtask_index: 15 +- subtask: Place the blue cup on the gray plate with the left gripper. + subtask_index: 16 +- subtask: Grasp the square chewing gum with the left gripper. + subtask_index: 17 +- subtask: Grasp the chocolate cake with the right gripper. + subtask_index: 18 +- subtask: Grasp the shower sphere with the left gripper. + subtask_index: 19 +- subtask: Place the blackboard erasure on the gray plate with the right gripper. + subtask_index: 20 +- subtask: Grasp the plugboard with the right gripper. + subtask_index: 21 +- subtask: Grasp the yogurt with the right gripper. + subtask_index: 22 +- subtask: Grasp the brown towel with the left gripper. + subtask_index: 23 +- subtask: Place the round bread on the gray plate with the right gripper. + subtask_index: 24 +- subtask: Grasp the hard facial cleanser with the left gripper. + subtask_index: 25 +- subtask: Place the shower sphere on the gray plate with the left gripper. + subtask_index: 26 +- subtask: Grasp the chocolate with the right gripper. + subtask_index: 27 +- subtask: Place the soft facial cleanser on the gray plate with the left gripper. + subtask_index: 28 +- subtask: Grasp the peach with the right gripper. + subtask_index: 29 +- subtask: Grasp the brown towel with the right gripper. + subtask_index: 30 +- subtask: Place the shower sphere on the gray plate with the right gripper. + subtask_index: 31 +- subtask: Grasp the back scratcher with the left gripper. + subtask_index: 32 +- subtask: Place the square wooden block on the gray plate with the right gripper. + subtask_index: 33 +- subtask: Place the blackboard erasure on the gray plate with the left gripper. + subtask_index: 34 +- subtask: Place the yogurt on the gray plate with the right gripper. + subtask_index: 35 +- subtask: Grasp the peach with the left gripper. + subtask_index: 36 +- subtask: Place the coke on the gray plate with the left gripper. + subtask_index: 37 +- subtask: Place the chocolate cake on the gray plate with the right gripper. + subtask_index: 38 +- subtask: Place the banana on the gray plate with the left gripper. + subtask_index: 39 +- subtask: Grasp the green lemon with the right gripper. + subtask_index: 40 +- subtask: Grasp the bread cut with the right gripper. + subtask_index: 41 +- subtask: Place the bread cut on the gray plate with the right gripper. + subtask_index: 42 +- subtask: Place the brown towel on the gray plate with the right gripper. + subtask_index: 43 +- subtask: Grasp the potato chips with the left gripper. + subtask_index: 44 +- subtask: Grasp the duck toy with the right gripper. + subtask_index: 45 +- subtask: End. + subtask_index: 46 +- subtask: Grasp the blackboard erasure with the left gripper. + subtask_index: 47 +- subtask: Grasp the coke with the left gripper. + subtask_index: 48 +- subtask: Place the plugboard on the gray plate with the right gripper. + subtask_index: 49 +- subtask: Place the round bread on the gray plate with the left gripper. + subtask_index: 50 +- subtask: Grasp the round wooden block with the left gripper. + subtask_index: 51 +- subtask: Grasp the compasses with the left gripper. + subtask_index: 52 +- subtask: Place the round wooden block on the gray plate with the right gripper. + subtask_index: 53 +- subtask: Place the blue pot on the gray plate with the left gripper. + subtask_index: 54 +- subtask: Grasp the blue pot with the right gripper. + subtask_index: 55 +- subtask: Grasp the round bread with the right gripper. + subtask_index: 56 +- subtask: Grasp the chocolate cake with the left gripper. + subtask_index: 57 +- subtask: Place the brown towel on the gray plate with the left gripper. + subtask_index: 58 +- subtask: Place the blue pot on the gray plate with the right gripper. + subtask_index: 59 +- subtask: Place the compasses on the gray plate with the left gripper. + subtask_index: 60 +- subtask: Place the coke on the gray plate with the right gripper. + subtask_index: 61 +- subtask: Grasp the tin with the right gripper. + subtask_index: 62 +- subtask: Place the square chewing gum on the gray plate with the left gripper. + subtask_index: 63 +- subtask: Place the back scratcher on the gray plate with the left gripper. + subtask_index: 64 +- subtask: Grasp the tape with the right gripper. + subtask_index: 65 +- subtask: Place the tin on the gray plate with the right gripper. + subtask_index: 66 +- subtask: Grasp the coke with the right gripper. + subtask_index: 67 +- subtask: Grasp the tape with the left gripper. + subtask_index: 68 +- subtask: Grasp the square chewing gum with the right gripper. + subtask_index: 69 +- subtask: Place the tape on the gray plate with the right gripper. + subtask_index: 70 +- subtask: Place the hard facial cleanser on the gray plate with the left gripper. + subtask_index: 71 +- subtask: Grasp the shower sphere with the right gripper. + subtask_index: 72 +- subtask: Place the duck toy on the gray plate with the right gripper. + subtask_index: 73 +- subtask: Grasp the bread cut with the left gripper. + subtask_index: 74 +- subtask: Place the chocolate on the gray plate with the right gripper. + subtask_index: 75 +- subtask: Grasp the blackboard erasure with the right gripper. + subtask_index: 76 +- subtask: Place the banana on the gray plate with the right gripper. + subtask_index: 77 +- subtask: Place the peach on the gray plate with the right gripper. + subtask_index: 78 +- subtask: Grasp the round bread with the left gripper. + subtask_index: 79 +- subtask: Grasp the square wooden block with the left gripper. + subtask_index: 80 +- subtask: Grasp the blue cup with the right gripper. + subtask_index: 81 +- subtask: Place the chocolate cake on the gray plate with the left gripper. + subtask_index: 82 +- subtask: Place the duck toy on the gray plate with the left gripper. + subtask_index: 83 +- subtask: Grasp the square wooden block with the right gripper. + subtask_index: 84 +- subtask: Place the plugboard on the gray plate with the left gripper. + subtask_index: 85 +- subtask: Place the bread cut on the gray plate with the left gripper. + subtask_index: 86 +- subtask: Grasp the round wooden block with the right gripper. + subtask_index: 87 +- subtask: Place the potato chips on the gray plate with the left gripper. + subtask_index: 88 +- subtask: Grasp the banana with the right gripper. + subtask_index: 89 +- subtask: Place the blue cup on the gray plate with the right gripper. + subtask_index: 90 +- subtask: null. + subtask_index: 91 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 102 + total_frames: 20357 + fps: 30 + total_tasks: 92 + total_videos: 408 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 786.26 MB +frame_num: 20357 +frame_range: 100K +dataset_size: 786.26 MB +data_structure: 'Galaxea_R1_Lite_storage_object_gray_plate_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (90 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:101 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_storage_object_pink_bowl.yaml b/dataset_info/Galaxea_R1_Lite_storage_object_pink_bowl.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c2b1d071fc71e78d6a36d934861a912ca46b3673 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_storage_object_pink_bowl.yaml @@ -0,0 +1,674 @@ +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: Galaxea_R1_Lite_storage_object_pink_bowl +dataset_uuid: 42d6100f-4420-44f4-924e-b7a9b9417169 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: pink_bowl +- object_name: banana +- object_name: bathing_in_flowers +- object_name: blue_cup +- object_name: blue_pot +- object_name: toast_slices +- object_name: brown_towel +- object_name: can +- object_name: coke +- object_name: potato_chips +- object_name: chocolate +- object_name: compass +- object_name: block_pillar +- object_name: egg_beater +- object_name: eraser +- object_name: chewing_gum +- object_name: mentholatum_facial_cleanser +- object_name: green_lemon +- object_name: peach +- object_name: power_strip +- object_name: round_bread +- object_name: mentholatum_facial_cleanser +- object_name: square_building_blocks +- object_name: tape +- object_name: cake +- object_name: duck +- object_name: ambrosial_yogurt +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the target object with the gripper and place it on the pink bowl. +sub_tasks: +- subtask: Place the bread cut on the pink bowl with the left gripper. + subtask_index: 0 +- subtask: Place the round wooden block on the pink bowl with the left gripper. + subtask_index: 1 +- subtask: Grasp the blue pot with the left gripper. + subtask_index: 2 +- subtask: Grasp the plugboard with the left gripper. + subtask_index: 3 +- subtask: Place the chocolate on the pink bowl with the right gripper. + subtask_index: 4 +- subtask: Grasp the potato chips with the right gripper. + subtask_index: 5 +- subtask: Place the bread cut on the pink bowl with the right gripper. + subtask_index: 6 +- subtask: Grasp the banana with the left gripper. + subtask_index: 7 +- subtask: Place the round bread on the pink bowl with the right gripper. + subtask_index: 8 +- subtask: Grasp the compasses with the right gripper. + subtask_index: 9 +- subtask: Grasp the duck toy with the left gripper. + subtask_index: 10 +- subtask: Place the banana on the pink bowl with the left gripper. + subtask_index: 11 +- subtask: Place the hard facial cleanser on the pink bowl with the right gripper. + subtask_index: 12 +- subtask: Grasp the blue cup with the left gripper. + subtask_index: 13 +- subtask: Place the brown towel on the pink bowl with the right gripper. + subtask_index: 14 +- subtask: Place the duck toy on the pink bowl with the right gripper. + subtask_index: 15 +- subtask: Place the coke on the pink bowl with the right gripper. + subtask_index: 16 +- subtask: Grasp the square chewing gum with the left gripper. + subtask_index: 17 +- subtask: Grasp the chocolate cake with the right gripper. + subtask_index: 18 +- subtask: Place the banana on the pink bowl with the right gripper. + subtask_index: 19 +- subtask: Grasp the shower sphere with the left gripper. + subtask_index: 20 +- subtask: Grasp the plugboard with the right gripper. + subtask_index: 21 +- subtask: Grasp the yogurt with the right gripper. + subtask_index: 22 +- subtask: Grasp the tin with the left gripper. + subtask_index: 23 +- subtask: Grasp the brown towel with the left gripper. + subtask_index: 24 +- subtask: Place the peach on the pink bowl with the left gripper. + subtask_index: 25 +- subtask: Grasp the chocolate with the right gripper. + subtask_index: 26 +- subtask: Place the tape on the pink bowl with the right gripper. + subtask_index: 27 +- subtask: Grasp the peach with the right gripper. + subtask_index: 28 +- subtask: Grasp the brown towel with the right gripper. + subtask_index: 29 +- subtask: Grasp the back scratcher with the left gripper. + subtask_index: 30 +- subtask: Place the round wooden block on the pink bowl with the right gripper. + subtask_index: 31 +- subtask: Place the tape on the pink bowl with the left gripper. + subtask_index: 32 +- subtask: Place the duck toy on the pink bowl with the left gripper. + subtask_index: 33 +- subtask: Place the shower sphere on the pink bowl with the left gripper. + subtask_index: 34 +- subtask: Place the blue cup on the pink bowl with the left gripper. + subtask_index: 35 +- subtask: Grasp the hard facial cleanser with the right gripper. + subtask_index: 36 +- subtask: Place the blue pot on the pink bowl with the left gripper. + subtask_index: 37 +- subtask: Place the coke on the pink bowl with the left gripper. + subtask_index: 38 +- subtask: Place the blue cup on the pink bowl with the right gripper. + subtask_index: 39 +- subtask: Grasp the peach with the left gripper. + subtask_index: 40 +- subtask: Place the potato chips on the pink bowl with the right gripper. + subtask_index: 41 +- subtask: Place the square chewing gum on the pink bowl with the left gripper. + subtask_index: 42 +- subtask: Place the square wooden block on the pink bowl with the right gripper. + subtask_index: 43 +- subtask: Place the blackboard erasure on the pink bowl with the left gripper. + subtask_index: 44 +- subtask: Grasp the bread cut with the right gripper. + subtask_index: 45 +- subtask: Grasp the potato chips with the left gripper. + subtask_index: 46 +- subtask: Grasp the duck toy with the right gripper. + subtask_index: 47 +- subtask: End. + subtask_index: 48 +- subtask: Place the compasses on the pink bowl with the left gripper. + subtask_index: 49 +- subtask: Place the blue pot on the pink bowl with the right gripper. + subtask_index: 50 +- subtask: Grasp the blackboard erasure with the left gripper. + subtask_index: 51 +- subtask: Grasp the coke with the left gripper. + subtask_index: 52 +- subtask: Place the chocolate cake on the pink bowl with the right gripper. + subtask_index: 53 +- subtask: Grasp the round wooden block with the left gripper. + subtask_index: 54 +- subtask: Place the blackboard erasure on the pink bowl with the right gripper. + subtask_index: 55 +- subtask: Grasp the compasses with the left gripper. + subtask_index: 56 +- subtask: Place the peach on the pink bowl with the right gripper. + subtask_index: 57 +- subtask: Place the soft facial cleanser on the pink bowl with the right gripper. + subtask_index: 58 +- subtask: Grasp the blue pot with the right gripper. + subtask_index: 59 +- subtask: Grasp the round bread with the right gripper. + subtask_index: 60 +- subtask: Place the plugboard on the pink bowl with the left gripper. + subtask_index: 61 +- subtask: Grasp the tin with the right gripper. + subtask_index: 62 +- subtask: Place the square chewing gum on the pink bowl with the right gripper. + subtask_index: 63 +- subtask: Place the compasses on the pink bowl with the right gripper. + subtask_index: 64 +- subtask: Grasp the tape with the right gripper. + subtask_index: 65 +- subtask: Place the shower sphere on the pink bowl with the right gripper. + subtask_index: 66 +- subtask: Grasp the coke with the right gripper. + subtask_index: 67 +- subtask: Grasp the tape with the left gripper. + subtask_index: 68 +- subtask: Place the tin on the pink bowl with the right gripper. + subtask_index: 69 +- subtask: Grasp the square chewing gum with the right gripper. + subtask_index: 70 +- subtask: Grasp the shower sphere with the right gripper. + subtask_index: 71 +- subtask: Grasp the bread cut with the left gripper. + subtask_index: 72 +- subtask: Grasp the blackboard erasure with the right gripper. + subtask_index: 73 +- subtask: Place the brown towel on the pink bowl with the left gripper. + subtask_index: 74 +- subtask: Place the square wooden block on the pink bowl with the left gripper. + subtask_index: 75 +- subtask: Grasp the square wooden block with the left gripper. + subtask_index: 76 +- subtask: Grasp the blue cup with the right gripper. + subtask_index: 77 +- subtask: Place the back scratcher on the pink bowl with the left gripper. + subtask_index: 78 +- subtask: Grasp the soft facial cleanser with the right gripper. + subtask_index: 79 +- subtask: Place the green lemon on the pink bowl with the left gripper. + subtask_index: 80 +- subtask: Grasp the square wooden block with the right gripper. + subtask_index: 81 +- subtask: Grasp the green lemon with the left gripper. + subtask_index: 82 +- subtask: Place the tin on the pink bowl with the left gripper. + subtask_index: 83 +- subtask: Place the yogurt on the pink bowl with the right gripper. + subtask_index: 84 +- subtask: Place the potato chips on the pink bowl with the left gripper. + subtask_index: 85 +- subtask: Grasp the round wooden block with the right gripper. + subtask_index: 86 +- subtask: Grasp the banana with the right gripper. + subtask_index: 87 +- subtask: Place the plugboard on the pink bowl with the right gripper. + subtask_index: 88 +- subtask: null. + subtask_index: 89 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 102 + total_frames: 20095 + fps: 30 + total_tasks: 90 + total_videos: 408 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 752.14 MB +frame_num: 20095 +frame_range: 100K +dataset_size: 752.14 MB +data_structure: 'Galaxea_R1_Lite_storage_object_pink_bowl_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (90 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:101 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_storage_object_white_box.yaml b/dataset_info/Galaxea_R1_Lite_storage_object_white_box.yaml new file mode 100644 index 0000000000000000000000000000000000000000..23244aae3770f368c5fa8f14c8e046924aa67ec3 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_storage_object_white_box.yaml @@ -0,0 +1,678 @@ +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: Galaxea_R1_Lite_storage_object_white_box +dataset_uuid: 0cbb50ec-bcec-46d9-a14d-6f84c48d6292 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: white_box +- object_name: banana +- object_name: bathing_in_flowers +- object_name: blue_cup +- object_name: blue_pot +- object_name: toast_slices +- object_name: brown_towel +- object_name: can +- object_name: coke +- object_name: potato_chips +- object_name: chocolate +- object_name: compass +- object_name: block_pillar +- object_name: egg_beater +- object_name: eraser +- object_name: chewing_gum +- object_name: mentholatum_facial_cleanser +- object_name: green_lemon +- object_name: peach +- object_name: power_strip +- object_name: round_bread +- object_name: mentholatum_facial_cleanser +- object_name: square_building_blocks +- object_name: tape +- object_name: cake +- object_name: duck +- object_name: ambrosial_yogurt +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the target object with the gripper and place it on the white box. +sub_tasks: +- subtask: Place the tin on the white box with the left gripper. + subtask_index: 0 +- subtask: Grasp the blue pot with the left gripper. + subtask_index: 1 +- subtask: Place the square wooden block on the white box with the right gripper. + subtask_index: 2 +- subtask: Grasp the plugboard with the left gripper. + subtask_index: 3 +- subtask: Place the brown towel on the white box with the left gripper. + subtask_index: 4 +- subtask: Place the peach on the white box with the left gripper. + subtask_index: 5 +- subtask: Grasp the potato chips with the right gripper. + subtask_index: 6 +- subtask: Place the blackboard erasure on the white box with the right gripper. + subtask_index: 7 +- subtask: Grasp the banana with the left gripper. + subtask_index: 8 +- subtask: Place the round bread on the white box with the right gripper. + subtask_index: 9 +- subtask: Grasp the compasses with the right gripper. + subtask_index: 10 +- subtask: Grasp the duck toy with the left gripper. + subtask_index: 11 +- subtask: Place the bread cut on the white box with the right gripper. + subtask_index: 12 +- subtask: Place the blackboard erasure on the white box with the left gripper. + subtask_index: 13 +- subtask: Place the bread cut on the white box with the left gripper. + subtask_index: 14 +- subtask: Place the coke on the white box with the right gripper. + subtask_index: 15 +- subtask: Place the blue cup on the white box with the left gripper. + subtask_index: 16 +- subtask: Grasp the blue cup with the left gripper. + subtask_index: 17 +- subtask: Place the coke on the white box with the left gripper. + subtask_index: 18 +- subtask: Place the square wooden block on the white box with the left gripper. + subtask_index: 19 +- subtask: Place the blue cup on the white box with the right gripper. + subtask_index: 20 +- subtask: Place the duck toy on the white box with the left gripper. + subtask_index: 21 +- subtask: Grasp the back scratcher with the right gripper. + subtask_index: 22 +- subtask: Place the blue pot on the white box with the right gripper. + subtask_index: 23 +- subtask: Grasp the square chewing gum with the left gripper. + subtask_index: 24 +- subtask: Grasp the chocolate cake with the right gripper. + subtask_index: 25 +- subtask: Place the round wooden block on the white box with the right gripper. + subtask_index: 26 +- subtask: Place the square chewing gum on the white box with the right gripper. + subtask_index: 27 +- subtask: Grasp the shower sphere with the left gripper. + subtask_index: 28 +- subtask: Grasp the plugboard with the right gripper. + subtask_index: 29 +- subtask: Grasp the yogurt with the right gripper. + subtask_index: 30 +- subtask: Grasp the tin with the left gripper. + subtask_index: 31 +- subtask: Grasp the brown towel with the left gripper. + subtask_index: 32 +- subtask: Place the back scratcher into the basket with the right gripper. + subtask_index: 33 +- subtask: Grasp the hard facial cleanser with the left gripper. + subtask_index: 34 +- subtask: Grasp the chocolate with the right gripper. + subtask_index: 35 +- subtask: Place the banana on the white box with the right gripper. + subtask_index: 36 +- subtask: Grasp the brown towel with the right gripper. + subtask_index: 37 +- subtask: Place the shower sphere on the white box with the right gripper. + subtask_index: 38 +- subtask: Place the green lemon into the basket with the right gripper. + subtask_index: 39 +- subtask: Place the compasses on the white box with the right gripper. + subtask_index: 40 +- subtask: Place the banana on the white box with the left gripper. + subtask_index: 41 +- subtask: Grasp the peach with the left gripper. + subtask_index: 42 +- subtask: Place the round wooden block on the white box with the left gripper. + subtask_index: 43 +- subtask: Place the tin on the white box with the right gripper. + subtask_index: 44 +- subtask: Place the potato chips on the white box with the right gripper. + subtask_index: 45 +- subtask: Place the tape on the white box with the left gripper. + subtask_index: 46 +- subtask: Grasp the green lemon with the right gripper. + subtask_index: 47 +- subtask: Place the blue pot on the white box with the left gripper. + subtask_index: 48 +- subtask: Grasp the bread cut with the right gripper. + subtask_index: 49 +- subtask: Place the chocolate cake on the white box with the right gripper. + subtask_index: 50 +- subtask: Place the compasses on the white box with the left gripper. + subtask_index: 51 +- subtask: Grasp the potato chips with the left gripper. + subtask_index: 52 +- subtask: Place the soft facial cleanser on the white box with the right gripper. + subtask_index: 53 +- subtask: Grasp the duck toy with the right gripper. + subtask_index: 54 +- subtask: End. + subtask_index: 55 +- subtask: Place the hard facial cleanser on the white box with the left gripper. + subtask_index: 56 +- subtask: Grasp the blackboard erasure with the left gripper. + subtask_index: 57 +- subtask: Grasp the coke with the left gripper. + subtask_index: 58 +- subtask: Grasp the round wooden block with the left gripper. + subtask_index: 59 +- subtask: Place the square chewing gum on the white box with the left gripper. + subtask_index: 60 +- subtask: Place the tape on the white box with the right gripper. + subtask_index: 61 +- subtask: Place the shower sphere on the white box with the left gripper. + subtask_index: 62 +- subtask: Grasp the compasses with the left gripper. + subtask_index: 63 +- subtask: Place the brown towel on the white box with the right gripper. + subtask_index: 64 +- subtask: Grasp the blue pot with the right gripper. + subtask_index: 65 +- subtask: Grasp the round bread with the right gripper. + subtask_index: 66 +- subtask: Grasp the chocolate cake with the left gripper. + subtask_index: 67 +- subtask: Place the duck toy on the white box with the right gripper. + subtask_index: 68 +- subtask: Place the chocolate on the white box with the right gripper. + subtask_index: 69 +- subtask: Grasp the tin with the right gripper. + subtask_index: 70 +- subtask: Place the chocolate cake on the white box with the left gripper. + subtask_index: 71 +- subtask: Place the plugboard on the white box with the right gripper. + subtask_index: 72 +- subtask: Grasp the tape with the right gripper. + subtask_index: 73 +- subtask: Grasp the coke with the right gripper. + subtask_index: 74 +- subtask: Grasp the tape with the left gripper. + subtask_index: 75 +- subtask: Grasp the square chewing gum with the right gripper. + subtask_index: 76 +- subtask: Grasp the shower sphere with the right gripper. + subtask_index: 77 +- subtask: Grasp the bread cut with the left gripper. + subtask_index: 78 +- subtask: Place the potato chips on the white box with the left gripper. + subtask_index: 79 +- subtask: Grasp the blackboard erasure with the right gripper. + subtask_index: 80 +- subtask: Place the round bread on the white box with the left gripper. + subtask_index: 81 +- subtask: Grasp the round bread with the left gripper. + subtask_index: 82 +- subtask: Grasp the square wooden block with the left gripper. + subtask_index: 83 +- subtask: Grasp the blue cup with the right gripper. + subtask_index: 84 +- subtask: Grasp the soft facial cleanser with the right gripper. + subtask_index: 85 +- subtask: Place the yogurt on the white box with the right gripper. + subtask_index: 86 +- subtask: Grasp the square wooden block with the right gripper. + subtask_index: 87 +- subtask: Place the plugboard on the white box with the left gripper. + subtask_index: 88 +- subtask: Grasp the round wooden block with the right gripper. + subtask_index: 89 +- subtask: Grasp the banana with the right gripper. + subtask_index: 90 +- subtask: null. + subtask_index: 91 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 102 + total_frames: 27154 + fps: 30 + total_tasks: 92 + total_videos: 408 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 1.03 GB +frame_num: 27154 +frame_range: 100K +dataset_size: 1.03 GB +data_structure: 'Galaxea_R1_Lite_storage_object_white_box_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (90 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:101 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_storage_object_yellow_basket.yaml b/dataset_info/Galaxea_R1_Lite_storage_object_yellow_basket.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b7b4e5765052a0aace9d233719742de0490b95c0 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_storage_object_yellow_basket.yaml @@ -0,0 +1,682 @@ +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: Galaxea_R1_Lite_storage_object_yellow_basket +dataset_uuid: 4e10da4a-f9fe-4976-b1a1-a76f4b84f593 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: yellow_basket +- object_name: banana +- object_name: bathing_in_flowers +- object_name: blue_cup +- object_name: blue_pot +- object_name: toast_slices +- object_name: brown_towel +- object_name: can +- object_name: coke(slim_can) +- object_name: potato_chips +- object_name: chocolate +- object_name: compass +- object_name: building_blocks +- object_name: egg_beater +- object_name: eraser +- object_name: chewing_gum +- object_name: mentholatum_facial_cleanser +- object_name: green_lemon +- object_name: peach +- object_name: power_strip +- object_name: round_bread +- object_name: mentholatum_facial_cleanser +- object_name: square_building_blocks +- object_name: tape +- object_name: cake +- object_name: duck +- object_name: ambrosial_yogurt +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the target object with the gripper and place it on the yellow basket. +sub_tasks: +- subtask: Grasp the blue pot with the left gripper. + subtask_index: 0 +- subtask: Grasp the plugboard with the left gripper. + subtask_index: 1 +- subtask: Place the round wooden block on the yellow basket with the left gripper. + subtask_index: 2 +- subtask: Grasp the potato chips with the right gripper. + subtask_index: 3 +- subtask: Place the tin on the yellow basket with the right gripper. + subtask_index: 4 +- subtask: Place the plugboard on the yellow basket with the left gripper. + subtask_index: 5 +- subtask: Place the peach on the yellow basket with the left gripper. + subtask_index: 6 +- subtask: Place the blue cup on the yellow basket with the right gripper. + subtask_index: 7 +- subtask: Place the brown towel on the yellow basket with the right gripper. + subtask_index: 8 +- subtask: Grasp the compasses with the right gripper. + subtask_index: 9 +- subtask: Place the green lemon on the yellow basket with the right gripper. + subtask_index: 10 +- subtask: Place the duck toy on the yellow basket with the right gripper. + subtask_index: 11 +- subtask: Grasp the duck toy with the left gripper. + subtask_index: 12 +- subtask: Place the blackboard erasure on the yellow basket with the left gripper. + subtask_index: 13 +- subtask: Grasp the blue cup with the left gripper. + subtask_index: 14 +- subtask: Place the bread cut on the yellow basket with the left gripper. + subtask_index: 15 +- subtask: Place the hard facial cleanser on the yellow basket with the right gripper. + subtask_index: 16 +- subtask: Place the peach on the yellow basket with the right gripper. + subtask_index: 17 +- subtask: Grasp the back scratcher with the right gripper. + subtask_index: 18 +- subtask: Place the tape on the yellow basket with the right gripper. + subtask_index: 19 +- subtask: Place the blue pot on the yellow basket with the right gripper. + subtask_index: 20 +- subtask: Grasp the chocolate cake with the right gripper. + subtask_index: 21 +- subtask: Place the tape on the yellow basket with the left gripper. + subtask_index: 22 +- subtask: Place the shower sphere on the yellow basket with the left gripper. + subtask_index: 23 +- subtask: Place the yogurt on the yellow basket with the left gripper. + subtask_index: 24 +- subtask: Grasp the shower sphere with the left gripper. + subtask_index: 25 +- subtask: Grasp the plugboard with the right gripper. + subtask_index: 26 +- subtask: Grasp the tin with the left gripper. + subtask_index: 27 +- subtask: Grasp the brown towel with the left gripper. + subtask_index: 28 +- subtask: Place the compasses on the yellow basket with the right gripper. + subtask_index: 29 +- subtask: Place the hard facial cleanser on the yellow basket with the left gripper. + subtask_index: 30 +- subtask: Grasp the hard facial cleanser with the left gripper. + subtask_index: 31 +- subtask: Place the potato chips on the yellow basket with the left gripper. + subtask_index: 32 +- subtask: Grasp the chocolate with the right gripper. + subtask_index: 33 +- subtask: Place the banana on the yellow basket with the right gripper. + subtask_index: 34 +- subtask: Grasp the peach with the right gripper. + subtask_index: 35 +- subtask: Grasp the brown towel with the right gripper. + subtask_index: 36 +- subtask: Place the chocolate cake on the yellow basket with the left gripper. + subtask_index: 37 +- subtask: Place the shower sphere on the yellow basket with the right gripper. + subtask_index: 38 +- subtask: Grasp the hard facial cleanser with the right gripper. + subtask_index: 39 +- subtask: Place the back scratcher on the yellow basket with the right gripper. + subtask_index: 40 +- subtask: Grasp the peach with the left gripper. + subtask_index: 41 +- subtask: Place the blue cup on the yellow basket with the left gripper. + subtask_index: 42 +- subtask: Grasp the green lemon with the right gripper. + subtask_index: 43 +- subtask: Place the soft facial cleanser on the yellow basket with the right gripper. + subtask_index: 44 +- subtask: Grasp the bread cut with the right gripper. + subtask_index: 45 +- subtask: Grasp the potato chips with the left gripper. + subtask_index: 46 +- subtask: Grasp the duck toy with the right gripper. + subtask_index: 47 +- subtask: End. + subtask_index: 48 +- subtask: Grasp the blackboard erasure with the left gripper. + subtask_index: 49 +- subtask: Grasp the coke with the left gripper. + subtask_index: 50 +- subtask: Place the blackboard erasure on the yellow basket with the right gripper. + subtask_index: 51 +- subtask: Grasp the round wooden block with the left gripper. + subtask_index: 52 +- subtask: Place the tin on the yellow basket with the left gripper. + subtask_index: 53 +- subtask: Place the bread cut on the yellow basket with the right gripper. + subtask_index: 54 +- subtask: Place the compasses on the yellow basket with the left gripper. + subtask_index: 55 +- subtask: Place the square wooden block on the yellow basket with the left gripper. + subtask_index: 56 +- subtask: Place the chocolate cake on the yellow basket with the right gripper. + subtask_index: 57 +- subtask: Grasp the compasses with the left gripper. + subtask_index: 58 +- subtask: Place the peach doll on the yellow basket with the left gripper. + subtask_index: 59 +- subtask: Grasp the blue pot with the right gripper. + subtask_index: 60 +- subtask: Grasp the round bread with the right gripper. + subtask_index: 61 +- subtask: Grasp the chocolate cake with the left gripper. + subtask_index: 62 +- subtask: Place the coke on the yellow basket with the left gripper. + subtask_index: 63 +- subtask: Place the duck toy on the yellow basket with the left gripper. + subtask_index: 64 +- subtask: Grasp the tin with the right gripper. + subtask_index: 65 +- subtask: Place the round wooden block on the yellow basket with the right gripper. + subtask_index: 66 +- subtask: Place the square wooden block on the yellow basket with the right gripper. + subtask_index: 67 +- subtask: Grasp the tape with the right gripper. + subtask_index: 68 +- subtask: Grasp the coke with the right gripper. + subtask_index: 69 +- subtask: Place the round bread on the yellow basket with the right gripper. + subtask_index: 70 +- subtask: Grasp the tape with the left gripper. + subtask_index: 71 +- subtask: Grasp the square chewing gum with the right gripper. + subtask_index: 72 +- subtask: Grasp the peach doll with the left gripper. + subtask_index: 73 +- subtask: Grasp the shower sphere with the right gripper. + subtask_index: 74 +- subtask: Place the brown towel on the yellow basket with the left gripper. + subtask_index: 75 +- subtask: Grasp the bread cut with the left gripper. + subtask_index: 76 +- subtask: Grasp the yogurt with the left gripper. + subtask_index: 77 +- subtask: Grasp the blackboard erasure with the right gripper. + subtask_index: 78 +- subtask: Place the coke on the yellow basket with the right gripper. + subtask_index: 79 +- subtask: Place the chocolate on the yellow basket with the right gripper. + subtask_index: 80 +- subtask: Place the potato chips on the yellow basket with the right gripper. + subtask_index: 81 +- subtask: Place the plugboard on the yellow basket with the right gripper. + subtask_index: 82 +- subtask: Place the blue pot on the yellow basket with the left gripper. + subtask_index: 83 +- subtask: Place the round bread on the yellow basket with the left gripper. + subtask_index: 84 +- subtask: Grasp the round bread with the left gripper. + subtask_index: 85 +- subtask: Grasp the square wooden block with the left gripper. + subtask_index: 86 +- subtask: Grasp the blue cup with the right gripper. + subtask_index: 87 +- subtask: Grasp the soft facial cleanser with the right gripper. + subtask_index: 88 +- subtask: Grasp the square wooden block with the right gripper. + subtask_index: 89 +- subtask: Grasp the round wooden block with the right gripper. + subtask_index: 90 +- subtask: Place the square chewing gum on the yellow basket with the right gripper. + subtask_index: 91 +- subtask: Grasp the banana with the right gripper. + subtask_index: 92 +- subtask: null. + subtask_index: 93 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 102 + total_frames: 18153 + fps: 30 + total_tasks: 94 + total_videos: 408 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 742.42 MB +frame_num: 18153 +frame_range: 100K +dataset_size: 742.42 MB +data_structure: 'Galaxea_R1_Lite_storage_object_yellow_basket_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (90 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:101 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_storage_of_toiletries.yaml b/dataset_info/Galaxea_R1_Lite_storage_of_toiletries.yaml new file mode 100644 index 0000000000000000000000000000000000000000..877b83163df36f1c09a62b9e72caa587e15d759a --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_storage_of_toiletries.yaml @@ -0,0 +1,468 @@ +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: Galaxea_R1_Lite_storage_of_toiletries +dataset_uuid: 25f2cd96-c284-44a9-b59c-98e204e16347 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: storage_bag +- object_name: toothpaste +- object_name: toothbrush +- object_name: comb +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the comb, toothpaste, and toothbrush into the opened storage bag on the table + with the gripper. +sub_tasks: +- subtask: Place the toothpaste in the storage bag. + subtask_index: 0 +- subtask: Pick up the comb. + subtask_index: 1 +- subtask: Place the comb on the table. + subtask_index: 2 +- subtask: Place the comb into the storage bag. + subtask_index: 3 +- subtask: Pick up the storage bag. + subtask_index: 4 +- subtask: Pick up a toothbrush. + subtask_index: 5 +- subtask: Place the toothpaste on the table. + subtask_index: 6 +- subtask: abnormal. + subtask_index: 7 +- subtask: Pick up the toothpaste. + subtask_index: 8 +- subtask: Open the storage bag. + subtask_index: 9 +- subtask: Close the strorage bag and place it on the desk. + subtask_index: 10 +- subtask: Place the toothbrush in the storage bag. + subtask_index: 11 +- subtask: Hand it to the other hand. + subtask_index: 12 +- subtask: null. + subtask_index: 13 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 101 + total_frames: 138432 + fps: 30 + total_tasks: 14 + total_videos: 303 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 6.95 GB +frame_num: 138432 +frame_range: 1M +dataset_size: 6.95 GB +data_structure: 'R1_Lite_storage_of_toiletries_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (89 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:100 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_switch_labels.yaml b/dataset_info/Galaxea_R1_Lite_switch_labels.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7290a507563ae1f14a02e379bb8d854bcc60631a --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_switch_labels.yaml @@ -0,0 +1,455 @@ +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: Galaxea_R1_Lite_switch_labels +dataset_uuid: e32d8bbd-d12b-45e0-9c3f-932e67428f3d +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: the_door +- object_name: door_handle +- object_name: tag +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the label off the door handle with the gripper, then place it back. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: abnormal. + subtask_index: 1 +- subtask: pick up down the sign. + subtask_index: 2 +- subtask: Hang the lable on the doorknob with right gripper. + subtask_index: 3 +- subtask: Grasp the lable with left gripper. + subtask_index: 4 +- subtask: Pass the lable from the left gripper to the right gripper. + subtask_index: 5 +- subtask: Hang the sign back with the other side facing out. + subtask_index: 6 +- subtask: Hand it to the other hand. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 99 + total_frames: 171139 + fps: 30 + total_tasks: 9 + total_videos: 297 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 7.26 GB +frame_num: 171139 +frame_range: 1M +dataset_size: 7.26 GB +data_structure: 'R1_Lite_switch_labels_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (87 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:98 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_switch_on_and_off_the_central_air_conditioning.yaml b/dataset_info/Galaxea_R1_Lite_switch_on_and_off_the_central_air_conditioning.yaml new file mode 100644 index 0000000000000000000000000000000000000000..90126823e15913784b8414e27acf8825e46d466c --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_switch_on_and_off_the_central_air_conditioning.yaml @@ -0,0 +1,445 @@ +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: Galaxea_R1_Lite_switch_on_and_off_the_central_air_conditioning +dataset_uuid: 6d6d5868-e715-41cc-a7df-972218e02479 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: central_air_conditioning +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Turn on the AC, press the temperature up and down with the gripper. +sub_tasks: +- subtask: Turn off the central air conditioner. + subtask_index: 0 +- subtask: Press the temperature decrease button. + subtask_index: 1 +- subtask: Press the temperature increase button. + subtask_index: 2 +- subtask: Turn on the central air conditioner. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 35 + total_frames: 19688 + fps: 30 + total_tasks: 5 + total_videos: 105 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 793.35 MB +frame_num: 19688 +frame_range: 100K +dataset_size: 793.35 MB +data_structure: 'R1_Lite_switch_on_and_off_the_central_air_conditioning_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (23 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:34 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_tableware_arrangement.yaml b/dataset_info/Galaxea_R1_Lite_tableware_arrangement.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4b8fd7b50d7c2aa6ab25524b97fb9f9a20ccd81c --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_tableware_arrangement.yaml @@ -0,0 +1,447 @@ +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: Galaxea_R1_Lite_tableware_arrangement +dataset_uuid: 85abe0d0-6c0a-432a-9dd0-14e2ca009399 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: chopsticks +- object_name: spoon +- object_name: bowl +- object_name: plate +- object_name: lunch_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the chopsticks, spoons, and bowls on the plates with the gripper. Place the + chopsticks, spoons, and bowls away with the gripper. +sub_tasks: +- subtask: place the chopsticks back from the plate. + subtask_index: 0 +- subtask: place the bowl back from the plate. + subtask_index: 1 +- subtask: place the spoon back from the bowl. + subtask_index: 2 +- subtask: pick up the chopsticks and place it on the plate. + subtask_index: 3 +- subtask: abnormal. + subtask_index: 4 +- subtask: pick up the bowl and place it on the plate. + subtask_index: 5 +- subtask: pick up the spoon and place it into the bowl. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 8 + total_frames: 16015 + fps: 30 + total_tasks: 8 + total_videos: 24 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 628.54 MB +frame_num: 16015 +frame_range: 100K +dataset_size: 628.54 MB +data_structure: 'R1_Lite_tableware_arrangement_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + |-- 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:7 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_tableware_cleaning.yaml b/dataset_info/Galaxea_R1_Lite_tableware_cleaning.yaml new file mode 100644 index 0000000000000000000000000000000000000000..08488b88f321408b0690eccf2141d838e97c5e94 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_tableware_cleaning.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: Galaxea_R1_Lite_tableware_cleaning +dataset_uuid: 1969fa83-52f1-4c9f-94c6-6f9802241318 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bowl +- object_name: chopsticks +- object_name: spoon +- object_name: plate +- object_name: dishwashing_liquid +- object_name: sponge +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Wipe the tableware with a sponge containing detergent with the gripper, then place + them in their original places with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Rinse the chopsticks. + subtask_index: 1 +- subtask: Place the dish soap on the table. + subtask_index: 2 +- subtask: Wipe the plate. + subtask_index: 3 +- subtask: Rinse the plate. + subtask_index: 4 +- subtask: Place the chopsticks on the glass basin. + subtask_index: 5 +- subtask: Pick up a bowl and the sponge. + subtask_index: 6 +- subtask: Rinse the bowl. + subtask_index: 7 +- subtask: rinse the plate. + subtask_index: 8 +- subtask: Place the plate on the plate. + subtask_index: 9 +- subtask: Place the plate on the table. + subtask_index: 10 +- subtask: Place the spoon in the glass basin. + subtask_index: 11 +- subtask: Place the bowl on the table. + subtask_index: 12 +- subtask: Wipe the bowl. + subtask_index: 13 +- subtask: Squeeze it onto the sponge. + subtask_index: 14 +- subtask: Abnormal. + subtask_index: 15 +- subtask: Rinse the spoon. + subtask_index: 16 +- subtask: Place the bowl on the plate. + subtask_index: 17 +- subtask: place down the sponge. + subtask_index: 18 +- subtask: Place the bowl on the bowl. + subtask_index: 19 +- subtask: Turn off the faucet. + subtask_index: 20 +- subtask: pick up the dish soap. + subtask_index: 21 +- subtask: rinse the bowl. + subtask_index: 22 +- subtask: Turn on the faucet. + subtask_index: 23 +- subtask: null. + subtask_index: 24 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 102 + total_frames: 327254 + fps: 30 + total_tasks: 25 + total_videos: 306 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 17.62 GB +frame_num: 327254 +frame_range: 1M +dataset_size: 17.62 GB +data_structure: 'R1_Lite_tableware_cleaning_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (90 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:101 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_take_and_place_the_portable_power_bank.yaml b/dataset_info/Galaxea_R1_Lite_take_and_place_the_portable_power_bank.yaml new file mode 100644 index 0000000000000000000000000000000000000000..77e027fa1e02d5a031a3bbd09b476806eaf6a587 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_take_and_place_the_portable_power_bank.yaml @@ -0,0 +1,458 @@ +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: Galaxea_R1_Lite_take_and_place_the_portable_power_bank +dataset_uuid: f283fb8d-62de-4238-bb07-bcac110d50bb +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cloth_bag +- object_name: portable_power_bank +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open the cloth bag with the gripper, pick up the power bank, and place it back. +sub_tasks: +- subtask: Open the top of the storage box. + subtask_index: 0 +- subtask: drop the handle. + subtask_index: 1 +- subtask: Grip the handle again. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: abnormal. + subtask_index: 4 +- subtask: Lift the black box. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: Grip the handle. + subtask_index: 7 +- subtask: Place the black box back. + subtask_index: 8 +- subtask: Close the top of the storage box. + subtask_index: 9 +- subtask: null. + subtask_index: 10 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 110 + total_frames: 237234 + fps: 30 + total_tasks: 11 + total_videos: 330 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 17.29 GB +frame_num: 237234 +frame_range: 1M +dataset_size: 17.29 GB +data_structure: 'R1_Lite_take_and_place_the_portable_power_bank_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (98 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:109 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_take_and_put_away_garden_stuff.yaml b/dataset_info/Galaxea_R1_Lite_take_and_put_away_garden_stuff.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c6991be90d3beca6d0e70008a25015c4476cad6c --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_take_and_put_away_garden_stuff.yaml @@ -0,0 +1,468 @@ +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: Galaxea_R1_Lite_take_and_put_away_garden_stuff +dataset_uuid: 05f234b5-3958-4897-b330-5c91290dd15c +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: refrigerator +- object_name: drawer +- object_name: table +- object_name: tray +- object_name: potato +- object_name: green_pepper +- object_name: pumpkin +- object_name: apple +- object_name: orange +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the items on the ground and table into boxes with the gripper, and cover the + boxes with the gripper. +sub_tasks: +- subtask: Pick up the ball on the table. + subtask_index: 0 +- subtask: Pick up the ball on the lid. + subtask_index: 1 +- subtask: place the toys into the box. + subtask_index: 2 +- subtask: Open the lid. + subtask_index: 3 +- subtask: abnormal. + subtask_index: 4 +- subtask: Close the lid. + subtask_index: 5 +- subtask: place the ball into the box. + subtask_index: 6 +- subtask: Pick up the ball on the floor. + subtask_index: 7 +- subtask: Pick up toys out of the box. + subtask_index: 8 +- subtask: Find toys out of the box. + subtask_index: 9 +- subtask: null. + subtask_index: 10 +atomic_actions: +- grasp +- pick +- place +- pull +- push +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 53 + total_frames: 135711 + fps: 30 + total_tasks: 11 + total_videos: 159 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 7.54 GB +frame_num: 135711 +frame_range: 1M +dataset_size: 7.54 GB +data_structure: 'R1_Lite_take_and_put_away_garden_stuff_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (41 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:52 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_take_and_put_away_garden_stuff_a.yaml b/dataset_info/Galaxea_R1_Lite_take_and_put_away_garden_stuff_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d30dcbfe3087544a96d0ee1808a8781d21ddb12a --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_take_and_put_away_garden_stuff_a.yaml @@ -0,0 +1,514 @@ +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: Galaxea_R1_Lite_take_and_put_away_garden_stuff_a +dataset_uuid: 7c763184-bc85-4d7e-b01b-85ba85cbb6f2 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: refrigerator +- object_name: drawer +- object_name: table +- object_name: tray +- object_name: potato +- object_name: green_pepper +- object_name: pumpkin +- object_name: apple +- object_name: orange +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the things on the table with the gripper, then pick them up with the gripper + and place them in the refrigerator drawer. +sub_tasks: +- subtask: Grasp the apple and place it on the table with right gripper. + subtask_index: 0 +- subtask: Place the green bell pepper in the lower drawer with right gripper. + subtask_index: 1 +- subtask: place green pepper in the refrigerator drawer. + subtask_index: 2 +- subtask: Place the orange in the lower drawer with right gripper. + subtask_index: 3 +- subtask: Place the potato in the lower drawer with left gripper. + subtask_index: 4 +- subtask: pick up out the potato and place it on the table. + subtask_index: 5 +- subtask: Open the refrigerator door with left gripper. + subtask_index: 6 +- subtask: Place the potato in the lower drawer with right gripper. + subtask_index: 7 +- subtask: pick up out the apple and place it on the tray. + subtask_index: 8 +- subtask: Open the refrigerator door. + subtask_index: 9 +- subtask: End. + subtask_index: 10 +- subtask: Close the refrigerator door. + subtask_index: 11 +- subtask: Close the lower drawer with the left gripper. + subtask_index: 12 +- subtask: Grasp the potato and place it on the table with left gripper. + subtask_index: 13 +- subtask: Open the lower refrigerator drawer. + subtask_index: 14 +- subtask: Close the middle refrigerator door with the right gripper. + subtask_index: 15 +- subtask: Place the apple in the lower drawer with right gripper. + subtask_index: 16 +- subtask: place orange in the refrigerator drawer. + subtask_index: 17 +- subtask: Abnormal. + subtask_index: 18 +- subtask: place pumpkin in the refrigerator drawer. + subtask_index: 19 +- subtask: Grasp the potato and place it on the table with right gripper. + subtask_index: 20 +- subtask: Close the lower refrigerator drawer. + subtask_index: 21 +- subtask: Place the green bell pepper in the lower drawer with left gripper. + subtask_index: 22 +- subtask: place apple in the refrigerator drawer. + subtask_index: 23 +- subtask: pick up out the pumpkin and place it on the table. + subtask_index: 24 +- subtask: Close the lower drawer with the right gripper. + subtask_index: 25 +- subtask: Grasp the orange and place it on the table with right gripper. + subtask_index: 26 +- subtask: place potato in the refrigerator drawer. + subtask_index: 27 +- subtask: pick up out the green pepper and place it on the table. + subtask_index: 28 +- subtask: pick up out the orange and place it on the tray. + subtask_index: 29 +- subtask: Grasp the green bell pepper and place it on the table with right gripper. + subtask_index: 30 +- subtask: pick up out the apple and place it on the table. + subtask_index: 31 +- subtask: Open the lower drawer with the right gripper. + subtask_index: 32 +- subtask: null. + subtask_index: 33 +atomic_actions: +- grasp +- pick +- place +- pull +- push +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 148 + total_frames: 355644 + fps: 30 + total_tasks: 34 + total_videos: 444 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 15.90 GB +frame_num: 355644 +frame_range: 1M +dataset_size: 15.90 GB +data_structure: 'R1_Lite_take_and_put_away_garden_stuff_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (136 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:147 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_take_and_put_away_items.yaml b/dataset_info/Galaxea_R1_Lite_take_and_put_away_items.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8e05c541d79791d9649f1afd6c56264d55054617 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_take_and_put_away_items.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: Galaxea_R1_Lite_take_and_put_away_items +dataset_uuid: fa3f7148-5f74-444e-82a5-9f8b31a69987 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: drawer +- object_name: umbrella +- object_name: data_cable +- object_name: mineral_water +- object_name: storage_box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the umbrellas with the gripper, store the water cables into the boxes, and + place the boxes on the drawers and tables. +sub_tasks: +- subtask: pick up the mineral water out of the drawer and place it on the table. + subtask_index: 0 +- subtask: Open the drawer. + subtask_index: 1 +- subtask: pick up the data cable out of the drawer and place it on the table. + subtask_index: 2 +- subtask: pick up the umbrella out of the drawer and place it on the table. + subtask_index: 3 +- subtask: pick up the storage box out of the drawer and place it on the table. + subtask_index: 4 +- subtask: place the storage box into the drawer. + subtask_index: 5 +- subtask: Close the drawer. + subtask_index: 6 +- subtask: place the umbrella into the drawer. + subtask_index: 7 +- subtask: place the data cable into the drawer. + subtask_index: 8 +- subtask: place the mineral water into the drawer. + subtask_index: 9 +- subtask: null. + subtask_index: 10 +atomic_actions: +- grasp +- pick +- place +- pull +- push +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 112 + total_frames: 137069 + fps: 30 + total_tasks: 11 + total_videos: 336 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 6.90 GB +frame_num: 137069 +frame_range: 1M +dataset_size: 6.90 GB +data_structure: 'R1_Lite_take_and_put_away_items_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (100 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:111 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_take_and_put_the_bowl.yaml b/dataset_info/Galaxea_R1_Lite_take_and_put_the_bowl.yaml new file mode 100644 index 0000000000000000000000000000000000000000..41e4b984d5af5586018e9ea9723e773476207b72 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_take_and_put_the_bowl.yaml @@ -0,0 +1,456 @@ +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: Galaxea_R1_Lite_take_and_put_the_bowl +dataset_uuid: 29eb76ea-0c49-4f11-8073-7f7501b77736 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cabinet +- object_name: bowl +- object_name: cabinet_door +- object_name: plate +- object_name: table +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the bowls and plates in the cabinet with the gripper. Pick up the bowls and + plates out to the table with the gripper. Close the cabinet with the gripper. +sub_tasks: +- subtask: Place it on the table. + subtask_index: 0 +- subtask: place it back into the cabinet. + subtask_index: 1 +- subtask: pick up the plate from the cabinet. + subtask_index: 2 +- subtask: Pick up the plate from the table. + subtask_index: 3 +- subtask: Close the cabinet door. + subtask_index: 4 +- subtask: Pick up the bowl from the table. + subtask_index: 5 +- subtask: pick up the bowl from the cabinet. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 94 + total_frames: 189200 + fps: 30 + total_tasks: 8 + total_videos: 282 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 6.99 GB +frame_num: 189200 +frame_range: 1M +dataset_size: 6.99 GB +data_structure: 'R1_Lite_take_and_put_the_bowl_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (82 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:93 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_take_clothes_out_of_the_washing_machine.yaml b/dataset_info/Galaxea_R1_Lite_take_clothes_out_of_the_washing_machine.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5941c0fd1b2a1d0ac117b4f71559635103f2a63f --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_take_clothes_out_of_the_washing_machine.yaml @@ -0,0 +1,464 @@ +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: Galaxea_R1_Lite_take_clothes_out_of_the_washing_machine +dataset_uuid: 75315916-19f4-400c-99a4-2bd123e2a42a +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: washing_machine +- object_name: basket +- object_name: cloth +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Turn on the washer, place the clothes in it, then pick up the out items with the + gripper and place them into the basket. +sub_tasks: +- subtask: Press the washing machine swap. + subtask_index: 0 +- subtask: Close the washing machine door with the right gripper. + subtask_index: 1 +- subtask: Open the lid of the washing machine. + subtask_index: 2 +- subtask: Close the washing machine door with the left gripper. + subtask_index: 3 +- subtask: pick up a cloth and place it into the basket. + subtask_index: 4 +- subtask: Place the clothes into the washing machine. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: Press the washing machine door tightly with the right gripper. + subtask_index: 7 +- subtask: abnormal. + subtask_index: 8 +- subtask: Pick up the clothes basket and place it beside the washing machine. + subtask_index: 9 +- subtask: Abnormal. + subtask_index: 10 +- subtask: Move to the front of the washing machine. + subtask_index: 11 +- subtask: null. + subtask_index: 12 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 114 + total_frames: 238333 + fps: 30 + total_tasks: 13 + total_videos: 342 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 16.06 GB +frame_num: 238333 +frame_range: 1M +dataset_size: 16.06 GB +data_structure: 'R1_Lite_take_clothes_out_of_the_washing_machine_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (102 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:113 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_take_or_store_plates.yaml b/dataset_info/Galaxea_R1_Lite_take_or_store_plates.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cdde2c37f88a427c42b35f3f662672ba9e2aae23 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_take_or_store_plates.yaml @@ -0,0 +1,449 @@ +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: Galaxea_R1_Lite_take_or_store_plates +dataset_uuid: 3c2c0596-7690-4f94-911f-74035fe6e126 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cabinet +- object_name: drawer +- object_name: plate +- object_name: stove +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the plates with the gripper and store them on the stove and in the cabinet + drawers. +sub_tasks: +- subtask: Pick up the plate on the stove. + subtask_index: 0 +- subtask: place the plate in the cupboard. + subtask_index: 1 +- subtask: Pick up the plate in the cupboard. + subtask_index: 2 +- subtask: place the plate on the stove. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 105 + total_frames: 138676 + fps: 30 + total_tasks: 5 + total_videos: 315 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 5.20 GB +frame_num: 138676 +frame_range: 1M +dataset_size: 5.20 GB +data_structure: 'R1_Lite_take_or_store_plates_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (93 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:104 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_tea_service_table_setting.yaml b/dataset_info/Galaxea_R1_Lite_tea_service_table_setting.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9f79ed08fe509260af5228965f57b9474cf282f8 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_tea_service_table_setting.yaml @@ -0,0 +1,470 @@ +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: Galaxea_R1_Lite_tea_service_table_setting +dataset_uuid: ae8f641b-7e62-47e3-a80a-aab9866a8d29 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: tea_table +- object_name: plate +- object_name: mineral_water +- object_name: cup +- object_name: kettle +- object_name: tea_bag +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the water kettle and tea bags from the tray with the gripper and place them + on the table. Then, pick them up from the table with the gripper and return them + to the tray. +sub_tasks: +- subtask: Return the tea bag to its original position. + subtask_index: 0 +- subtask: Pick up the tea bag. + subtask_index: 1 +- subtask: Pick up the tea cup. + subtask_index: 2 +- subtask: Return the tea cup to its original position. + subtask_index: 3 +- subtask: abnormal. + subtask_index: 4 +- subtask: Return the bottled water to its original position. + subtask_index: 5 +- subtask: Place it on the right. + subtask_index: 6 +- subtask: Return the kettle to its original position. + subtask_index: 7 +- subtask: Place it on the left. + subtask_index: 8 +- subtask: Place it in front of you. + subtask_index: 9 +- subtask: Pick up the kettle. + subtask_index: 10 +- subtask: Pick up the bottled water. + subtask_index: 11 +- subtask: Place it on the tray. + subtask_index: 12 +- subtask: null. + subtask_index: 13 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 109 + total_frames: 107465 + fps: 30 + total_tasks: 14 + total_videos: 327 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 4.61 GB +frame_num: 107465 +frame_range: 1M +dataset_size: 4.61 GB +data_structure: 'R1_Lite_tea_service_table_setting_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (97 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:108 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_throw_out_the_trash.yaml b/dataset_info/Galaxea_R1_Lite_throw_out_the_trash.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9b21f9088ae5e8e164f6e0131e9c697ab85d0fd0 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_throw_out_the_trash.yaml @@ -0,0 +1,450 @@ +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: Galaxea_R1_Lite_throw_out_the_trash +dataset_uuid: 1aceeebe-3221-4690-8d72-ca6f9ec512eb +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: trash_can +- object_name: garbage_bag +- object_name: the_door +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the garbage bag from the can with the gripper, walk to the door, and place + it on the ground with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the outer trash can on the ground. + subtask_index: 1 +- subtask: place the trash bag at the door. + subtask_index: 2 +- subtask: Pick up the trash bag. + subtask_index: 3 +- subtask: abnormal. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 109 + total_frames: 143720 + fps: 30 + total_tasks: 6 + total_videos: 327 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 6.03 GB +frame_num: 143720 +frame_range: 1M +dataset_size: 6.03 GB +data_structure: 'R1_Lite_throw_out_the_trash_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (97 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:108 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_tidy_up_toiletries.yaml b/dataset_info/Galaxea_R1_Lite_tidy_up_toiletries.yaml new file mode 100644 index 0000000000000000000000000000000000000000..120fbb8b22f36e8afa0238328e91a29c0cfe6335 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_tidy_up_toiletries.yaml @@ -0,0 +1,468 @@ +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: Galaxea_R1_Lite_tidy_up_toiletries +dataset_uuid: 8dfd4c19-842d-4dce-8253-ffaf5f56d7df +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: toiletries +- object_name: drawer +- object_name: storage_box +- object_name: cup +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place toiletries into the drawer with the gripper. Place the cup into the box or + on the table with the gripper. +sub_tasks: +- subtask: Place the cup on the table. + subtask_index: 0 +- subtask: Place the comb on the table with the right gripper. + subtask_index: 1 +- subtask: Place the bathroom toiletry into the drawer. + subtask_index: 2 +- subtask: Pick up the cup. + subtask_index: 3 +- subtask: Pick up the bathroom toiletry. + subtask_index: 4 +- subtask: Open the drawer with the left gripper. + subtask_index: 5 +- subtask: Grasp the bathroom toiletry with the left gripper. + subtask_index: 6 +- subtask: place toiletries into the drawer. + subtask_index: 7 +- subtask: Grasp the black cup with the left gripper. + subtask_index: 8 +- subtask: Place the cup on the storage box. + subtask_index: 9 +- subtask: Close the drawer. + subtask_index: 10 +- subtask: Open the drawer. + subtask_index: 11 +- subtask: Place the black cup on the drawer with the left gripper. + subtask_index: 12 +- subtask: null. + subtask_index: 13 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 115 + total_frames: 205789 + fps: 30 + total_tasks: 14 + total_videos: 345 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 9.82 GB +frame_num: 205789 +frame_range: 1M +dataset_size: 9.82 GB +data_structure: 'R1_Lite_tidy_up_toiletries_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (103 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:114 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_toggle_drawer_red.yaml b/dataset_info/Galaxea_R1_Lite_toggle_drawer_red.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9db3d751dd13d17250812cda039a79b6583998b2 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_toggle_drawer_red.yaml @@ -0,0 +1,496 @@ +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: Galaxea_R1_Lite_toggle_drawer_red +dataset_uuid: 4a7631d8-d155-4f92-8256-275c81a1a04c +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: red_drawer +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open the drawer with the gripper. Close the red drawer with the gripper. +sub_tasks: +- subtask: Open the red drawer with right gripper. + subtask_index: 0 +- subtask: Open the yellow drawer with left gripper. + subtask_index: 1 +- subtask: Close the red drawer with right gripper. + subtask_index: 2 +- subtask: Close the yellow drawer with left gripper. + subtask_index: 3 +- subtask: Open the red drawer with the right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Open the red drawer with the left gripper. + subtask_index: 6 +- subtask: Open the red drawer with left gripper. + subtask_index: 7 +- subtask: Right gripper. + subtask_index: 8 +- subtask: Close the red drawer with the left gripper. + subtask_index: 9 +- subtask: Close the red drawer with the right gripper. + subtask_index: 10 +- subtask: Close the red drawer with left gripper. + subtask_index: 11 +- subtask: Left gripper. + subtask_index: 12 +- subtask: null. + subtask_index: 13 +atomic_actions: +- grasp +- push +- pull +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 41856 + fps: 30 + total_tasks: 14 + total_videos: 400 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 1.80 GB +frame_num: 41856 +frame_range: 100K +dataset_size: 1.80 GB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_toggle_drawer_red_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:99 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_toggle_drawer_yellow.yaml b/dataset_info/Galaxea_R1_Lite_toggle_drawer_yellow.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1ff122bef5de67700ffd07011d1b1e1aa299d836 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_toggle_drawer_yellow.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: Galaxea_R1_Lite_toggle_drawer_yellow +dataset_uuid: d6dd9ba4-6793-4774-89e2-4432d8cd8496 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: yellow_drawer +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open the drawer with the gripper. Close the yellow drawer with the gripper. +sub_tasks: +- subtask: Open the yellow drawer with left gripper. + subtask_index: 0 +- subtask: Close the yellow drawer with left gripper. + subtask_index: 1 +- subtask: Close the yellow drawer with the right gripper. + subtask_index: 2 +- subtask: Open the yellow drawer with the right gripper. + subtask_index: 3 +- subtask: Close the yellow drawer with the left gripper. + subtask_index: 4 +- subtask: Open the yellow drawer with right gripper. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: Open the yellow drawer with the left gripper. + subtask_index: 7 +- subtask: Close the yellow drawer with right gripper. + subtask_index: 8 +- subtask: Right gripper. + subtask_index: 9 +- subtask: Left gripper. + subtask_index: 10 +- subtask: null. + subtask_index: 11 +atomic_actions: +- grasp +- push +- pull +robot_name: +- Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_left_rgb +- cam_head_right_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_head_left_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_head_right_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=360x640x3, resolution=640x360, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 97 + total_frames: 37662 + fps: 30 + total_tasks: 12 + total_videos: 388 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 4 + dataset_size: 1.57 GB +frame_num: 37662 +frame_range: 100K +dataset_size: 1.57 GB +data_structure: 'Galaxea_R1_Lite_Galaxea_R1_Lite_toggle_drawer_yellow_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (85 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_left_rgb + + | |-- observation.images.cam_head_right_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:96 +features: + observation.images.cam_head_left_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_head_right_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 360 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 360 + 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: + - 14 + 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 + - 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 + - left_gripper_open + - right_gripper_open + action: + dtype: float32 + shape: + - 14 + 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 + - 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 + - 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_left_rgb/episode_000000.mp4 diff --git a/dataset_info/Galaxea_R1_Lite_wash_the_tableware.yaml b/dataset_info/Galaxea_R1_Lite_wash_the_tableware.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c293e9d333c162e10620cbdd389abe2640c71082 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_wash_the_tableware.yaml @@ -0,0 +1,525 @@ +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: Galaxea_R1_Lite_wash_the_tableware +dataset_uuid: 62b4f49b-4413-4d29-9822-c440835cdf41 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: sink +- object_name: chopsticks +- object_name: spoon +- object_name: bowl +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Turn on the faucet with the gripper. Place the tableware into the sink with the + gripper. Rinse the tableware with the gripper, then place it back with the gripper. +sub_tasks: +- subtask: Grasp yellow bowl with right gripper. + subtask_index: 0 +- subtask: Pick up the bowl. + subtask_index: 1 +- subtask: Open the dispenser valve with right gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Rinse the chopsticks. + subtask_index: 4 +- subtask: place the chopsticks into the sink. + subtask_index: 5 +- subtask: Place the chopsticks on the table. + subtask_index: 6 +- subtask: place a spoon back to the table from the sink. + subtask_index: 7 +- subtask: place a bowl back to the table from the sink. + subtask_index: 8 +- subtask: Place pink bowl into the sink with right gripper. + subtask_index: 9 +- subtask: Rinse the plate. + subtask_index: 10 +- subtask: Wait for the water to rinse the bowl. + subtask_index: 11 +- subtask: Place a chopstick into the sink with right gripper. + subtask_index: 12 +- subtask: place a bowl into the sink. + subtask_index: 13 +- subtask: Rinse the bowl. + subtask_index: 14 +- subtask: Place a chopstick on the bowl with right gripper. + subtask_index: 15 +- subtask: Place the plate on the table. + subtask_index: 16 +- subtask: Pour the water from the yellow bowl into the sink with right gripper. + subtask_index: 17 +- subtask: Place the bowl on the table. + subtask_index: 18 +- subtask: Pick up the chopsticks. + subtask_index: 19 +- subtask: place the chopsticks back to the table from the sink. + subtask_index: 20 +- subtask: place a spoon into the sink. + subtask_index: 21 +- subtask: Pour the water from the pink bowl into the sink with right gripper. + subtask_index: 22 +- subtask: Place the chopsticks on the bowl. + subtask_index: 23 +- subtask: Abnormal. + subtask_index: 24 +- subtask: Pick up the spoon. + subtask_index: 25 +- subtask: Rinse the spoon. + subtask_index: 26 +- subtask: Place yellow bowl on the table with right gripper. + subtask_index: 27 +- subtask: Place yellow bowl into the sink with right gripper. + subtask_index: 28 +- subtask: Place the spoon on the plate. + subtask_index: 29 +- subtask: place a plate back to the table from the sink. + subtask_index: 30 +- subtask: abnormal. + subtask_index: 31 +- subtask: Turn off the faucet. + subtask_index: 32 +- subtask: Pick up the plate. + subtask_index: 33 +- subtask: Place the spoon on the bowl. + subtask_index: 34 +- subtask: Close the dispenser valve with right gripper. + subtask_index: 35 +- subtask: Grasp a chopstick with right gripper. + subtask_index: 36 +- subtask: Grasp pink bowl with right gripper. + subtask_index: 37 +- subtask: Turn on the faucet. + subtask_index: 38 +- subtask: Place pink bowl on the table with right gripper. + subtask_index: 39 +- subtask: place a plate into the sink. + subtask_index: 40 +- subtask: null. + subtask_index: 41 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 137 + total_frames: 197672 + fps: 30 + total_tasks: 42 + total_videos: 411 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 7.26 GB +frame_num: 197672 +frame_range: 1M +dataset_size: 7.26 GB +data_structure: 'R1_Lite_wash_the_tableware_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (125 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:136 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_washing_board.yaml b/dataset_info/Galaxea_R1_Lite_washing_board.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e9fc9635f90ae42761eda8e124c42d6ba976c697 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_washing_board.yaml @@ -0,0 +1,460 @@ +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: Galaxea_R1_Lite_washing_board +dataset_uuid: 5321a05d-2861-4198-a91f-b238e2567ee9 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: faucet +- object_name: sponge +- object_name: cutting_board +- object_name: sink +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Turn on the tap with the gripper. Wipe the cutting board with the cloth. Turn off + the tap with the gripper. +sub_tasks: +- subtask: Pick up the cleaning cloth. + subtask_index: 0 +- subtask: abnormal. + subtask_index: 1 +- subtask: Turn on the tap. + subtask_index: 2 +- subtask: place down the cutting board. + subtask_index: 3 +- subtask: place down the cleaning cloth. + subtask_index: 4 +- subtask: Pick up the cutting board. + subtask_index: 5 +- subtask: Turn off the tap. + subtask_index: 6 +- subtask: wipe the cutting board underwater. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- pick +- place +- open +- wipe +- close +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 97 + total_frames: 156103 + fps: 30 + total_tasks: 9 + total_videos: 291 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 6.94 GB +frame_num: 156103 +frame_range: 1M +dataset_size: 6.94 GB +data_structure: 'R1_Lite_washing_board_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (85 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:96 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galaxea_R1_Lite_wipe_the_table.yaml b/dataset_info/Galaxea_R1_Lite_wipe_the_table.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d7e32b01ca70a6261bc9666504490b4dba731eb6 --- /dev/null +++ b/dataset_info/Galaxea_R1_Lite_wipe_the_table.yaml @@ -0,0 +1,451 @@ +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: Galaxea_R1_Lite_wipe_the_table +dataset_uuid: b7447b1b-1e24-4b6f-9835-82048a217823 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: towel +- object_name: stains +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Wipe the stains on the table with a cloth with the gripper. +sub_tasks: +- subtask: Pick up the tablecloth. + subtask_index: 0 +- subtask: Place the tablecloth. + subtask_index: 1 +- subtask: Place the bottle at the back of the table. + subtask_index: 2 +- subtask: Pick up the bottle. + subtask_index: 3 +- subtask: wipe the stains on the table. + subtask_index: 4 +- subtask: Hand it to the other hand. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Galaxea_R1_Lite +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 107 + total_frames: 67215 + fps: 30 + total_tasks: 7 + total_videos: 321 + total_chunks: 1 + chunks_size: 1000 + state_dim: 14 + action_dim: 14 + camera_views: 3 + dataset_size: 2.40 GB +frame_num: 67215 +frame_range: 100K +dataset_size: 2.40 GB +data_structure: 'R1_Lite_wipe_the_table_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (95 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:106 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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: + - 14 + 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_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_gripper_open + action: + dtype: float32 + shape: + - 14 + 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_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_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galbot_G1_fold_clothe_b.yaml b/dataset_info/Galbot_G1_fold_clothe_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3790131468a908674dade234d24664ef0ea89ef0 --- /dev/null +++ b/dataset_info/Galbot_G1_fold_clothe_b.yaml @@ -0,0 +1,504 @@ +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_clothe_b +dataset_uuid: 0dd63c25-960f-4489-88af-e3c5c38998c2 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: clothes +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- fold and organize the clothes. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: clamp the left edge of the fabric. + subtask_index: 1 +- subtask: pull the clothes to the center of the table. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: use both grippers simultaneously to clamp the upper edge of the clothing + fabric. + subtask_index: 4 +- subtask: use both grippers to pull the lower edge of the fabric forward and fold + it over the upper edge. + subtask_index: 5 +- subtask: use both grippers to pull the upper edge of the fabric backward and fold + it over the lower edge. + subtask_index: 6 +- subtask: use both grippers simultaneously to clamp the lower edge of the clothing + fabric. + subtask_index: 7 +- subtask: pull the clothes downward with both gripper. + subtask_index: 8 +- subtask: pull the left edge of the fabric to the left and folds it over the right + edge. + subtask_index: 9 +- subtask: Flip the folded clothes over with left gripper. + subtask_index: 10 +- subtask: null. + subtask_index: 11 +atomic_actions: +- grasp +- place +- pick +- flod +robot_name: +- Galbot_G1 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 213 + total_frames: 197328 + fps: 30 + total_tasks: 12 + total_videos: 639 + total_chunks: 1 + chunks_size: 1000 + state_dim: 49 + action_dim: 16 + camera_views: 3 + dataset_size: 8.83 GB +frame_num: 197328 +frame_range: 1M +dataset_size: 8.83 GB +data_structure: 'Galbot_g1_fold_clothe_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (201 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:212 +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: 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 49 + names: + - body_joint_1_rad + - body_joint_2_rad + - body_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 + - left_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galbot_G1_fold_clothe_c.yaml b/dataset_info/Galbot_G1_fold_clothe_c.yaml new file mode 100644 index 0000000000000000000000000000000000000000..38e1c2dea95d6c7d13e71cc78d57a9ec215fccc5 --- /dev/null +++ b/dataset_info/Galbot_G1_fold_clothe_c.yaml @@ -0,0 +1,504 @@ +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_clothe_c +dataset_uuid: 9c9c15eb-08d9-4119-b551-ce2439643f0f +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: clothes +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- fold and organize the clothes. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: clamp the left edge of the fabric. + subtask_index: 1 +- subtask: pull the clothes to the center of the table. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: use both grippers simultaneously to clamp the upper edge of the clothing + fabric. + subtask_index: 4 +- subtask: use both grippers to pull the lower edge of the fabric forward and fold + it over the upper edge. + subtask_index: 5 +- subtask: use both grippers to pull the upper edge of the fabric backward and fold + it over the lower edge. + subtask_index: 6 +- subtask: use both grippers simultaneously to clamp the lower edge of the clothing + fabric. + subtask_index: 7 +- subtask: pull the clothes downward with both gripper. + subtask_index: 8 +- subtask: pull the left edge of the fabric to the left and folds it over the right + edge. + subtask_index: 9 +- subtask: Flip the folded clothes over with left gripper. + subtask_index: 10 +- subtask: null. + subtask_index: 11 +atomic_actions: +- grasp +- place +- pick +- flod +robot_name: +- Galbot_G1 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 666 + total_frames: 516810 + fps: 30 + total_tasks: 12 + total_videos: 1998 + total_chunks: 1 + chunks_size: 1000 + state_dim: 49 + action_dim: 16 + camera_views: 3 + dataset_size: 22.34 GB +frame_num: 516810 +frame_range: 1M +dataset_size: 22.34 GB +data_structure: 'Galbot_g1_fold_clothe_c_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (654 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:665 +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: 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 49 + names: + - body_joint_1_rad + - body_joint_2_rad + - body_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 + - left_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galbot_G1_fold_clothe_e.yaml b/dataset_info/Galbot_G1_fold_clothe_e.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3996f117903c315a95dfdca120487f37aaf059c5 --- /dev/null +++ b/dataset_info/Galbot_G1_fold_clothe_e.yaml @@ -0,0 +1,506 @@ +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_clothe_e +dataset_uuid: 55462322-b5d2-4e42-a329-a02ce05490b8 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: clothes +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- fold and organize the clothes. +sub_tasks: +- subtask: Flip the folded clothes over with right gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: clamp the left edge of the fabric. + subtask_index: 2 +- subtask: pull the clothes to the center of the table. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: use both grippers simultaneously to clamp the upper edge of the clothing + fabric. + subtask_index: 5 +- subtask: use both grippers to pull the lower edge of the fabric forward and fold + it over the upper edge. + subtask_index: 6 +- subtask: use both grippers to pull the upper edge of the fabric backward and fold + it over the lower edge. + subtask_index: 7 +- subtask: use both grippers simultaneously to clamp the lower edge of the clothing + fabric. + subtask_index: 8 +- subtask: pull the clothes downward with both gripper. + subtask_index: 9 +- subtask: pull the left edge of the fabric to the left and folds it over the right + edge. + subtask_index: 10 +- subtask: Flip the folded clothes over with left gripper. + subtask_index: 11 +- subtask: null. + subtask_index: 12 +atomic_actions: +- grasp +- place +- pick +- flod +robot_name: +- Galbot_G1 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 865 + total_frames: 692130 + fps: 30 + total_tasks: 13 + total_videos: 2595 + total_chunks: 1 + chunks_size: 1000 + state_dim: 49 + action_dim: 16 + camera_views: 3 + dataset_size: 25.82 GB +frame_num: 692130 +frame_range: 1M +dataset_size: 25.82 GB +data_structure: 'Galbot_g1_fold_clothe_e_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (853 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:864 +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: 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 49 + names: + - body_joint_1_rad + - body_joint_2_rad + - body_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 + - left_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galbot_G1_steamer_storage_baozi_a.yaml b/dataset_info/Galbot_G1_steamer_storage_baozi_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b356ba1ed0f95c8ed011c60abf9ca7baec70da6c --- /dev/null +++ b/dataset_info/Galbot_G1_steamer_storage_baozi_a.yaml @@ -0,0 +1,489 @@ +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_a +dataset_uuid: 1e479c19-9f69-42ac-9238-114fcf1a487c +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: baozi +- object_name: steamer +- object_name: pot_lid +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- take steamed baozi put them in steamer then cover it. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the baozi on the steamer with right gripper. + subtask_index: 1 +- subtask: Place the pot lid on the steamer with left gripper. + subtask_index: 2 +- subtask: Grasp the pot lid with left gripper. + subtask_index: 3 +- subtask: Grasp the baozi in the plate with right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- place +- pick +robot_name: +- Galbot_G1 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 266 + total_frames: 250217 + fps: 30 + total_tasks: 6 + total_videos: 798 + total_chunks: 1 + chunks_size: 1000 + state_dim: 49 + action_dim: 16 + camera_views: 3 + dataset_size: 4.29 GB +frame_num: 250217 +frame_range: 1M +dataset_size: 4.29 GB +data_structure: 'Galbot_g1_steamer_storage_baozi_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (254 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:265 +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: 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 49 + names: + - body_joint_1_rad + - body_joint_2_rad + - body_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 + - left_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galbot_G1_steamer_storage_baozi_b.yaml b/dataset_info/Galbot_G1_steamer_storage_baozi_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b958c5bac51fb222d8ae363b168113706dced8c3 --- /dev/null +++ b/dataset_info/Galbot_G1_steamer_storage_baozi_b.yaml @@ -0,0 +1,491 @@ +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_b +dataset_uuid: 8e39e24f-3c2a-42e1-a5ca-04a7b55ef43c +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: baozi +- object_name: steamer +- object_name: pot_lid +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- take steamed baozi put them in steamer then cover it. +sub_tasks: +- subtask: Grasp the pot lid with left gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Place the pot lid on the steamer with left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Place the baozi on the steamer with right gripper. + subtask_index: 4 +- subtask: Grasp the baozi in the plate with right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- place +- pick +robot_name: +- Galbot_G1 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 430 + total_frames: 449647 + fps: 30 + total_tasks: 7 + total_videos: 1290 + total_chunks: 1 + chunks_size: 1000 + state_dim: 49 + action_dim: 16 + camera_views: 3 + dataset_size: 8.49 GB +frame_num: 449647 +frame_range: 1M +dataset_size: 8.49 GB +data_structure: 'Galbot_g1_steamer_storage_baozi_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (418 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:429 +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: 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 49 + names: + - body_joint_1_rad + - body_joint_2_rad + - body_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 + - left_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galbot_G1_steamer_storage_baozi_c.yaml b/dataset_info/Galbot_G1_steamer_storage_baozi_c.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3574a040a1b12e48015fd0b8a915fc6e46e405a6 --- /dev/null +++ b/dataset_info/Galbot_G1_steamer_storage_baozi_c.yaml @@ -0,0 +1,491 @@ +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_c +dataset_uuid: 9e52b78e-5521-46bc-a8f7-c30253014025 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: baozi +- object_name: steamer +- object_name: pot_lid +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- take steamed baozi put them in steamer then cover it. +sub_tasks: +- subtask: Grasp the pot lid with left gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Place the pot lid on the steamer with left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Place the baozi on the steamer with right gripper. + subtask_index: 4 +- subtask: Grasp the baozi in the plate with right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- place +- pick +robot_name: +- Galbot_G1 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 207 + total_frames: 226059 + fps: 30 + total_tasks: 7 + total_videos: 621 + total_chunks: 1 + chunks_size: 1000 + state_dim: 49 + action_dim: 16 + camera_views: 3 + dataset_size: 3.97 GB +frame_num: 226059 +frame_range: 1M +dataset_size: 3.97 GB +data_structure: 'Galbot_g1_steamer_storage_baozi_c_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (195 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:206 +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: 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 49 + names: + - body_joint_1_rad + - body_joint_2_rad + - body_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 + - left_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galbot_G1_steamer_storage_baozi_d.yaml b/dataset_info/Galbot_G1_steamer_storage_baozi_d.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cbcdebb157502f499817b110eaf5beab9b7144e1 --- /dev/null +++ b/dataset_info/Galbot_G1_steamer_storage_baozi_d.yaml @@ -0,0 +1,491 @@ +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_d +dataset_uuid: 6476bc25-2a08-4c26-98c9-e84875c9b667 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: baozi +- object_name: steamer +- object_name: pot_lid +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- take steamed baozi put them in steamer then cover it. +sub_tasks: +- subtask: Grasp the pot lid with left gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Place the pot lid on the steamer with left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Place the baozi on the steamer with right gripper. + subtask_index: 4 +- subtask: Grasp the baozi in the plate with right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- place +- pick +robot_name: +- Galbot_G1 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 969 + total_frames: 992823 + fps: 30 + total_tasks: 7 + total_videos: 2907 + total_chunks: 1 + chunks_size: 1000 + state_dim: 49 + action_dim: 16 + camera_views: 3 + dataset_size: 16.70 GB +frame_num: 992823 +frame_range: 1M +dataset_size: 16.70 GB +data_structure: 'Galbot_g1_steamer_storage_baozi_d_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (957 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:968 +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: 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 49 + names: + - body_joint_1_rad + - body_joint_2_rad + - body_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 + - left_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galbot_G1_steamer_storage_baozi_e.yaml b/dataset_info/Galbot_G1_steamer_storage_baozi_e.yaml new file mode 100644 index 0000000000000000000000000000000000000000..69deb77bb82c3c87b70e3aafdf151965587afe2a --- /dev/null +++ b/dataset_info/Galbot_G1_steamer_storage_baozi_e.yaml @@ -0,0 +1,491 @@ +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_e +dataset_uuid: c1e9fbc2-7775-4cc2-9a8c-d4c58aca210a +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: baozi +- object_name: steamer +- object_name: pot_lid +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- take steamed baozi put them in steamer then cover it. +sub_tasks: +- subtask: Grasp the pot lid with left gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Place the pot lid on the steamer with left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Place the baozi on the steamer with right gripper. + subtask_index: 4 +- subtask: Grasp the baozi in the plate with right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- place +- pick +robot_name: +- Galbot_G1 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 607 + total_frames: 627792 + fps: 30 + total_tasks: 7 + total_videos: 1821 + total_chunks: 1 + chunks_size: 1000 + state_dim: 49 + action_dim: 16 + camera_views: 3 + dataset_size: 11.15 GB +frame_num: 627792 +frame_range: 1M +dataset_size: 11.15 GB +data_structure: 'Galbot_g1_steamer_storage_baozi_e_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (595 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:606 +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: 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 49 + names: + - body_joint_1_rad + - body_joint_2_rad + - body_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 + - left_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galbot_G1_steamer_storage_baozi_f.yaml b/dataset_info/Galbot_G1_steamer_storage_baozi_f.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4f7cf244db08fa4c40820ea412d27082625bbde9 --- /dev/null +++ b/dataset_info/Galbot_G1_steamer_storage_baozi_f.yaml @@ -0,0 +1,489 @@ +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_f +dataset_uuid: 1e21db73-d466-45c1-8126-027d96c93953 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: baozi +- object_name: steamer +- object_name: pot_lid +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- take steamed baozi put them in steamer then cover it. +sub_tasks: +- subtask: Grasp the pot lid with left gripper. + subtask_index: 0 +- subtask: Place the pot lid on the steamer with left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Place the baozi on the steamer with right gripper. + subtask_index: 3 +- subtask: Grasp the baozi in the plate with right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- place +- pick +robot_name: +- Galbot_G1 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 96 + total_frames: 101540 + fps: 30 + total_tasks: 6 + total_videos: 288 + total_chunks: 1 + chunks_size: 1000 + state_dim: 49 + action_dim: 16 + camera_views: 3 + dataset_size: 1.95 GB +frame_num: 101540 +frame_range: 1M +dataset_size: 1.95 GB +data_structure: 'Galbot_g1_steamer_storage_baozi_f_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (84 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:95 +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: 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 49 + names: + - body_joint_1_rad + - body_joint_2_rad + - body_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 + - left_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galbot_G1_steamer_storage_baozi_g.yaml b/dataset_info/Galbot_G1_steamer_storage_baozi_g.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b58393e3dfebe63c36bb73835efda747922895cd --- /dev/null +++ b/dataset_info/Galbot_G1_steamer_storage_baozi_g.yaml @@ -0,0 +1,489 @@ +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_g +dataset_uuid: fc0c05a2-5b0d-4aa4-9329-eb16047d2f03 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: baozi +- object_name: steamer +- object_name: pot_lid +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- take steamed baozi put them in steamer then cover it. +sub_tasks: +- subtask: Grasp the pot lid with left gripper. + subtask_index: 0 +- subtask: Place the pot lid on the steamer with left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Place the baozi on the steamer with right gripper. + subtask_index: 3 +- subtask: Grasp the baozi in the plate with right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- place +- pick +robot_name: +- Galbot_G1 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 89 + total_frames: 87860 + fps: 30 + total_tasks: 6 + total_videos: 267 + total_chunks: 1 + chunks_size: 1000 + state_dim: 49 + action_dim: 16 + camera_views: 3 + dataset_size: 1.60 GB +frame_num: 87860 +frame_range: 100K +dataset_size: 1.60 GB +data_structure: 'Galbot_g1_steamer_storage_baozi_g_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (77 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:88 +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: 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 49 + names: + - body_joint_1_rad + - body_joint_2_rad + - body_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 + - left_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galbot_G1_steamer_storage_baozi_h.yaml b/dataset_info/Galbot_G1_steamer_storage_baozi_h.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9414f980e046621080a5c29e23758d2331c2c064 --- /dev/null +++ b/dataset_info/Galbot_G1_steamer_storage_baozi_h.yaml @@ -0,0 +1,489 @@ +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_h +dataset_uuid: 23188104-2751-4169-b13b-286381a44645 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: baozi +- object_name: steamer +- object_name: pot_lid +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- take steamed baozi put them in steamer then cover it. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the baozi on the steamer with right gripper. + subtask_index: 1 +- subtask: Place the pot lid on the steamer with left gripper. + subtask_index: 2 +- subtask: Grasp the pot lid with left gripper. + subtask_index: 3 +- subtask: Grasp the baozi in the plate with right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- place +- pick +robot_name: +- Galbot_G1 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 996 + total_frames: 979757 + fps: 30 + total_tasks: 6 + total_videos: 2988 + total_chunks: 1 + chunks_size: 1000 + state_dim: 49 + action_dim: 16 + camera_views: 3 + dataset_size: 18.21 GB +frame_num: 979757 +frame_range: 1M +dataset_size: 18.21 GB +data_structure: 'Galbot_g1_steamer_storage_baozi_h_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (984 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:995 +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: 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 49 + names: + - body_joint_1_rad + - body_joint_2_rad + - body_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 + - left_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galbot_G1_steamer_storage_baozi_i.yaml b/dataset_info/Galbot_G1_steamer_storage_baozi_i.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f54ba79729b29fb02d7fb91b37ba69956bc119f0 --- /dev/null +++ b/dataset_info/Galbot_G1_steamer_storage_baozi_i.yaml @@ -0,0 +1,489 @@ +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_i +dataset_uuid: 297d5a36-b520-4bf8-b733-99252b14cb64 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: baozi +- object_name: steamer +- object_name: pot_lid +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- take steamed baozi put them in steamer then cover it. +sub_tasks: +- subtask: Grasp the pot lid with left gripper. + subtask_index: 0 +- subtask: Place the pot lid on the steamer with left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Place the baozi on the steamer with right gripper. + subtask_index: 3 +- subtask: Grasp the baozi in the plate with right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- place +- pick +robot_name: +- Galbot_G1 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 32 + total_frames: 30158 + fps: 30 + total_tasks: 6 + total_videos: 96 + total_chunks: 1 + chunks_size: 1000 + state_dim: 49 + action_dim: 16 + camera_views: 3 + dataset_size: 558.36 MB +frame_num: 30158 +frame_range: 100K +dataset_size: 558.36 MB +data_structure: 'Galbot_g1_steamer_storage_baozi_i_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (20 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:31 +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: 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 49 + names: + - body_joint_1_rad + - body_joint_2_rad + - body_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 + - left_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Galbot_G1_steamer_storage_baozi_j.yaml b/dataset_info/Galbot_G1_steamer_storage_baozi_j.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8fd3d1b7e4d44632ba73f90f02d9bb7a7c80f922 --- /dev/null +++ b/dataset_info/Galbot_G1_steamer_storage_baozi_j.yaml @@ -0,0 +1,499 @@ +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_j +dataset_uuid: b53dc50b-2b01-4783-900a-e0a8fa876a20 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: baozi +- object_name: steamer +- object_name: pot_lid +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- take steamed baozi put them in steamer then cover it. +sub_tasks: +- subtask: Place the pot lid on the table with left gripper. + subtask_index: 0 +- subtask: Grasp the pot lid with left gripper. + subtask_index: 1 +- subtask: Place the pot lid on the steamer with left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Move the swap to the right with left gripper. + subtask_index: 4 +- subtask: Place the baozi on the steamer with right gripper. + subtask_index: 5 +- subtask: Grasp the baozi with right gripper. + subtask_index: 6 +- subtask: Place the baozi on the plate with right gripper. + subtask_index: 7 +- subtask: Move the swap to the left with right gripper. + subtask_index: 8 +- subtask: Grasp the baozi in the plate with right gripper. + subtask_index: 9 +- subtask: null. + subtask_index: 10 +atomic_actions: +- grasp +- place +- pick +robot_name: +- Galbot_G1 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=368x640x3, resolution=640x368, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 41 + total_frames: 56015 + fps: 30 + total_tasks: 11 + total_videos: 123 + total_chunks: 1 + chunks_size: 1000 + state_dim: 49 + action_dim: 16 + camera_views: 3 + dataset_size: 1.12 GB +frame_num: 56015 +frame_range: 100K +dataset_size: 1.12 GB +data_structure: 'Galbot_g1_steamer_storage_baozi_j_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (29 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:40 +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: 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 368 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 368 + 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: + - 49 + names: + - body_joint_1_rad + - body_joint_2_rad + - body_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 + - left_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + 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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Leju_Kuavo_4_box_storage_parcel.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel.yaml new file mode 100644 index 0000000000000000000000000000000000000000..17ccd5c760958a30d42e88463a7b20def4473129 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel.yaml @@ -0,0 +1,574 @@ +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 +dataset_uuid: b6a8ebae-9a8f-44c4-a7a1-7893c558480b +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: parcel +- object_name: conveyor_belt +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move the parcel from the conveyor to the table with the left gripper to box it. +sub_tasks: +- subtask: Grasp the package on the scanner with left gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: place the parcel inside the courier box. + subtask_index: 2 +- subtask: Place the parcel onto the inbound machine. + subtask_index: 3 +- subtask: Place the parcel into the delivery box. + subtask_index: 4 +- subtask: Grasp the package on the conveyor belt with right gripper. + subtask_index: 5 +- subtask: Place the package in the green box with left gripper. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: Pick up the parcel from the conveyor belt. + subtask_index: 8 +- subtask: pick up the parcel off the conveyor belt. + subtask_index: 9 +- subtask: Place the package on the scanner with right gripper. + subtask_index: 10 +- subtask: Pick up the parcel from the inbound machine. + subtask_index: 11 +- subtask: null. + subtask_index: 12 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 443 + total_frames: 537851 + fps: 30 + total_tasks: 13 + total_videos: 1329 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 27.23 GB +frame_num: 537851 +frame_range: 1M +dataset_size: 27.23 GB +data_structure: 'leju_robot_box_storage_parcel_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (431 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:442 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel_a.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ce8d492c3edfb0dfa3610760070ecbbd07a40b4e --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel_a.yaml @@ -0,0 +1,559 @@ +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_a +dataset_uuid: 58a31ae7-afbc-4d56-953d-6df89f8c1ba5 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: parcel +- object_name: conveyor_belt +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move the parcel with the right gripper from the conveyor to the table. Then, move + the parcel to the left box with the left gripper. +sub_tasks: +- subtask: Place the package into the parcel locker. + subtask_index: 0 +- subtask: Pick up the package from the inbound machine. + subtask_index: 1 +- subtask: Pick up the package from the conveyor belt. + subtask_index: 2 +- subtask: Place the package onto the inbound machine. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 493 + total_frames: 189545 + fps: 30 + total_tasks: 5 + total_videos: 1479 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 9.71 GB +frame_num: 189545 +frame_range: 1M +dataset_size: 9.71 GB +data_structure: 'leju_robot_box_storage_parcel_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (481 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:492 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel_b.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..982ddfa300d5e5f9fc1b1dc5b96e3e1b90acb882 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel_b.yaml @@ -0,0 +1,559 @@ +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_b +dataset_uuid: 5e55ad50-424b-4a78-9d00-e0d7a45f48f7 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: parcel +- object_name: conveyor_belt +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move the parcel with the right gripper from the conveyor to the table. Then, move + the parcel to the left box with the left gripper. +sub_tasks: +- subtask: Place the package into the parcel locker. + subtask_index: 0 +- subtask: Pick up the package from the inbound machine. + subtask_index: 1 +- subtask: Pick up the package from the conveyor belt. + subtask_index: 2 +- subtask: Place the package onto the inbound machine. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 497 + total_frames: 186311 + fps: 30 + total_tasks: 5 + total_videos: 1491 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 9.52 GB +frame_num: 186311 +frame_range: 1M +dataset_size: 9.52 GB +data_structure: 'leju_robot_box_storage_parcel_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (485 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:496 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel_c.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel_c.yaml new file mode 100644 index 0000000000000000000000000000000000000000..544307e8b6118b2bd79226b899e85124a1d34113 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel_c.yaml @@ -0,0 +1,559 @@ +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_c +dataset_uuid: 3c05a32c-9807-467b-b1a5-2f7f3fe27928 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: parcel +- object_name: conveyor_belt +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move the parcel with the right gripper from the conveyor to the table. Then, move + the parcel to the left box with the left gripper. +sub_tasks: +- subtask: Place the package onto the inbound machine. + subtask_index: 0 +- subtask: Place the package into the parcel locker. + subtask_index: 1 +- subtask: Pick up the package from the inbound machine. + subtask_index: 2 +- subtask: Pick up the package from the conveyor belt. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 493 + total_frames: 187995 + fps: 30 + total_tasks: 5 + total_videos: 1479 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 9.61 GB +frame_num: 187995 +frame_range: 1M +dataset_size: 9.61 GB +data_structure: 'leju_robot_box_storage_parcel_c_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (481 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:492 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel_d.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel_d.yaml new file mode 100644 index 0000000000000000000000000000000000000000..207060ef32b7e7bafa3826c393b16d077aebe24f --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel_d.yaml @@ -0,0 +1,563 @@ +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_d +dataset_uuid: a24f0c02-18b7-4770-8ed1-41d5db2ba6d8 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cleaner +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cleaner with the right gripper and pass it to the left gripper, then + place it on the table with the left gripper. +sub_tasks: +- subtask: Pass the laundry detergent to the left gripper. + subtask_index: 0 +- subtask: Pick up the fast-moving consumer goods bottle from the table. + subtask_index: 1 +- subtask: pick up the fast-moving consumer goods bottle from the table. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: Grasp the laundry detergent with right gripper. + subtask_index: 4 +- subtask: Place the laundry detergent on the yellow rubber mat with left gripper. + subtask_index: 5 +- subtask: Flip the fast-moving consumer goods bottle to the front side. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 212 + total_frames: 288956 + fps: 30 + total_tasks: 8 + total_videos: 636 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 17.99 GB +frame_num: 288956 +frame_range: 1M +dataset_size: 17.99 GB +data_structure: 'leju_robot_box_storage_parcel_d_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (200 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:211 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel_f.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel_f.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e9ee1712be06337a99f3f9d0226c2b1dc73de90d --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel_f.yaml @@ -0,0 +1,558 @@ +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_f +dataset_uuid: 52fd6211-f929-4608-b45d-501557f97fc8 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: parcel +- object_name: conveyor_belt +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move the parcel from the conveyor to the table with the left gripper to box it. +sub_tasks: +- subtask: Place the package into the parcel locker. + subtask_index: 0 +- subtask: Pick up the package from the inbound machine. + subtask_index: 1 +- subtask: Pick up the package from the conveyor belt. + subtask_index: 2 +- subtask: Place the package onto the inbound machine. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 497 + total_frames: 185943 + fps: 30 + total_tasks: 5 + total_videos: 1491 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 9.51 GB +frame_num: 185943 +frame_range: 1M +dataset_size: 9.51 GB +data_structure: 'leju_robot_box_storage_parcel_f_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (485 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:496 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel_g.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel_g.yaml new file mode 100644 index 0000000000000000000000000000000000000000..14e30e454121799287770f00cad3fbb4ca26823c --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel_g.yaml @@ -0,0 +1,559 @@ +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_g +dataset_uuid: 1b130f08-2c4e-4724-ad03-8ecda43684fd +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: parcel +- object_name: conveyor_belt +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move the parcel with the right gripper from the conveyor to the table. Then, move + the parcel to the left box with the left gripper. +sub_tasks: +- subtask: Place the package into the parcel locker. + subtask_index: 0 +- subtask: Pick up the package from the inbound machine. + subtask_index: 1 +- subtask: Pick up the package from the conveyor belt. + subtask_index: 2 +- subtask: Place the package onto the inbound machine. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 492 + total_frames: 182793 + fps: 30 + total_tasks: 5 + total_videos: 1476 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 9.38 GB +frame_num: 182793 +frame_range: 1M +dataset_size: 9.38 GB +data_structure: 'leju_robot_box_storage_parcel_g_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (480 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:491 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel_h.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel_h.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b4340c7b51853847569f84b5e5bb8dfe45ce8c6e --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel_h.yaml @@ -0,0 +1,559 @@ +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_h +dataset_uuid: 6dd99999-811b-4ae1-aac2-7a5b81087eaa +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: parcel +- object_name: conveyor_belt +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move the parcel with the right gripper from the conveyor to the table. Then, move + the parcel to the left box with the left gripper. +sub_tasks: +- subtask: Place the package into the parcel locker. + subtask_index: 0 +- subtask: Pick up the package from the inbound machine. + subtask_index: 1 +- subtask: Pick up the package from the conveyor belt. + subtask_index: 2 +- subtask: Place the package onto the inbound machine. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 389 + total_frames: 149279 + fps: 30 + total_tasks: 5 + total_videos: 1167 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 7.67 GB +frame_num: 149279 +frame_range: 1M +dataset_size: 7.67 GB +data_structure: 'leju_robot_box_storage_parcel_h_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (377 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:388 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel_i.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel_i.yaml new file mode 100644 index 0000000000000000000000000000000000000000..86cb920eea1e96a86e607b698105da30aa5e913a --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel_i.yaml @@ -0,0 +1,556 @@ +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_i +dataset_uuid: 6e0f6aaf-d447-436f-bfc3-bedd5a1bce04 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: parcel +- object_name: conveyor_belt +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move the parcel from the conveyor to the table with the left gripper to box it. +sub_tasks: +- subtask: Pick up the bottle from the table. + subtask_index: 0 +- subtask: Flip the bottle to face forward. + subtask_index: 1 +- subtask: pick up the bottle from the table. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 222 + total_frames: 313461 + fps: 30 + total_tasks: 4 + total_videos: 666 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 19.35 GB +frame_num: 313461 +frame_range: 1M +dataset_size: 19.35 GB +data_structure: 'leju_robot_box_storage_parcel_i_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (210 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:221 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_box_storage_parcel_j.yaml b/dataset_info/Leju_Kuavo_4_box_storage_parcel_j.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0771c9dbf1686ab5f75f9dedc5130196ff43ca61 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_box_storage_parcel_j.yaml @@ -0,0 +1,555 @@ +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_j +dataset_uuid: a9028fc5-d827-45d1-a2a9-31593becbf59 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cleaner +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cleaner with the right gripper and pass it to the left gripper, then + place it on the table with the left gripper. +sub_tasks: +- subtask: pick up the fast-moving consumer goods bottle from the table. + subtask_index: 0 +- subtask: Pick up the fast-moving consumer goods bottle from the table. + subtask_index: 1 +- subtask: Flip the fast-moving consumer goods bottle to the front side. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 226 + total_frames: 322063 + fps: 30 + total_tasks: 4 + total_videos: 678 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 20.02 GB +frame_num: 322063 +frame_range: 1M +dataset_size: 20.02 GB +data_structure: 'leju_robot_box_storage_parcel_j_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (214 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:225 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_hotel_services_a.yaml b/dataset_info/Leju_Kuavo_4_hotel_services_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..eef94b2555eb768d8d604e84a277e1db9078181f --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_hotel_services_a.yaml @@ -0,0 +1,561 @@ +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_hotel_services_a +dataset_uuid: 3e695119-00a0-4747-9da8-d491e6035ee1 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: card +- object_name: box +- object_name: card_reader +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the identity card with the gripper and place it on the card reader. Pass + the identity card and room card to the human with the gripper. +sub_tasks: +- subtask: Hand the room key to the person. + subtask_index: 0 +- subtask: Place the ID card on the card reader. + subtask_index: 1 +- subtask: pick up the ID card from the person's hand. + subtask_index: 2 +- subtask: Pick up the room key from the key card box. + subtask_index: 3 +- subtask: Hand the ID card to the person. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 340 + total_frames: 234607 + fps: 30 + total_tasks: 6 + total_videos: 1020 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 15.65 GB +frame_num: 234607 +frame_range: 1M +dataset_size: 15.65 GB +data_structure: 'leju_robot_hotel_services_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (328 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:339 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_hotel_services_aa.yaml b/dataset_info/Leju_Kuavo_4_hotel_services_aa.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f0a1ac07e0610d4ba658e28b5e769425dbcfab63 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_hotel_services_aa.yaml @@ -0,0 +1,560 @@ +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_hotel_services_aa +dataset_uuid: dcd0025f-866e-4a2c-8898-6bf7dc424bc2 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: card +- object_name: box +- object_name: sensor +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the room card from the front box with the gripper and pass the room card. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: pick up out the room card with right gripper. + subtask_index: 1 +- subtask: Hand the room card to the guest with right gripper. + subtask_index: 2 +- subtask: Hand the room card to the target. + subtask_index: 3 +- subtask: Pick up the room card from the card holder. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 419 + total_frames: 70570 + fps: 30 + total_tasks: 6 + total_videos: 1257 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 4.52 GB +frame_num: 70570 +frame_range: 100K +dataset_size: 4.52 GB +data_structure: 'leju_robot_hotel_services_aa_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (407 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:418 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_hotel_services_ab.yaml b/dataset_info/Leju_Kuavo_4_hotel_services_ab.yaml new file mode 100644 index 0000000000000000000000000000000000000000..44d8764a97660cc6736176cbba816a316d43180c --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_hotel_services_ab.yaml @@ -0,0 +1,560 @@ +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_hotel_services_ab +dataset_uuid: e7a6fa76-d4ee-4f1a-b951-26d50fb71f0d +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: card +- object_name: box +- object_name: sensor +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the room card from the front box with the gripper and pass the room card. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: pick up out the room card with right gripper. + subtask_index: 1 +- subtask: Hand the room card to the guest with right gripper. + subtask_index: 2 +- subtask: Hand the room card to the target. + subtask_index: 3 +- subtask: Pick up the room card from the card holder. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 450 + total_frames: 81123 + fps: 30 + total_tasks: 6 + total_videos: 1350 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 5.16 GB +frame_num: 81123 +frame_range: 100K +dataset_size: 5.16 GB +data_structure: 'leju_robot_hotel_services_ab_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (438 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:449 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_hotel_services_ac.yaml b/dataset_info/Leju_Kuavo_4_hotel_services_ac.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1a7f3dfcaa9bd53d6762e7c77986a717df946e1f --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_hotel_services_ac.yaml @@ -0,0 +1,554 @@ +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_hotel_services_ac +dataset_uuid: ff64c171-6616-4c0a-9876-42719e539bbf +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: card +- object_name: box +- object_name: sensor +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the room card from the front box with the gripper and pass the room card. +sub_tasks: +- subtask: Pick up the key card from the card box. + subtask_index: 0 +- subtask: Hand the key card to the target. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 431 + total_frames: 73697 + fps: 30 + total_tasks: 3 + total_videos: 1293 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 4.71 GB +frame_num: 73697 +frame_range: 100K +dataset_size: 4.71 GB +data_structure: 'leju_robot_hotel_services_ac_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (419 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:430 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_hotel_services_ad.yaml b/dataset_info/Leju_Kuavo_4_hotel_services_ad.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1210b64522f60dcf15f585dc7a0c68b286d24359 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_hotel_services_ad.yaml @@ -0,0 +1,560 @@ +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_hotel_services_ad +dataset_uuid: 1bbfd926-a183-40a4-8649-0b9958b0ffcf +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: card +- object_name: box +- object_name: sensor +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the room card from the front box with the gripper and pass the room card. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: pick up out the room card with right gripper. + subtask_index: 1 +- subtask: Hand the room card to the guest with right gripper. + subtask_index: 2 +- subtask: Hand the room card to the target. + subtask_index: 3 +- subtask: Pick up the room card from the card holder. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 430 + total_frames: 73346 + fps: 30 + total_tasks: 6 + total_videos: 1290 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 4.70 GB +frame_num: 73346 +frame_range: 100K +dataset_size: 4.70 GB +data_structure: 'leju_robot_hotel_services_ad_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (418 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:429 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_hotel_services_ae.yaml b/dataset_info/Leju_Kuavo_4_hotel_services_ae.yaml new file mode 100644 index 0000000000000000000000000000000000000000..eb12816bc183be223d0a48fbe20412bf3c64c393 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_hotel_services_ae.yaml @@ -0,0 +1,554 @@ +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_hotel_services_ae +dataset_uuid: 91537f29-b5ac-455f-bfdf-78d671e6f66d +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: card +- object_name: box +- object_name: sensor +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the room card from the front box with the gripper and pass the room card. +sub_tasks: +- subtask: Pick up the key card from the card box. + subtask_index: 0 +- subtask: Hand the key card to the target. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 449 + total_frames: 78394 + fps: 30 + total_tasks: 3 + total_videos: 1347 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 5.01 GB +frame_num: 78394 +frame_range: 100K +dataset_size: 5.01 GB +data_structure: 'leju_robot_hotel_services_ae_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (437 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:448 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_hotel_services_af.yaml b/dataset_info/Leju_Kuavo_4_hotel_services_af.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1a3d661b08da0c4985ba6897ef38779eb370c22d --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_hotel_services_af.yaml @@ -0,0 +1,554 @@ +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_hotel_services_af +dataset_uuid: 454ce503-1811-4c2a-9a2d-e6c284efa8e3 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: card +- object_name: box +- object_name: sensor +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the room card from the front box with the gripper and pass the room card. +sub_tasks: +- subtask: Pick up the key card from the card box. + subtask_index: 0 +- subtask: Hand the key card to the target. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 437 + total_frames: 77713 + fps: 30 + total_tasks: 3 + total_videos: 1311 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 4.93 GB +frame_num: 77713 +frame_range: 100K +dataset_size: 4.93 GB +data_structure: 'leju_robot_hotel_services_af_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (425 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:436 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_hotel_services_ag.yaml b/dataset_info/Leju_Kuavo_4_hotel_services_ag.yaml new file mode 100644 index 0000000000000000000000000000000000000000..19dbdd65c7462f7b5ec18f774a2041f00608c152 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_hotel_services_ag.yaml @@ -0,0 +1,554 @@ +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_hotel_services_ag +dataset_uuid: fe6eebfa-58f5-4409-aad8-bc8aa39381cc +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: card +- object_name: box +- object_name: sensor +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the room card from the front box with the gripper and pass the room card. +sub_tasks: +- subtask: Pick up the key card from the card box. + subtask_index: 0 +- subtask: Hand the key card to the target. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 428 + total_frames: 72556 + fps: 30 + total_tasks: 3 + total_videos: 1284 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 4.62 GB +frame_num: 72556 +frame_range: 100K +dataset_size: 4.62 GB +data_structure: 'leju_robot_hotel_services_ag_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (416 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:427 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_hotel_services_ah.yaml b/dataset_info/Leju_Kuavo_4_hotel_services_ah.yaml new file mode 100644 index 0000000000000000000000000000000000000000..66faefa49907319cbe44c3e5cbf8f877878cd5e7 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_hotel_services_ah.yaml @@ -0,0 +1,555 @@ +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_hotel_services_ah +dataset_uuid: d6db4bde-0fc4-4f4c-b80a-f12034b9d043 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: card +- object_name: box +- object_name: sensor +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the card with the gripper, place it on the sensor for recognition, and then + transfer it. +sub_tasks: +- subtask: Pick up the key card from the card box. + subtask_index: 0 +- subtask: Hand the key card to the target. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 44 + total_frames: 8145 + fps: 30 + total_tasks: 3 + total_videos: 132 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 542.60 MB +frame_num: 8145 +frame_range: 10K +dataset_size: 542.60 MB +data_structure: 'leju_robot_hotel_services_ah_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (32 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:43 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_hotel_services_b.yaml b/dataset_info/Leju_Kuavo_4_hotel_services_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f2d45e369a2a729c98d6b48857c4b56cd755c219 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_hotel_services_b.yaml @@ -0,0 +1,561 @@ +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_hotel_services_b +dataset_uuid: 1652000d-29c5-40d4-9d8d-3198ed81edbb +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: card +- object_name: box +- object_name: card_reader +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the identity card with the gripper and place it on the card reader. Pass + the identity card and room card to the human with the gripper. +sub_tasks: +- subtask: Hand the room key to the person. + subtask_index: 0 +- subtask: Place the ID card on the card reader. + subtask_index: 1 +- subtask: pick up the ID card from the person's hand. + subtask_index: 2 +- subtask: Pick up the room key from the key card box. + subtask_index: 3 +- subtask: Hand the ID card to the person. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 288 + total_frames: 209703 + fps: 30 + total_tasks: 6 + total_videos: 864 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 13.96 GB +frame_num: 209703 +frame_range: 1M +dataset_size: 13.96 GB +data_structure: 'leju_robot_hotel_services_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (276 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:287 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_hotel_services_c.yaml b/dataset_info/Leju_Kuavo_4_hotel_services_c.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2f22b9e3ba02004ba818db115ba090dba6ce3b59 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_hotel_services_c.yaml @@ -0,0 +1,561 @@ +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_hotel_services_c +dataset_uuid: 6caaa6a8-f638-4f21-89e1-89725c297ba7 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: card +- object_name: box +- object_name: card reader +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the identity card with the gripper and place it on the card reader. Pass + the identity card and room card to the human with the gripper. +sub_tasks: +- subtask: Hand the room key to the person. + subtask_index: 0 +- subtask: Place the ID card on the card reader. + subtask_index: 1 +- subtask: pick up the ID card from the person's hand. + subtask_index: 2 +- subtask: Pick up the room key from the key card box. + subtask_index: 3 +- subtask: Hand the ID card to the person. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 334 + total_frames: 235148 + fps: 30 + total_tasks: 6 + total_videos: 1002 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 15.55 GB +frame_num: 235148 +frame_range: 1M +dataset_size: 15.55 GB +data_structure: 'leju_robot_hotel_services_c_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (322 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:333 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_hotel_services_d.yaml b/dataset_info/Leju_Kuavo_4_hotel_services_d.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e9020d75259a0f94e7cb59f33c1ccc5919f47666 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_hotel_services_d.yaml @@ -0,0 +1,561 @@ +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_hotel_services_d +dataset_uuid: 83fb3fa9-72ea-4860-a22f-c6a5a597df39 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: card +- object_name: box +- object_name: card_reader +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the identity card with the gripper and place it on the card reader. Pass + the identity card and room card to the human with the gripper. +sub_tasks: +- subtask: Hand the room key to the person. + subtask_index: 0 +- subtask: Place the ID card on the card reader. + subtask_index: 1 +- subtask: pick up the ID card from the person's hand. + subtask_index: 2 +- subtask: Pick up the room key from the key card box. + subtask_index: 3 +- subtask: Hand the ID card to the person. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 324 + total_frames: 224505 + fps: 30 + total_tasks: 6 + total_videos: 972 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 15.08 GB +frame_num: 224505 +frame_range: 1M +dataset_size: 15.08 GB +data_structure: 'leju_robot_hotel_services_d_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (312 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:323 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_hotel_services_e.yaml b/dataset_info/Leju_Kuavo_4_hotel_services_e.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3ded130254b01166327e69225b7b52bb603bc9f8 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_hotel_services_e.yaml @@ -0,0 +1,561 @@ +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_hotel_services_e +dataset_uuid: 4d57f5ee-7850-4fb4-8532-415c1821c756 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: card +- object_name: box +- object_name: card_reader +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the identity card with the gripper and place it on the card reader. Pass + the identity card and room card to the human with the gripper. +sub_tasks: +- subtask: Hand the room key to the person. + subtask_index: 0 +- subtask: Place the ID card on the card reader. + subtask_index: 1 +- subtask: pick up the ID card from the person's hand. + subtask_index: 2 +- subtask: Pick up the room key from the key card box. + subtask_index: 3 +- subtask: Hand the ID card to the person. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 309 + total_frames: 212885 + fps: 30 + total_tasks: 6 + total_videos: 927 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 14.18 GB +frame_num: 212885 +frame_range: 1M +dataset_size: 14.18 GB +data_structure: 'leju_robot_hotel_services_e_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:308 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_hotel_services_f.yaml b/dataset_info/Leju_Kuavo_4_hotel_services_f.yaml new file mode 100644 index 0000000000000000000000000000000000000000..89b46c47ec41d0abcd504c727c21acdd6642b933 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_hotel_services_f.yaml @@ -0,0 +1,561 @@ +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_hotel_services_f +dataset_uuid: 9c2a5a4c-c510-4e80-983e-593589a8eec6 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: card +- object_name: box +- object_name: card_reader +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the identity card with the gripper and place it on the card reader. Pass + the identity card and room card to the human with the gripper. +sub_tasks: +- subtask: Hand the room key to the person. + subtask_index: 0 +- subtask: Place the ID card on the card reader. + subtask_index: 1 +- subtask: pick up the ID card from the person's hand. + subtask_index: 2 +- subtask: Pick up the room key from the key card box. + subtask_index: 3 +- subtask: Hand the ID card to the person. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 135 + total_frames: 95863 + fps: 30 + total_tasks: 6 + total_videos: 405 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 6.31 GB +frame_num: 95863 +frame_range: 100K +dataset_size: 6.31 GB +data_structure: 'leju_robot_hotel_services_f_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (123 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:134 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_hotel_services_h.yaml b/dataset_info/Leju_Kuavo_4_hotel_services_h.yaml new file mode 100644 index 0000000000000000000000000000000000000000..78ad8647d7e2865cc2f9ffb612f18b81795e0991 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_hotel_services_h.yaml @@ -0,0 +1,490 @@ +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_hotel_services_h +dataset_uuid: c14b0609-dd8c-4b81-9f81-e1d77b899e9e +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: card +- object_name: box +- object_name: sensor +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the card with the gripper, place it on the sensor for recognition, and then + transfer it. +sub_tasks: +- subtask: Hand the key card to the target. + subtask_index: 0 +- subtask: Pick up the key card from the card box. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 205 + total_frames: 35880 + fps: 30 + total_tasks: 3 + total_videos: 615 + total_chunks: 1 + chunks_size: 1000 + state_dim: 54 + action_dim: 54 + camera_views: 3 + dataset_size: 2.30 GB +frame_num: 35880 +frame_range: 100K +dataset_size: 2.30 GB +data_structure: 'leju_robot_hotel_services_h_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (193 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:204 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_hotel_services_i.yaml b/dataset_info/Leju_Kuavo_4_hotel_services_i.yaml new file mode 100644 index 0000000000000000000000000000000000000000..95228aeb696d6a9da1c3c2fafc2b449592000bcd --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_hotel_services_i.yaml @@ -0,0 +1,495 @@ +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_hotel_services_i +dataset_uuid: fc45ac73-e09b-491e-9dc0-71c8c532f0a7 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: card +- object_name: box +- object_name: sensor +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the room card from the front box with the gripper and pass the room card. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: pick up out the room card with right gripper. + subtask_index: 1 +- subtask: Hand the room card to the guest with right gripper. + subtask_index: 2 +- subtask: Hand the room card to the target. + subtask_index: 3 +- subtask: Pick up the room card from the card holder. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 189 + total_frames: 33547 + fps: 30 + total_tasks: 6 + total_videos: 567 + total_chunks: 1 + chunks_size: 1000 + state_dim: 54 + action_dim: 54 + camera_views: 3 + dataset_size: 2.13 GB +frame_num: 33547 +frame_range: 100K +dataset_size: 2.13 GB +data_structure: 'leju_robot_hotel_services_i_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (177 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:188 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_moving_parts_a.yaml b/dataset_info/Leju_Kuavo_4_moving_parts_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..68537f101d10dd43dc4f197a65ff6cdca20eb4aa --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_moving_parts_a.yaml @@ -0,0 +1,574 @@ +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_a +dataset_uuid: e595bb4f-5c6e-4271-9364-10c9f3f695b0 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cabinet +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the parts from the cabinet with the gripper and place them on the table + with the gripper. +sub_tasks: +- subtask: Grasp the gray part with right gripper. + subtask_index: 0 +- subtask: Move to the table behind body. + subtask_index: 1 +- subtask: Grasp the white part with right gripper. + subtask_index: 2 +- subtask: Grasp the white part with left gripper. + subtask_index: 3 +- subtask: Place the gray part on the table with right gripper. + subtask_index: 4 +- subtask: Place the white part on the table with left gripper. + subtask_index: 5 +- subtask: Place the white part on the table with right gripper. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: Move to the initial position at the workbench. + subtask_index: 8 +- subtask: Insert the small parts into the corresponding holes on the workbench. + subtask_index: 9 +- subtask: Pick up the small parts from the shelf. + subtask_index: 10 +- subtask: Move the small parts to the workbench. + subtask_index: 11 +- subtask: null. + subtask_index: 12 +atomic_actions: +- grasp +- place +- pick +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 380 + total_frames: 557980 + fps: 30 + total_tasks: 13 + total_videos: 1140 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 34.16 GB +frame_num: 557980 +frame_range: 1M +dataset_size: 34.16 GB +data_structure: 'leju_robot_moving_parts_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (368 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:379 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_moving_parts_b.yaml b/dataset_info/Leju_Kuavo_4_moving_parts_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5f652b22e4fd7dea6a612e3b0956bdc874b97a80 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_moving_parts_b.yaml @@ -0,0 +1,568 @@ +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_b +dataset_uuid: b23f0a82-6d8f-4f98-b818-5e10125816cc +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cabinet +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the parts from the cabinet with the gripper and move them to the table. + Then place the parts on the table with the gripper. +sub_tasks: +- subtask: Insert the small parts into the corresponding holes on the workbench. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the white part on the table with left gripper. + subtask_index: 2 +- subtask: Grasp the white part with left gripper. + subtask_index: 3 +- subtask: Move the small parts to the workbench. + subtask_index: 4 +- subtask: Move to the table behind body. + subtask_index: 5 +- subtask: pick up small components from the rack. + subtask_index: 6 +- subtask: Pick up small parts from the shelf. + subtask_index: 7 +- subtask: Move to the initial position of the workbench. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- place +- pick +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 490 + total_frames: 708011 + fps: 30 + total_tasks: 10 + total_videos: 1470 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 43.26 GB +frame_num: 708011 +frame_range: 1M +dataset_size: 43.26 GB +data_structure: 'leju_robot_moving_parts_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (478 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:489 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_moving_parts_c.yaml b/dataset_info/Leju_Kuavo_4_moving_parts_c.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4cfd07d4a2b2f0bc590bc2abe492051ab462a2b7 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_moving_parts_c.yaml @@ -0,0 +1,574 @@ +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_c +dataset_uuid: 7aa945d0-afcc-41a9-bc85-6d19914ec42d +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cabinet +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the parts from the cabinet with the gripper and move them to the table. + Then place the parts on the table with the gripper. +sub_tasks: +- subtask: Place the white part on the table with left gripper. + subtask_index: 0 +- subtask: Grasp the white part with left gripper. + subtask_index: 1 +- subtask: Place the gray part on the table with right gripper. + subtask_index: 2 +- subtask: Grasp the gray part with right gripper. + subtask_index: 3 +- subtask: End. + subtask_index: 4 +- subtask: Return to the initial position at the workbench. + subtask_index: 5 +- subtask: Move the small component to the workbench. + subtask_index: 6 +- subtask: Place the white part on the table with right gripper. + subtask_index: 7 +- subtask: Insert the small component into the corresponding slot on the workbench. + subtask_index: 8 +- subtask: Pick up the small component from the shelf. + subtask_index: 9 +- subtask: Move to the table behind body. + subtask_index: 10 +- subtask: Grasp the white part with right gripper. + subtask_index: 11 +- subtask: null. + subtask_index: 12 +atomic_actions: +- grasp +- place +- pick +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 490 + total_frames: 716756 + fps: 30 + total_tasks: 13 + total_videos: 1470 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 43.96 GB +frame_num: 716756 +frame_range: 1M +dataset_size: 43.96 GB +data_structure: 'leju_robot_moving_parts_c_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (478 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:489 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_moving_parts_f.yaml b/dataset_info/Leju_Kuavo_4_moving_parts_f.yaml new file mode 100644 index 0000000000000000000000000000000000000000..440405d96db14b30b62fa532a240e5d06f6a1ae5 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_moving_parts_f.yaml @@ -0,0 +1,576 @@ +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_f +dataset_uuid: b51f42cb-0020-403b-b1c0-c4cc99f2190a +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cabinet +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the parts from the cabinet with the gripper and move them to the table. + Then place the parts on the table with the gripper. +sub_tasks: +- subtask: Place the white part on the table with left gripper. + subtask_index: 0 +- subtask: Grasp the white part with left gripper. + subtask_index: 1 +- subtask: Place the gray part on the table with right gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Return to the initial position at the workbench. + subtask_index: 4 +- subtask: Move the small component to the workbench. + subtask_index: 5 +- subtask: Abnormal. + subtask_index: 6 +- subtask: Place the white part on the table with right gripper. + subtask_index: 7 +- subtask: Insert the small component into the corresponding slot on the workbench. + subtask_index: 8 +- subtask: Pick up the small component from the shelf. + subtask_index: 9 +- subtask: Grasp the gray part with right gripper. + subtask_index: 10 +- subtask: Move to the table behind body. + subtask_index: 11 +- subtask: Grasp the white part with right gripper. + subtask_index: 12 +- subtask: null. + subtask_index: 13 +atomic_actions: +- grasp +- place +- pick +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 489 + total_frames: 716938 + fps: 30 + total_tasks: 14 + total_videos: 1467 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 44.24 GB +frame_num: 716938 +frame_range: 1M +dataset_size: 44.24 GB +data_structure: 'leju_robot_moving_parts_f_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:488 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_moving_parts_g.yaml b/dataset_info/Leju_Kuavo_4_moving_parts_g.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2958d671a9a37ce08166f9da9830d94efe0db512 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_moving_parts_g.yaml @@ -0,0 +1,570 @@ +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_g +dataset_uuid: 4e06a288-ac8c-4c85-a86b-027159d4add0 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cabinet +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the parts from the cabinet with the gripper and place them on the table + with the gripper. +sub_tasks: +- subtask: Insert the small component into the corresponding slot on the workbench. + subtask_index: 0 +- subtask: Move to the table behind body. + subtask_index: 1 +- subtask: Grasp the white part with right gripper. + subtask_index: 2 +- subtask: Move the small component to the workbench. + subtask_index: 3 +- subtask: Place the white part on the table with left gripper. + subtask_index: 4 +- subtask: Place the white part on the table with right gripper. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: Pick up the small component from the shelf. + subtask_index: 7 +- subtask: Return to the initial position at the workbench. + subtask_index: 8 +- subtask: Grasp the white part with left gripper. + subtask_index: 9 +- subtask: null. + subtask_index: 10 +atomic_actions: +- grasp +- place +- pick +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 157 + total_frames: 225345 + fps: 30 + total_tasks: 11 + total_videos: 471 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 13.78 GB +frame_num: 225345 +frame_range: 1M +dataset_size: 13.78 GB +data_structure: 'leju_robot_moving_parts_g_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (145 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:156 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_moving_parts_h.yaml b/dataset_info/Leju_Kuavo_4_moving_parts_h.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b3a5bf44833460531200964a5403e212327485b1 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_moving_parts_h.yaml @@ -0,0 +1,572 @@ +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_h +dataset_uuid: 27a39264-c303-45a1-9046-1419479116fb +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cabinet +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the parts from the cabinet with the gripper and place them on the table + with the gripper. +sub_tasks: +- subtask: Grasp the gray part with right gripper. + subtask_index: 0 +- subtask: Insert the small component into the corresponding slot on the workbench. + subtask_index: 1 +- subtask: Move to the table behind body. + subtask_index: 2 +- subtask: Grasp the white part with right gripper. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Move the small component to the workbench. + subtask_index: 5 +- subtask: Place the gray part on the table with right gripper. + subtask_index: 6 +- subtask: Place the white part on the table with right gripper. + subtask_index: 7 +- subtask: End. + subtask_index: 8 +- subtask: Pick up the small component from the shelf. + subtask_index: 9 +- subtask: Return to the initial position at the workbench. + subtask_index: 10 +- subtask: null. + subtask_index: 11 +atomic_actions: +- grasp +- place +- pick +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 162 + total_frames: 234391 + fps: 30 + total_tasks: 12 + total_videos: 486 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 14.45 GB +frame_num: 234391 +frame_range: 1M +dataset_size: 14.45 GB +data_structure: 'leju_robot_moving_parts_h_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (150 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:161 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_moving_parts_i.yaml b/dataset_info/Leju_Kuavo_4_moving_parts_i.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f7ebd1289e71b2fd3489956831e219a5fd6acd4f --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_moving_parts_i.yaml @@ -0,0 +1,570 @@ +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_i +dataset_uuid: c8b01b9f-9806-4a5a-a895-01df2cac436f +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cabinet +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the parts from the cabinet with the gripper and place them on the table + with the gripper. +sub_tasks: +- subtask: Move to the initial position of the workbench. + subtask_index: 0 +- subtask: Grasp the gray part with right gripper. + subtask_index: 1 +- subtask: Insert the small component into the corresponding slot on the workbench. + subtask_index: 2 +- subtask: Move to the table behind body. + subtask_index: 3 +- subtask: Grasp the white part with right gripper. + subtask_index: 4 +- subtask: Place the gray part on the table with right gripper. + subtask_index: 5 +- subtask: Place the white part on the table with right gripper. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: Pick up the small component from the shelf. + subtask_index: 8 +- subtask: Bring the small component to the front of the workbench. + subtask_index: 9 +- subtask: null. + subtask_index: 10 +atomic_actions: +- grasp +- place +- pick +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 155 + total_frames: 229727 + fps: 30 + total_tasks: 11 + total_videos: 465 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 14.03 GB +frame_num: 229727 +frame_range: 1M +dataset_size: 14.03 GB +data_structure: 'leju_robot_moving_parts_i_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (143 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:154 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_moving_parts_j.yaml b/dataset_info/Leju_Kuavo_4_moving_parts_j.yaml new file mode 100644 index 0000000000000000000000000000000000000000..181b7c8d075ba1141f065daa13f1aaba1d559a41 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_moving_parts_j.yaml @@ -0,0 +1,570 @@ +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_j +dataset_uuid: a7584581-99dc-4ffb-bc23-e846841a55b7 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cabinet +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the parts from the cabinet with the gripper and place them on the table + with the gripper. +sub_tasks: +- subtask: Move to the initial position of the workbench. + subtask_index: 0 +- subtask: Grasp the gray part with right gripper. + subtask_index: 1 +- subtask: Insert the small component into the corresponding slot on the workbench. + subtask_index: 2 +- subtask: Move to the table behind body. + subtask_index: 3 +- subtask: Grasp the white part with right gripper. + subtask_index: 4 +- subtask: Place the gray part on the table with right gripper. + subtask_index: 5 +- subtask: Place the white part on the table with right gripper. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: Pick up the small component from the shelf. + subtask_index: 8 +- subtask: Bring the small component to the front of the workbench. + subtask_index: 9 +- subtask: null. + subtask_index: 10 +atomic_actions: +- grasp +- place +- pick +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 153 + total_frames: 223023 + fps: 30 + total_tasks: 11 + total_videos: 459 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 13.91 GB +frame_num: 223023 +frame_range: 1M +dataset_size: 13.91 GB +data_structure: 'leju_robot_moving_parts_j_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (141 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:152 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_moving_parts_k.yaml b/dataset_info/Leju_Kuavo_4_moving_parts_k.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0e7a89a99bf28b49302f095cd3b2c5d43086acd2 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_moving_parts_k.yaml @@ -0,0 +1,566 @@ +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_k +dataset_uuid: 062231be-de5e-4cef-b404-096085be3e9e +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cabinet +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the parts from the cabinet with the gripper and move them to the table. + Then place the parts on the table with the gripper. +sub_tasks: +- subtask: Pick up the small component from the shelf. + subtask_index: 0 +- subtask: Grasp the white part with right gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Move to the initial position at the workbench. + subtask_index: 3 +- subtask: Insert the small component into the corresponding slot on the workbench. + subtask_index: 4 +- subtask: Place the white part on the table with right gripper. + subtask_index: 5 +- subtask: Move to the table behind body. + subtask_index: 6 +- subtask: Move the small component to the workbench. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- place +- pick +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 329 + total_frames: 468307 + fps: 30 + total_tasks: 9 + total_videos: 987 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 28.41 GB +frame_num: 468307 +frame_range: 1M +dataset_size: 28.41 GB +data_structure: 'leju_robot_moving_parts_k_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (317 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:328 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_moving_parts_m.yaml b/dataset_info/Leju_Kuavo_4_moving_parts_m.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ca49ae25a461b304b24f85618d57f27b4af7606f --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_moving_parts_m.yaml @@ -0,0 +1,566 @@ +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_m +dataset_uuid: fb9bf451-cf8b-4da5-b5c1-13529609f049 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cabinet +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the parts from the cabinet with the gripper and place them on the table + with the gripper. +sub_tasks: +- subtask: Place the black part on the table with right gripper. + subtask_index: 0 +- subtask: Pick up the large material from the shelf. + subtask_index: 1 +- subtask: Insert the large material into the corresponding slot on the workbench. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Grasp the black part with right gripper. + subtask_index: 4 +- subtask: Move the large material to the workbench. + subtask_index: 5 +- subtask: Move to the initial position of the shelf. + subtask_index: 6 +- subtask: Move to the table behind body. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- place +- pick +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 490 + total_frames: 742399 + fps: 30 + total_tasks: 9 + total_videos: 1470 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 50.85 GB +frame_num: 742399 +frame_range: 1M +dataset_size: 50.85 GB +data_structure: 'leju_robot_moving_parts_m_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (478 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:489 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_moving_parts_n.yaml b/dataset_info/Leju_Kuavo_4_moving_parts_n.yaml new file mode 100644 index 0000000000000000000000000000000000000000..91292e38d98bbd6e2187b40e843fe2c274ba3807 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_moving_parts_n.yaml @@ -0,0 +1,566 @@ +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_n +dataset_uuid: 45be2265-aabd-465a-ba72-7ad2a60ed23e +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cabinet +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the parts from the cabinet with the gripper and move them to the table. + Then place the parts on the table with the gripper. +sub_tasks: +- subtask: Place the black part on the table with right gripper. + subtask_index: 0 +- subtask: Pick up the large material from the shelf. + subtask_index: 1 +- subtask: Insert the large material into the corresponding slot on the workbench. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Grasp the black part with right gripper. + subtask_index: 4 +- subtask: Move the large material to the workbench. + subtask_index: 5 +- subtask: Move to the initial position of the shelf. + subtask_index: 6 +- subtask: Move to the table behind body. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- place +- pick +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 492 + total_frames: 738613 + fps: 30 + total_tasks: 9 + total_videos: 1476 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 50.97 GB +frame_num: 738613 +frame_range: 1M +dataset_size: 50.97 GB +data_structure: 'leju_robot_moving_parts_n_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (480 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:491 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_moving_parts_o.yaml b/dataset_info/Leju_Kuavo_4_moving_parts_o.yaml new file mode 100644 index 0000000000000000000000000000000000000000..db8d09fbbd1bd134892cecb2772ca7a90380e1d8 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_moving_parts_o.yaml @@ -0,0 +1,566 @@ +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_o +dataset_uuid: 27cad5ab-323b-4157-acc6-9f7405263110 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cabinet +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the parts from the cabinet with the gripper and place them on the table + with the gripper. +sub_tasks: +- subtask: Return to the initial position at the shelf. + subtask_index: 0 +- subtask: Grasp the black part with right gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Pick up the large material from the shelf. + subtask_index: 3 +- subtask: Place the black part on the table with right gripper. + subtask_index: 4 +- subtask: Move to the table behind body. + subtask_index: 5 +- subtask: Move the large material to the workbench. + subtask_index: 6 +- subtask: Insert the large material into the corresponding slot on the workbench. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- place +- pick +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 490 + total_frames: 745064 + fps: 30 + total_tasks: 9 + total_videos: 1470 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 51.12 GB +frame_num: 745064 +frame_range: 1M +dataset_size: 51.12 GB +data_structure: 'leju_robot_moving_parts_o_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (478 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:489 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_moving_parts_q.yaml b/dataset_info/Leju_Kuavo_4_moving_parts_q.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fc6eed01b79caaf468dd84a1c3613f59833c1bbf --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_moving_parts_q.yaml @@ -0,0 +1,566 @@ +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_q +dataset_uuid: 1632a2f6-2fac-45cf-b9d6-7088ebda0870 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cabinet +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the parts from the cabinet with the gripper and move them to the table. + Then place the parts on the table with the gripper. +sub_tasks: +- subtask: Place the black part on the table with right gripper. + subtask_index: 0 +- subtask: Pick up the large material from the shelf. + subtask_index: 1 +- subtask: Insert the large material into the corresponding slot on the workbench. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Grasp the black part with right gripper. + subtask_index: 4 +- subtask: Move the large material to the workbench. + subtask_index: 5 +- subtask: Move to the initial position of the shelf. + subtask_index: 6 +- subtask: Move to the table behind body. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- place +- pick +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 494 + total_frames: 756932 + fps: 30 + total_tasks: 9 + total_videos: 1482 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 51.86 GB +frame_num: 756932 +frame_range: 1M +dataset_size: 51.86 GB +data_structure: 'leju_robot_moving_parts_q_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:493 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_moving_parts_r.yaml b/dataset_info/Leju_Kuavo_4_moving_parts_r.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4f33555c03816eabd8b607f8e53afa730df73be4 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_moving_parts_r.yaml @@ -0,0 +1,566 @@ +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_r +dataset_uuid: ee9fa92f-ba5e-4973-ab0f-b16bc5e31efe +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cabinet +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the parts from the cabinet with the gripper and move them to the table. + Then place the parts on the table with the gripper. +sub_tasks: +- subtask: Place the black part on the table with right gripper. + subtask_index: 0 +- subtask: Pick up the large material from the shelf. + subtask_index: 1 +- subtask: Insert the large material into the corresponding slot on the workbench. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Grasp the black part with right gripper. + subtask_index: 4 +- subtask: Move the large material to the workbench. + subtask_index: 5 +- subtask: Move to the initial position of the shelf. + subtask_index: 6 +- subtask: Move to the table behind body. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- place +- pick +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 495 + total_frames: 775023 + fps: 30 + total_tasks: 9 + total_videos: 1485 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 53.36 GB +frame_num: 775023 +frame_range: 1M +dataset_size: 53.36 GB +data_structure: 'leju_robot_moving_parts_r_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (483 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:494 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_moving_parts_s.yaml b/dataset_info/Leju_Kuavo_4_moving_parts_s.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f4d0cb7cee851d23656390fdb42cd41b037efbaf --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_moving_parts_s.yaml @@ -0,0 +1,568 @@ +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_s +dataset_uuid: 4f3b96f0-482a-45ca-9176-d8cdf62101c7 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cabinet +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the parts from the cabinet with the gripper and place them on the table + with the gripper. +sub_tasks: +- subtask: Return to the initial position at the shelf. + subtask_index: 0 +- subtask: Grasp the black part with right gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: Pick up the large material from the shelf. + subtask_index: 4 +- subtask: Place the black part on the table with right gripper. + subtask_index: 5 +- subtask: Move to the table behind body. + subtask_index: 6 +- subtask: Move the large material to the workbench. + subtask_index: 7 +- subtask: Insert the large material into the corresponding slot on the workbench. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- place +- pick +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 495 + total_frames: 776972 + fps: 30 + total_tasks: 10 + total_videos: 1485 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 53.84 GB +frame_num: 776972 +frame_range: 1M +dataset_size: 53.84 GB +data_structure: 'leju_robot_moving_parts_s_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (483 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:494 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_moving_parts_t.yaml b/dataset_info/Leju_Kuavo_4_moving_parts_t.yaml new file mode 100644 index 0000000000000000000000000000000000000000..22fc0e250fec9fd7f690b21f5871c236891b03fc --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_moving_parts_t.yaml @@ -0,0 +1,558 @@ +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_t +dataset_uuid: 5056a5a3-f4a2-42af-895f-9a477a499c11 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cabinet +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the parts from the cabinet with the gripper and place them on the table + with the gripper. +sub_tasks: +- subtask: Move to the initial position of the shelf. + subtask_index: 0 +- subtask: Pick up the large material from the shelf. + subtask_index: 1 +- subtask: Insert the large material into the corresponding hole on the workbench. + subtask_index: 2 +- subtask: Move the large material to the front of the workbench. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- place +- pick +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 493 + total_frames: 778671 + fps: 30 + total_tasks: 5 + total_videos: 1479 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 53.83 GB +frame_num: 778671 +frame_range: 1M +dataset_size: 53.83 GB +data_structure: 'leju_robot_moving_parts_t_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (481 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:492 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_moving_parts_u.yaml b/dataset_info/Leju_Kuavo_4_moving_parts_u.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6db111c14bb515cabf205e2ece313c3c4b312eb1 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_moving_parts_u.yaml @@ -0,0 +1,566 @@ +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_u +dataset_uuid: 5138770c-0dd3-4a50-a8a2-efa57aabc3e9 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cabinet +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the parts from the cabinet with the gripper and move them to the table. + Then place the parts on the table with the gripper. +sub_tasks: +- subtask: Place the black part on the table with right gripper. + subtask_index: 0 +- subtask: Pick up the large material from the shelf. + subtask_index: 1 +- subtask: Insert the large material into the corresponding slot on the workbench. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Grasp the black part with right gripper. + subtask_index: 4 +- subtask: Move the large material to the workbench. + subtask_index: 5 +- subtask: Move to the initial position of the shelf. + subtask_index: 6 +- subtask: Move to the table behind body. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- place +- pick +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 100 + total_frames: 149345 + fps: 30 + total_tasks: 9 + total_videos: 300 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 10.36 GB +frame_num: 149345 +frame_range: 1M +dataset_size: 10.36 GB +data_structure: 'leju_robot_moving_parts_u_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (88 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:99 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_part_placement.yaml b/dataset_info/Leju_Kuavo_4_part_placement.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8f8d147971c08bde3b44ff38be53645ca868b57f --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_part_placement.yaml @@ -0,0 +1,578 @@ +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_part_placement +dataset_uuid: 41b426f1-987c-4320-8263-5f89139cf899 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cabinet +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the part from the front cabinet with the gripper, rotate it around, and + place it on the part at the back table with the gripper. +sub_tasks: +- subtask: Insert the small parts into the corresponding slots on the workbench. + subtask_index: 0 +- subtask: Move the large parts to the workbench. + subtask_index: 1 +- subtask: Pick up the large parts from the shelf. + subtask_index: 2 +- subtask: Grasp the black part with right gripper. + subtask_index: 3 +- subtask: Grasp the gray part with right gripper. + subtask_index: 4 +- subtask: End. + subtask_index: 5 +- subtask: Return to the initial position at the workbench. + subtask_index: 6 +- subtask: Place the gray part on the table with right gripper. + subtask_index: 7 +- subtask: Place the black part on the table with right gripper. + subtask_index: 8 +- subtask: Move to the table behind body. + subtask_index: 9 +- subtask: Insert the large parts into the corresponding slots on the workbench. + subtask_index: 10 +- subtask: Return to the initial position at the shelf. + subtask_index: 11 +- subtask: Move the small parts to the workbench. + subtask_index: 12 +- subtask: Pick up the small parts from the shelf. + subtask_index: 13 +- subtask: null. + subtask_index: 14 +atomic_actions: +- grasp +- place +- pick +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 538 + total_frames: 796570 + fps: 30 + total_tasks: 15 + total_videos: 1614 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 50.45 GB +frame_num: 796570 +frame_range: 1M +dataset_size: 50.45 GB +data_structure: 'leju_robot_part_placement_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (526 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:537 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_pass_the_cleaner_a.yaml b/dataset_info/Leju_Kuavo_4_pass_the_cleaner_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c044322248080ae1ed484028f09afe32acd3580f --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_pass_the_cleaner_a.yaml @@ -0,0 +1,553 @@ +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_pass_the_cleaner_a +dataset_uuid: 870e2a78-0b89-486a-bed4-12863a5b00d6 +scene_type: + level1: household + level2: factory + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cleaner +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cleaner with the right gripper and pass it to the left gripper, then + place it on the table with the left gripper. +sub_tasks: +- subtask: rotate the bottle to the front side. + subtask_index: 0 +- subtask: Pick up the bottle from the table. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 457 + total_frames: 169467 + fps: 30 + total_tasks: 3 + total_videos: 1371 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 8.73 GB +frame_num: 169467 +frame_range: 1M +dataset_size: 8.73 GB +data_structure: 'leju_robot_pass_the_cleaner_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (445 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:456 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_pass_the_cleaner_b.yaml b/dataset_info/Leju_Kuavo_4_pass_the_cleaner_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..491c5496649b13938ddadbeb52c21407660fa156 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_pass_the_cleaner_b.yaml @@ -0,0 +1,553 @@ +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_pass_the_cleaner_b +dataset_uuid: ceb2e30d-5b33-4f0f-b9e0-a88ee69d8e21 +scene_type: + level1: household + level2: factory + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cleaner +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cleaner with the right gripper and pass it to the left gripper, then + place it on the table with the left gripper. +sub_tasks: +- subtask: rotate the bottle to the front side. + subtask_index: 0 +- subtask: Pick up the bottle from the table. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 441 + total_frames: 164222 + fps: 30 + total_tasks: 3 + total_videos: 1323 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 8.46 GB +frame_num: 164222 +frame_range: 1M +dataset_size: 8.46 GB +data_structure: 'leju_robot_pass_the_cleaner_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (429 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:440 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_pass_the_cleaner_c.yaml b/dataset_info/Leju_Kuavo_4_pass_the_cleaner_c.yaml new file mode 100644 index 0000000000000000000000000000000000000000..82e9629a7224e89f79f36c8454bdf93ba59613e9 --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_pass_the_cleaner_c.yaml @@ -0,0 +1,553 @@ +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_pass_the_cleaner_c +dataset_uuid: 3cc917ac-539a-404f-be76-b82846c01668 +scene_type: + level1: household + level2: factory + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cleaner +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cleaner with the right gripper and pass it to the left gripper, then + place it on the table with the left gripper. +sub_tasks: +- subtask: rotate the bottle to the front side. + subtask_index: 0 +- subtask: Pick up the bottle from the table. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 444 + total_frames: 162075 + fps: 30 + total_tasks: 3 + total_videos: 1332 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 8.35 GB +frame_num: 162075 +frame_range: 1M +dataset_size: 8.35 GB +data_structure: 'leju_robot_pass_the_cleaner_c_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (432 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:443 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_pass_the_cleaner_d.yaml b/dataset_info/Leju_Kuavo_4_pass_the_cleaner_d.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3c003c947bd2fa561d20030d6e821410593988bb --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_pass_the_cleaner_d.yaml @@ -0,0 +1,553 @@ +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_pass_the_cleaner_d +dataset_uuid: d1843bc1-83c4-4c84-8c34-c6740a7e82a9 +scene_type: + level1: household + level2: factory + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cleaner +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cleaner with the right gripper and pass it to the left gripper, then + place it on the table with the left gripper. +sub_tasks: +- subtask: rotate the bottle to the front side. + subtask_index: 0 +- subtask: Pick up the bottle from the table. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 451 + total_frames: 168676 + fps: 30 + total_tasks: 3 + total_videos: 1353 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 8.70 GB +frame_num: 168676 +frame_range: 1M +dataset_size: 8.70 GB +data_structure: 'leju_robot_pass_the_cleaner_d_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (439 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:450 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Leju_Kuavo_4_pass_the_cleaner_e.yaml b/dataset_info/Leju_Kuavo_4_pass_the_cleaner_e.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bb450d9da5b54d6410de88ccd897dbb0c8db6bad --- /dev/null +++ b/dataset_info/Leju_Kuavo_4_pass_the_cleaner_e.yaml @@ -0,0 +1,553 @@ +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_pass_the_cleaner_e +dataset_uuid: 5857e16d-9974-4991-a27c-549f3ba35f03 +scene_type: + level1: household + level2: factory + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cleaner +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cleaner with the right gripper and pass it to the left gripper, then + place it on the table with the left gripper. +sub_tasks: +- subtask: rotate the bottle to the front side. + subtask_index: 0 +- subtask: Pick up the bottle from the table. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +- place +robot_name: Leju_Kuavo_4 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- camera_head_rgb +- camera_left_wrist_rgb +- camera_right_wrist_rgb +came_info: + camera_head_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, pix_fmt=yuv420p + camera_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + camera_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 430 + total_frames: 165558 + fps: 30 + total_tasks: 3 + total_videos: 1290 + total_chunks: 1 + chunks_size: 1000 + state_dim: 118 + action_dim: 54 + camera_views: 3 + dataset_size: 8.55 GB +frame_num: 165558 +frame_range: 1M +dataset_size: 8.55 GB +data_structure: 'leju_robot_pass_the_cleaner_e_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (418 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.camera_head_rgb + + | |-- observation.images.camera_left_wrist_rgb + + | `-- observation.images.camera_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:429 +features: + observation.images.camera_head_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_left_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.camera_right_wrist_rgb: + dtype: video + shape: + - 480 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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: + - 118 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + - left_arm_joint_1_eff_nm + - left_arm_joint_2_eff_nm + - left_arm_joint_3_eff_nm + - left_arm_joint_4_eff_nm + - left_arm_joint_5_eff_nm + - left_arm_joint_6_eff_nm + - left_arm_joint_7_eff_nm + - right_arm_joint_1_eff_nm + - right_arm_joint_2_eff_nm + - right_arm_joint_3_eff_nm + - right_arm_joint_4_eff_nm + - right_arm_joint_5_eff_nm + - right_arm_joint_6_eff_nm + - right_arm_joint_7_eff_nm + - left_leg_joint_1_vel_rad_s + - left_leg_joint_2_vel_rad_s + - left_leg_joint_3_vel_rad_s + - left_leg_joint_4_vel_rad_s + - left_leg_joint_5_vel_rad_s + - left_leg_joint_6_vel_rad_s + - right_leg_joint_1_vel_rad_s + - right_leg_joint_2_vel_rad_s + - right_leg_joint_3_vel_rad_s + - right_leg_joint_4_vel_rad_s + - right_leg_joint_5_vel_rad_s + - right_leg_joint_6_vel_rad_s + - left_leg_joint_1_eff_nm + - left_leg_joint_2_eff_nm + - left_leg_joint_3_eff_nm + - left_leg_joint_4_eff_nm + - left_leg_joint_5_eff_nm + - left_leg_joint_6_eff_nm + - right_leg_joint_1_eff_nm + - right_leg_joint_2_eff_nm + - right_leg_joint_3_eff_nm + - right_leg_joint_4_eff_nm + - right_leg_joint_5_eff_nm + - right_leg_joint_6_eff_nm + - head_joint_1_vel_rad_s + - head_joint_2_vel_rad_s + - head_joint_1_eff_nm + - head_joint_2_eff_nm + - 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 + - imu_accel_x_m_s2 + - imu_accel_y_m_s2 + - imu_accel_z_m_s2 + - imu_gyro_x_rad_s + - imu_gyro_y_rad_s + - imu_gyro_z_rad_s + - imu_quat_x + - imu_quat_y + - imu_quat_z + - imu_quat_w + action: + dtype: float32 + shape: + - 54 + 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_arm_joint_1_vel_rad_s + - left_arm_joint_2_vel_rad_s + - left_arm_joint_3_vel_rad_s + - left_arm_joint_4_vel_rad_s + - left_arm_joint_5_vel_rad_s + - left_arm_joint_6_vel_rad_s + - left_arm_joint_7_vel_rad_s + - right_arm_joint_1_vel_rad_s + - right_arm_joint_2_vel_rad_s + - right_arm_joint_3_vel_rad_s + - right_arm_joint_4_vel_rad_s + - right_arm_joint_5_vel_rad_s + - right_arm_joint_6_vel_rad_s + - right_arm_joint_7_vel_rad_s + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.camera_head_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.camera_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Realman_RMC-AIDA-L_arrange_flower.yaml b/dataset_info/Realman_RMC-AIDA-L_arrange_flower.yaml new file mode 100644 index 0000000000000000000000000000000000000000..439cde4167a3c2308f5cae6cc3a5f2f7c366835a --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_arrange_flower.yaml @@ -0,0 +1,484 @@ +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: Realman_RMC-AIDA-L_arrange_flower +dataset_uuid: 68233725-0f8e-4bce-b3cc-02288e54595d +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: flower +- object_name: vise +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the flowers with the right gripper and insert them into the vase. +sub_tasks: +- subtask: Grasp the pink flower with the right gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Place the pink flower into the vase with with the right gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 60 + total_frames: 22483 + fps: 30 + total_tasks: 5 + total_videos: 180 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 465.54 MB +frame_num: 22483 +frame_range: 100K +dataset_size: 465.54 MB +data_structure: 'Realman_RMC-AIDA-L_arrange_flowers_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (48 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:59 +features: + observation.images.cam_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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Realman_RMC-AIDA-L_basket_storage_banana.yaml b/dataset_info/Realman_RMC-AIDA-L_basket_storage_banana.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3a407f22cd0cdbe76594b855e1c9777b43f9452c --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_basket_storage_banana.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: Realman_RMC-AIDA-L_basket_storage_banana +dataset_uuid: 95db1bea-22a4-4ba9-9097-ef3711a084d0 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +- object_name: banana +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the yellow basket with the left gripper and place it horizontally in the + middle of the table. Pick up the banana with the right gripper and place it into + the yellow basket. +- Pick up the black basket with the left gripper and place it horizontally in the + middle of the table. Pick up the banana with the right gripper and place it into + the black basket. +- Pick up the black basket with the right gripper and place it horizontally in the + middle of the table. Pick up the banana with the left gripper and place it into + the black basket. +- Pick up the yellow basket with the right gripper and place it horizontally in the + middle of the table. Pick up the banana with the left gripper and place it into + the yellow basket. +sub_tasks: +- subtask: Pick up the banana with the right gripper. + subtask_index: 0 +- subtask: Pick up the light basket with the right gripper. + subtask_index: 1 +- subtask: abnormal. + subtask_index: 2 +- subtask: Place the banana into the light basket with the left gripper. + subtask_index: 3 +- subtask: Place the dark basket in the center of view with the left gripper. + subtask_index: 4 +- subtask: Place the light basket in the center of view with the right gripper. + subtask_index: 5 +- subtask: Place the basket in the center of view with the left gripper. + subtask_index: 6 +- subtask: Pick up the banana with the left gripper. + subtask_index: 7 +- subtask: Place the banana into the dark basket with the left gripper. + subtask_index: 8 +- subtask: end. + subtask_index: 9 +- subtask: Place the banana into the basket with the right gripper. + subtask_index: 10 +- subtask: Place the dark basket in the center of view with the right gripper. + subtask_index: 11 +- subtask: Place the banana into the dark basket with the right gripper. + subtask_index: 12 +- subtask: Pick up the dark basket with the left gripper. + subtask_index: 13 +- subtask: Pick up the basket with the right gripper. + subtask_index: 14 +- subtask: Pick up the basket with the left gripper. + subtask_index: 15 +- subtask: Pick up the dark basket with the right gripper. + subtask_index: 16 +- subtask: null. + subtask_index: 17 +atomic_actions: +- grasp +- pick +- place +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 654 + total_frames: 306335 + fps: 30 + total_tasks: 18 + total_videos: 1962 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 3.14 GB +frame_num: 306335 +frame_range: 1M +dataset_size: 3.14 GB +data_structure: 'RMC-AIDA-L_basket_storage_banana_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (642 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:653 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_basket_storage_egg_yolk_pastry.yaml b/dataset_info/Realman_RMC-AIDA-L_basket_storage_egg_yolk_pastry.yaml new file mode 100644 index 0000000000000000000000000000000000000000..45ebf32dfb0f10683e50191febabfb332e1258f3 --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_basket_storage_egg_yolk_pastry.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: Realman_RMC-AIDA-L_basket_storage_egg_yolk_pastry +dataset_uuid: 928d5a84-eae7-4fae-b272-9356c151aa6d +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +- object_name: egg_yolk_pastry +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the black basket with the left gripper and place it horizontally in the + middle of the table. Pick up the egg yolk pastry with the right gripper and place + it into the black basket. +- Pick up the yellow basket with the left gripper and place it horizontally in the + middle of the table. Pick up the egg yolk pastry with the right gripper and place + it into the yellow basket. +- Pick up the black basket with the right gripper and place it horizontally in the + middle of the table. Pick up the egg yolk pastry with the left gripper and place + it into the black basket. +- Pick up the yellow basket with the right gripper and place it horizontally in the + middle of the table. Pick up the egg yolk pastry with the left gripper and place + it into the yellow basket. +sub_tasks: +- subtask: Place the basket in the center of view with left gripper. + subtask_index: 0 +- subtask: Place the egg yolk pastry into the basket with right gripper. + subtask_index: 1 +- subtask: Move the basket to the center of view with the right gripper. + subtask_index: 2 +- subtask: Move the basket to the center of view with the left gripper. + subtask_index: 3 +- subtask: Pick up the egg yolk pastry with the right gripper. + subtask_index: 4 +- subtask: Place the basket in the center of view with right gripper. + subtask_index: 5 +- subtask: Pick up the basket with the left gripper. + subtask_index: 6 +- subtask: Place the basket in the center of view with the left gripper. + subtask_index: 7 +- subtask: Grasp egg yolk pastry with left gripper. + subtask_index: 8 +- subtask: Place the egg yolk pastry into the basket with the right gripper. + subtask_index: 9 +- subtask: Grasp the basket with right gripper. + subtask_index: 10 +- subtask: End. + subtask_index: 11 +- subtask: Grasp egg yolk pastry with right gripper. + subtask_index: 12 +- subtask: Place the egg yolk pastry into the basket with left gripper. + subtask_index: 13 +- subtask: Grasp the basket with left gripper. + subtask_index: 14 +- subtask: end. + subtask_index: 15 +- subtask: Place the egg yolk pastry into the basket with the left gripper. + subtask_index: 16 +- subtask: Pick up the egg yolk pastry with the left gripper. + subtask_index: 17 +- subtask: null. + subtask_index: 18 +atomic_actions: +- grasp +- pick +- place +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 727 + total_frames: 295062 + fps: 30 + total_tasks: 19 + total_videos: 2181 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 3.49 GB +frame_num: 295062 +frame_range: 1M +dataset_size: 3.49 GB +data_structure: 'RMC-AIDA-L_basket_storage_egg_yolk_pastry_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (715 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:726 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_basket_storage_long_bread.yaml b/dataset_info/Realman_RMC-AIDA-L_basket_storage_long_bread.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a38edffe5beb0135cc6752bb016c9b4509df095c --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_basket_storage_long_bread.yaml @@ -0,0 +1,543 @@ +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: Realman_RMC-AIDA-L_basket_storage_long_bread +dataset_uuid: 2a54716c-882f-4e89-a882-50b8c7b5b821 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: long_bread +- object_name: basket +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the basket and move it to the appropriate position with the left gripper. + Pick up the long bread and place it into the basket with the right gripper. +- Pick up the black basket with the left gripper and place it horizontally in the + middle of the table. Pick up the long bread with the right gripper and place it + into the black basket. +- Pick up the yellow basket with the left gripper and place it horizontally in the + middle of the table. Pick up the long bread with the right gripper and place it + into the yellow basket. +- Pick up the basket and move it to the appropriate position with the right gripper. + Pick up the long bread with the left gripper and place it into the basket. +- Pick up the black basket with the right gripper and place it horizontally in the + middle of the table. Pick up the long bread with the left gripper and place it into + the black basket. +- Pick up the yellow basket with the right gripper and place it horizontally in the + middle of the table. Pick up the long bread with the left gripper and place it into + the yellow basket. +sub_tasks: +- subtask: Place the long bread into the basket with the left gripper. + subtask_index: 0 +- subtask: Place the long bread into the dark basket with the right gripper. + subtask_index: 1 +- subtask: Place the light basket in the center of view with the left gripper. + subtask_index: 2 +- subtask: Place the long bread into the light basket with the right gripper. + subtask_index: 3 +- subtask: Place the basket in the center of the table with the left gripper. + subtask_index: 4 +- subtask: Pick up the basket with the left gripper. + subtask_index: 5 +- subtask: Grasp the long bread with right gripper. + subtask_index: 6 +- subtask: Place the long bread into the light basket with the left gripper. + subtask_index: 7 +- subtask: Place the basket in the center of view with the left gripper. + subtask_index: 8 +- subtask: Pick up the light basket with the left gripper. + subtask_index: 9 +- subtask: Place the long bread into the dark basket with the left gripper. + subtask_index: 10 +- subtask: Place the light basket in the center of view with the right gripper. + subtask_index: 11 +- subtask: Place the dark basket in the center of view with the right gripper. + subtask_index: 12 +- subtask: Abnormal. + subtask_index: 13 +- subtask: Move the light basket to the center of view with the left gripper. + subtask_index: 14 +- subtask: Pick up the basket with the right gripper. + subtask_index: 15 +- subtask: Place the basket in the center of view with the right gripper. + subtask_index: 16 +- subtask: Place the long bread into the basket with right gripper. + subtask_index: 17 +- subtask: End. + subtask_index: 18 +- subtask: Place the dark basket in the center of view with the left gripper. + subtask_index: 19 +- subtask: Pick up the light basket with the right gripper. + subtask_index: 20 +- subtask: Place the long bread into the basket with the right gripper. + subtask_index: 21 +- subtask: Grasp the basket with the left gripper. + subtask_index: 22 +- subtask: Static. + subtask_index: 23 +- subtask: Pick up the long bread with the right gripper. + subtask_index: 24 +- subtask: end. + subtask_index: 25 +- subtask: Pick up the dark basket with the left gripper. + subtask_index: 26 +- subtask: Pick up the long bread with the left gripper. + subtask_index: 27 +- subtask: Pick up the dark basket with the right gripper. + subtask_index: 28 +- subtask: abnormal. + subtask_index: 29 +- subtask: null. + subtask_index: 30 +atomic_actions: +- grasp +- pick +- place +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 753 + total_frames: 343253 + fps: 30 + total_tasks: 31 + total_videos: 2259 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 3.85 GB +frame_num: 343253 +frame_range: 1M +dataset_size: 3.85 GB +data_structure: 'RMC-AIDA-L_basket_storage_long_bread_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (741 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:752 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_basket_storage_orange.yaml b/dataset_info/Realman_RMC-AIDA-L_basket_storage_orange.yaml new file mode 100644 index 0000000000000000000000000000000000000000..521e2377e23338174a90ad60defce773c51a1d7f --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_basket_storage_orange.yaml @@ -0,0 +1,511 @@ +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: Realman_RMC-AIDA-L_basket_storage_orange +dataset_uuid: f96c79dc-15ee-43ed-8c21-1e898a816ee6 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +- object_name: orange +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the basket and move it to the appropriate position with the left gripper. + Pick up the orange and place it into the basket with the right gripper. +- Pick up the black basket with the left gripper and place it horizontally in the + middle of the table. Pick up the orange with the right gripper and place it into + the black basket. +- Pick up the yellow basket with the left gripper and place it horizontally in the + middle of the table. Pick up the orange with the right gripper and place it into + the yellow basket. +- Pick up the black basket with the right gripper and place it horizontally in the + middle of the table. Pick up the orange with the left gripper and place it into + the black basket. +sub_tasks: +- subtask: Place the dark basket in the center of view with the right gripper. + subtask_index: 0 +- subtask: Place the light basket in the center of view with the right gripper. + subtask_index: 1 +- subtask: Place the orange into the dark basket with the left gripper. + subtask_index: 2 +- subtask: Place the dark basket in the center of view with the left gripper. + subtask_index: 3 +- subtask: end. + subtask_index: 4 +- subtask: Place the orange into the light basket with the left gripper. + subtask_index: 5 +- subtask: Pick up the light basket with the right gripper. + subtask_index: 6 +- subtask: Place the orange into the light basket with the right gripper. + subtask_index: 7 +- subtask: Pick up the orange with the right gripper. + subtask_index: 8 +- subtask: Place the light basket in the center of view with the left gripper. + subtask_index: 9 +- subtask: Pick up the dark basket with the left gripper. + subtask_index: 10 +- subtask: Pick up the light basket with the left gripper. + subtask_index: 11 +- subtask: Pick up the dark basket with the right gripper. + subtask_index: 12 +- subtask: Pick up the orange with the left gripper. + subtask_index: 13 +- subtask: Place the orange into the dark basket with the right gripper. + subtask_index: 14 +- subtask: null. + subtask_index: 15 +atomic_actions: +- grasp +- pick +- place +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 356 + total_frames: 112423 + fps: 30 + total_tasks: 16 + total_videos: 1068 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 1.13 GB +frame_num: 112423 +frame_range: 1M +dataset_size: 1.13 GB +data_structure: 'RMC-AIDA-L_basket_storage_orange_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (344 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:355 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_basket_storage_peach.yaml b/dataset_info/Realman_RMC-AIDA-L_basket_storage_peach.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3891124d6753700d367d27ef1f0ae320062bcfb4 --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_basket_storage_peach.yaml @@ -0,0 +1,539 @@ +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: Realman_RMC-AIDA-L_basket_storage_peach +dataset_uuid: 88e35314-80f0-4a2b-a92e-5b0e769483ae +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +- object_name: peach +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the basket and move it to the appropriate position with the left gripper. + Pick up the peach and place it into the basket with the right gripper. +- Pick up the black basket with the left gripper and place it horizontally in the + middle of the table. Pick up the peach with the right gripper and place it into + the black basket. +- Pick up the yellow basket with the left gripper and place it horizontally in the + middle of the table. Pick up the peach with the right gripper and place it into + the yellow basket. +- Pick up the black basket with the right gripper and place it horizontally in the + middle of the table. Pick up the peach with the left gripper and place it into the + black basket. +- Pick up the yellow basket with the right gripper and place it horizontally in the + middle of the table. Pick up the peach with the left gripper and place it into the + yellow basket. +sub_tasks: +- subtask: Place the basket in the center of view with the left gripper. + subtask_index: 0 +- subtask: Place the dark basket in the center of view with the right gripper. + subtask_index: 1 +- subtask: Pick up the basket with the left gripper. + subtask_index: 2 +- subtask: Grasp the peach with left gripper. + subtask_index: 3 +- subtask: Move the basket to the center of view with the left gripper. + subtask_index: 4 +- subtask: Pick up the dark basket with the right gripper. + subtask_index: 5 +- subtask: Pick up the dark basket with the left gripper. + subtask_index: 6 +- subtask: Pick up the peach with the left gripper. + subtask_index: 7 +- subtask: Place the peach in the dark basket with right gripper. + subtask_index: 8 +- subtask: Place the peach in the dark basket with left gripper. + subtask_index: 9 +- subtask: Pick up the light basket with the right gripper. + subtask_index: 10 +- subtask: Grasp the basket with right gripper. + subtask_index: 11 +- subtask: place the peach into the basket. + subtask_index: 12 +- subtask: Grasp the basket with left gripper. + subtask_index: 13 +- subtask: place the basket in the middle. + subtask_index: 14 +- subtask: pick up the basket with your left arm. + subtask_index: 15 +- subtask: Pick up the peach with the right gripper. + subtask_index: 16 +- subtask: End. + subtask_index: 17 +- subtask: Place the basket in the center of view with left gripper. + subtask_index: 18 +- subtask: Place the light basket in the center of view with the right gripper. + subtask_index: 19 +- subtask: abnormal. + subtask_index: 20 +- subtask: Place the basket in the center of view with right gripper. + subtask_index: 21 +- subtask: pick up the peach with your right arm. + subtask_index: 22 +- subtask: Pick up the light basket with the left gripper. + subtask_index: 23 +- subtask: Grasp the peach with right gripper. + subtask_index: 24 +- subtask: Place the peach into the basket with the right gripper. + subtask_index: 25 +- subtask: Place the peach into the basket with the left gripper. + subtask_index: 26 +- subtask: end. + subtask_index: 27 +- subtask: Abnormal. + subtask_index: 28 +- subtask: null. + subtask_index: 29 +atomic_actions: +- grasp +- pick +- place +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 721 + total_frames: 308398 + fps: 30 + total_tasks: 30 + total_videos: 2163 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 3.60 GB +frame_num: 308398 +frame_range: 1M +dataset_size: 3.60 GB +data_structure: 'RMC-AIDA-L_basket_storage_peach_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (709 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:720 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_box_up_down.yaml b/dataset_info/Realman_RMC-AIDA-L_box_up_down.yaml new file mode 100644 index 0000000000000000000000000000000000000000..50701f62e82fab2a35282f83228f746128ac0826 --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_box_up_down.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: Realman_RMC-AIDA-L_box_up_down +dataset_uuid: e095217a-10c3-44e6-9a26-08a1758a1243 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the box on the table with both arms. +- Pick up the box from the table with both arms. +sub_tasks: +- subtask: Grasp the bandage with right gripper. + subtask_index: 0 +- subtask: Loosen the box on the table with right gripper. + subtask_index: 1 +- subtask: Place the box on the table with right gripper. + subtask_index: 2 +- subtask: Lift the box with left gripper. + subtask_index: 3 +- subtask: Place the box on the table with left gripper. + subtask_index: 4 +- subtask: Static. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: Loosen the box on the table with left gripper. + subtask_index: 7 +- subtask: Lift the box with right gripper. + subtask_index: 8 +- subtask: Grasp the bandage with left gripper. + subtask_index: 9 +- subtask: Abnormal. + subtask_index: 10 +- subtask: null. + subtask_index: 11 +atomic_actions: +- grasp +- pick +- place +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 159 + total_frames: 31466 + fps: 30 + total_tasks: 12 + total_videos: 477 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 383.71 MB +frame_num: 31466 +frame_range: 100K +dataset_size: 383.71 MB +data_structure: 'RMC-AIDA-L_box_up_down_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (147 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:158 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_high_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_rgb/episode_000000.mp4 diff --git a/dataset_info/Realman_RMC-AIDA-L_clean_table.yaml b/dataset_info/Realman_RMC-AIDA-L_clean_table.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8ef87818fec9617a369a897284524f66a8599797 --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_clean_table.yaml @@ -0,0 +1,505 @@ +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: Realman_RMC-AIDA-L_clean_table +dataset_uuid: ed026bcf-f342-4259-9fce-12208d2ca5b3 +scene_type: + level1: household + level2: restaurant + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cup +- object_name: blue_rag +- object_name: purple_rag +- object_name: water +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the paper cup properly with the gripper. Wipe off the black water stain in + the middle of the table with a blue towel with the gripper. +- Place the paper cup properly with the gripper. Wipe off the brown water stain in + the middle of the table with a blue towel with the gripper. +- Place the paper cup properly with the gripper. Wipe off the black water stain in + the middle of the table with a purple towel with the gripper. +- Place the paper cup properly with the gripper. Wipe off the brown water stain in + the middle of the table with a purple towel with the gripper. +sub_tasks: +- subtask: Place the rag on the table with the right gripper. + subtask_index: 0 +- subtask: Stand the paper cup upright with the left gripper. + subtask_index: 1 +- subtask: Grasp the paper cup with the left gripper. + subtask_index: 2 +- subtask: Grasp the paper cup with the right gripper. + subtask_index: 3 +- subtask: Grasp the rag with the left gripper. + subtask_index: 4 +- subtask: Grasp the rag with the right gripper. + subtask_index: 5 +- subtask: Wipe the stains off the table with the left gripper. + subtask_index: 6 +- subtask: Place the rag on the table with the left gripper. + subtask_index: 7 +- subtask: Stand the paper cup upright with the right gripper. + subtask_index: 8 +- subtask: end. + subtask_index: 9 +- subtask: Wipe the stains off the table with the right gripper. + subtask_index: 10 +- subtask: abnormal. + subtask_index: 11 +- subtask: null. + subtask_index: 12 +atomic_actions: +- grasp +- pick +- place +- wipe +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 776 + total_frames: 514178 + fps: 30 + total_tasks: 13 + total_videos: 2328 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 3.46 GB +frame_num: 514178 +frame_range: 1M +dataset_size: 3.46 GB +data_structure: 'RMC-AIDA-L_clean_table_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (764 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:775 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_desktop_organization.yaml b/dataset_info/Realman_RMC-AIDA-L_desktop_organization.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b4f667930b2e377705240b50c6e91f4e88ef42e9 --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_desktop_organization.yaml @@ -0,0 +1,650 @@ +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: Realman_RMC-AIDA-L_desktop_organization +dataset_uuid: 66922d94-1a12-4281-bddf-1da6a26caf4c +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: orange +- object_name: peach +- object_name: fruit_plate +- object_name: paper_ball +- object_name: plastic +- object_name: trash_can +- object_name: bottle +- object_name: art_knife +- object_name: glue +- object_name: eraser +- object_name: ruler +- object_name: pen +- object_name: scissors +- object_name: pen_holder +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the orange in the fruit plate with the gripper. Place the paper ball in the + trash can with the gripper. Stand the bottle upright with the gripper. Place the + art knife in the pen holder with the gripper. Place the glue in the pen holder with + the gripper. Place the eraser in the pen holder with the gripper. +- Place the peach in the fruit plate with the gripper. Place the plastic in the trash + can with the gripper. Stand the bottle upright with the gripper. Place the ruler + in the pen holder with the gripper. Place the pen in the pen holder with the gripper. + Place the scissor in the pen holder with the gripper. +sub_tasks: +- subtask: Place the blue scissors into the pen holder with the right gripper. + subtask_index: 0 +- subtask: pick up the orange with the left gripper. + subtask_index: 1 +- subtask: Place the blue scissors into the pen holder with the left gripper. + subtask_index: 2 +- subtask: Pass the ruler from the right gripper to the left gripper. + subtask_index: 3 +- subtask: Place the gray spring-action pen into the pen holder with the left gripper. + subtask_index: 4 +- subtask: Pass the blue utility knife from the left gripper to the right gripper. + subtask_index: 5 +- subtask: place the eraser into the pen holder with the right gripper. + subtask_index: 6 +- subtask: pick up the blue scissors with the right gripper. + subtask_index: 7 +- subtask: pick up the blue utility knife with the left gripper. + subtask_index: 8 +- subtask: Place the orange into the fruit bowl with the right gripper. + subtask_index: 9 +- subtask: pick up the plastic with the right gripper. + subtask_index: 10 +- subtask: Discard. + subtask_index: 11 +- subtask: Pass the water bottle from the left gripper to the right gripper. + subtask_index: 12 +- subtask: Pass the ruler from the left gripper to the right gripper. + subtask_index: 13 +- subtask: Place the gray spring-action pen into the pen holder with the right gripper. + subtask_index: 14 +- subtask: Pass the water bottle from the right gripper to the left gripper. + subtask_index: 15 +- subtask: Place the eraser into the pen holder with the left gripper. + subtask_index: 16 +- subtask: pick up the blue scissors with the left gripper. + subtask_index: 17 +- subtask: pick up the ruler with the left gripper. + subtask_index: 18 +- subtask: pick up the eraser with the right gripper. + subtask_index: 19 +- subtask: Pass the peach from the right gripper to the left gripper. + subtask_index: 20 +- subtask: Pass the blue scissors from the right gripper to the left gripper. + subtask_index: 21 +- subtask: Pass the gray spring-action pen from the left gripper to the right gripper. + subtask_index: 22 +- subtask: Pass the eraser from the left gripper to the right gripper. + subtask_index: 23 +- subtask: Place the blue utility knife into the pen holder with the right gripper. + subtask_index: 24 +- subtask: Place the blue utility knife into the pen holder with the left gripper. + subtask_index: 25 +- subtask: Place the ruler into the pen holder with the left gripper. + subtask_index: 26 +- subtask: pick up the orange with the right gripper. + subtask_index: 27 +- subtask: pick up the plastic with the left gripper. + subtask_index: 28 +- subtask: pick up the peach with the right gripper. + subtask_index: 29 +- subtask: Place the paper ball into the trash can with the right gripper. + subtask_index: 30 +- subtask: Place the orange into the fruit bowl with the left gripper. + subtask_index: 31 +- subtask: pick up the gray glue with the right gripper. + subtask_index: 32 +- subtask: Pass the plastic from the right gripper to the left gripper. + subtask_index: 33 +- subtask: pick up the water bottle with the left gripper. + subtask_index: 34 +- subtask: Pass the gray glue from the left gripper to the right gripper. + subtask_index: 35 +- subtask: Pass the paper ball from the left gripper to the right gripper. + subtask_index: 36 +- subtask: Pass the plastic from the left gripper to the right gripper. + subtask_index: 37 +- subtask: pick up the blue utility knife with the right gripper. + subtask_index: 38 +- subtask: Pass the orange from the right gripper to the left gripper. + subtask_index: 39 +- subtask: pick up the paper ball with the left gripper. + subtask_index: 40 +- subtask: Pass the blue scissors from the left gripper to the right gripper. + subtask_index: 41 +- subtask: Place the ruler into the pen holder with the right gripper. + subtask_index: 42 +- subtask: Place the peach into the fruit bowl with the right gripper. + subtask_index: 43 +- subtask: Place the water bottle on the table with the left gripper. + subtask_index: 44 +- subtask: pick up the eraser with the left gripper. + subtask_index: 45 +- subtask: Pass the gray glue from the right gripper to the left gripper. + subtask_index: 46 +- subtask: pick up the gray spring-action pen with the left gripper. + subtask_index: 47 +- subtask: Pass the blue utility knife from the right gripper to the left gripper. + subtask_index: 48 +- subtask: Place the peach into the fruit bowl with the left gripper. + subtask_index: 49 +- subtask: pick up the gray spring-action pen with the right gripper. + subtask_index: 50 +- subtask: pick up the gray glue with the left gripper. + subtask_index: 51 +- subtask: Place the water bottle on the table with the right gripper. + subtask_index: 52 +- subtask: pick up the ruler with the right gripper. + subtask_index: 53 +- subtask: pick up the water bottle with the right gripper. + subtask_index: 54 +- subtask: Place the gray glue into the pen holder with the right gripper. + subtask_index: 55 +- subtask: pick up the peach with the left gripper. + subtask_index: 56 +- subtask: Place the plastic into the trash can with the right gripper. + subtask_index: 57 +- subtask: Pass the gray spring-action pen from the right gripper to the left gripper. + subtask_index: 58 +- subtask: Place the gray glue into the pen holder with the left gripper. + subtask_index: 59 +- subtask: pick up the paper ball with the right gripper. + subtask_index: 60 +- subtask: end. + subtask_index: 61 +- subtask: null. + subtask_index: 62 +atomic_actions: +- grasp +- pick +- place +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 1660 + total_frames: 2647489 + fps: 30 + total_tasks: 63 + total_videos: 4980 + total_chunks: 2 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 38.72 GB +frame_num: 2647489 +frame_range: 10M +dataset_size: 38.72 GB +data_structure: 'RMC-AIDA-L_desktop_organization_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (648 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:1659 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_fold_shirt.yaml b/dataset_info/Realman_RMC-AIDA-L_fold_shirt.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ce267db3a88191b71439050642cbfc5fbc18d6be --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_fold_shirt.yaml @@ -0,0 +1,567 @@ +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: Realman_RMC-AIDA-L_fold_shirt +dataset_uuid: bbe55f1a-041d-4956-b4a9-17c9457510aa +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: shirt +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the black shirt with the back facing up. Fold the black shirt into a square + shape with the gripper. +- Place the black shirt with the front facing upwards, fold it into a square shape + with the gripper. +- Place the blue shirt with the back facing up. Fold the black shirt into a square + shape with the gripper. +- Place the blue shirt with the front facing upwards. Fold the black shirt into a + square shape with the gripper. +- Place the navygreen shirt with the back facing up. Fold the black shirt into a square + shape with the gripper. +- Place the navygreen shirt with the front facing upwards. Fold the black shirt into + a square shape with the gripper. +sub_tasks: +- subtask: Fold the lower left sleeve with the left gripper. + subtask_index: 0 +- subtask: Fold the lower left sleeve to the left. + subtask_index: 1 +- subtask: Fold the clothes with the right gripper. + subtask_index: 2 +- subtask: Fold the clothes to the right. + subtask_index: 3 +- subtask: Press the middle of the clothes with the right gripper. + subtask_index: 4 +- subtask: Pull the clothes with the right gripper. + subtask_index: 5 +- subtask: Discard. + subtask_index: 6 +- subtask: pick up the upper right corner of the clothes with the right gripper. + subtask_index: 7 +- subtask: pick up the lower left corner of the clothes with the left gripper. + subtask_index: 8 +- subtask: Fold the lower right sleeve to the right. + subtask_index: 9 +- subtask: Pull the clothes to the left. + subtask_index: 10 +- subtask: Pull the clothes with the left gripper. + subtask_index: 11 +- subtask: Fold the clothes with the left gripper. + subtask_index: 12 +- subtask: Push the clothes to the left. + subtask_index: 13 +- subtask: pick up the upper left corner of the clothes with the left gripper. + subtask_index: 14 +- subtask: Pull the clothes to the right. + subtask_index: 15 +- subtask: pick up the lower right corner of the clothes with the right gripper. + subtask_index: 16 +- subtask: Fold the lower right sleeve with the right gripper. + subtask_index: 17 +- subtask: end. + subtask_index: 18 +- subtask: Fold the clothes to the left. + subtask_index: 19 +- subtask: Push the clothes with the left gripper. + subtask_index: 20 +- subtask: null. + subtask_index: 21 +atomic_actions: +- grasp +- pick +- fold +- place +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 1487 + total_frames: 3512125 + fps: 30 + total_tasks: 22 + total_videos: 4461 + total_chunks: 2 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 29.69 GB +frame_num: 3512125 +frame_range: 10M +dataset_size: 29.69 GB +data_structure: 'RMC-AIDA-L_fold_shirt_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (475 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:1486 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + 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 + 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 + 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_high_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_high_rgb/episode_000000.mp4 diff --git a/dataset_info/Realman_RMC-AIDA-L_fold_shorts.yaml b/dataset_info/Realman_RMC-AIDA-L_fold_shorts.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b74bbbebc76325eb2018e5614dfe06744b84bc3d --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_fold_shorts.yaml @@ -0,0 +1,537 @@ +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: Realman_RMC-AIDA-L_fold_shorts +dataset_uuid: 5f973d3e-d7a6-40c1-8ecc-0a4a158505f7 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: shorts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the shorts with the back facing up. Grasp the waist of the shorts with the + left gripper, and grasp the bottom of the shorts with the right gripper, then fold + them in the middle. +- Place the shorts with the front facing upwards. Grasp the waist of the shorts with + the left gripper, and grasp the bottom of the shorts with the right gripper, then + fold them in the middle. +- Place the shorts with the back facing up. Grasp the waist of the shorts with the + right gripper, and grasp the bottom of the shorts with the left gripper, folding + them in the middle. +- Place the shorts with the front facing upwards. Grasp the waist of the shorts with + the right gripper, and grasp the bottom of the shorts with the left gripper, folding + them in the middle. +sub_tasks: +- subtask: pick up the lower left pant leg with your left gripper. + subtask_index: 0 +- subtask: pick up the lower right pant leg with your right gripper. + subtask_index: 1 +- subtask: Fold the bottom of the shorts upward with right gripper. + subtask_index: 2 +- subtask: Fold the pants from right to left with the right gripper. + subtask_index: 3 +- subtask: grasp the waistband with your left gripper. + subtask_index: 4 +- subtask: grasp the lower right waistband with your right gripper. + subtask_index: 5 +- subtask: pick up the waistband with your right gripper. + subtask_index: 6 +- subtask: Fold to the right with your left gripper. + subtask_index: 7 +- subtask: Press the middle of the pants with your left gripper. + subtask_index: 8 +- subtask: Fold upward with your left gripper. + subtask_index: 9 +- subtask: Fold to the left with your right gripper. + subtask_index: 10 +- subtask: grasp the lower left waistband with your left gripper. + subtask_index: 11 +- subtask: Place the folded trousers onto the center area with the right grippers. + subtask_index: 12 +- subtask: Place the folded trousers onto the center area with right gripper. + subtask_index: 13 +- subtask: Place the folded trousers onto the center area with the left grippers. + subtask_index: 14 +- subtask: Grasp the right lower side of the waistband of the shorts with right gripper. + subtask_index: 15 +- subtask: end. + subtask_index: 16 +- subtask: Anomaly detected. + subtask_index: 17 +- subtask: Grasp the lower left leg of the shorts with left gripper. + subtask_index: 18 +- subtask: Fold the shorts from right to left with right gripper. + subtask_index: 19 +- subtask: abnormal. + subtask_index: 20 +- subtask: Fold the pants from left to right with the left gripper. + subtask_index: 21 +- subtask: Fold the bottom of the shorts upward with left gripper. + subtask_index: 22 +- subtask: Fold the bottom of the pants upward with both grippers. + subtask_index: 23 +- subtask: End. + subtask_index: 24 +- subtask: Adjust the pants with your right gripper. + subtask_index: 25 +- subtask: Fold upward with your right gripper. + subtask_index: 26 +- subtask: Adjust the pants with your left gripper. + subtask_index: 27 +- subtask: Press the middle of the pants with your right gripper. + subtask_index: 28 +- subtask: null. + subtask_index: 29 +atomic_actions: +- grasp +- pick +- fold +- place +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 866 + total_frames: 730046 + fps: 30 + total_tasks: 30 + total_videos: 2598 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 9.45 GB +frame_num: 730046 +frame_range: 1M +dataset_size: 9.45 GB +data_structure: 'RMC-AIDA-L_fold_shorts_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (854 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:865 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_fold_towel.yaml b/dataset_info/Realman_RMC-AIDA-L_fold_towel.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4446a590bcaf0cc8f8d674f294847af8cfdabaa9 --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_fold_towel.yaml @@ -0,0 +1,488 @@ +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: Realman_RMC-AIDA-L_fold_towel +dataset_uuid: a593440c-3003-4563-8c9a-3b02eed8c2e5 +scene_type: + level1: household + level2: bathroom + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Position the towel correctly with both grippers. Grasp the towel with the right + gripper and fold it to the left with the right gripper. +sub_tasks: +- subtask: Grasp the towel with the left gripper. + subtask_index: 0 +- subtask: Move the towel to the center of the table with the right gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Grasp the towel with the right gripper. + subtask_index: 3 +- subtask: Fold the towel with the left gripper. + subtask_index: 4 +- subtask: Move the towel to the center of the table with both grippers. + subtask_index: 5 +- subtask: Fold the towel with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- fold +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 120 + total_frames: 69438 + fps: 30 + total_tasks: 8 + total_videos: 360 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 1.08 GB +frame_num: 69438 +frame_range: 100K +dataset_size: 1.08 GB +data_structure: 'Realman_RMC-AIDA-L_fold_towel_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (108 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:119 +features: + observation.images.cam_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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Realman_RMC-AIDA-L_food_packaging.yaml b/dataset_info/Realman_RMC-AIDA-L_food_packaging.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6c13a84174470bcb4f9deb359b4a701f8efa74da --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_food_packaging.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: Realman_RMC-AIDA-L_food_packaging +dataset_uuid: 59eb8786-4e0e-4c5e-b129-aec36ec1eda9 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bag +- object_name: lunch_box +- object_name: cucumber +- object_name: pear +- object_name: banana +- object_name: peach +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the blue bag with the left gripper. Pick up the lunch box from the table + and place it into the bag with the right gripper. Pick up the cucumber from the + table and place it into the bag with the right gripper. Pick up the pear from the + table and place it into the bag with the right gripper. Zip up the bag with the + right gripper. +- Pick up the blue bag with the left gripper. Pick up the lunch box from the table + and place it into the bag with the right gripper. Pick up the banana from the table + and place it into the bag with the right gripper. Pick up the peach from the table + and place it into the bag with the right gripper. Zip up the bag with the right + gripper. +sub_tasks: +- subtask: pick up the pear with your right gripper. + subtask_index: 0 +- subtask: Pick up the lunch box with your right gripper. + subtask_index: 1 +- subtask: end. + subtask_index: 2 +- subtask: place the cucumber into the lunch bag with your right gripper. + subtask_index: 3 +- subtask: grasp the lunch bag with your left gripper. + subtask_index: 4 +- subtask: Secure the lunch bag with your left gripper. + subtask_index: 5 +- subtask: Pick up the cucumber with your right gripper. + subtask_index: 6 +- subtask: grasp the lunch bag with your right gripper. + subtask_index: 7 +- subtask: pick up the banana with your right gripper. + subtask_index: 8 +- subtask: Place the lunch box into the lunch bag with your right gripper. + subtask_index: 9 +- subtask: Place the peach into the lunch bag with your right gripper. + subtask_index: 10 +- subtask: Zip up the lunch bag with your right gripper. + subtask_index: 11 +- subtask: place the banana into the lunch bag with your right gripper. + subtask_index: 12 +- subtask: Place the pear into the lunch bag with your right gripper. + subtask_index: 13 +- subtask: pick up the peach with your right gripper. + subtask_index: 14 +- subtask: null. + subtask_index: 15 +atomic_actions: +- grasp +- pick +- place +- pull +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 497 + total_frames: 817652 + fps: 30 + total_tasks: 16 + total_videos: 1491 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 9.41 GB +frame_num: 817652 +frame_range: 1M +dataset_size: 9.41 GB +data_structure: 'RMC-AIDA-L_food_packaging_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (485 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:496 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_food_storage.yaml b/dataset_info/Realman_RMC-AIDA-L_food_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c17c45c440287889d6c00aa889d103def459d5a0 --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_food_storage.yaml @@ -0,0 +1,521 @@ +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: Realman_RMC-AIDA-L_food_storage +dataset_uuid: f217b0c1-9f1e-4598-9845-0a85906dadf6 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: handbag +- object_name: bread +- object_name: egg_yolk_pastry +- object_name: orange +- object_name: peach +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the bread from the table with the gripper and place it in the brown handbag + with the gripper. +- Pick up the bread and egg yolk pastry from the table with the gripper and place + it in the brown handbag with the gripper. +- Pick up the egg yolk pastry from the table with the gripper and place it in the + brown handbag with the gripper. +- Pick up the orange from the table with the gripper and place it in the brown handbag + with the gripper. +- Pick up the orange and peach from the table with the gripper and place them in the + brown handbag with the gripper. +- Pick up the peach from the table with the gripper and place it in the brown handbag + with the gripper. +- Pick up the bread from the table with the gripper and place it in the white handbag + with the gripper. +- Pick up the bread and egg yolk pastry from the table with the gripper and place + it in the white handbag with the gripper. +- Pick up the egg yolk pastry from the table with the gripper and place it in the + white handbag with the gripper. +- Pick up the orange from the table with the gripper and place it in the white handbag + with the gripper. +- Pick up the orange and peach from the table with the gripper and place them in the + white handbag. +- Pick up the peach from the table with the gripper and place it in the white handbag + with the gripper. +sub_tasks: +- subtask: Lift the woven bag with the left gripper to open it. + subtask_index: 0 +- subtask: Lower the woven bag with the left gripper to close it. + subtask_index: 1 +- subtask: abnormal. + subtask_index: 2 +- subtask: Place the egg yolk pastry into the woven bag with the right gripper. + subtask_index: 3 +- subtask: Place the peach into the woven bag with the right gripper. + subtask_index: 4 +- subtask: Pick up the orange with the right gripper. + subtask_index: 5 +- subtask: Pick up the egg yolk pastry with the right gripper. + subtask_index: 6 +- subtask: Pick up the bread with the right gripper. + subtask_index: 7 +- subtask: end. + subtask_index: 8 +- subtask: Place the bread into the woven bag with the right gripper. + subtask_index: 9 +- subtask: Place the orange into the woven bag with the right gripper. + subtask_index: 10 +- subtask: Pick up the peach with the right gripper. + subtask_index: 11 +- subtask: null. + subtask_index: 12 +atomic_actions: +- grasp +- pick +- place +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 499 + total_frames: 274806 + fps: 30 + total_tasks: 13 + total_videos: 1497 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 2.45 GB +frame_num: 274806 +frame_range: 1M +dataset_size: 2.45 GB +data_structure: 'RMC-AIDA-L_food_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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_high_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_high_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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_fruit_storage.yaml b/dataset_info/Realman_RMC-AIDA-L_fruit_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..81ab0a8fed4f466e36ccf3649f0d5593f52266b8 --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_fruit_storage.yaml @@ -0,0 +1,505 @@ +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: Realman_RMC-AIDA-L_fruit_storage +dataset_uuid: 8276223a-988a-4a97-8459-97f7c498cbb5 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: grape +- object_name: banana +- object_name: plate +- object_name: bowl +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the bowl from the table with the left gripper. Pick up the banana from the + table with the right gripper and place it into the bowl with the right gripper. + Place down the bowl with the left gripper. +- Pick up the banana from the table and place it in the middle plate with the left + gripper. Pick up the grape from the table and place it in the middle plate with + the right gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the grape in the purple plate with left gripper. + subtask_index: 1 +- subtask: Grasp the grape with right gripper. + subtask_index: 2 +- subtask: Place the banana in the purple plate with right gripper. + subtask_index: 3 +- subtask: Place the banana in the blue bowl with left gripper. + subtask_index: 4 +- subtask: Grasp the banana with right gripper. + subtask_index: 5 +- subtask: Grasp the grape with left gripper. + subtask_index: 6 +- subtask: Place the bowl on the table with right gripper. + subtask_index: 7 +- subtask: Place the grape in the purple plate with right gripper. + subtask_index: 8 +- subtask: Place the banana in the purple plate with left gripper. + subtask_index: 9 +- subtask: Lift the blue bowl with right gripper. + subtask_index: 10 +- subtask: Grasp the blue bowl with right gripper. + subtask_index: 11 +- subtask: Static. + subtask_index: 12 +- subtask: Abnormal. + subtask_index: 13 +- subtask: Grasp the banana with left gripper. + subtask_index: 14 +- subtask: null. + subtask_index: 15 +atomic_actions: +- grasp +- pick +- place +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 521 + total_frames: 291785 + fps: 30 + total_tasks: 16 + total_videos: 1563 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 2.56 GB +frame_num: 291785 +frame_range: 1M +dataset_size: 2.56 GB +data_structure: 'RMC-AIDA-L_fruit_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (509 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:520 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_get_water.yaml b/dataset_info/Realman_RMC-AIDA-L_get_water.yaml new file mode 100644 index 0000000000000000000000000000000000000000..dccdc1f5554fb4847bcae540b54a4d772115b1dd --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_get_water.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: Realman_RMC-AIDA-L_get_water +dataset_uuid: 2a2cc6a7-ac07-494e-9b05-0a437532bdb1 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: faucet +- object_name: cup +- object_name: water +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the black cup with the left gripper and place it horizontally under the + faucet. Turn on the faucet with the right gripper to fill the cup, and then turn + off the faucet with the right gripper. +- Pick up the red cup with the left gripper and place it horizontally under the faucet. + Turn on the faucet with the right gripper to fill the cup, and then turn off the + faucet with the right gripper. +- Pick up the red cup with the right gripper and place it horizontally under the faucet. + Turn on the faucet with the left gripper to fill the cup, and then turn off the + faucet with the left gripper. +sub_tasks: +- subtask: Move the cup beneath the water dispenser nozzle with the right gripper. + subtask_index: 0 +- subtask: Close the dispenser valve with the right gripper. + subtask_index: 1 +- subtask: Open the dispenser valve and fill the cup with water with the right gripper. + subtask_index: 2 +- subtask: Close the dispenser valve with the left gripper. + subtask_index: 3 +- subtask: Open the dispenser valve and fill the cup with water with the left gripper. + subtask_index: 4 +- subtask: end. + subtask_index: 5 +- subtask: Move the cup beneath the water dispenser nozzle with the left gripper. + subtask_index: 6 +- subtask: abnormal. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- pick +- place +- push +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 333 + total_frames: 327536 + fps: 30 + total_tasks: 9 + total_videos: 999 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 2.82 GB +frame_num: 327536 +frame_range: 1M +dataset_size: 2.82 GB +data_structure: 'RMC-AIDA-L_get_water_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (321 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:332 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_glasses_storage.yaml b/dataset_info/Realman_RMC-AIDA-L_glasses_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2cd4a30b1b997c059c98a9cd4de009516996d777 --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_glasses_storage.yaml @@ -0,0 +1,512 @@ +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: Realman_RMC-AIDA-L_glasses_storage +dataset_uuid: 3f805357-8df7-41c3-aa00-a08b08e0915c +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: glasses_case +- object_name: glasses +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the black glasses into the black glasses case with the gripper. +- Place the black glasses into the green glasses case with the gripper. +- Place the white glasses into the black glasses case with the gripper. +- Place the white glasses into the green glasses case with the gripper. +sub_tasks: +- subtask: Place the glasses case in the center of the table with your left gripper. + subtask_index: 0 +- subtask: pick up the glasses case with your left gripper. + subtask_index: 1 +- subtask: Lift the glasses with your right gripper. + subtask_index: 2 +- subtask: place the glasses into the case with your right gripper. + subtask_index: 3 +- subtask: Discard. + subtask_index: 4 +- subtask: pick up the eyeglass frame with your right gripper. + subtask_index: 5 +- subtask: place the glasses into the case with your left gripper. + subtask_index: 6 +- subtask: end. + subtask_index: 7 +- subtask: Place the glasses on the table with your left gripper. + subtask_index: 8 +- subtask: Close the glasses case with your left gripper. + subtask_index: 9 +- subtask: pick up the frame with your right gripper. + subtask_index: 10 +- subtask: Lift the glasses with your left gripper. + subtask_index: 11 +- subtask: Fold the frame with your right gripper. + subtask_index: 12 +- subtask: Place the glasses case in the center of the table with your right gripper. + subtask_index: 13 +- subtask: Close the glasses case with your right gripper. + subtask_index: 14 +- subtask: Fold the frame with your left gripper. + subtask_index: 15 +- subtask: pick up the glasses with your left gripper. + subtask_index: 16 +- subtask: pick up the glasses case with your right gripper. + subtask_index: 17 +- subtask: null. + subtask_index: 18 +atomic_actions: +- grasp +- pick +- fold +- close +- place +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 990 + total_frames: 861465 + fps: 30 + total_tasks: 19 + total_videos: 2970 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 8.64 GB +frame_num: 861465 +frame_range: 1M +dataset_size: 8.64 GB +data_structure: 'RMC-AIDA-L_glasses_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (978 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:989 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_hang_clothes.yaml b/dataset_info/Realman_RMC-AIDA-L_hang_clothes.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7beef0ee8fb8c481641765395253b8377a552c08 --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_hang_clothes.yaml @@ -0,0 +1,479 @@ +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: Realman_RMC-AIDA-L_hang_clothes +dataset_uuid: bb6cf325-d272-4211-a7b9-6147d5c989f1 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: clothes_drying_rack +- object_name: shirt +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the clothes with the left gripper and hang them on the clothes rack. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the hanger with the left gripper. + subtask_index: 1 +- subtask: Place the hanger on the rack with the left gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- pick +- place +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 10021 + fps: 30 + total_tasks: 4 + total_videos: 150 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 234.72 MB +frame_num: 10021 +frame_range: 100K +dataset_size: 234.72 MB +data_structure: 'Realman_RMC-AIDA-L_hang_clothes_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Realman_RMC-AIDA-L_organise_the_document_bag.yaml b/dataset_info/Realman_RMC-AIDA-L_organise_the_document_bag.yaml new file mode 100644 index 0000000000000000000000000000000000000000..518ced0e2d285755e5a5ebf82079421b4e7dc1b2 --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_organise_the_document_bag.yaml @@ -0,0 +1,489 @@ +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: Realman_RMC-AIDA-L_organise_the_document_bag +dataset_uuid: 327e0fe7-1be9-4724-b1ae-f511d8ab7f6b +scene_type: + level1: office + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: document_bag +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open the green document bag with the left gripper. +- Open the green document bag with the right gripper. +- Open the red document bag with the left gripper. +- Open the red document bag with the right gripper. +sub_tasks: +- subtask: Pulling up the zipper on the transparent plastic bag with the right gripper + to close it. + subtask_index: 0 +- subtask: Pulling up the zipper on the transparent plastic bag with the left gripper + to close it. + subtask_index: 1 +- subtask: Pick up the transparent plastic bag with the left gripper. + subtask_index: 2 +- subtask: Pick up the transparent plastic bag with the right gripper. + subtask_index: 3 +- subtask: Place the transparent plastic bag. + subtask_index: 4 +- subtask: Place the transparent plastic bag with the right gripper. + subtask_index: 5 +- subtask: End. + subtask_index: 6 +- subtask: end. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- place +- pick +- pull +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 480 + total_frames: 225360 + fps: 30 + total_tasks: 9 + total_videos: 1440 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 1.98 GB +frame_num: 225360 +frame_range: 1M +dataset_size: 1.98 GB +data_structure: 'RMC-AIDA-L_organise_the_document_bag_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (468 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:479 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_pass_bowl.yaml b/dataset_info/Realman_RMC-AIDA-L_pass_bowl.yaml new file mode 100644 index 0000000000000000000000000000000000000000..51f65a6087271779eb9407398071bc57d35e083c --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_pass_bowl.yaml @@ -0,0 +1,486 @@ +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: Realman_RMC-AIDA-L_pass_bowl +dataset_uuid: abd0c9a0-5eb2-441f-a41d-ad899d818185 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bowl +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the bowl with the left gripper and pass it to the right gripper. grasp the + bowl with the right gripper and place it on the table. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: Place the bowl on the table with the right gripper. + subtask_index: 1 +- subtask: Pick up the bowl with the left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Pass the bowl from the left gripper to the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +- pass +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 57 + total_frames: 31462 + fps: 30 + total_tasks: 6 + total_videos: 171 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 200.31 MB +frame_num: 31462 +frame_range: 100K +dataset_size: 200.31 MB +data_structure: 'Realman_RMC-AIDA-L_pass_bowl_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (45 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:56 +features: + observation.images.cam_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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Realman_RMC-AIDA-L_place_test_tube.yaml b/dataset_info/Realman_RMC-AIDA-L_place_test_tube.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d5d5151d9e2bd76825ab21f4c7e0bf1c5a4eb2e7 --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_place_test_tube.yaml @@ -0,0 +1,496 @@ +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: Realman_RMC-AIDA-L_place_test_tube +dataset_uuid: 7ed8e496-1917-4844-a0f7-98fe52c1477d +scene_type: + level1: education + level2: hospital + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: test_tube_rack +- object_name: test_tube +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the test tube rack with the left gripper, transfer it to the right gripper, + then place it into the test tube rack with the right gripper. +sub_tasks: +- subtask: Place the test tube on the test tube rack with the left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Pass the test tube from the left gripper to the right gripper. + subtask_index: 2 +- subtask: pick up the test tube with the right gripper. + subtask_index: 3 +- subtask: end. + subtask_index: 4 +- subtask: Place the test tubes on the test tube rack with the left gripper. + subtask_index: 5 +- subtask: move the test tube from the right gripper to the left gripper. + subtask_index: 6 +- subtask: Pick up the test tube with the right gripper. + subtask_index: 7 +- subtask: Grasp the arch-shaped block with the left gripper. + subtask_index: 8 +- subtask: Pick up the test tube with the left gripper. + subtask_index: 9 +- subtask: Place the test tubes on the test tube rack with the right gripper. + subtask_index: 10 +- subtask: Pass the test tube from the right gripper to the left gripper. + subtask_index: 11 +- subtask: null. + subtask_index: 12 +atomic_actions: +- grasp +- place +- pick +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 648 + total_frames: 365863 + fps: 30 + total_tasks: 13 + total_videos: 1944 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 4.04 GB +frame_num: 365863 +frame_range: 1M +dataset_size: 4.04 GB +data_structure: 'RMC-AIDA-L_place_test_tube_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (636 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:647 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_place_the_fruits_repeatedly.yaml b/dataset_info/Realman_RMC-AIDA-L_place_the_fruits_repeatedly.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f90badd15de198736043ea6ea82125a2bb850858 --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_place_the_fruits_repeatedly.yaml @@ -0,0 +1,521 @@ +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: Realman_RMC-AIDA-L_place_the_fruits_repeatedly +dataset_uuid: 3448d8ea-8209-43cf-bfcc-550863a26b13 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bowl +- object_name: peach +- object_name: orange +- object_name: egg_yolk_pastry +- object_name: bread +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the peach into the blue bowl with the gripper and pour it out repeatedly with + the gripper. +- Place the orange into the blue bowl with the gripper and pour it out repeatedly + with the gripper. +- Place the egg yolk pastry into the blue bowl with the gripper and pour it out repeatedly + with the gripper. +- Place the bread into the blue bowl with the gripper and pour it out repeatedly with + the gripper. +- Place the peach into the pink bowl with the gripper and pour it out repeatedly with + the gripper. +- Place the orange into the pink bowl with the gripper and pour it out repeatedly. +- Place the egg yolk pastry into the pink bowl with the gripper and pour it out repeatedly + with the gripper. +- Place the bread into the pink bowl with the gripper and pour it out repeatedly with + the gripper. +sub_tasks: +- subtask: Pick up the bowl with the left gripper. + subtask_index: 0 +- subtask: Place the bread into the bowl. + subtask_index: 1 +- subtask: abnormal. + subtask_index: 2 +- subtask: Pick up the egg yolk pastry with the right gripper. + subtask_index: 3 +- subtask: Pour the egg yolk pastry out of bowl. + subtask_index: 4 +- subtask: Pour the orange out of the bowl. + subtask_index: 5 +- subtask: Place the peach into the bowl. + subtask_index: 6 +- subtask: Pour the peach out of bowl. + subtask_index: 7 +- subtask: Place the egg yolk pastry into the bowl. + subtask_index: 8 +- subtask: Pick up the bread with the right gripper. + subtask_index: 9 +- subtask: Pick up the peach with the right gripper. + subtask_index: 10 +- subtask: Pour the bread out of the bowl. + subtask_index: 11 +- subtask: end. + subtask_index: 12 +- subtask: Place the bowl on the table. + subtask_index: 13 +- subtask: Place the orange into the bowl. + subtask_index: 14 +- subtask: Pick up the orange with the right gripper. + subtask_index: 15 +- subtask: null. + subtask_index: 16 +atomic_actions: +- grasp +- place +- pick +- pour +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 481 + total_frames: 541540 + fps: 30 + total_tasks: 17 + total_videos: 1443 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 3.68 GB +frame_num: 541540 +frame_range: 1M +dataset_size: 3.68 GB +data_structure: 'RMC-AIDA-L_place_the_fruits_repeatedly_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (469 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:480 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_place_towel.yaml b/dataset_info/Realman_RMC-AIDA-L_place_towel.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9869987cea91f2903abf891edb942996cdc1bb9a --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_place_towel.yaml @@ -0,0 +1,485 @@ +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: Realman_RMC-AIDA-L_place_towel +dataset_uuid: 666a0109-3399-4955-b2fb-66509139637f +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the towel from the storage box with the gripper and lay it flat on the table. +- Pick up the towel from the storage box with the gripper and lay it flat on the black + tablecloth. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Spread the towel flat with the left gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Pick up a towel with the left gripper. + subtask_index: 3 +- subtask: Static. + subtask_index: 4 +- subtask: Pick up a towel with the right gripper. + subtask_index: 5 +- subtask: Spread the towel flat with the right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- place +- pick +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 398 + total_frames: 281308 + fps: 30 + total_tasks: 8 + total_videos: 1194 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 4.75 GB +frame_num: 281308 +frame_range: 1M +dataset_size: 4.75 GB +data_structure: 'RMC-AIDA-L_place_towel_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (386 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 + + |-- 1.json + + |-- info.yaml + + `-- README.md' +splits: + train: 0:397 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_plate_storage.yaml b/dataset_info/Realman_RMC-AIDA-L_plate_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3c80ccc523250afba16d1630e50ea9940affebbb --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_plate_storage.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: Realman_RMC-AIDA-L_plate_storage +dataset_uuid: 8c203fd8-2988-4e8f-8ddc-eedbb69dcdfe +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: plate +- object_name: shelf +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grip the plate with the left gripper, pass it to the right gripper, then place it + on the shelf with the left gripper. +- Grip the plate with the right gripper, pass it to the left gripper, then place it + on the shelf with the right gripper. +sub_tasks: +- subtask: Place the plate on the shelf with the right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Pick up the plate with the right gripper. + subtask_index: 2 +- subtask: end. + subtask_index: 3 +- subtask: Pick up the plate with the left gripper. + subtask_index: 4 +- subtask: Pass the plate from the left gripper to the right gripper. + subtask_index: 5 +- subtask: Pass the plate from the right gripper to the left gripper. + subtask_index: 6 +- subtask: Place the plate on the shelf with the left gripper. + subtask_index: 7 +- subtask: abnormal. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- grasp +- pick +- place +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 498 + total_frames: 284602 + fps: 30 + total_tasks: 10 + total_videos: 1494 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 1.83 GB +frame_num: 284602 +frame_range: 1M +dataset_size: 1.83 GB +data_structure: 'RMC-AIDA-L_plate_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (486 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:497 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_pour_coffee_beans.yaml b/dataset_info/Realman_RMC-AIDA-L_pour_coffee_beans.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6b392e54e650d17a9cf549b289edd1aa1b838430 --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_pour_coffee_beans.yaml @@ -0,0 +1,503 @@ +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: Realman_RMC-AIDA-L_pour_coffee_beans +dataset_uuid: aa202f76-162f-44a2-aa83-c8448ab991e2 +scene_type: + level1: household + level2: restaurant + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: gray_cup +- object_name: red_cup +- object_name: glass +- object_name: coffee_bean +- object_name: blue_spoon +- object_name: pink_spoon +- object_name: glass_lid +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the coffee beans from the glass with the right gripper and then pour them + into the gray cup. +- Pick up the coffee beans from the glass with the right gripper, and then pour them + into the gray cup with the right gripper. +- Pick up the coffee beans from the glass with the right gripper, and then pour them + into the red cup. +- Pick up the coffee beans from the glass with the left gripper, and then pour them + into the gray cup with the left gripper. +- Pick up the coffee beans from the glass with the left gripper, and then pour them + into the red cup with the left gripper. +- Pick up the coffee beans from the glass with the left gripper, and then pour them + into the red cup with the left gripper. +- Pick up the coffee beans from the glass with the right gripper, and then pour them + into the red cup with the right gripper. +- Pick up the coffee beans from the glass with the left gripper, and then pour them + into the gray cup with the left gripper. +sub_tasks: +- subtask: Place the spoon back in its original place with the right gripper. + subtask_index: 0 +- subtask: Scoop a spoonful of beans into the cup with the right gripper. + subtask_index: 1 +- subtask: abnormal. + subtask_index: 2 +- subtask: Pick up the spoon with the right gripper. + subtask_index: 3 +- subtask: Move the cup to the center of view with the left gripper. + subtask_index: 4 +- subtask: end. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- place +- pick +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 493 + total_frames: 352789 + fps: 30 + total_tasks: 7 + total_videos: 1479 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 1.85 GB +frame_num: 352789 +frame_range: 1M +dataset_size: 1.85 GB +data_structure: 'RMC-AIDA-L_pour_coffee_beans_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (481 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:492 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_pour_rice.yaml b/dataset_info/Realman_RMC-AIDA-L_pour_rice.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d1b575694a4ecdb523f2484b35570686fd8da0ba --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_pour_rice.yaml @@ -0,0 +1,505 @@ +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: Realman_RMC-AIDA-L_pour_rice +dataset_uuid: c79b49bf-cadf-4094-831d-bbf6403956c6 +scene_type: + level1: household + level2: restaurant + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: rice +- object_name: grain_cup +- object_name: rice_cooker +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the bowl in the middle of the table with the right gripper. Pour the rice + from the grain cup into it with the left gripper. +- Place the bowl in the middle of the table with the left gripper. Pour the rice from + the grain cup into it with the right gripper. +sub_tasks: +- subtask: Pick up the cup with rice in it with the left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: end. + subtask_index: 2 +- subtask: Move the bowl in the center of view with left gripper. + subtask_index: 3 +- subtask: Pick up the bowl with the left gripper. + subtask_index: 4 +- subtask: Place the cup on the table with the right gripper. + subtask_index: 5 +- subtask: Pour the rice from the cup into the bowl with the left gripper. + subtask_index: 6 +- subtask: Place the bowl in the center of view with the right gripper. + subtask_index: 7 +- subtask: Static. + subtask_index: 8 +- subtask: Place the cup on the table with the left gripper. + subtask_index: 9 +- subtask: Pour the rice from the cup into the bowl with the right gripper. + subtask_index: 10 +- subtask: Pick up the cup with rice in it with the right gripper. + subtask_index: 11 +- subtask: Pick up the bowl with the right gripper. + subtask_index: 12 +- subtask: Place the bowl in the center of view with the left gripper. + subtask_index: 13 +- subtask: Grasp the cup with rice in it with right gripper. + subtask_index: 14 +- subtask: abnormal. + subtask_index: 15 +- subtask: null. + subtask_index: 16 +atomic_actions: +- grasp +- pick +- place +- pour +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 714 + total_frames: 413739 + fps: 30 + total_tasks: 17 + total_videos: 2142 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 2.93 GB +frame_num: 413739 +frame_range: 1M +dataset_size: 2.93 GB +data_structure: 'RMC-AIDA-L_pour_rice_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (702 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:713 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_pour_tea.yaml b/dataset_info/Realman_RMC-AIDA-L_pour_tea.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b40d592c7b42fe72e2a83f07f2883cf89e3fc723 --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_pour_tea.yaml @@ -0,0 +1,503 @@ +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: Realman_RMC-AIDA-L_pour_tea +dataset_uuid: 25f997d1-8e07-4035-b14f-0b3219460e17 +scene_type: + level1: household + level2: restaurant + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cup +- object_name: tea +- object_name: teapot +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the handle of the teapot with the left gripper and pour tea into the teacup + with the left gripper. +- Grasp the handle of the teapot with the right gripper and pour tea into the teacup + with the right gripper. +sub_tasks: +- subtask: Pour tea into the teacup with the light gripper. + subtask_index: 0 +- subtask: Pour tea into the teacup with the right gripper. + subtask_index: 1 +- subtask: end. + subtask_index: 2 +- subtask: abnormal. + subtask_index: 3 +- subtask: Pour tea into the teacup with the left gripper. + subtask_index: 4 +- subtask: Pick up the teacup with the right gripper. + subtask_index: 5 +- subtask: place down the teapot with the left gripper. + subtask_index: 6 +- subtask: Pick up the teacup with the left gripper. + subtask_index: 7 +- subtask: End. + subtask_index: 8 +- subtask: Pick up the teapot with the right gripper. + subtask_index: 9 +- subtask: Place the teacup in the center of view with the left gripper. + subtask_index: 10 +- subtask: Pick up the teapot with the left gripper. + subtask_index: 11 +- subtask: place down the teapot with the right gripper. + subtask_index: 12 +- subtask: Abnormal. + subtask_index: 13 +- subtask: Place the teacup in the center of view with the right gripper. + subtask_index: 14 +- subtask: null. + subtask_index: 15 +atomic_actions: +- grasp +- place +- pick +- pour +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 790 + total_frames: 547759 + fps: 30 + total_tasks: 16 + total_videos: 2370 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 3.96 GB +frame_num: 547759 +frame_range: 1M +dataset_size: 3.96 GB +data_structure: 'RMC-AIDA-L_pour_tea_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (778 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:789 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_pull_open_bag.yaml b/dataset_info/Realman_RMC-AIDA-L_pull_open_bag.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4dad908a2e7e746ba243b6cea910979e6e647c03 --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_pull_open_bag.yaml @@ -0,0 +1,536 @@ +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: Realman_RMC-AIDA-L_pull_open_bag +dataset_uuid: 4363efec-236f-4495-a86b-14c3a5d20345 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: food_bag +- object_name: zipper +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Unzip the black food bag with the gripper. +- Close the zipper of the black food bag with the gripper. +- Unzip the khaki food bag with the gripper. +- Close the zipper of the khaki food bag with the gripper. +- Close the zipper of the food bag with the gripper. +sub_tasks: +- subtask: pick up the zipper with your left gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Place the bag on the table with left gripper. + subtask_index: 2 +- subtask: Pull open the zipper with your right gripper. + subtask_index: 3 +- subtask: pick up the bag with your left gripper. + subtask_index: 4 +- subtask: Static. + subtask_index: 5 +- subtask: Unzip the zipper of bag with right gripper. + subtask_index: 6 +- subtask: End. + subtask_index: 7 +- subtask: Pick up the bag with left gripper. + subtask_index: 8 +- subtask: end. + subtask_index: 9 +- subtask: Pick up the bag with right gripper. + subtask_index: 10 +- subtask: Deliver the bag from right gripper to left gripper. + subtask_index: 11 +- subtask: Pull up the zipper with your right gripper. + subtask_index: 12 +- subtask: Discard. + subtask_index: 13 +- subtask: null. + subtask_index: 14 +atomic_actions: +- grasp +- pull +- zip +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 1396 + total_frames: 684327 + fps: 30 + total_tasks: 15 + total_videos: 4188 + total_chunks: 2 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 8.27 GB +frame_num: 684327 +frame_range: 1M +dataset_size: 8.27 GB +data_structure: 'RMC-AIDA-L_pull_open_bag_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (384 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:1395 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_stack_baskets.yaml b/dataset_info/Realman_RMC-AIDA-L_stack_baskets.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d0f963c96296dbb70562cce8103c833e15ae3b48 --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_stack_baskets.yaml @@ -0,0 +1,518 @@ +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: Realman_RMC-AIDA-L_stack_baskets +dataset_uuid: d4c26606-f766-48ca-befd-dbdeead83a95 +scene_type: + level1: household + level2: restaurant + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: brown_basket +- object_name: yellow_basket +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- -Place the brown basket in the center and the yellow basket on top of the brown + basket. -Place the yellow basket in the center and the brown basket on top of the + yellow basket. +sub_tasks: +- subtask: Pick up the light basket with the right gripper. + subtask_index: 0 +- subtask: Place the light basket in the center of the table with left gripper. + subtask_index: 1 +- subtask: Pick up the dark basket with the left gripper. + subtask_index: 2 +- subtask: Pick up the dark basket with the right gripper. + subtask_index: 3 +- subtask: abnormal. + subtask_index: 4 +- subtask: Grasp the dark basket with right gripper. + subtask_index: 5 +- subtask: Place the dark basket in the center of view with the left gripper. + subtask_index: 6 +- subtask: Pick up the light basket with the left gripper. + subtask_index: 7 +- subtask: End. + subtask_index: 8 +- subtask: Place the dark basket on the light basket with right gripper. + subtask_index: 9 +- subtask: Place the light basket in the center of view with the left gripper. + subtask_index: 10 +- subtask: Place the dark basket on the light basket with the right gripper. + subtask_index: 11 +- subtask: Grasp the light basket with left gripper. + subtask_index: 12 +- subtask: end. + subtask_index: 13 +- subtask: Place the light basket on the dark basket with the right gripper. + subtask_index: 14 +- subtask: null. + subtask_index: 15 +atomic_actions: +- grasp +- place +- pick +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 484 + total_frames: 278342 + fps: 30 + total_tasks: 16 + total_videos: 1452 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 3.84 GB +frame_num: 278342 +frame_range: 1M +dataset_size: 3.84 GB +data_structure: 'RMC-AIDA-L_stack_baskets_qced_hardlink/ + + |-- @eaDir + + | `-- .DS_Store@SynoResource + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.jsonl + + |-- data + + | |-- @eaDir + + | | `-- .DS_Store@SynoResource + + | |-- 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 + + | | `-- ... (472 more entries) + + | `-- .DS_Store + + |-- logs + + | `-- collect + + | `-- collect_20260521215539.log + + |-- 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 + + |-- .DS_Store + + |-- info.yaml + + `-- README.md' +splits: + train: 0:483 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_stir_coffee.yaml b/dataset_info/Realman_RMC-AIDA-L_stir_coffee.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ea2791ae0e2820472d360ae7828a88153fb1b5d8 --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_stir_coffee.yaml @@ -0,0 +1,527 @@ +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: Realman_RMC-AIDA-L_stir_coffee +dataset_uuid: ee676d19-f3d4-4c11-bb83-9a2474cf77c5 +scene_type: + level1: household + level2: office + level3: cafe + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cup +- object_name: spoon +- object_name: tablecloth +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move the grey cup to the center with the right gripper. Lift the blue spoon with + the left gripper and stir it three times into the cup with the left gripper. Place + the spoon into the cup with the left gripper. +- Move the grey cup to the center with the left gripper. Lift the blue spoon with + the right gripper and stir it three times into the cup with the right gripper. Place + the spoon into the cup with the right gripper. +- Move the grey cup to the center with the right gripper. Lift the pink spoon with + the left gripper and stir it three times into the cup with the left gripper. Place + the spoon into the cup with the left gripper. +- Move the grey cup to the center with the left gripper. Lift the pink spoon with + the right gripper and stir it three times into the cup with the right gripper. Place + the spoon into the cup with the right gripper. +- Move the red cup to the center with the right gripper. Lift the blue spoon with + the left gripper and stir it three times into the cup with the left gripper. Place + the spoon into the cup with the left gripper. +- Move the red cup to the center with the left gripper. Lift the blue spoon with the + right gripper and stir it three times into the cup with the right gripper. Place + the spoon into the cup with the right gripper. +- Move the red cup to the center with the right gripper. Lift the pink spoon with + the left gripper and stir it three times into the cup with the left gripper. Place + the spoon into the cup with the left gripper. +- Move the red cup to the center with the left gripper. Lift the pink spoon with the + right gripper and stir it three times into the cup with the right gripper. Place + the spoon into the cup with the right gripper. +sub_tasks: +- subtask: Stir the coffee into the cup with the right gripper. + subtask_index: 0 +- subtask: Stir the coffee with right gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Move the cup with coffee to the center of view with the right gripper. + subtask_index: 3 +- subtask: Static. + subtask_index: 4 +- subtask: Move the cup in the center of the table with right gripper. + subtask_index: 5 +- subtask: Grasp the spoon with left gripper. + subtask_index: 6 +- subtask: Move the cup with coffee to the center of view with the left gripper. + subtask_index: 7 +- subtask: Stir the coffee into the cup with the left gripper. + subtask_index: 8 +- subtask: Grasp the spoon with right gripper. + subtask_index: 9 +- subtask: End. + subtask_index: 10 +- subtask: end. + subtask_index: 11 +- subtask: abnormal. + subtask_index: 12 +- subtask: Stir the coffee with left gripper. + subtask_index: 13 +- subtask: Move the cup in the center of the table with left gripper. + subtask_index: 14 +- subtask: Pick up the spoon with the left gripper. + subtask_index: 15 +- subtask: Pick up the spoon with the right gripper. + subtask_index: 16 +- subtask: null. + subtask_index: 17 +atomic_actions: +- grasp +- pick +- place +- stir +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 767 + total_frames: 555807 + fps: 30 + total_tasks: 18 + total_videos: 2301 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 3.59 GB +frame_num: 555807 +frame_range: 1M +dataset_size: 3.59 GB +data_structure: 'RMC-AIDA-L_stir_coffee_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (755 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:766 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_storage_bin_storage.yaml b/dataset_info/Realman_RMC-AIDA-L_storage_bin_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d01aeeceee17884531999a444241b5dda33995bc --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_storage_bin_storage.yaml @@ -0,0 +1,540 @@ +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: Realman_RMC-AIDA-L_storage_bin_storage +dataset_uuid: 257289bb-b38e-411f-a2d0-d787e9f12419 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: teacup +- object_name: block +- object_name: storage_bin +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the teacup on the table with the gripper and place it into the storage bin. + Pick up the block on the table with the gripper and place it into the storage bin. +sub_tasks: +- subtask: Place the orange block in the storage box with left gripper. + subtask_index: 0 +- subtask: Place the white block in the storage box with left gripper. + subtask_index: 1 +- subtask: Place the red block in the storage box with left gripper. + subtask_index: 2 +- subtask: Grasp the green block with left gripper. + subtask_index: 3 +- subtask: Grasp the dark blue block with right gripper. + subtask_index: 4 +- subtask: Grasp the orange block with left gripper. + subtask_index: 5 +- subtask: Place the white block in the storage box with right gripper. + subtask_index: 6 +- subtask: Place the green block and red block in the storage box with left gripper. + subtask_index: 7 +- subtask: Grasp the cup with left gripper. + subtask_index: 8 +- subtask: Place the dark blue block in the storage box with left gripper. + subtask_index: 9 +- subtask: Grasp the orange block and white block with left gripper. + subtask_index: 10 +- subtask: Grasp the light blue block with right gripper. + subtask_index: 11 +- subtask: Place the green block in the storage box with right gripper. + subtask_index: 12 +- subtask: Place the light blue block in the storage box with left gripper. + subtask_index: 13 +- subtask: Grasp the red block with left gripper. + subtask_index: 14 +- subtask: Grasp the white block with right gripper. + subtask_index: 15 +- subtask: Place the orange block in the storage box with right gripper. + subtask_index: 16 +- subtask: Grasp the green block and red block with left gripper. + subtask_index: 17 +- subtask: Place the green block in the storage box with left gripper. + subtask_index: 18 +- subtask: Grasp the cup with right gripper. + subtask_index: 19 +- subtask: Abnormal. + subtask_index: 20 +- subtask: Place the red block in the storage box with right gripper. + subtask_index: 21 +- subtask: Place the cup in the storage box with left gripper. + subtask_index: 22 +- subtask: Grasp the light blue block with left gripper. + subtask_index: 23 +- subtask: Place the light blue block in the storage box with right gripper. + subtask_index: 24 +- subtask: End. + subtask_index: 25 +- subtask: Place the dark blue block in the storage box with right gripper. + subtask_index: 26 +- subtask: Place the cup in the storage box with right gripper. + subtask_index: 27 +- subtask: Place the orange block and white block in the storage box with left gripper. + subtask_index: 28 +- subtask: Grasp the green block with right gripper. + subtask_index: 29 +- subtask: Grasp the white block with left gripper. + subtask_index: 30 +- subtask: Grasp the red block with right gripper. + subtask_index: 31 +- subtask: Static. + subtask_index: 32 +- subtask: Grasp the orange block with right gripper. + subtask_index: 33 +- subtask: Grasp the dark blue block with left gripper. + subtask_index: 34 +- subtask: null. + subtask_index: 35 +atomic_actions: +- grasp +- pick +- place +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 302 + total_frames: 914776 + fps: 30 + total_tasks: 36 + total_videos: 906 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 15.73 GB +frame_num: 914776 +frame_range: 1M +dataset_size: 15.73 GB +data_structure: 'RMC-AIDA-L_storage_bin_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (290 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:301 +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: 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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Realman_RMC-AIDA-L_storage_block_basket.yaml b/dataset_info/Realman_RMC-AIDA-L_storage_block_basket.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d4174bbdd55204a04e215c403c3000055a13809b --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_storage_block_basket.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: Realman_RMC-AIDA-L_storage_block_basket +dataset_uuid: 553f6ae5-a550-47a3-b70e-a9bb1cab5cad +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +- object_name: building_block +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- the left gripper grasp the basket on the table, the right grippe pick up the blocks + on the table and place it into the basket. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the blue cube with the right gripper. + subtask_index: 1 +- subtask: Place the blue cube into the basket with the right gripper. + subtask_index: 2 +- subtask: Grasp the basket with the left gripper. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 50 + total_frames: 19083 + fps: 30 + total_tasks: 5 + total_videos: 150 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 201.40 MB +frame_num: 19083 +frame_range: 100K +dataset_size: 201.40 MB +data_structure: 'Realman_RMC-AIDA-L_storage_block_basket_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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) + + |-- logs + + | `-- collect + + | `-- collect_20260521215505.log + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + |-- local_dataset_info.20260427_183230.bak + + |-- local_dataset_info.yaml + + |-- local_dataset_info.yaml.bak.20260428_131829 + + `-- README.md' +splits: + train: 0:49 +features: + observation.images.cam_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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Realman_RMC-AIDA-L_storage_peach_box.yaml b/dataset_info/Realman_RMC-AIDA-L_storage_peach_box.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c186ada2c5831dbe63c249fa1fcd6dc1c77bc8b0 --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_storage_peach_box.yaml @@ -0,0 +1,486 @@ +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: Realman_RMC-AIDA-L_storage_peach_box +dataset_uuid: 49c28a37-16ff-41f5-ab1c-d1c61b89eb1a +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: black_box +- object_name: peach +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Open the box with the left gripper. Grasp the peach on the table with the right + gripper and place it into the box with the right gripper. +sub_tasks: +- subtask: Close the box with the left gripper. + subtask_index: 0 +- subtask: Open the lid with the left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Grasp the peach with the right gripper. + subtask_index: 3 +- subtask: Place the peach into the box with the right gripper. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 118 + total_frames: 78472 + fps: 30 + total_tasks: 6 + total_videos: 354 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 751.68 MB +frame_num: 78472 +frame_range: 100K +dataset_size: 751.68 MB +data_structure: 'Realman_RMC-AIDA-L_storage_peach_box_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (106 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:117 +features: + observation.images.cam_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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Realman_RMC-AIDA-L_storage_peach_drawer.yaml b/dataset_info/Realman_RMC-AIDA-L_storage_peach_drawer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9ee936bdf5f32c7b4499e40a5bfdec554db6047f --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_storage_peach_drawer.yaml @@ -0,0 +1,484 @@ +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: Realman_RMC-AIDA-L_storage_peach_drawer +dataset_uuid: 44e318f0-a7e1-4248-89f0-1b1de52ad1a2 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: drawer +- object_name: peach +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the peach on the table with the right gripper and place it into the drawer. + Close the drawer with the left gripper. +sub_tasks: +- subtask: Close the drawer with the left gripper. + subtask_index: 0 +- subtask: Place the peach into the top drawer with the right gripper. + subtask_index: 1 +- subtask: end. + subtask_index: 2 +- subtask: Grasp the peach with the right gripper. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +- place +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 120 + total_frames: 46600 + fps: 30 + total_tasks: 5 + total_videos: 360 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 596.03 MB +frame_num: 46600 +frame_range: 100K +dataset_size: 596.03 MB +data_structure: 'Realman_RMC-AIDA-L_storage_peach_drawer_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (108 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:119 +features: + observation.images.cam_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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Realman_RMC-AIDA-L_storage_towel_basket.yaml b/dataset_info/Realman_RMC-AIDA-L_storage_towel_basket.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9bbb82f37e08d77bf1dad209591ea9e98fe74f5c --- /dev/null +++ b/dataset_info/Realman_RMC-AIDA-L_storage_towel_basket.yaml @@ -0,0 +1,486 @@ +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: Realman_RMC-AIDA-L_storage_towel_basket +dataset_uuid: 6e2e20fd-955a-498f-ae7e-930e39b473e1 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +- object_name: towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the basket on the table with the left gripper. Pick up the towel on the table + with the right gripper and place it into the basket. +sub_tasks: +- subtask: Place the towel into the basket with the right gripper. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: PIck up the basket with the left gripper. + subtask_index: 2 +- subtask: PIck up the towel with the right gripper. + subtask_index: 3 +- subtask: end. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Realman_RMC-AIDA-L +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_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_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 +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 118 + total_frames: 58520 + fps: 30 + total_tasks: 6 + total_videos: 354 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 684.59 MB +frame_num: 58520 +frame_range: 100K +dataset_size: 684.59 MB +data_structure: 'Realman_RMC-AIDA-L_storage_towel_basket_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (106 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_head_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:117 +features: + observation.images.cam_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: + - 28 + names: + - 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 + - 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_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 + - 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 + action: + dtype: float32 + shape: + - 28 + names: + - 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 + - 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_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 + - 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 + 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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + shape: + - 2 + dtype: float32 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + shape: + - 2 + dtype: int32 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_battery_storage_b.yaml b/dataset_info/Tianqing_A2D_battery_storage_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..396918e7dd152f52590bfcc950a2cef10459a47c --- /dev/null +++ b/dataset_info/Tianqing_A2D_battery_storage_b.yaml @@ -0,0 +1,610 @@ +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: Tianqing_A2D_battery_storage_b +dataset_uuid: 632c0e2b-a8bb-4e12-9635-82df87be2096 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: box +- object_name: battery +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the battery from the box onto the table with the gripper. +sub_tasks: +- subtask: Place the power supply on the operating table. + subtask_index: 0 +- subtask: pick up and lift the power supply from the large box. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- place +- pick +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 115 + total_frames: 57968 + fps: 30 + total_tasks: 3 + total_videos: 920 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 29.58 GB +frame_num: 57968 +frame_range: 100K +dataset_size: 29.58 GB +data_structure: 'AgiBot-g1_battery_storage_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (103 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:114 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_battery_storage_c.yaml b/dataset_info/Tianqing_A2D_battery_storage_c.yaml new file mode 100644 index 0000000000000000000000000000000000000000..111faa5dabe9e0390a0a3c2f0f0dfb6fbc2d2275 --- /dev/null +++ b/dataset_info/Tianqing_A2D_battery_storage_c.yaml @@ -0,0 +1,616 @@ +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: Tianqing_A2D_battery_storage_c +dataset_uuid: b2a4e622-affe-407e-9e15-b94e3a5cf225 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: box +- object_name: battery +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the batteries into the box on the table with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: pick up and lift the power supply from the large box. + subtask_index: 1 +- subtask: Place the battery on the shelf. + subtask_index: 2 +- subtask: Grasp the battery. + subtask_index: 3 +- subtask: Place the power supply on the operating table. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- place +- pick +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 57 + total_frames: 34166 + fps: 30 + total_tasks: 6 + total_videos: 456 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 18.33 GB +frame_num: 34166 +frame_range: 100K +dataset_size: 18.33 GB +data_structure: 'AgiBot-g1_battery_storage_c_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (45 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:56 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_box_storage_a.yaml b/dataset_info/Tianqing_A2D_box_storage_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..31cba5b7f267751712336e9d38e06e6b2ee3b25d --- /dev/null +++ b/dataset_info/Tianqing_A2D_box_storage_a.yaml @@ -0,0 +1,610 @@ +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: Tianqing_A2D_box_storage_a +dataset_uuid: a1e4a24d-cfb7-4719-a86c-d455555bc395 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the box on the table with the gripper. Place it into the big box with the + gripper. +sub_tasks: +- subtask: Place the mouse and the power cord paper box into the container. + subtask_index: 0 +- subtask: Pick up the mouse and the power cord paper box. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- place +- pick +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 21 + total_frames: 11770 + fps: 30 + total_tasks: 3 + total_videos: 168 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 4.83 GB +frame_num: 11770 +frame_range: 100K +dataset_size: 4.83 GB +data_structure: 'AgiBot-g1_box_storage_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (9 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:20 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_box_storage_b.yaml b/dataset_info/Tianqing_A2D_box_storage_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6cbdb50eb3c0a663fbacbcf019e77397f26e72cb --- /dev/null +++ b/dataset_info/Tianqing_A2D_box_storage_b.yaml @@ -0,0 +1,610 @@ +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: Tianqing_A2D_box_storage_b +dataset_uuid: acb66e80-45d3-413b-829d-ca92e763d418 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the box on the table with the gripper. Place it into the big box with the + gripper. +sub_tasks: +- subtask: Place the mouse and the power cord paper box into the container. + subtask_index: 0 +- subtask: Pick up the mouse and the power cord paper box. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- place +- pick +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 96 + total_frames: 49301 + fps: 30 + total_tasks: 3 + total_videos: 768 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 19.73 GB +frame_num: 49301 +frame_range: 100K +dataset_size: 19.73 GB +data_structure: 'AgiBot-g1_box_storage_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (84 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:95 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_box_storage_c.yaml b/dataset_info/Tianqing_A2D_box_storage_c.yaml new file mode 100644 index 0000000000000000000000000000000000000000..02e559fae4efa75980f6b989836301bb82d0a6d3 --- /dev/null +++ b/dataset_info/Tianqing_A2D_box_storage_c.yaml @@ -0,0 +1,618 @@ +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: Tianqing_A2D_box_storage_c +dataset_uuid: a55ac5d2-061f-4ff3-9670-41aef4e03037 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the box on the table with the gripper. Place it into the big box with the + gripper. +sub_tasks: +- subtask: Pick up the mouse and power cord box. + subtask_index: 0 +- subtask: Place the mouse and power cord box into the container. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Place the paper box in the another big box. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Grasp the paper box. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- place +- pick +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 39 + total_frames: 23361 + fps: 30 + total_tasks: 7 + total_videos: 312 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 10.19 GB +frame_num: 23361 +frame_range: 100K +dataset_size: 10.19 GB +data_structure: 'AgiBot-g1_box_storage_c_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (27 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:38 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_box_storage_cardboard_box_a.yaml b/dataset_info/Tianqing_A2D_box_storage_cardboard_box_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a1b7bcced481e7a8ac738336d754139763c907b3 --- /dev/null +++ b/dataset_info/Tianqing_A2D_box_storage_cardboard_box_a.yaml @@ -0,0 +1,611 @@ +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: Tianqing_A2D_box_storage_cardboard_box_a +dataset_uuid: 15be5a22-893f-4c6d-8562-afa106f6846f +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: paper_box +- object_name: carton +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Using a robotic arm to pick up a cardboard box with the gripper and place it into + the carton. +sub_tasks: +- subtask: Place the mouse and the power cord paper box into the container. + subtask_index: 0 +- subtask: Pick up the mouse and the power cord paper box. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- place +- pick +- grasp +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 402 + total_frames: 188369 + fps: 30 + total_tasks: 3 + total_videos: 3216 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 87.86 GB +frame_num: 188369 +frame_range: 1M +dataset_size: 87.86 GB +data_structure: 'AgiBot-g1_box_storage_cardboard_box_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_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: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_box_storage_cardboard_box_b.yaml b/dataset_info/Tianqing_A2D_box_storage_cardboard_box_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e7d54cc62310e58681210ca3132e56617f36105e --- /dev/null +++ b/dataset_info/Tianqing_A2D_box_storage_cardboard_box_b.yaml @@ -0,0 +1,611 @@ +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: Tianqing_A2D_box_storage_cardboard_box_b +dataset_uuid: 7e28f5b3-7a48-4d52-b01e-390390932ffd +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: paper_box +- object_name: carton +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Using a robotic arm to pick up a cardboard box with the gripper and place it into + the carton. +sub_tasks: +- subtask: Place the mouse and the power cord paper box into the container. + subtask_index: 0 +- subtask: Pick up the mouse and the power cord paper box. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- place +- pick +- grasp +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 247 + total_frames: 115855 + fps: 30 + total_tasks: 3 + total_videos: 1976 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 56.89 GB +frame_num: 115855 +frame_range: 1M +dataset_size: 56.89 GB +data_structure: 'AgiBot-g1_box_storage_cardboard_box_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (235 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:246 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_box_storage_cardboard_box_c.yaml b/dataset_info/Tianqing_A2D_box_storage_cardboard_box_c.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7b9d02b9bedf1d3de3bbe42642425b69c9cffb44 --- /dev/null +++ b/dataset_info/Tianqing_A2D_box_storage_cardboard_box_c.yaml @@ -0,0 +1,610 @@ +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: Tianqing_A2D_box_storage_cardboard_box_c +dataset_uuid: f5991bf3-3900-460c-adbd-56e87ac4bbc1 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: carton +- object_name: carton +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up a cardboard box with the robotic arm and place it into the carton. +sub_tasks: +- subtask: Place the mouse and the power cord paper box into the container. + subtask_index: 0 +- subtask: Pick up the mouse and the power cord paper box. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- place +- pick +- grasp +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 476 + total_frames: 230771 + fps: 30 + total_tasks: 3 + total_videos: 3808 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 108.99 GB +frame_num: 230771 +frame_range: 1M +dataset_size: 108.99 GB +data_structure: 'AgiBot-g1_box_storage_cardboard_box_c_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (464 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:475 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_box_storage_e.yaml b/dataset_info/Tianqing_A2D_box_storage_e.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c995624ca388fd689e9ba6b55a3efb0de7dcdde8 --- /dev/null +++ b/dataset_info/Tianqing_A2D_box_storage_e.yaml @@ -0,0 +1,610 @@ +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: Tianqing_A2D_box_storage_e +dataset_uuid: 6fc368f2-1d50-44e7-ab39-3a3405e14efc +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: box +- object_name: carton +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up a cardboard box with the robotic arm and place it into the carton. +sub_tasks: +- subtask: Place the mouse and the power cord paper box into the container. + subtask_index: 0 +- subtask: Pick up the mouse and the power cord paper box. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- place +- pick +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 58 + total_frames: 33264 + fps: 30 + total_tasks: 3 + total_videos: 464 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 12.97 GB +frame_num: 33264 +frame_range: 100K +dataset_size: 12.97 GB +data_structure: 'AgiBot-g1_box_storage_e_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (46 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:57 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_box_storage_part.yaml b/dataset_info/Tianqing_A2D_box_storage_part.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a8ac8c708c83b5fa37acd1200b2199af91853f44 --- /dev/null +++ b/dataset_info/Tianqing_A2D_box_storage_part.yaml @@ -0,0 +1,489 @@ +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: Tianqing_A2D_box_storage_part +dataset_uuid: 7a1de37c-d8b0-476a-b503-99a0fd93cafd +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: data_cable +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the data cable from the box into another box with the gripper. +sub_tasks: +- subtask: Place the data cable in the another box. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Grasp the data cable. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- place +- pick +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 1104 + total_frames: 681531 + fps: 30 + total_tasks: 5 + total_videos: 3312 + total_chunks: 2 + chunks_size: 1000 + state_dim: 17 + action_dim: 17 + camera_views: 3 + dataset_size: 25.63 GB +frame_num: 681531 +frame_range: 1M +dataset_size: 25.63 GB +data_structure: 'Tianqin_A2_box_storage_part_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (92 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:1103 +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: 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: + - 17 + names: + - robot_joint_3_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 + - 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 + action: + dtype: float32 + shape: + - 17 + names: + - robot_joint_3_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 + - 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Tianqing_A2D_box_storage_part_a.yaml b/dataset_info/Tianqing_A2D_box_storage_part_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a7278c5129b28144b014278329c54442f61c6509 --- /dev/null +++ b/dataset_info/Tianqing_A2D_box_storage_part_a.yaml @@ -0,0 +1,612 @@ +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: Tianqing_A2D_box_storage_part_a +dataset_uuid: 24378624-9647-4aad-82ac-d822bb7bc50d +scene_type: + level1: industry + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: part +- object_name: box +- object_name: tray +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the parts on the tray with the gripper and place them in the cardboard box + with the gripper. +sub_tasks: +- subtask: Pick up the IO bracket from the container box. + subtask_index: 0 +- subtask: Place the IO bracket into the ingredient slot. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- place +- pick +- grasp +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 335 + total_frames: 205995 + fps: 30 + total_tasks: 3 + total_videos: 2680 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 105.75 GB +frame_num: 205995 +frame_range: 1M +dataset_size: 105.75 GB +data_structure: 'AgiBot-g1_box_storage_part_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (323 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:334 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_box_storage_tool.yaml b/dataset_info/Tianqing_A2D_box_storage_tool.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4daa7885bc542be05f7982de54e80dbc4f5eeeac --- /dev/null +++ b/dataset_info/Tianqing_A2D_box_storage_tool.yaml @@ -0,0 +1,453 @@ +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: Tianqing_A2D_box_storage_tool +dataset_uuid: 4ed6d684-19e6-4881-9b9f-eabbb1a6789d +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: box +- object_name: tool +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the tools into the box with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Grasp the data cable. + subtask_index: 2 +- subtask: Place the data cable in the another box. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- place +- pick +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 99 + total_frames: 32860 + fps: 30 + total_tasks: 5 + total_videos: 297 + total_chunks: 1 + chunks_size: 1000 + state_dim: 17 + action_dim: 17 + camera_views: 3 + dataset_size: 1.16 GB +frame_num: 32860 +frame_range: 100K +dataset_size: 1.16 GB +data_structure: 'AgiBot-g1_box_storage_tool_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (87 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:98 +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: 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: + - 17 + names: + - robot_joint_3_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 + - 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 + action: + dtype: float32 + shape: + - 17 + names: + - robot_joint_3_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 + - 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Tianqing_A2D_container_storage_graphics_card.yaml b/dataset_info/Tianqing_A2D_container_storage_graphics_card.yaml new file mode 100644 index 0000000000000000000000000000000000000000..86e5c969ed5925d3c9ab192b50723d38ee1a5b4f --- /dev/null +++ b/dataset_info/Tianqing_A2D_container_storage_graphics_card.yaml @@ -0,0 +1,461 @@ +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: Tianqing_A2D_container_storage_graphics_card +dataset_uuid: 5059394a-7089-4138-ab9c-db9bfadd94c8 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: black_container +- object_name: graphics_card +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the graphics card from the box, remove the packaging, and place it into + the black container with the gripper. +sub_tasks: +- subtask: Lift the bag. + subtask_index: 0 +- subtask: pick up out the hard disk of the bag. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Place the down the bag. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: Place the hard disk in the hard disk enclosure. + subtask_index: 5 +- subtask: Grasp the bag. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- place +- pick +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 280 + total_frames: 277206 + fps: 30 + total_tasks: 8 + total_videos: 840 + total_chunks: 1 + chunks_size: 1000 + state_dim: 17 + action_dim: 17 + camera_views: 3 + dataset_size: 12.03 GB +frame_num: 277206 +frame_range: 1M +dataset_size: 12.03 GB +data_structure: 'Tianqin_A2_container_storage_graphics_card_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (268 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:279 +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: 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: + - 17 + names: + - robot_joint_3_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 + - 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 + action: + dtype: float32 + shape: + - 17 + names: + - robot_joint_3_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 + - 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Tianqing_A2D_left_capture_part.yaml b/dataset_info/Tianqing_A2D_left_capture_part.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bca733983b85acf07e8985f61b049b1c2d9afee7 --- /dev/null +++ b/dataset_info/Tianqing_A2D_left_capture_part.yaml @@ -0,0 +1,610 @@ +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: Tianqing_A2D_left_capture_part +dataset_uuid: 66d07878-2211-48d2-8cd0-1df8f2cd83a3 +scene_type: + level1: industry + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: part +- object_name: box +- object_name: black_container +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the part with the left gripper and place it on the black container with the + left gripper. +sub_tasks: +- subtask: Pick up the front USB bracket from the feeding area. + subtask_index: 0 +- subtask: Place the front USB bracket into the box. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 464 + total_frames: 174563 + fps: 30 + total_tasks: 3 + total_videos: 3712 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 97.30 GB +frame_num: 174563 +frame_range: 1M +dataset_size: 97.30 GB +data_structure: 'AgiBot-g1_left_capture_part_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (452 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:463 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_mobile_accessory_storage_box_a.yaml b/dataset_info/Tianqing_A2D_mobile_accessory_storage_box_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a0067952037ad56d88259eba8c82ccc94b7079d1 --- /dev/null +++ b/dataset_info/Tianqing_A2D_mobile_accessory_storage_box_a.yaml @@ -0,0 +1,610 @@ +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: Tianqing_A2D_mobile_accessory_storage_box_a +dataset_uuid: 811a660c-6371-490a-9141-3019afa0cac2 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: box +- object_name: accessories +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move the position of the storage box with accessories on the table with the gripper. +sub_tasks: +- subtask: Place the open mouse box onto the operation table. + subtask_index: 0 +- subtask: pick up and pick up the open mouse box from the accessory packaging area. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- place +- pick +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 81 + total_frames: 40631 + fps: 30 + total_tasks: 3 + total_videos: 648 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 16.69 GB +frame_num: 40631 +frame_range: 100K +dataset_size: 16.69 GB +data_structure: 'AgiBot-g1_mobile_accessory_storage_box_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:80 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_mobile_accessory_storage_box_c.yaml b/dataset_info/Tianqing_A2D_mobile_accessory_storage_box_c.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7a18e1e2c9a9804467dcaaf58e9d8ab46fd7e645 --- /dev/null +++ b/dataset_info/Tianqing_A2D_mobile_accessory_storage_box_c.yaml @@ -0,0 +1,622 @@ +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: Tianqing_A2D_mobile_accessory_storage_box_c +dataset_uuid: be27952f-4bad-4014-aaf8-ce6946a852d5 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: box +- object_name: accessories +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the data cable with the left gripper and place it into the box. Grasp the + mouse with the right gripper and place it into the box. +sub_tasks: +- subtask: Grasp the mouse and data cable. + subtask_index: 0 +- subtask: Place the mouse and data cable in the paper box. + subtask_index: 1 +- subtask: Place the data cable in the paper box. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: pick up and pick up the mouse and power cord from the accessory packaging + area. + subtask_index: 4 +- subtask: Abnormal. + subtask_index: 5 +- subtask: Place the mouse and power cord into the box. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- place +- pick +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 40 + total_frames: 28207 + fps: 30 + total_tasks: 8 + total_videos: 320 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 13.88 GB +frame_num: 28207 +frame_range: 100K +dataset_size: 13.88 GB +data_structure: 'AgiBot-g1_mobile_accessory_storage_box_c_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (28 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:39 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_mobile_accessory_storage_box_d.yaml b/dataset_info/Tianqing_A2D_mobile_accessory_storage_box_d.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fe671973a396ac1b17a02d94ffe8ec164d00122e --- /dev/null +++ b/dataset_info/Tianqing_A2D_mobile_accessory_storage_box_d.yaml @@ -0,0 +1,621 @@ +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: Tianqing_A2D_mobile_accessory_storage_box_d +dataset_uuid: add3803d-befc-4ae5-8bc7-b6d81060cdcf +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: box +- object_name: accessories +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move the position of the storage box with accessories on the table with the gripper. +sub_tasks: +- subtask: Grasp the mouse and data cable. + subtask_index: 0 +- subtask: Place the mouse and data cable in the paper box. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Place the mouse in the paper box. + subtask_index: 3 +- subtask: pick up and pick up the mouse and power cord from the accessory packaging + area. + subtask_index: 4 +- subtask: Abnormal. + subtask_index: 5 +- subtask: Place the mouse and power cord into the box. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- place +- pick +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 30 + total_frames: 17860 + fps: 30 + total_tasks: 8 + total_videos: 240 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 7.61 GB +frame_num: 17860 +frame_range: 100K +dataset_size: 7.61 GB +data_structure: 'AgiBot-g1_mobile_accessory_storage_box_d_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (18 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:29 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_mobile_accessory_storage_box_e.yaml b/dataset_info/Tianqing_A2D_mobile_accessory_storage_box_e.yaml new file mode 100644 index 0000000000000000000000000000000000000000..507874a39b7d73c63bef94d29b7bc0fc1e3fb333 --- /dev/null +++ b/dataset_info/Tianqing_A2D_mobile_accessory_storage_box_e.yaml @@ -0,0 +1,612 @@ +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: Tianqing_A2D_mobile_accessory_storage_box_e +dataset_uuid: 76ecd9c6-025c-4c06-abcc-de49bc084c86 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: box +- object_name: accessories +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the data cable with the left gripper and place it into the box. Grasp the + mouse with the right gripper and place it into the box. +sub_tasks: +- subtask: Place the mouse and power cord into the box. + subtask_index: 0 +- subtask: Simultaneously pick up the mouse and power cord from the accessory packaging + area. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- place +- pick +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 61 + total_frames: 29872 + fps: 30 + total_tasks: 3 + total_videos: 488 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 14.50 GB +frame_num: 29872 +frame_range: 100K +dataset_size: 14.50 GB +data_structure: 'AgiBot-g1_mobile_accessory_storage_box_e_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (49 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:60 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_mobile_accessory_storage_box_f.yaml b/dataset_info/Tianqing_A2D_mobile_accessory_storage_box_f.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0e2316eb1f2ba491869bf0aed2fbbfc260f06ea9 --- /dev/null +++ b/dataset_info/Tianqing_A2D_mobile_accessory_storage_box_f.yaml @@ -0,0 +1,611 @@ +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: Tianqing_A2D_mobile_accessory_storage_box_f +dataset_uuid: 52a333b0-b320-467a-a555-12066d086c01 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: box +- object_name: accessories +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Move the position of the storage box with accessories on the table with the gripper. +sub_tasks: +- subtask: Place the mouse and power cord into the box. + subtask_index: 0 +- subtask: Simultaneously pick up the mouse and power cord from the accessory packaging + area. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- place +- pick +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 68 + total_frames: 31735 + fps: 30 + total_tasks: 3 + total_videos: 544 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 12.23 GB +frame_num: 31735 +frame_range: 100K +dataset_size: 12.23 GB +data_structure: 'AgiBot-g1_mobile_accessory_storage_box_f_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (56 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:67 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_pick_up_battery.yaml b/dataset_info/Tianqing_A2D_pick_up_battery.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d5b37297535c57bb8e28ea2a92f9a314ad32c63a --- /dev/null +++ b/dataset_info/Tianqing_A2D_pick_up_battery.yaml @@ -0,0 +1,611 @@ +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: Tianqing_A2D_pick_up_battery +dataset_uuid: 16b21b98-c079-4363-863b-54db1f5d5ebe +scene_type: + level1: industry + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: carton +- object_name: battery +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the battery from the box with the gripper and place it on the table with + the gripper. +sub_tasks: +- subtask: pick up the main unit power supply from the containment box. + subtask_index: 0 +- subtask: Place the main unit power supply in the designated area. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- place +- pick +- grasp +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 387 + total_frames: 185469 + fps: 30 + total_tasks: 3 + total_videos: 3096 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 95.25 GB +frame_num: 185469 +frame_range: 1M +dataset_size: 95.25 GB +data_structure: 'AgiBot-g1_pick_up_battery_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (375 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:386 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_picks_up_battery_a.yaml b/dataset_info/Tianqing_A2D_picks_up_battery_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a73c3a916998c07f88b2d35cb077be105068f80f --- /dev/null +++ b/dataset_info/Tianqing_A2D_picks_up_battery_a.yaml @@ -0,0 +1,611 @@ +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: Tianqing_A2D_picks_up_battery_a +dataset_uuid: 3385f559-eb6d-46ff-94d3-a6b48d250220 +scene_type: + level1: industry + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: carton +- object_name: battery +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the battery from the box with the robotic arm and place it in the material + preparation area. +sub_tasks: +- subtask: Place the power supply on the operating table. + subtask_index: 0 +- subtask: pick up and lift the power supply from the large box. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- place +- pick +- grasp +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 562 + total_frames: 214263 + fps: 30 + total_tasks: 3 + total_videos: 4496 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 119.72 GB +frame_num: 214263 +frame_range: 1M +dataset_size: 119.72 GB +data_structure: 'AgiBot-g1_picks_up_battery_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (550 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:561 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_picks_up_battery_b.yaml b/dataset_info/Tianqing_A2D_picks_up_battery_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7165267669d4f29b00173feaa1fcb187494ceb8c --- /dev/null +++ b/dataset_info/Tianqing_A2D_picks_up_battery_b.yaml @@ -0,0 +1,617 @@ +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: Tianqing_A2D_picks_up_battery_b +dataset_uuid: 69e28097-0f6e-4238-8562-b87280af0714 +scene_type: + level1: industry + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: carton +- object_name: battery +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the battery from the box with the gripper and place it in the material preparation + area. +sub_tasks: +- subtask: Place the power supply on the operating table. + subtask_index: 0 +- subtask: pick up and lift the power supply from the large box. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- place +- pick +- grasp +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 329 + total_frames: 131840 + fps: 30 + total_tasks: 3 + total_videos: 2632 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 71.44 GB +frame_num: 131840 +frame_range: 1M +dataset_size: 71.44 GB +data_structure: 'AgiBot-g1_picks_up_battery_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (317 more entries) + + |-- logs + + | `-- collect + + | `-- collect_20260522163738.log + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:328 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_picks_up_cardboard_box.yaml b/dataset_info/Tianqing_A2D_picks_up_cardboard_box.yaml new file mode 100644 index 0000000000000000000000000000000000000000..55d07858ec92f2ee623978ccc796fa86154ec93d --- /dev/null +++ b/dataset_info/Tianqing_A2D_picks_up_cardboard_box.yaml @@ -0,0 +1,617 @@ +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: Tianqing_A2D_picks_up_cardboard_box +dataset_uuid: d4888396-b8d0-45fe-9fdc-8f4e9300b1fd +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: paper_box +- object_name: carton +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the small cardboard box with the gripper and load it into the large cardboard + box with the gripper. +sub_tasks: +- subtask: Pick up the mouse and power cord box. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the paper box in the another big box. + subtask_index: 2 +- subtask: Grasp the paper box. + subtask_index: 3 +- subtask: Place the mouse and power cord box into the case. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- place +- pick +- grasp +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 277 + total_frames: 149409 + fps: 30 + total_tasks: 6 + total_videos: 2216 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 59.55 GB +frame_num: 149409 +frame_range: 1M +dataset_size: 59.55 GB +data_structure: 'AgiBot-g1_picks_up_cardboard_box_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (265 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:276 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_picks_up_parts_a.yaml b/dataset_info/Tianqing_A2D_picks_up_parts_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6fe52d15ee8872b58bca2f980b8b0da9ca147042 --- /dev/null +++ b/dataset_info/Tianqing_A2D_picks_up_parts_a.yaml @@ -0,0 +1,611 @@ +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: Tianqing_A2D_picks_up_parts_a +dataset_uuid: ffa75a2d-6545-468f-86d7-86ae4766cc5a +scene_type: + level1: industry + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the parts with the mechanical arm and place them on the table with the mechanical + arm. +sub_tasks: +- subtask: Place the hard drive bracket into the box. + subtask_index: 0 +- subtask: Pick up the hard drive bracket from the feeding area. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- place +- pick +- grasp +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 126 + total_frames: 45417 + fps: 30 + total_tasks: 3 + total_videos: 1008 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 22.26 GB +frame_num: 45417 +frame_range: 100K +dataset_size: 22.26 GB +data_structure: 'AgiBot-g1_picks_up_parts_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (114 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:125 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_picks_up_parts_b.yaml b/dataset_info/Tianqing_A2D_picks_up_parts_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fb9b1a5eabce821dc8a9ad60712abd3b6b195353 --- /dev/null +++ b/dataset_info/Tianqing_A2D_picks_up_parts_b.yaml @@ -0,0 +1,611 @@ +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: Tianqing_A2D_picks_up_parts_b +dataset_uuid: 3c0a2eba-4ba5-472f-8d66-81ef39df434e +scene_type: + level1: industry + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: basket +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the parts with the mechanical arm and place them on the table with the mechanical + arm. +sub_tasks: +- subtask: Place the hard drive bracket into the box. + subtask_index: 0 +- subtask: Pick up the hard drive bracket from the feeding area. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- place +- pick +- grasp +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 824 + total_frames: 274936 + fps: 30 + total_tasks: 3 + total_videos: 6592 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 127.26 GB +frame_num: 274936 +frame_range: 1M +dataset_size: 127.26 GB +data_structure: 'AgiBot-g1_picks_up_parts_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (812 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:823 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_place_the_paper_box.yaml b/dataset_info/Tianqing_A2D_place_the_paper_box.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6dc31509f8a3c6808b69f2661570be9108d9cabe --- /dev/null +++ b/dataset_info/Tianqing_A2D_place_the_paper_box.yaml @@ -0,0 +1,456 @@ +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: Tianqing_A2D_place_the_paper_box +dataset_uuid: 291007f6-cfd0-4e23-bc97-da01c0f367ac +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: box +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the paper box with the gripper and place it at the back. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Grasp the paper box. + subtask_index: 2 +- subtask: Place the paper box on the table. + subtask_index: 3 +- subtask: Place the data cable in the another box. + subtask_index: 4 +- subtask: Grasp the data cable. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- place +- pick +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +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=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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 236 + total_frames: 94841 + fps: 30 + total_tasks: 7 + total_videos: 708 + total_chunks: 1 + chunks_size: 1000 + state_dim: 17 + action_dim: 17 + camera_views: 3 + dataset_size: 3.02 GB +frame_num: 94841 +frame_range: 100K +dataset_size: 3.02 GB +data_structure: 'Tianqin_A2_place_the_paper_box_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (224 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:235 +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: 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: + - 17 + names: + - robot_joint_3_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 + - 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 + action: + dtype: float32 + shape: + - 17 + names: + - robot_joint_3_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 + - 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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/Tianqing_A2D_remove_the_accessory.yaml b/dataset_info/Tianqing_A2D_remove_the_accessory.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a5c9af61e1b577ccff1d4f2ddc616f6758323501 --- /dev/null +++ b/dataset_info/Tianqing_A2D_remove_the_accessory.yaml @@ -0,0 +1,611 @@ +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: Tianqing_A2D_remove_the_accessory +dataset_uuid: fcba76dc-2672-4dc1-9b8e-b375ede64077 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: box +- object_name: accessories +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the accessories out of the box with the gripper and place them on the table + with the gripper. +sub_tasks: +- subtask: Place the hard drive bracket into the box. + subtask_index: 0 +- subtask: Pick up the hard drive bracket from the feeding area. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- place +- pick +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 68 + total_frames: 27353 + fps: 30 + total_tasks: 3 + total_videos: 544 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 14.76 GB +frame_num: 27353 +frame_range: 100K +dataset_size: 14.76 GB +data_structure: 'AgiBot-g1_remove_the_accessory_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (56 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:67 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_right_capture_part.yaml b/dataset_info/Tianqing_A2D_right_capture_part.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d73850ce0b963cb0e7c81aae87b14c93bd965b05 --- /dev/null +++ b/dataset_info/Tianqing_A2D_right_capture_part.yaml @@ -0,0 +1,610 @@ +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: Tianqing_A2D_right_capture_part +dataset_uuid: 3bab35b2-895e-4796-be8a-198ba6e5baa8 +scene_type: + level1: industry + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: part +- object_name: box +- object_name: black_container +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the part with the right gripper and place it on the black container with the + right gripper. +sub_tasks: +- subtask: Place the front USB bracket into the box. + subtask_index: 0 +- subtask: Pick up and lift the front USB bracket from the feeding area. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 57 + total_frames: 27866 + fps: 30 + total_tasks: 3 + total_videos: 456 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 13.13 GB +frame_num: 27866 +frame_range: 100K +dataset_size: 13.13 GB +data_structure: 'AgiBot-g1_right_capture_part_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (45 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:56 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_robotic_arm_picks_up_battery.yaml b/dataset_info/Tianqing_A2D_robotic_arm_picks_up_battery.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d2b113734828a8a8be6bf48872ecb4d7ccd326cb --- /dev/null +++ b/dataset_info/Tianqing_A2D_robotic_arm_picks_up_battery.yaml @@ -0,0 +1,610 @@ +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: Tianqing_A2D_robotic_arm_picks_up_battery +dataset_uuid: 14af3598-fff7-4c0b-bca2-16c57884c70e +scene_type: + level1: industry + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: carton +- object_name: battery +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the battery with the gripper and place it on the table. +sub_tasks: +- subtask: Place the power supply on the operating table. + subtask_index: 0 +- subtask: pick up and lift the power supply from the large box. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- place +- pick +- grasp +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 56 + total_frames: 30215 + fps: 30 + total_tasks: 3 + total_videos: 448 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 17.91 GB +frame_num: 30215 +frame_range: 100K +dataset_size: 17.91 GB +data_structure: 'AgiBot-g1_robotic_arm_picks_up_battery_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (44 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:55 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_robotic_arm_picks_up_parts.yaml b/dataset_info/Tianqing_A2D_robotic_arm_picks_up_parts.yaml new file mode 100644 index 0000000000000000000000000000000000000000..533b1d41e3e781722745eff0843f8504e383e72a --- /dev/null +++ b/dataset_info/Tianqing_A2D_robotic_arm_picks_up_parts.yaml @@ -0,0 +1,610 @@ +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: Tianqing_A2D_robotic_arm_picks_up_parts +dataset_uuid: 9d81f45b-a37d-46ad-b5cd-899737518fb6 +scene_type: + level1: industry + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: black_container +- object_name: parts +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up parts with the gripper and place them into a black container. +sub_tasks: +- subtask: Place the hard drive bracket into the box. + subtask_index: 0 +- subtask: Pick up the hard drive bracket from the feeding area. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- place +- pick +- grasp +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 53 + total_frames: 30190 + fps: 30 + total_tasks: 3 + total_videos: 424 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 14.97 GB +frame_num: 30190 +frame_range: 100K +dataset_size: 14.97 GB +data_structure: 'AgiBot-g1_robotic_arm_picks_up_parts_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (41 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:52 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_storage_item_b.yaml b/dataset_info/Tianqing_A2D_storage_item_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7294873f5fcb0daac8aa3cb391b65ed8828ec6ed --- /dev/null +++ b/dataset_info/Tianqing_A2D_storage_item_b.yaml @@ -0,0 +1,613 @@ +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: Tianqing_A2D_storage_item_b +dataset_uuid: 6dc0fd94-f3bf-4d74-8dca-8b8723050f7d +scene_type: + level1: industry + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: data_cable +- object_name: box +- object_name: mouse +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the data cable with the left gripper and place it into the box. Grasp the + mouse with the right gripper and place it into the box. +sub_tasks: +- subtask: Place the mouse and power cord into the box. + subtask_index: 0 +- subtask: Simultaneously pick up the mouse and power cord from the accessory packaging + area. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- place +- pick +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 106 + total_frames: 48184 + fps: 30 + total_tasks: 3 + total_videos: 848 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 21.25 GB +frame_num: 48184 +frame_range: 100K +dataset_size: 21.25 GB +data_structure: 'AgiBot-g1_storage_item_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (94 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:105 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_storage_item_d.yaml b/dataset_info/Tianqing_A2D_storage_item_d.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ff121d321e82c8a40f28925116f9e091c2bffb4c --- /dev/null +++ b/dataset_info/Tianqing_A2D_storage_item_d.yaml @@ -0,0 +1,613 @@ +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: Tianqing_A2D_storage_item_d +dataset_uuid: 49f10ba2-bad7-46fc-ae4b-f6142efa81a2 +scene_type: + level1: industry + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: data_cable +- object_name: box +- object_name: mouse +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Grasp the data cable with the left gripper and place it into the box. Grasp the + mouse with the right gripper and place it into the box. +sub_tasks: +- subtask: pick up and pick up both the mouse and power cord from the accessory packaging + area at the same time. + subtask_index: 0 +- subtask: Place the mouse and power cord into the box. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- place +- pick +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 450 + total_frames: 180148 + fps: 30 + total_tasks: 3 + total_videos: 3600 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 86.05 GB +frame_num: 180148 +frame_range: 1M +dataset_size: 86.05 GB +data_structure: 'AgiBot-g1_storage_item_d_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (438 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:449 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_storage_item_e.yaml b/dataset_info/Tianqing_A2D_storage_item_e.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5a0ad2d2c9c35057904664227ec2d18761397a86 --- /dev/null +++ b/dataset_info/Tianqing_A2D_storage_item_e.yaml @@ -0,0 +1,612 @@ +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: Tianqing_A2D_storage_item_e +dataset_uuid: 6d8ca1f6-f9cf-4b0c-bef5-fca799793086 +scene_type: + level1: industry + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: data_cable +- object_name: box +- object_name: mouse +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the data cable and mouse into the box with the gripper. +sub_tasks: +- subtask: pick up and lift both the mouse and power cord from the accessory packaging + area at the same time. + subtask_index: 0 +- subtask: Place the mouse and power cord into the box. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- place +- pick +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 507 + total_frames: 212067 + fps: 30 + total_tasks: 3 + total_videos: 4056 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 92.76 GB +frame_num: 212067 +frame_range: 1M +dataset_size: 92.76 GB +data_structure: 'AgiBot-g1_storage_item_e_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (495 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:506 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Tianqing_A2D_tool_storage.yaml b/dataset_info/Tianqing_A2D_tool_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..aec381f0922865232370592aa6b091df1dd77ffd --- /dev/null +++ b/dataset_info/Tianqing_A2D_tool_storage.yaml @@ -0,0 +1,611 @@ +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: Tianqing_A2D_tool_storage +dataset_uuid: 4681c572-c9b2-475c-b9c1-66ed9f3d533d +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: box +- object_name: mouse_storage +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the mouse into the box with the gripper. +sub_tasks: +- subtask: Place the mouse and power cord into the box. + subtask_index: 0 +- subtask: pick up and lift both the mouse and power cord from the accessory packaging + area at the same time. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- place +- pick +robot_name: Tianqing_A2D +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_back_left_fisheye_rgb +- cam_back_right_fisheye_rgb +- cam_high_center_fisheye_rgb +- cam_high_left_fisheye_rgb +- cam_high_right_fisheye_rgb +came_info: + cam_high_rgb: dtype=video, shape=720x1280x3, resolution=1280x720, codec=av1, pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x848x3, resolution=848x480, codec=av1, + pix_fmt=yuv420p + cam_back_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_back_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_center_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_left_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p + cam_high_right_fisheye_rgb: dtype=video, shape=1536x1920x3, resolution=1920x1536, + codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 67 + total_frames: 30600 + fps: 30 + total_tasks: 3 + total_videos: 536 + total_chunks: 1 + chunks_size: 1000 + state_dim: 41 + action_dim: 34 + camera_views: 8 + dataset_size: 13.45 GB +frame_num: 30600 +frame_range: 100K +dataset_size: 13.45 GB +data_structure: 'AgiBot-g1_tool_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (55 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_back_left_fisheye_rgb + + | |-- observation.images.cam_back_right_fisheye_rgb + + | |-- observation.images.cam_high_center_fisheye_rgb + + | |-- observation.images.cam_high_left_fisheye_rgb + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.cam_high_right_fisheye_rgb + + | |-- observation.images.cam_left_wrist_rgb + + | `-- observation.images.cam_right_wrist_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:66 +features: + observation.images.cam_high_rgb: + dtype: video + shape: + - 720 + - 1280 + - 3 + names: + - height + - width + - channels + info: + video.height: 720 + video.width: 1280 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + 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 + - 848 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 848 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_back_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_center_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_left_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_high_right_fisheye_rgb: + dtype: video + shape: + - 1536 + - 1920 + - 3 + names: + - height + - width + - channels + info: + video.height: 1536 + video.width: 1920 + 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: + - 41 + 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_rad + - left_gripper_open + - right_gripper_open + - robot_pos_x_m + - robot_pos_y_m + - robot_pos_z_m + - robot_quat_x + - robot_quat_y + - robot_quat_z + - robot_quat_w + 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 + - 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_end_pos_x_m + - left_end_pos_y_m + - left_end_pos_z_m + - left_end_quat_x + - left_end_quat_y + - left_end_quat_z + - left_end_quat_w + - right_end_pos_x_m + - right_end_pos_y_m + - right_end_pos_z_m + - right_end_quat_x + - right_end_quat_y + - right_end_quat_z + - right_end_quat_w + - waist_yaw_rad + - waist_pitch_rad + - head_yaw_rad + - head_pitch_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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_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 + 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 +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_center_fisheye_rgb/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_basket_storage_apple.yaml b/dataset_info/Unitree_G1edu-u3_basket_storage_apple.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0fcba8f14994d27aeadf38c520c289eeaeacc633 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_basket_storage_apple.yaml @@ -0,0 +1,447 @@ +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_basket_storage_apple +dataset_uuid: ad45e74b-fccc-4f12-9f34-a2312636f61c +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: apple +- object_name: basket +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the apple from the table with the gripper and place it into the basket with + the gripper. +sub_tasks: +- subtask: Grasp the apple with the left gripper. + subtask_index: 0 +- subtask: Place the apple into the basket with the left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: Move the basket to the front of the table with the right gripper. + subtask_index: 4 +- subtask: Grasp the basket with the right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Unitree_G1edu-u3 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- color_left_wrist +- color_right_wrist +came_info: + cam_high_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + color_left_wrist: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + color_right_wrist: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 88 + total_frames: 45574 + fps: 30 + total_tasks: 7 + total_videos: 264 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 1.54 GB +frame_num: 45574 +frame_range: 100K +dataset_size: 1.54 GB +data_structure: 'G1edu-u3_basket_storage_apple_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (76 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.color_left_wrist + + | `-- observation.images.color_right_wrist + + |-- info.yaml + + `-- README.md' +splits: + train: 0:87 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.color_left_wrist: + 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.color_right_wrist: + 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: + - 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_basket_storage_apple_b.yaml b/dataset_info/Unitree_G1edu-u3_basket_storage_apple_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..78375af6670979721eaa449b8593e32a408b7674 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_basket_storage_apple_b.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: Unitree_G1edu-u3_basket_storage_apple_b +dataset_uuid: 8c0ab1ee-eb0f-48a0-a7be-ff698d2f4651 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: apple +- object_name: basket +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the apples into the basket with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the grapes in the plate with left gripper. + subtask_index: 1 +- subtask: Grasp the grapes with left gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- pick +- place +robot_name: Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_left_high +- cam_left_wrist +- cam_right_wrist +came_info: + cam_left_high: 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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 241 + total_frames: 118352 + fps: 30 + total_tasks: 4 + total_videos: 723 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 2.34 GB +frame_num: 118352 +frame_range: 1M +dataset_size: 2.34 GB +data_structure: 'G1edu-u3_basket_storage_apple_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (229 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_left_high + + | |-- observation.images.cam_left_wrist + + | `-- observation.images.cam_right_wrist + + |-- info.yaml + + `-- README.md' +splits: + train: 0:240 +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_left_high: + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_left_high/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_left_high/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_bowl_storage_grape_singletry.yaml b/dataset_info/Unitree_G1edu-u3_bowl_storage_grape_singletry.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fb2739ac243979e4e18457756e79bda9f2b76a25 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_bowl_storage_grape_singletry.yaml @@ -0,0 +1,446 @@ +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_bowl_storage_grape_singletry +dataset_uuid: 40947b8c-339b-414f-94d9-6d5f24520362 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bread +- object_name: bowl +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- pick up the bread from the table and place it into the bowl. +sub_tasks: +- subtask: Grasp the grapes with left gripper. + subtask_index: 0 +- subtask: Grasp the bread with the left gripper. + subtask_index: 1 +- subtask: Static. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Place the bread the bowl with the left gripper. + subtask_index: 4 +- subtask: Place the grapes in the plate with left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Unitree_G1edu-u3 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_left_high +- cam_left_wrist +- cam_right_wrist +came_info: + cam_left_high: 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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 242 + total_frames: 119619 + fps: 30 + total_tasks: 7 + total_videos: 726 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 2.36 GB +frame_num: 119619 +frame_range: 1M +dataset_size: 2.36 GB +data_structure: 'G1edu-u3_bowl_storage_grape_singletry_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (230 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_left_high + + | |-- observation.images.cam_left_wrist + + | `-- observation.images.cam_right_wrist + + |-- info.yaml + + `-- README.md' +splits: + train: 0:241 +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_left_high: + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_left_high/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_left_high/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_food_storage.yaml b/dataset_info/Unitree_G1edu-u3_food_storage.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8899e32b070da44cb12ca32e24039c6dc0b2da4f --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_food_storage.yaml @@ -0,0 +1,454 @@ +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_food_storage +dataset_uuid: 4f2a72fa-3388-401a-ab17-b437417cce23 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: plate +- object_name: basket +- object_name: bowl +- object_name: donut +- object_name: cake +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the donut from the bowl with the gripper and place it on the plate. Pick + up the cake from the bowl with the gripper and place it into the basket. +sub_tasks: +- subtask: Grasp the bowl with the left gripper. + subtask_index: 0 +- subtask: Pour the cake into the basket with the left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Place the bowl in the center of the table with the left gripper. + subtask_index: 3 +- subtask: Pick up the bread with the right gripper and place it on the plate. + subtask_index: 4 +- subtask: Place the bowl on the table with the left gripper. + subtask_index: 5 +- subtask: Push the bowl to the center of the table using the left gripper. + subtask_index: 6 +- subtask: Abnormal. + subtask_index: 7 +- subtask: null. + subtask_index: 8 +atomic_actions: +- grasp +- pick +- place +robot_name: Unitree_G1edu-u3 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- color_left_wrist +- color_right_wrist +came_info: + cam_high_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + color_left_wrist: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + color_right_wrist: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 190 + total_frames: 316377 + fps: 30 + total_tasks: 9 + total_videos: 570 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 13.60 GB +frame_num: 316377 +frame_range: 1M +dataset_size: 13.60 GB +data_structure: 'G1edu-u3_food_storage_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (178 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.color_left_wrist + + | `-- observation.images.color_right_wrist + + |-- info.yaml + + `-- README.md' +splits: + train: 0:189 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.color_left_wrist: + 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.color_right_wrist: + 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: + - 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_little_tray_storage_apple_b.yaml b/dataset_info/Unitree_G1edu-u3_little_tray_storage_apple_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..28f518ee1bb0b67757357550f2201bc474326a09 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_little_tray_storage_apple_b.yaml @@ -0,0 +1,389 @@ +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_little_tray_storage_apple_b +dataset_uuid: eddea5f5-2b14-472e-a8a5-7cdb15b1e6b5 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: apple +- object_name: tray +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the apples in the little tray with the gripper. +sub_tasks: +- subtask: Place the apple on the orange plate with right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the apple on the orange plate with left gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- pick +- place +robot_name: Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 15 + fps: 30 + total_frames: 3928 + total_tasks: 4 + total_videos: 15 + total_chunks: 1 + chunks_size: 15 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 51.18 MB +frame_num: 3928 +frame_range: 10K +dataset_size: 51.18 MB +data_structure: 'G1edu-u3_little_tray_storage_apple_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (3 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:14 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_little_tray_storage_lemon_b.yaml b/dataset_info/Unitree_G1edu-u3_little_tray_storage_lemon_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b764a0ef386d84a194c2ae8c028962a60ed6896f --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_little_tray_storage_lemon_b.yaml @@ -0,0 +1,389 @@ +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_little_tray_storage_lemon_b +dataset_uuid: 7150e18c-8f80-44c3-934f-40eac73ed334 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: lemon +- object_name: tray +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the lemon in the little tray with the gripper. +sub_tasks: +- subtask: Place the lemon on the orange plate with right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the lemon on the orange plate with left gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- pick +- place +robot_name: Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 14 + fps: 30 + total_frames: 3028 + total_tasks: 4 + total_videos: 14 + total_chunks: 1 + chunks_size: 14 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 39.29 MB +frame_num: 3028 +frame_range: 10K +dataset_size: 39.29 MB +data_structure: 'G1edu-u3_little_tray_storage_lemon_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (2 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:13 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pick_apple_a.yaml b/dataset_info/Unitree_G1edu-u3_pick_apple_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d7ef5dd45fc3855d1249cf281e9e74ef9e9879ad --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pick_apple_a.yaml @@ -0,0 +1,388 @@ +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_pick_apple_a +dataset_uuid: 6afbbc46-1a5f-434d-bfe5-7a7ae32db479 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: apple +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the apple on the table with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the apple and lift it to the center of the view with right gripper. + subtask_index: 1 +- subtask: Grasp the apple and lift it to the center of the view with left gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- pick +robot_name: Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 40 + fps: 30 + total_frames: 15439 + total_tasks: 4 + total_videos: 40 + total_chunks: 1 + chunks_size: 40 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 208.39 MB +frame_num: 15439 +frame_range: 100K +dataset_size: 208.39 MB +data_structure: 'G1edu-u3_pick_apple_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (28 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:39 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pick_apple_b.yaml b/dataset_info/Unitree_G1edu-u3_pick_apple_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3bb22931120db50371e22f870d07026f9c09510e --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pick_apple_b.yaml @@ -0,0 +1,388 @@ +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_pick_apple_b +dataset_uuid: 5cb12579-7559-4cdb-b6c3-8ffb1f039b19 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: apple +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the apple on the table with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the apple and lift it to the center of the view with right gripper. + subtask_index: 1 +- subtask: Grasp the apple and lift it to the center of the view with left gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- pick +robot_name: Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 26 + fps: 30 + total_frames: 8289 + total_tasks: 4 + total_videos: 26 + total_chunks: 1 + chunks_size: 26 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 102.42 MB +frame_num: 8289 +frame_range: 10K +dataset_size: 102.42 MB +data_structure: 'G1edu-u3_pick_apple_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (14 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:25 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pick_crumpled_paper_aa.yaml b/dataset_info/Unitree_G1edu-u3_pick_crumpled_paper_aa.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5dd744064574f108a6c408d54406c3775587ce6c --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pick_crumpled_paper_aa.yaml @@ -0,0 +1,391 @@ +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_pick_crumpled_paper_aa +dataset_uuid: b6576ff7-68ba-498d-a50c-c97bad67554e +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: paper +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- pick up the crumpled paper on the table. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the paper ball and lift it to the center of the view with right gripper. + subtask_index: 1 +- subtask: Grasp the paper ball and lift it to the center of the view with left gripper. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 13 + fps: 30 + total_frames: 4485 + total_tasks: 5 + total_videos: 13 + total_chunks: 1 + chunks_size: 13 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 58.93 MB +frame_num: 4485 +frame_range: 10K +dataset_size: 58.93 MB +data_structure: 'G1edu-u3_pick_crumpled_paper_aa_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (1 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:12 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pick_cup_a.yaml b/dataset_info/Unitree_G1edu-u3_pick_cup_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b293c0f9d5ef40531174a83b851040a4c1231fcb --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pick_cup_a.yaml @@ -0,0 +1,388 @@ +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_pick_cup_a +dataset_uuid: 6c4e6e81-bded-43dc-a803-02147d6eb107 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cup +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the cup on the table with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the paper cup and lift it to the center of the view with right gripper. + subtask_index: 1 +- subtask: Grasp the paper cup and lift it to the center of the view with left gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- pick +robot_name: Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 24 + fps: 30 + total_frames: 8046 + total_tasks: 4 + total_videos: 24 + total_chunks: 1 + chunks_size: 24 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 88.38 MB +frame_num: 8046 +frame_range: 10K +dataset_size: 88.38 MB +data_structure: 'G1edu-u3_pick_cup_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (12 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:23 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pick_empty_bottle_ab.yaml b/dataset_info/Unitree_G1edu-u3_pick_empty_bottle_ab.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ec9550475a0f30f7dde9eb8003745e8df3a48b4c --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pick_empty_bottle_ab.yaml @@ -0,0 +1,388 @@ +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_pick_empty_bottle_ab +dataset_uuid: e8eb32c9-9e05-4189-9718-badce6a3ac0b +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: empty_bottle +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- pick up the empty bottle on the table. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the cola bottle and lift it to the center of the view with right + gripper. + subtask_index: 1 +- subtask: Grasp the cola bottle and lift it to the center of the view with left gripper. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 11 + fps: 30 + total_frames: 3290 + total_tasks: 5 + total_videos: 11 + total_chunks: 1 + chunks_size: 11 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 45.39 MB +frame_num: 3290 +frame_range: 10K +dataset_size: 45.39 MB +data_structure: 'G1edu-u3_pick_empty_bottle_ab_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:10 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pick_leftover_food_ac.yaml b/dataset_info/Unitree_G1edu-u3_pick_leftover_food_ac.yaml new file mode 100644 index 0000000000000000000000000000000000000000..aa4684b27f7bfa713a96bc8e48a51fef578baaed --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pick_leftover_food_ac.yaml @@ -0,0 +1,392 @@ +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_pick_leftover_food_ac +dataset_uuid: 31bb63f2-f1c2-48b4-bc7f-98e365933e8f +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: leftover_food +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- pick up the leftover food on the table. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Abnormal. + subtask_index: 1 +- subtask: Grasp the bagged food and lift it to the center of the view with left gripper. + subtask_index: 2 +- subtask: Grasp the bagged food and lift it to the center of the view with right + gripper. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 14 + fps: 30 + total_frames: 4666 + total_tasks: 5 + total_videos: 14 + total_chunks: 1 + chunks_size: 14 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 62.98 MB +frame_num: 4666 +frame_range: 10K +dataset_size: 62.98 MB +data_structure: 'G1edu-u3_pick_leftover_food_ac_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (2 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:13 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pick_metal_bowl_aa.yaml b/dataset_info/Unitree_G1edu-u3_pick_metal_bowl_aa.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a769262e0c84c97138e9e5ad8a8378ae78520db2 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pick_metal_bowl_aa.yaml @@ -0,0 +1,391 @@ +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_pick_metal_bowl_aa +dataset_uuid: e1af01c7-7aea-4e21-a205-cadda0c4620b +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: metal_bowl +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- pick up the metal bowl on the table. +sub_tasks: +- subtask: Grasp the metal bowl and lift it to the center of the view with left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the metal bowl and lift it to the center of the view with right gripper. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 35 + fps: 30 + total_frames: 15548 + total_tasks: 5 + total_videos: 35 + total_chunks: 1 + chunks_size: 35 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 220.99 MB +frame_num: 15548 +frame_range: 100K +dataset_size: 220.99 MB +data_structure: 'G1edu-u3_pick_metal_bowl_aa_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (23 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:34 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pick_metal_bowl_ab.yaml b/dataset_info/Unitree_G1edu-u3_pick_metal_bowl_ab.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5f9b675804884f20c27d1a5ac0c2831a9ad5fe04 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pick_metal_bowl_ab.yaml @@ -0,0 +1,389 @@ +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_pick_metal_bowl_ab +dataset_uuid: 988d81c9-a23a-4a67-9613-aed7fcecf7e3 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: metal_bowl +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- pick up the metal bowl on the table. +sub_tasks: +- subtask: Grasp the metal bowl and lift it to the center of the view with left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the metal bowl and lift it to the center of the view with right gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- pick +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 36 + fps: 30 + total_frames: 11322 + total_tasks: 4 + total_videos: 36 + total_chunks: 1 + chunks_size: 37 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 158.41 MB +frame_num: 11322 +frame_range: 100K +dataset_size: 158.41 MB +data_structure: 'G1edu-u3_pick_metal_bowl_ab_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (24 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:35 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pick_plastic_bowl_ac.yaml b/dataset_info/Unitree_G1edu-u3_pick_plastic_bowl_ac.yaml new file mode 100644 index 0000000000000000000000000000000000000000..285c0802fa6097fce11e8882caddb80e4f3662c6 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pick_plastic_bowl_ac.yaml @@ -0,0 +1,391 @@ +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_pick_plastic_bowl_ac +dataset_uuid: 8b3bc197-5de6-4704-a513-0c7fbf7f29ed +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: plastic_bowl +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- pick up the plastic bowl on the table. +sub_tasks: +- subtask: Grasp the plastic bowl and lift it to the center of the view with left + gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the plastic bowl and lift it to the center of the view with right + gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- pick +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 32 + fps: 30 + total_frames: 12573 + total_tasks: 4 + total_videos: 32 + total_chunks: 1 + chunks_size: 32 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 175.80 MB +frame_num: 12573 +frame_range: 100K +dataset_size: 175.80 MB +data_structure: 'G1edu-u3_pick_plastic_bowl_ac_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (20 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:31 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pick_plastic_bowl_ad.yaml b/dataset_info/Unitree_G1edu-u3_pick_plastic_bowl_ad.yaml new file mode 100644 index 0000000000000000000000000000000000000000..686f10117e5c112dda4375067184f728d3cd359f --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pick_plastic_bowl_ad.yaml @@ -0,0 +1,391 @@ +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_pick_plastic_bowl_ad +dataset_uuid: 2efbcfc7-6d0c-4d2f-873c-534fe35c6c26 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: plastic_bowl +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- pick up the plastic bowl on the table. +sub_tasks: +- subtask: Grasp the plastic bowl and lift it to the center of the view with left + gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the plastic bowl and lift it to the center of the view with right + gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- pick +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 32 + fps: 30 + total_frames: 10038 + total_tasks: 4 + total_videos: 32 + total_chunks: 1 + chunks_size: 33 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 144.03 MB +frame_num: 10038 +frame_range: 100K +dataset_size: 144.03 MB +data_structure: 'G1edu-u3_pick_plastic_bowl_ad_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (20 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:31 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pick_up_the_bottled_water_a.yaml b/dataset_info/Unitree_G1edu-u3_pick_up_the_bottled_water_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..60d30cfa8a63e8cad5c140cab24399439d91bfdb --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pick_up_the_bottled_water_a.yaml @@ -0,0 +1,393 @@ +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_pick_up_the_bottled_water_a +dataset_uuid: e56a77d6-dbe5-4d31-a397-61ccb616903c +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bottle +- object_name: water +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the water bottle on the table with the gripper. +sub_tasks: +- subtask: Grasp the water bottle and lift it to the center of the view with right + gripper. + subtask_index: 0 +- subtask: Grasp the water bottle and lift it to the center of the view with left + gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +robot_name: Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 29 + fps: 30 + total_frames: 12057 + total_tasks: 5 + total_videos: 29 + total_chunks: 1 + chunks_size: 29 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 153.01 MB +frame_num: 12057 +frame_range: 100K +dataset_size: 153.01 MB +data_structure: 'G1edu-u3_pick_up_the_bottled_water_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (17 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:28 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pick_up_the_bottled_water_as.yaml b/dataset_info/Unitree_G1edu-u3_pick_up_the_bottled_water_as.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9d1aa669651deb7a281f96f35755a5d7cfd8bbf7 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pick_up_the_bottled_water_as.yaml @@ -0,0 +1,394 @@ +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_pick_up_the_bottled_water_as +dataset_uuid: a5f8649a-a1ab-415a-9fd4-b48b04fab77e +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bottle +- object_name: water +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- pick up the water bottle on the table. +sub_tasks: +- subtask: Grasp the water bottle and lift it to the center of the view with right + gripper. + subtask_index: 0 +- subtask: Grasp the water bottle and lift it to the center of the view with left + gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 24 + fps: 30 + total_frames: 9753 + total_tasks: 5 + total_videos: 24 + total_chunks: 1 + chunks_size: 24 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 116.56 MB +frame_num: 9753 +frame_range: 10K +dataset_size: 116.56 MB +data_structure: 'G1edu-u3_pick_up_the_bottled_water_as_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (12 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:23 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pick_up_the_bottled_water_b.yaml b/dataset_info/Unitree_G1edu-u3_pick_up_the_bottled_water_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..476ae04f622edfe71a35b37e089e7ba36f0b754a --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pick_up_the_bottled_water_b.yaml @@ -0,0 +1,393 @@ +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_pick_up_the_bottled_water_b +dataset_uuid: fed7136f-3c38-4756-81e4-f9e2dd2eaad5 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bottle +- object_name: water +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the water bottle on the table with the gripper. +sub_tasks: +- subtask: Grasp the water bottle and lift it to the center of the view with right + gripper. + subtask_index: 0 +- subtask: Grasp the water bottle and lift it to the center of the view with left + gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +robot_name: Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 30 + fps: 30 + total_frames: 10067 + total_tasks: 5 + total_videos: 30 + total_chunks: 1 + chunks_size: 31 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 125.25 MB +frame_num: 10067 +frame_range: 100K +dataset_size: 125.25 MB +data_structure: 'G1edu-u3_pick_up_the_bottled_water_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (18 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:29 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pick_up_the_bread_az.yaml b/dataset_info/Unitree_G1edu-u3_pick_up_the_bread_az.yaml new file mode 100644 index 0000000000000000000000000000000000000000..860193e055116f16ac4975c0103a3526b0956685 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pick_up_the_bread_az.yaml @@ -0,0 +1,391 @@ +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_pick_up_the_bread_az +dataset_uuid: 95b46832-04a8-4073-b033-dbe0d38fe742 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bread +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- pick up the bread on the table. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the long bread and lift it to the center of the view with left gripper. + subtask_index: 1 +- subtask: Grasp the long bread and lift it to the center of the view with right gripper. + subtask_index: 2 +- subtask: Abnormal. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 26 + fps: 30 + total_frames: 14542 + total_tasks: 5 + total_videos: 26 + total_chunks: 1 + chunks_size: 27 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 169.68 MB +frame_num: 14542 +frame_range: 100K +dataset_size: 169.68 MB +data_structure: 'G1edu-u3_pick_up_the_bread_az_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (14 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:25 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pick_up_the_lemon_a.yaml b/dataset_info/Unitree_G1edu-u3_pick_up_the_lemon_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e84dbc7afe20eb565ea908e097a370ea7b4694ff --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pick_up_the_lemon_a.yaml @@ -0,0 +1,388 @@ +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_pick_up_the_lemon_a +dataset_uuid: 4941259a-6f5a-49a6-b04e-e52c4e5759dc +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: lemon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the lemon on the table with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the lemon and lift it to the center of the view with left gripper. + subtask_index: 1 +- subtask: Grasp the lemon and lift it to the center of the view with right gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- pick +robot_name: Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 23 + fps: 30 + total_frames: 8915 + total_tasks: 4 + total_videos: 23 + total_chunks: 1 + chunks_size: 23 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 107.57 MB +frame_num: 8915 +frame_range: 10K +dataset_size: 107.57 MB +data_structure: 'G1edu-u3_pick_up_the_lemon_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (11 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:22 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pick_up_the_lemon_at.yaml b/dataset_info/Unitree_G1edu-u3_pick_up_the_lemon_at.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d28ca6354cdb7a4f0a6f35a32922a06a6ce23c92 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pick_up_the_lemon_at.yaml @@ -0,0 +1,391 @@ +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_pick_up_the_lemon_at +dataset_uuid: 9965d331-a329-49c0-ae89-355a299338f1 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: lemon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- pick up the lemon on the table. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Grasp the lemon and lift it to the center of the view with left gripper. + subtask_index: 1 +- subtask: Abnormal. + subtask_index: 2 +- subtask: Grasp the lemon and lift it to the center of the view with right gripper. + subtask_index: 3 +- subtask: null. + subtask_index: 4 +atomic_actions: +- grasp +- pick +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 26 + fps: 30 + total_frames: 8538 + total_tasks: 5 + total_videos: 26 + total_chunks: 1 + chunks_size: 26 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 84.47 MB +frame_num: 8538 +frame_range: 10K +dataset_size: 84.47 MB +data_structure: 'G1edu-u3_pick_up_the_lemon_at_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (14 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:25 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pick_up_the_tissue_box_ao.yaml b/dataset_info/Unitree_G1edu-u3_pick_up_the_tissue_box_ao.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3537c95ba2e3e6c6de83c8ee9a258426eddf2eda --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pick_up_the_tissue_box_ao.yaml @@ -0,0 +1,388 @@ +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_pick_up_the_tissue_box_ao +dataset_uuid: 3adf4438-1317-4ffb-9447-b4dd516c8559 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: box +- object_name: tissue +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- pick up the tissue box on the table. +sub_tasks: +- subtask: Grasp the tissue box and lift it to the center of the view with both gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- pick +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 29 + fps: 30 + total_frames: 21166 + total_tasks: 3 + total_videos: 29 + total_chunks: 1 + chunks_size: 29 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 273.81 MB +frame_num: 21166 +frame_range: 100K +dataset_size: 273.81 MB +data_structure: 'G1edu-u3_pick_up_the_tissue_box_ao_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (17 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:28 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pick_up_the_toy_ai.yaml b/dataset_info/Unitree_G1edu-u3_pick_up_the_toy_ai.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fcea5939f5c1a24490c048b0ba1090d3773e9a18 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pick_up_the_toy_ai.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: Unitree_G1edu-u3_pick_up_the_toy_ai +dataset_uuid: 804260a5-c07f-432e-9080-8112b837464a +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: toy +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- pick up the toy on the table. +sub_tasks: +- subtask: End + subtask_index: 0 +- subtask: Grasp the toy bear and lift it to the center of the view with right gripper + subtask_index: 1 +- subtask: Grasp the toy bear and lift it to the center of the view with left gripper + subtask_index: 2 +- subtask: 'null' + subtask_index: 3 +atomic_actions: +- grasp +- pick +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 10 + fps: 30 + total_frames: 3242 + total_tasks: 4 + total_videos: 10 + total_chunks: 1 + chunks_size: 10 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 44.79 MB +frame_num: 3242 +frame_range: 10K +dataset_size: 44.79 MB +data_structure: 'G1edu-u3_pick_up_the_toy_ai_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:9 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_place_apple_c.yaml b/dataset_info/Unitree_G1edu-u3_place_apple_c.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b7d5bd1a5b738bad429facbff2390b5b3c865426 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_place_apple_c.yaml @@ -0,0 +1,388 @@ +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_apple_c +dataset_uuid: fadd4ee3-65b3-497e-a817-3885814cab0c +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: apple +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the apple on the table with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the apple on the table with right gripper. + subtask_index: 1 +- subtask: Place the apple on the table with left gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- pick +- place +robot_name: Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 29 + fps: 30 + total_frames: 6567 + total_tasks: 4 + total_videos: 29 + total_chunks: 1 + chunks_size: 30 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 81.57 MB +frame_num: 6567 +frame_range: 10K +dataset_size: 81.57 MB +data_structure: 'G1edu-u3_place_apple_c_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (17 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:28 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_place_bottle_c.yaml b/dataset_info/Unitree_G1edu-u3_place_bottle_c.yaml new file mode 100644 index 0000000000000000000000000000000000000000..309cb5cd846f589be348e19a31031268532137a6 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_place_bottle_c.yaml @@ -0,0 +1,388 @@ +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_bottle_c +dataset_uuid: 5e6d1031-7c1e-4cd5-a371-1682b697fabd +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bottle +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the bottle on the table with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the water bottle on the table with left gripper. + subtask_index: 1 +- subtask: Place the water bottle on the table with right gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- place +robot_name: Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 29 + fps: 30 + total_frames: 7277 + total_tasks: 4 + total_videos: 29 + total_chunks: 1 + chunks_size: 30 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 92.28 MB +frame_num: 7277 +frame_range: 10K +dataset_size: 92.28 MB +data_structure: 'G1edu-u3_place_bottle_c_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (17 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:28 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_place_metal_bowl_ae.yaml b/dataset_info/Unitree_G1edu-u3_place_metal_bowl_ae.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cd420b8fb69162971502a991ef65d5f63bc35ef9 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_place_metal_bowl_ae.yaml @@ -0,0 +1,389 @@ +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_metal_bowl_ae +dataset_uuid: 58ed5982-2a5f-4762-a995-5d590a2beeb4 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: metal_bowl +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- put the metal bowl on the table. +sub_tasks: +- subtask: Place the metal bowl on the table with left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the metal bowl on the table with right gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- pick +- place +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 38 + fps: 30 + total_frames: 7884 + total_tasks: 4 + total_videos: 38 + total_chunks: 1 + chunks_size: 39 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 120.37 MB +frame_num: 7884 +frame_range: 10K +dataset_size: 120.37 MB +data_structure: 'G1edu-u3_place_metal_bowl_ae_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (26 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:37 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_place_metal_bowl_af.yaml b/dataset_info/Unitree_G1edu-u3_place_metal_bowl_af.yaml new file mode 100644 index 0000000000000000000000000000000000000000..54bd5c29d503c533ef6bc6c74ca393de00548d5e --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_place_metal_bowl_af.yaml @@ -0,0 +1,389 @@ +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_metal_bowl_af +dataset_uuid: 7335e7b9-55d2-417a-ba15-8aeba616ce6e +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: metal_bowl +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- put the metal bowl on the table. +sub_tasks: +- subtask: Place the metal bowl on the table with left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the metal bowl on the table with right gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- pick +- place +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 38 + fps: 30 + total_frames: 6265 + total_tasks: 4 + total_videos: 38 + total_chunks: 1 + chunks_size: 39 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 95.88 MB +frame_num: 6265 +frame_range: 10K +dataset_size: 95.88 MB +data_structure: 'G1edu-u3_place_metal_bowl_af_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (26 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:37 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_place_plastic_bowl_ag.yaml b/dataset_info/Unitree_G1edu-u3_place_plastic_bowl_ag.yaml new file mode 100644 index 0000000000000000000000000000000000000000..38fe9debafa7fdfdcd507a763e002fa3bf9088c4 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_place_plastic_bowl_ag.yaml @@ -0,0 +1,389 @@ +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_plastic_bowl_ag +dataset_uuid: 200d19c3-55a3-44fd-830a-10c1b2f63ed7 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: plastic_bowl +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- put the plastic bowl on the table. +sub_tasks: +- subtask: Place the plastic bowl on the table with right gripper + subtask_index: 0 +- subtask: End + subtask_index: 1 +- subtask: Place the plastic bowl on the table with left gripper + subtask_index: 2 +- subtask: 'null' + subtask_index: 3 +atomic_actions: +- pick +- place +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 38 + fps: 30 + total_frames: 7219 + total_tasks: 4 + total_videos: 38 + total_chunks: 1 + chunks_size: 39 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 116.03 MB +frame_num: 7219 +frame_range: 10K +dataset_size: 116.03 MB +data_structure: 'G1edu-u3_place_plastic_bowl_ag_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (26 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:37 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_place_plastic_bowl_ah.yaml b/dataset_info/Unitree_G1edu-u3_place_plastic_bowl_ah.yaml new file mode 100644 index 0000000000000000000000000000000000000000..64ad11a9f828466e9cea9d894d91c18ba3466ef9 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_place_plastic_bowl_ah.yaml @@ -0,0 +1,389 @@ +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_plastic_bowl_ah +dataset_uuid: 7153928d-6c50-4662-91a7-9d48d64e1e5d +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: plastic_bowl +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- put the bowl on the table. +sub_tasks: +- subtask: Place the plastic bowl on the table with right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the plastic bowl on the table with left gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- pick +- place +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 33 + fps: 30 + total_frames: 5638 + total_tasks: 4 + total_videos: 33 + total_chunks: 1 + chunks_size: 34 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 83.71 MB +frame_num: 5638 +frame_range: 10K +dataset_size: 83.71 MB +data_structure: 'G1edu-u3_place_plastic_bowl_ah_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (21 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:32 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_plate_storage_doll.yaml b/dataset_info/Unitree_G1edu-u3_plate_storage_doll.yaml new file mode 100644 index 0000000000000000000000000000000000000000..093fcf06e98f5a011177969a701c7aef4b674882 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_plate_storage_doll.yaml @@ -0,0 +1,447 @@ +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_plate_storage_doll +dataset_uuid: 45f1baec-34a9-4f8d-bc50-3ef2086cf1a9 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: plate +- object_name: doll +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the doll with the left gripper and place it on the left side of the plate. +- Pick up the doll with the right gripper and place it on the right side of the plate. +sub_tasks: +- subtask: Static. + subtask_index: 0 +- subtask: Place the pink doll into the plate with the left gripper. + subtask_index: 1 +- subtask: Grasp the pink doll with the right gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Place the pink doll into the plate with the right gripper. + subtask_index: 4 +- subtask: Grasp the pink doll with the left gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Unitree_G1edu-u3 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +- color_left_wrist +- color_right_wrist +came_info: + cam_high_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + color_left_wrist: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + color_right_wrist: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 388 + total_frames: 133026 + fps: 30 + total_tasks: 7 + total_videos: 1164 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 3.72 GB +frame_num: 133026 +frame_range: 1M +dataset_size: 3.72 GB +data_structure: 'G1edu-u3_plate_storage_doll_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (376 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_high_rgb + + | |-- observation.images.color_left_wrist + + | `-- observation.images.color_right_wrist + + |-- info.yaml + + `-- README.md' +splits: + train: 0:387 +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: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.color_left_wrist: + 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.color_right_wrist: + 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: + - 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_plate_storage_rabbit_doll.yaml b/dataset_info/Unitree_G1edu-u3_plate_storage_rabbit_doll.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5514543b290876335619ca7a37af1c147e2fe0b2 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_plate_storage_rabbit_doll.yaml @@ -0,0 +1,398 @@ +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_plate_storage_rabbit_doll +dataset_uuid: adde8f5b-b32a-49e8-b684-9f89a37ec8e4 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: rabbit_doll +- object_name: plate +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the rabbit doll from the table with the gripper and place it on the plate + with the gripper. +sub_tasks: +- subtask: Place the rabbit doll into the plate with the left gripper. + subtask_index: 0 +- subtask: Grasp the rabbit doll with the left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Static. + subtask_index: 3 +- subtask: Abnormal. + subtask_index: 4 +- subtask: null. + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: Unitree_G1edu-u3 +end_effector_type: five_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_high_rgb +came_info: + cam_high_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 227 + total_frames: 76754 + fps: 30 + total_tasks: 6 + total_videos: 227 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 1 + dataset_size: 378.38 MB +frame_num: 76754 +frame_range: 100K +dataset_size: 378.38 MB +data_structure: 'G1edu-u3_plate_storage_rabbit_doll_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (215 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.cam_high_rgb + + |-- info.yaml + + `-- README.md' +splits: + train: 0:226 +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: av1 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_pullBowl_storage_bread_a.yaml b/dataset_info/Unitree_G1edu-u3_pullBowl_storage_bread_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8f34bde577f2d2c476a9a5187c5890a2cd7fd9d2 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pullBowl_storage_bread_a.yaml @@ -0,0 +1,456 @@ +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_pullBowl_storage_bread_a +dataset_uuid: 11ed8a7f-106a-4c08-98a4-0abdd1b97a52 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: plate +- object_name: plate_rack +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the plate from the table with the gripper and place it on the plate rack + with the gripper. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: Place the long bread in pink bowl with left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Grasp the round bread with left gripper. + subtask_index: 3 +- subtask: Grasp the long bread with left gripper. + subtask_index: 4 +- subtask: Place the round bread in pink bowl with left gripper. + subtask_index: 5 +- subtask: Move the pink bowl to the center of table with right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Unitree_G1edu-u3 +end_effector_type: +- five_finger_end_effector +- three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_left_high +- cam_left_wrist +- cam_right_wrist +came_info: + cam_left_high: 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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 178 + total_frames: 126861 + fps: 30 + total_tasks: 8 + total_videos: 534 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 2.55 GB +frame_num: 126861 +frame_range: 1M +dataset_size: 2.55 GB +data_structure: 'G1edu-u3_pullBowl_storage_bread_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (166 more entries) + + |-- logs + + | `-- collect + + | `-- collect_20260521215546.log + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_left_high + + | |-- observation.images.cam_left_wrist + + | `-- observation.images.cam_right_wrist + + |-- info.yaml + + `-- README.md' +splits: + train: 0:177 +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_left_high: + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_left_high/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_left_high/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pullBowl_storage_bread_b.yaml b/dataset_info/Unitree_G1edu-u3_pullBowl_storage_bread_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..23dca80af2f619f0f3d3590cfb05654f1cd79979 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pullBowl_storage_bread_b.yaml @@ -0,0 +1,449 @@ +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_pullBowl_storage_bread_b +dataset_uuid: 11ed8a7f-106a-4c08-98a4-0abdd1b97a48 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: chair +- object_name: bear_doll +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- walk up to the toy bear on the chair. +sub_tasks: +- subtask: Move the pink bowl to the center of table with right gripper. + subtask_index: 0 +- subtask: Static. + subtask_index: 1 +- subtask: Grasp the round bread with left gripper. + subtask_index: 2 +- subtask: End. + subtask_index: 3 +- subtask: Move towards the toy bear on the chair. + subtask_index: 4 +- subtask: Grasp the long bread with left gripper. + subtask_index: 5 +- subtask: Place the round bread in pink bowl with left gripper. + subtask_index: 6 +- subtask: Abnormal. + subtask_index: 7 +- subtask: Place the long bread in pink bowl with left gripper. + subtask_index: 8 +- subtask: null. + subtask_index: 9 +atomic_actions: +- walk +robot_name: +- Unitree_G1edu-u3 +end_effector_type: two_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_left_high +- cam_left_wrist +- cam_right_wrist +came_info: + cam_left_high: 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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 186 + total_frames: 162960 + fps: 30 + total_tasks: 10 + total_videos: 558 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 3.30 GB +frame_num: 162960 +frame_range: 1M +dataset_size: 3.30 GB +data_structure: 'G1edu-u3_pullBowl_storage_bread_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (174 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_left_high + + | |-- observation.images.cam_left_wrist + + | `-- observation.images.cam_right_wrist + + |-- info.yaml + + `-- README.md' +splits: + train: 0:185 +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_left_high: + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_left_high/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_left_high/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_C.yaml b/dataset_info/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_C.yaml new file mode 100644 index 0000000000000000000000000000000000000000..71f1520fce2196c2bde4637dad1fc80c49c7c67a --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_C.yaml @@ -0,0 +1,457 @@ +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_pullBowl_storage_bread_unordered_C +dataset_uuid: 11ed8a7f-106a-4c08-98a4-0abdd1b97a51 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: plate +- object_name: basket +- object_name: bowl +- object_name: donut +- object_name: cake +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the donut from the bowl with the gripper and place it on the plate. Pick + up the cake from the bowl with the gripper and place it into the basket. +sub_tasks: +- subtask: Place the long bread in pink bowl with left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Grasp the round bread with left gripper. + subtask_index: 2 +- subtask: Grasp the long bread with left gripper. + subtask_index: 3 +- subtask: Place the round bread in pink bowl with left gripper. + subtask_index: 4 +- subtask: Move the pink bowl to the center of table with right gripper. + subtask_index: 5 +- subtask: null. + subtask_index: 6 +atomic_actions: +- grasp +- pick +- place +robot_name: Unitree_G1edu-u3 +end_effector_type: +- five_finger_end_effector +- three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_left_high +- cam_left_wrist +- cam_right_wrist +came_info: + cam_left_high: 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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 190 + total_frames: 110085 + fps: 30 + total_tasks: 7 + total_videos: 570 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 2.21 GB +frame_num: 110085 +frame_range: 1M +dataset_size: 2.21 GB +data_structure: 'G1edu-u3_pullBowl_storage_bread_unordered_C_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (178 more entries) + + |-- logs + + | `-- collect + + | `-- collect_20260521215545.log + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_left_high + + | |-- observation.images.cam_left_wrist + + | `-- observation.images.cam_right_wrist + + |-- info.yaml + + `-- README.md' +splits: + train: 0:189 +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_left_high: + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_left_high/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_left_high/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_a.yaml b/dataset_info/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..24bf60fb68d920f4a412e0a0f790e22fdb51bee0 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_a.yaml @@ -0,0 +1,456 @@ +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_pullBowl_storage_bread_unordered_a +dataset_uuid: 11ed8a7f-106a-4c08-98a4-0abdd1b97a49 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: plate +- object_name: towel +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Pick up the towel on the left side of the plate with the left gripper and place + it in the plate with the left gripper. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: Place the long bread in pink bowl with left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Grasp the round bread with left gripper. + subtask_index: 3 +- subtask: Grasp the long bread with left gripper. + subtask_index: 4 +- subtask: Place the round bread in pink bowl with left gripper. + subtask_index: 5 +- subtask: Move the pink bowl to the center of table with right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Unitree_G1edu-u3 +end_effector_type: +- five_finger_end_effector +- three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_left_high +- cam_left_wrist +- cam_right_wrist +came_info: + cam_left_high: 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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 188 + total_frames: 158699 + fps: 30 + total_tasks: 8 + total_videos: 564 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 3.30 GB +frame_num: 158699 +frame_range: 1M +dataset_size: 3.30 GB +data_structure: 'G1edu-u3_pullBowl_storage_bread_unordered_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (176 more entries) + + |-- logs + + | `-- collect + + | `-- collect_20260521215543.log + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_left_high + + | |-- observation.images.cam_left_wrist + + | `-- observation.images.cam_right_wrist + + |-- info.yaml + + `-- README.md' +splits: + train: 0:187 +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_left_high: + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_left_high/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_left_high/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_b.yaml b/dataset_info/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1fc726c6b6d576a2fd66293bbe27ba14b82d4c8d --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_b.yaml @@ -0,0 +1,459 @@ +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_pullBowl_storage_bread_unordered_b +dataset_uuid: 11ed8a7f-106a-4c08-98a4-0abdd1b97a50 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: faucet +- object_name: cup +- object_name: orange_juice +- object_name: cola +- object_name: sprite +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the cup under the faucet with the gripper to collect the cola. Remove the + cup with the gripper. +sub_tasks: +- subtask: Abnormal. + subtask_index: 0 +- subtask: Place the long bread in pink bowl with left gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: Grasp the round bread with left gripper. + subtask_index: 3 +- subtask: Grasp the long bread with left gripper. + subtask_index: 4 +- subtask: Place the round bread in pink bowl with left gripper. + subtask_index: 5 +- subtask: Move the pink bowl to the center of table with right gripper. + subtask_index: 6 +- subtask: null. + subtask_index: 7 +atomic_actions: +- grasp +- pick +- place +robot_name: Unitree_G1edu-u3 +end_effector_type: +- five_finger_end_effector +- three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_left_high +- cam_left_wrist +- cam_right_wrist +came_info: + cam_left_high: 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 +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +- subtasks.jsonl +statistics: + total_episodes: 190 + total_frames: 118843 + fps: 30 + total_tasks: 8 + total_videos: 570 + total_chunks: 1 + chunks_size: 1000 + state_dim: 28 + action_dim: 28 + camera_views: 3 + dataset_size: 2.32 GB +frame_num: 118843 +frame_range: 1M +dataset_size: 2.32 GB +data_structure: 'G1edu-u3_pullBowl_storage_bread_unordered_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | |-- subtask_annotations.jsonl + + | `-- subtasks.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 + + | `-- ... (178 more entries) + + |-- logs + + | `-- collect + + | `-- collect_20260521215544.log + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | |-- observation.images.cam_left_high + + | |-- observation.images.cam_left_wrist + + | `-- observation.images.cam_right_wrist + + |-- info.yaml + + `-- README.md' +splits: + train: 0:189 +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_left_high: + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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_left_high/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_left_high/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_put_the_bread_aw.yaml b/dataset_info/Unitree_G1edu-u3_put_the_bread_aw.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ecc51784517c2ab9c8ba45b45a2632f657bac689 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_put_the_bread_aw.yaml @@ -0,0 +1,389 @@ +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_put_the_bread_aw +dataset_uuid: e6db4b80-8fbb-4767-b613-734d0e088946 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bread +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- put the bread on the table. +sub_tasks: +- subtask: Place the long bread on the table with left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the long bread on the table with right gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- place +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 26 + fps: 30 + total_frames: 5153 + total_tasks: 4 + total_videos: 26 + total_chunks: 1 + chunks_size: 26 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 65.21 MB +frame_num: 5153 +frame_range: 10K +dataset_size: 65.21 MB +data_structure: 'G1edu-u3_put_the_bread_aw_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (14 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:25 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_put_the_cup_b.yaml b/dataset_info/Unitree_G1edu-u3_put_the_cup_b.yaml new file mode 100644 index 0000000000000000000000000000000000000000..296b5c801d5d4f9bf225e0b1ea7a25d78dc7a44f --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_put_the_cup_b.yaml @@ -0,0 +1,388 @@ +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_put_the_cup_b +dataset_uuid: c8b2edb4-b19b-4458-adfc-799a5e6f2065 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: cup +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the cup on the table with the gripper. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the paper cup on the table with right gripper. + subtask_index: 1 +- subtask: Place the paper cup on the table with left gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- place +robot_name: Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 29 + fps: 30 + total_frames: 6447 + total_tasks: 4 + total_videos: 29 + total_chunks: 1 + chunks_size: 29 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 73.75 MB +frame_num: 6447 +frame_range: 10K +dataset_size: 73.75 MB +data_structure: 'G1edu-u3_put_the_cup_b_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (17 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:28 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_put_the_lemon_af.yaml b/dataset_info/Unitree_G1edu-u3_put_the_lemon_af.yaml new file mode 100644 index 0000000000000000000000000000000000000000..69e9f586dd10171170c0648f924e91492884d5af --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_put_the_lemon_af.yaml @@ -0,0 +1,389 @@ +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_put_the_lemon_af +dataset_uuid: c37586ed-bc01-40b2-9038-cd26ce06df5b +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: lemon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- put the lemon on the table. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the lemon on the table with right gripper. + subtask_index: 1 +- subtask: Place the lemon on the table with left gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- place +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 19 + fps: 30 + total_frames: 3544 + total_tasks: 4 + total_videos: 19 + total_chunks: 1 + chunks_size: 19 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 37.11 MB +frame_num: 3544 +frame_range: 10K +dataset_size: 37.11 MB +data_structure: 'G1edu-u3_put_the_lemon_af_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (7 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:18 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_put_the_lemon_on_the_plate_ah.yaml b/dataset_info/Unitree_G1edu-u3_put_the_lemon_on_the_plate_ah.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fdc84fe4afcb9af45f782ca4206365ce6925236b --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_put_the_lemon_on_the_plate_ah.yaml @@ -0,0 +1,380 @@ +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_put_the_lemon_on_the_plate_ah +dataset_uuid: 7f32d00d-3005-45c1-90cb-9a16b5e64034 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: plate +- object_name: lemon +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- put the lemon on the plate. +sub_tasks: +- subtask: Place the lemon on the orange plate with right gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- place +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 9 + fps: 30 + total_frames: 1961 + total_tasks: 3 + total_videos: 9 + total_chunks: 1 + chunks_size: 9 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 20.38 MB +frame_num: 1961 +frame_range: 10K +dataset_size: 20.38 MB +data_structure: 'G1edu-u3_put_the_lemon_on_the_plate_ah_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:8 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_put_the_tissue_box_al.yaml b/dataset_info/Unitree_G1edu-u3_put_the_tissue_box_al.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e73316385af8f7188273288501e5431f20b647ed --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_put_the_tissue_box_al.yaml @@ -0,0 +1,388 @@ +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_put_the_tissue_box_al +dataset_uuid: 39aeb43d-8473-408d-a61d-bdd24134ab9a +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: box +- object_name: tissue +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- put the tissue box on the table. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the tissue box on the table with both gripper. + subtask_index: 1 +- subtask: null. + subtask_index: 2 +atomic_actions: +- grasp +- place +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 39 + fps: 30 + total_frames: 10816 + total_tasks: 3 + total_videos: 39 + total_chunks: 1 + chunks_size: 41 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 142.34 MB +frame_num: 10816 +frame_range: 100K +dataset_size: 142.34 MB +data_structure: 'G1edu-u3_put_the_tissue_box_al_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (27 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:38 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_put_the_toy_ap.yaml b/dataset_info/Unitree_G1edu-u3_put_the_toy_ap.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5c3a2ccaca97fbb6b4f5f413394c69f25f89f256 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_put_the_toy_ap.yaml @@ -0,0 +1,381 @@ +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_put_the_toy_ap +dataset_uuid: 925411a9-6e40-405a-a2fc-f09d64a8d75a +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: toy +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- put the toy on the table. +sub_tasks: +- subtask: Place the toy bear on the table with left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the toy bear on the table with right gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- place +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 9 + fps: 30 + total_frames: 2242 + total_tasks: 4 + total_videos: 9 + total_chunks: 1 + chunks_size: 10 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 32.14 MB +frame_num: 2242 +frame_range: 10K +dataset_size: 32.14 MB +data_structure: 'G1edu-u3_put_the_toy_ap_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:8 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_put_the_water_bottle_aq.yaml b/dataset_info/Unitree_G1edu-u3_put_the_water_bottle_aq.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fd0c02958f46708aec171dcb110fc658b5aa247a --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_put_the_water_bottle_aq.yaml @@ -0,0 +1,390 @@ +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_put_the_water_bottle_aq +dataset_uuid: 09897bd8-675b-4f42-892f-cc674883e61f +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bottle +- object_name: water +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- put the water bottle on the table. +sub_tasks: +- subtask: End. + subtask_index: 0 +- subtask: Place the water bottle on the table with left gripper. + subtask_index: 1 +- subtask: Place the water bottle on the table with right gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- place +robot_name: +- Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 21 + fps: 30 + total_frames: 5861 + total_tasks: 4 + total_videos: 21 + total_chunks: 1 + chunks_size: 24 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 73.08 MB +frame_num: 5861 +frame_range: 10K +dataset_size: 73.08 MB +data_structure: 'G1edu-u3_put_the_water_bottle_aq_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (9 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:20 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_put_the_water_bottle_on_the_table_d.yaml b/dataset_info/Unitree_G1edu-u3_put_the_water_bottle_on_the_table_d.yaml new file mode 100644 index 0000000000000000000000000000000000000000..774542f217c0c0a02b83019c6198f496281f1007 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_put_the_water_bottle_on_the_table_d.yaml @@ -0,0 +1,389 @@ +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_put_the_water_bottle_on_the_table_d +dataset_uuid: 7f724d35-f01a-4eaa-a398-60449a270f33 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: bottle +- object_name: water +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the water bottle on the table with the gripper. +sub_tasks: +- subtask: Place the water bottle on the table with left gripper. + subtask_index: 0 +- subtask: End. + subtask_index: 1 +- subtask: Place the water bottle on the table with right gripper. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- grasp +- place +robot_name: Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 32 + fps: 30 + total_frames: 6580 + total_tasks: 4 + total_videos: 32 + total_chunks: 1 + chunks_size: 32 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 82.63 MB +frame_num: 6580 +frame_range: 10K +dataset_size: 82.63 MB +data_structure: 'G1edu-u3_put_the_water_bottle_on_the_table_d_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (20 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:31 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/dataset_info/Unitree_G1edu-u3_tray_storage_lemon_a.yaml b/dataset_info/Unitree_G1edu-u3_tray_storage_lemon_a.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6f11108e2dd80ac26c276782abdee816e07d5335 --- /dev/null +++ b/dataset_info/Unitree_G1edu-u3_tray_storage_lemon_a.yaml @@ -0,0 +1,389 @@ +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_tray_storage_lemon_a +dataset_uuid: 50af80c8-eb74-4dec-9689-8bea0af5a8c2 +scene_type: + level1: household + level2: null + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: table +- object_name: lemon +- object_name: tray +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- Place the lemon into the tray with the gripper. +sub_tasks: +- subtask: Place the lemon on the blue plate with left gripper. + subtask_index: 0 +- subtask: Place the lemon on the blue plate with right gripper. + subtask_index: 1 +- subtask: End. + subtask_index: 2 +- subtask: null. + subtask_index: 3 +atomic_actions: +- pick +- place +robot_name: Unitree_G1edu-u3 +end_effector_type: three_finger_end_effector +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- ego_view +came_info: + ego_view: dtype=video, shape=480x640x3, resolution=640x480, codec=h264, pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 13 + fps: 30 + total_frames: 2298 + total_tasks: 4 + total_videos: 13 + total_chunks: 1 + chunks_size: 13 + state_dim: 30 + action_dim: 30 + camera_views: 1 + dataset_size: 27.24 MB +frame_num: 2298 +frame_range: 10K +dataset_size: 27.24 MB +data_structure: 'G1edu-u3_tray_storage_lemon_a_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | |-- gripper_mode_annotation.jsonl + + | |-- scene_annotations.jsonl + + | `-- subtask_annotations.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 + + | `-- ... (1 more entries) + + |-- meta + + | |-- episodes.jsonl + + | |-- episodes_stats.jsonl + + | |-- info.json + + | `-- tasks.jsonl + + |-- videos + + | `-- chunk-000 + + | `-- observation.images.ego_view + + |-- info.yaml + + `-- README.md' +splits: + train: 0:12 +features: + observation.images.ego_view: + 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.state: + dtype: float32 + shape: + - 30 + 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: + - 30 + 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: float64 + 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 + subtask_annotation: + names: null + dtype: int32 + shape: + - 5 + scene_annotation: + names: null + dtype: int32 + shape: + - 1 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_ori_x + - left_eef_ori_y + - left_eef_ori_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_ori_x + - right_eef_ori_y + - right_eef_ori_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.ego_view/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.ego_view/episode_000000.mp4 diff --git a/doc_assets/hint/hint.yaml b/doc_assets/hint/hint.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b12a4ee11a850e44ed8763e64b45dc57e35db1ca --- /dev/null +++ b/doc_assets/hint/hint.yaml @@ -0,0 +1,22 @@ +meta: + resource: hint + version: "1.2" +items: + - id: "hint-20260417-001" + date: "2026-04-17" + title: + zh: "使用提示" + en: "Usage Hints" + content: + zh: | +
RoboCOIN 源代码可在 github.com/FlagOpen/RoboCOIN 获取。
+请先使用 pip install robocoin 安装 Python 包。
+下载数据集前,请访问 huggingface.co/RoboCOIN,打开任意数据集页面并提交访问请求,以避免权限错误。访问请求提交后将自动批准。
+欢迎通过提交 Issue 和反馈帮助我们改进 RoboCOIN。
+ en: | +RoboCOIN source code is available at github.com/FlagOpen/RoboCOIN.
+Install the Python package first with pip install robocoin.
+Before downloading datasets, visit huggingface.co/RoboCOIN, open any dataset page, and submit the access request to avoid permission errors. Access requests are auto-approved after submission.
+Help us improve RoboCOIN by reporting issues and feedback.
+ status: "active" + committed_by: "RoboCOIN Team" diff --git a/doc_assets/issue/issues.yaml b/doc_assets/issue/issues.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bc48857e325d709747a4d140405a3a7e8f3a844b --- /dev/null +++ b/doc_assets/issue/issues.yaml @@ -0,0 +1,24 @@ +meta: + resource: issue + version: "1.2" +items: + - id: "issue-20260415-001" + date: "2026-04-15" + title: + zh: "RoboCOIN 数据集回复" + en: "RoboCOIN Dataset Response" + content: + zh: | +RoboCOIN 预计每月发布一次高质量双臂机器人操作数据集。
+2026 年 3 月成功发布 200+ 高质量数据集,涵盖多种场景、任务和机器人平台(Aloha / Airbot_MMK2 / Galaxea / Unitree)的操作数据。
+这些数据集包含多视角视觉观察、机器人状态与动作数据,适用于双臂操作学习、多模态感知与控制等具身智能研究方向。
+截至今日,累积数据集下载量已突破 400 万次,持续为全球具身智能研究提供高质量数据支撑。
+ en: | +RoboCOIN plans to release high-quality dual-arm robot manipulation datasets on a monthly basis.
+In March 2026, we successfully released 200+ high-quality datasets covering diverse scenarios, tasks, and robot platforms (Aloha / Airbot_MMK2 / Galaxea / Unitree).
+These datasets include multi-view visual observations, robot states, and action data, and are suitable for embodied AI research topics such as dual-arm manipulation learning, multimodal perception, and control.
+As of today, cumulative dataset downloads have exceeded 4 million, continuously providing high-quality data support for the global embodied AI community.
+ status: "published" + committed_by: "RoboCOIN Team" diff --git a/info/consolidated_datasets.json b/info/consolidated_datasets.json new file mode 100644 index 0000000000000000000000000000000000000000..4919df4eda3d8631ac4d9fed16102ba2294887a0 --- /dev/null +++ b/info/consolidated_datasets.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab816ea525b13d32d25f20f93526eac8f90fcd3677e2df9791e35abd91d7234 +size 11217530 diff --git a/info/data_index.json b/info/data_index.json new file mode 100644 index 0000000000000000000000000000000000000000..0d1c5d0b1c8e9c9a7d9cb9887c1cfc9da970dc77 --- /dev/null +++ b/info/data_index.json @@ -0,0 +1,671 @@ +{ + "datasets": [ + "AI2_Alphabot_2_carry_the_clothes_basket", + "AI2_Alphabot_2_item_reversal", + "AI2_Alphabot_2_move_the_table", + "AI2_Alphabot_2_operate_the_microwave_oven", + "AI2_Alphabot_2_pass_the_sandbag", + "AI2_Alphabot_2_press_the_button_a", + "AI2_Alphabot_2_press_the_button_b", + "AI2_Alphabot_2_recover_after_touching_an_obstacle", + "AI2_Alphabot_2_stack_building_blocks", + "AI2_Alphabot_2_sticker", + "Agilex_Cobot_Magic_basket_storage_banana", + "Agilex_Cobot_Magic_basket_storage_bread", + "Agilex_Cobot_Magic_basket_storage_egg_yolk_pastry", + "Agilex_Cobot_Magic_basket_storage_long_bread", + "Agilex_Cobot_Magic_basket_storage_orange", + "Agilex_Cobot_Magic_basket_storage_peach", + "Agilex_Cobot_Magic_classify_objects_eight", + "Agilex_Cobot_Magic_classify_objects_six", + "Agilex_Cobot_Magic_close_drawer_bottom", + "Agilex_Cobot_Magic_close_drawer_top", + "Agilex_Cobot_Magic_close_drawer_upper", + "Agilex_Cobot_Magic_connect_block", + "Agilex_Cobot_Magic_erase_board", + "Agilex_Cobot_Magic_erase_board_left", + "Agilex_Cobot_Magic_erase_board_left_side", + "Agilex_Cobot_Magic_erase_board_passing_left_to_right", + "Agilex_Cobot_Magic_erase_board_passing_right_to_left", + "Agilex_Cobot_Magic_erase_board_right", + "Agilex_Cobot_Magic_fold_T-shirts", + "Agilex_Cobot_Magic_fold_clothes", + "Agilex_Cobot_Magic_fold_jeans_shorts_children's", + "Agilex_Cobot_Magic_fold_short_sleeve_black", + "Agilex_Cobot_Magic_fold_short_sleeve_white", + "Agilex_Cobot_Magic_fold_shorts_khaki", + "Agilex_Cobot_Magic_fold_the_pants", + "Agilex_Cobot_Magic_fold_towel", + "Agilex_Cobot_Magic_fold_towel_blue", + "Agilex_Cobot_Magic_fold_towel_blue_tray", + "Agilex_Cobot_Magic_fold_towel_brown", + "Agilex_Cobot_Magic_fold_towel_grey_tray", + "Agilex_Cobot_Magic_fold_towel_pink_tray", + "Agilex_Cobot_Magic_fold_towel_purple", + "Agilex_Cobot_Magic_fold_towel_tray_twice", + "Agilex_Cobot_Magic_fold_towel_yellow_tray", + "Agilex_Cobot_Magic_heat_burger", + "Agilex_Cobot_Magic_heat_sandwich", + "Agilex_Cobot_Magic_make_sandwiche", + "Agilex_Cobot_Magic_move_mouse", + "Agilex_Cobot_Magic_move_mouse_pen", + "Agilex_Cobot_Magic_move_mouse_pen_black_tablecloth", + "Agilex_Cobot_Magic_move_mouse_pen_green_tablecloth", + "Agilex_Cobot_Magic_move_mouse_pen_khaki_tablecloth", + "Agilex_Cobot_Magic_move_mouse_pen_red_tablecloth", + "Agilex_Cobot_Magic_move_object", + "Agilex_Cobot_Magic_move_object_beige_tablecloth", + "Agilex_Cobot_Magic_move_object_black_tablecloth", + "Agilex_Cobot_Magic_move_object_green_tablecloth", + "Agilex_Cobot_Magic_move_object_red_tablecloth", + "Agilex_Cobot_Magic_move_pencil_sharpener", + "Agilex_Cobot_Magic_open_drawer_bottom", + "Agilex_Cobot_Magic_organize_desk_fail", + "Agilex_Cobot_Magic_organize_test_tube", + "Agilex_Cobot_Magic_pass_object_left_to_right_black_tablecloth", + "Agilex_Cobot_Magic_pass_object_left_to_right_green_tablecloth", + "Agilex_Cobot_Magic_pass_object_left_to_right_khaki_tablecloth", + "Agilex_Cobot_Magic_pass_object_left_to_right_white_tablecloth", + "Agilex_Cobot_Magic_pass_object_right_to_left_black_tablecloth", + "Agilex_Cobot_Magic_pass_object_right_to_left_green_tablecloth", + "Agilex_Cobot_Magic_pass_object_right_to_left_khaki_tablecloth", + "Agilex_Cobot_Magic_pass_object_right_to_left_red_tablecloth", + "Agilex_Cobot_Magic_pass_object_right_to_left_white_tablecloth", + "Agilex_Cobot_Magic_place_towel_flat", + "Agilex_Cobot_Magic_plate_storage", + "Agilex_Cobot_Magic_pour_drink_bottle_cup", + "Agilex_Cobot_Magic_pour_drink_bottle_cup_cup", + "Agilex_Cobot_Magic_pour_rice", + "Agilex_Cobot_Magic_pour_tea", + "Agilex_Cobot_Magic_pour_water_bottle_cup_cup", + "Agilex_Cobot_Magic_pour_water_middle_cup", + "Agilex_Cobot_Magic_pour_water_pink_cup", + "Agilex_Cobot_Magic_scoop_coffee_beans", + "Agilex_Cobot_Magic_seal_bag", + "Agilex_Cobot_Magic_stack_baskets", + "Agilex_Cobot_Magic_stack_block", + "Agilex_Cobot_Magic_stir_coffee", + "Agilex_Cobot_Magic_storage_bread_basket", + "Agilex_Cobot_Magic_storage_fruit_basket", + "Agilex_Cobot_Magic_storage_fuirt_bowl", + "Agilex_Cobot_Magic_storage_lemon_mango", + "Agilex_Cobot_Magic_storage_object", + "Agilex_Cobot_Magic_storage_object_basket", + "Agilex_Cobot_Magic_storage_object_closest", + "Agilex_Cobot_Magic_storage_object_closest_apple", + "Agilex_Cobot_Magic_storage_object_closest_cube", + "Agilex_Cobot_Magic_storage_object_left", + "Agilex_Cobot_Magic_storage_object_red_tablecloth", + "Agilex_Cobot_Magic_storage_orange_basket_left", + "Agilex_Cobot_Magic_storage_orange_basket_right", + "Agilex_Cobot_Magic_storage_orange_white_bag", + "Agilex_Cobot_Magic_storage_peach_brown_bag", + "Agilex_Cobot_Magic_storage_peach_left", + "Agilex_Cobot_Magic_storage_peach_right", + "Agilex_Cobot_Magic_storage_peach_white_bag", + "Agilex_Cobot_Magic_storage_towel", + "Agilex_Cobot_Magic_sweep_coffee_beans", + "Agilex_Cobot_Magic_wipe_table", + "Agilex_Cobot_Magic_wipe_the_table", + "Agilex_Cobot_Magic_zip_up_the_document_bag", + "Agilex_Split_Aloha_box_storage_chopsticks", + "Agilex_Split_Aloha_cap_the_pen_a", + "Agilex_Split_Aloha_catch_the_ball", + "Agilex_Split_Aloha_classification_of_fruits_and_vegetables", + "Agilex_Split_Aloha_classification_of_fruits_and_vegetables_a", + "Agilex_Split_Aloha_classification_of_tableware", + "Agilex_Split_Aloha_clean_blackboard", + "Agilex_Split_Aloha_clean_up_the_tableware", + "Agilex_Split_Aloha_clear_the_desktop", + "Agilex_Split_Aloha_close_book", + "Agilex_Split_Aloha_cube_reset", + "Agilex_Split_Aloha_cut_banana", + "Agilex_Split_Aloha_desktop_organization", + "Agilex_Split_Aloha_drawer_storage_mineral_water", + "Agilex_Split_Aloha_fold_the_towel", + "Agilex_Split_Aloha_fold_towel_a", + "Agilex_Split_Aloha_food_packaging", + "Agilex_Split_Aloha_make_fruit_salad", + "Agilex_Split_Aloha_make_hamburger", + "Agilex_Split_Aloha_mobile_cube", + "Agilex_Split_Aloha_mobile_cube_blackboard", + "Agilex_Split_Aloha_move_beverage", + "Agilex_Split_Aloha_move_the_ball", + "Agilex_Split_Aloha_move_the_ball_and_the_cube_block", + "Agilex_Split_Aloha_move_the_ball_interference", + "Agilex_Split_Aloha_move_the_bread", + "Agilex_Split_Aloha_move_the_cup", + "Agilex_Split_Aloha_move_the_plate", + "Agilex_Split_Aloha_move_the_small_ball", + "Agilex_Split_Aloha_movethe_position_of_the_bluetooth", + "Agilex_Split_Aloha_open_the_shoebox", + "Agilex_Split_Aloha_place_square_pyramid", + "Agilex_Split_Aloha_place_the_cube_block", + "Agilex_Split_Aloha_place_the_test_tube", + "Agilex_Split_Aloha_plate_storage_apple", + "Agilex_Split_Aloha_plate_storage_bread", + "Agilex_Split_Aloha_plate_storaje_baozi", + "Agilex_Split_Aloha_pot_storage_steamer", + "Agilex_Split_Aloha_pour_drink", + "Agilex_Split_Aloha_pour_water_a", + "Agilex_Split_Aloha_pour_water_bottle", + "Agilex_Split_Aloha_prepare_breakfast", + "Agilex_Split_Aloha_pull_zipper", + "Agilex_Split_Aloha_pushing_magnet", + "Agilex_Split_Aloha_put_in_the_pear", + "Agilex_Split_Aloha_put_the_building_block_on_the_table", + "Agilex_Split_Aloha_steamer_storage_dumpling", + "Agilex_Split_Aloha_storage_plate", + "Agilex_Split_Aloha_take_out_a_pen_from_the_pen_holder", + "Agilex_Split_Aloha_take_out_the_bread", + "Agilex_Split_Aloha_take_the_shoes_off_the_shelf", + "Agilex_Split_Aloha_the_box_stores_table_tennis_balls", + "Agilex_Split_Aloha_the_plate_holds_the_fruit", + "Agilex_Split_Aloha_the_plate_holds_the_vegetables", + "Agilex_Split_Aloha_turn_on_the_bulb", + "Agilex_Split_Aloha_twist_bottle_cap", + "Agilex_Split_Aloha_vase_storage_flower", + "Agilex_Split_Aloha_water_bottle_storage", + "Airbot_MMK2_beauty_sponge_and_cake_to_place", + "Airbot_MMK2_bowl_storage_pepper", + "Airbot_MMK2_boxs_storage", + "Airbot_MMK2_building_block_storage", + "Airbot_MMK2_cake_storage", + "Airbot_MMK2_chop_the_scallions", + "Airbot_MMK2_clean_the_desktop", + "Airbot_MMK2_clean_the_desktop_a", + "Airbot_MMK2_click_pen", + "Airbot_MMK2_close_door_left", + "Airbot_MMK2_close_door_right", + "Airbot_MMK2_close_doors", + "Airbot_MMK2_close_drawer", + "Airbot_MMK2_close_lid", + "Airbot_MMK2_close_the_computer", + "Airbot_MMK2_cover_lid", + "Airbot_MMK2_cup_storage", + "Airbot_MMK2_cut_scallion", + "Airbot_MMK2_desktop_storage", + "Airbot_MMK2_dial_number", + "Airbot_MMK2_diamond_storage", + "Airbot_MMK2_doodled_line", + "Airbot_MMK2_double-sided_tape_placement", + "Airbot_MMK2_egg_storage", + "Airbot_MMK2_food_storage", + "Airbot_MMK2_item_storage", + "Airbot_MMK2_lemon_and_orange_storage", + "Airbot_MMK2_medicine_bottle_storage", + "Airbot_MMK2_mobile_calculator_box", + "Airbot_MMK2_mobile_car", + "Airbot_MMK2_mobile_phone_storage", + "Airbot_MMK2_move_apple_orange_pomegranate", + "Airbot_MMK2_move_block", + "Airbot_MMK2_move_block_both_hands", + "Airbot_MMK2_move_block_gold_bar_models", + "Airbot_MMK2_move_block_twice", + "Airbot_MMK2_move_block_wet_wipes", + "Airbot_MMK2_move_book_front", + "Airbot_MMK2_move_book_right_side", + "Airbot_MMK2_move_bottle_tape_measure", + "Airbot_MMK2_move_cake", + "Airbot_MMK2_move_cake_tape_measure", + "Airbot_MMK2_move_cup_paper_box", + "Airbot_MMK2_move_fake_food", + "Airbot_MMK2_move_medicine_bottle", + "Airbot_MMK2_move_pan", + "Airbot_MMK2_move_paper_box", + "Airbot_MMK2_move_phone_twice", + "Airbot_MMK2_move_sword_doll", + "Airbot_MMK2_move_tennis_racket_ball", + "Airbot_MMK2_move_tub", + "Airbot_MMK2_move_umbrella_tissues", + "Airbot_MMK2_open_door_left", + "Airbot_MMK2_open_door_right", + "Airbot_MMK2_open_laptop", + "Airbot_MMK2_open_lid", + "Airbot_MMK2_open_notebook", + "Airbot_MMK2_organize_and_place_books", + "Airbot_MMK2_organize_books", + "Airbot_MMK2_organize_plate", + "Airbot_MMK2_pass_paper_box", + "Airbot_MMK2_perpare_tea", + "Airbot_MMK2_pick_up_and_place_tub", + "Airbot_MMK2_place_cookies_and_beer", + "Airbot_MMK2_place_the_basin", + "Airbot_MMK2_place_the_blue_and_purple_blocks", + "Airbot_MMK2_place_the_books", + "Airbot_MMK2_place_the_building_blocks", + "Airbot_MMK2_place_the_cake", + "Airbot_MMK2_place_the_glasses_case_and_gold_bars", + "Airbot_MMK2_place_the_network_cable_and_mouse_box", + "Airbot_MMK2_place_the_paper_drawer", + "Airbot_MMK2_place_the_piano_and_the_needle-nose_pliers", + "Airbot_MMK2_place_the_pliers_and_wallpaper_knife", + "Airbot_MMK2_place_the_shark_toys_and_gold_bars", + "Airbot_MMK2_place_the_small_bowl_of_canned_food", + "Airbot_MMK2_place_the_sponge_and_wet_wipes", + "Airbot_MMK2_place_the_umbrella_and_the_ruler", + "Airbot_MMK2_place_the_yellow_block", + "Airbot_MMK2_play_guitar", + "Airbot_MMK2_play_the_guitar", + "Airbot_MMK2_play_toy_piano", + "Airbot_MMK2_potato_storage", + "Airbot_MMK2_pour_BBs", + "Airbot_MMK2_pour_out_the_beauty_blender", + "Airbot_MMK2_pull_plunger", + "Airbot_MMK2_pull_the_syringe_piston", + "Airbot_MMK2_pull_tissue", + "Airbot_MMK2_pumpkin_storage", + "Airbot_MMK2_push_away_book", + "Airbot_MMK2_push_building_blocks", + "Airbot_MMK2_push_piston", + "Airbot_MMK2_push_plunger", + "Airbot_MMK2_push_toy_car", + "Airbot_MMK2_remove_lid", + "Airbot_MMK2_remove_pen_cap", + "Airbot_MMK2_rotate_cube_face", + "Airbot_MMK2_screw_the_bottle_cap", + "Airbot_MMK2_slide_block", + "Airbot_MMK2_slide_block_onto_post", + "Airbot_MMK2_slide_tape_onto_can", + "Airbot_MMK2_square_arrangement", + "Airbot_MMK2_stack_block", + "Airbot_MMK2_stack_bowl", + "Airbot_MMK2_stack_cubic_block", + "Airbot_MMK2_stack_cup", + "Airbot_MMK2_stacking_blocks", + "Airbot_MMK2_storage_and_take_cake_plate", + "Airbot_MMK2_storage_apple_orange", + "Airbot_MMK2_storage_badminton", + "Airbot_MMK2_storage_bell_pepper", + "Airbot_MMK2_storage_bell_pepper_bowl", + "Airbot_MMK2_storage_block", + "Airbot_MMK2_storage_block_BBs", + "Airbot_MMK2_storage_block_both_hands", + "Airbot_MMK2_storage_block_tape_measure", + "Airbot_MMK2_storage_book", + "Airbot_MMK2_storage_bottle_part", + "Airbot_MMK2_storage_bowl", + "Airbot_MMK2_storage_bowl_wet_wipes", + "Airbot_MMK2_storage_box_for_mouse_and_sponge", + "Airbot_MMK2_storage_braised_pork_belly_shrimp", + "Airbot_MMK2_storage_cake_both_hands", + "Airbot_MMK2_storage_cake_box", + "Airbot_MMK2_storage_cake_cup", + "Airbot_MMK2_storage_cake_ice_cream", + "Airbot_MMK2_storage_cake_pan", + "Airbot_MMK2_storage_cake_plate", + "Airbot_MMK2_storage_computer_box", + "Airbot_MMK2_storage_cookie_cup", + "Airbot_MMK2_storage_cookie_toy_car", + "Airbot_MMK2_storage_cup", + "Airbot_MMK2_storage_cup_plate", + "Airbot_MMK2_storage_cup_rubik's_cube", + "Airbot_MMK2_storage_diamond_ring", + "Airbot_MMK2_storage_egg_bowl", + "Airbot_MMK2_storage_egg_plate", + "Airbot_MMK2_storage_egg_white_box", + "Airbot_MMK2_storage_egg_yellow_box", + "Airbot_MMK2_storage_electronics_white_basket", + "Airbot_MMK2_storage_electronics_yellow_baket", + "Airbot_MMK2_storage_for_building_blocks_and_beauty_sponges", + "Airbot_MMK2_storage_gold_bar_model_shark_doll", + "Airbot_MMK2_storage_grape", + "Airbot_MMK2_storage_hourglass", + "Airbot_MMK2_storage_ice_cream", + "Airbot_MMK2_storage_item", + "Airbot_MMK2_storage_lemon_mango", + "Airbot_MMK2_storage_mango_pomegranate", + "Airbot_MMK2_storage_milk_tissue", + "Airbot_MMK2_storage_network_cable_paper_box", + "Airbot_MMK2_storage_onion_sweet_potato", + "Airbot_MMK2_storage_paper_box_sponge", + "Airbot_MMK2_storage_peach_pear", + "Airbot_MMK2_storage_penguin_doll_tiger_doll", + "Airbot_MMK2_storage_pineapple", + "Airbot_MMK2_storage_potato_left", + "Airbot_MMK2_storage_potato_pumpkin", + "Airbot_MMK2_storage_pumpkin_left", + "Airbot_MMK2_storage_pumpkin_right", + "Airbot_MMK2_storage_remote_control_clip_box_water_bottle", + "Airbot_MMK2_storage_rubiks_cube_and_cup", + "Airbot_MMK2_storage_shark_doll", + "Airbot_MMK2_storage_sponge_wet_wipes", + "Airbot_MMK2_storage_spoon", + "Airbot_MMK2_storage_stationery_xylophone", + "Airbot_MMK2_storage_tape_measure_umbrella", + "Airbot_MMK2_storage_tissue_and_milk_carton", + "Airbot_MMK2_storage_tissue_paper", + "Airbot_MMK2_storage_tissues_tub", + "Airbot_MMK2_storage_tomato_potato", + "Airbot_MMK2_storage_tools", + "Airbot_MMK2_storage_toy_cars_and_cookies", + "Airbot_MMK2_storage_tumbler_umbrella", + "Airbot_MMK2_storage_wet_tissue_and_building_block", + "Airbot_MMK2_store_beauty_blender_and_building_blocks", + "Airbot_MMK2_store_coffee_cups", + "Airbot_MMK2_store_peaches_and_pears", + "Airbot_MMK2_store_pomegranates_and_mangoes", + "Airbot_MMK2_store_wet_wipes_and_bowls", + "Airbot_MMK2_storge_cake_ice_cream", + "Airbot_MMK2_swap_apple_cake_plate", + "Airbot_MMK2_swap_bbs_block_plate", + "Airbot_MMK2_swap_bbs_cake_plate", + "Airbot_MMK2_swap_bottle_wet_wipes_plate", + "Airbot_MMK2_swap_bread_cake_plate", + "Airbot_MMK2_swap_cake_pumpkin_plate", + "Airbot_MMK2_swap_cake_sponge_plate", + "Airbot_MMK2_swap_sponge_paper_box_plate", + "Airbot_MMK2_sweep_peaper", + "Airbot_MMK2_take_BBs_block", + "Airbot_MMK2_take_block", + "Airbot_MMK2_take_block_both_hands", + "Airbot_MMK2_take_book", + "Airbot_MMK2_take_bottle_umbrella", + "Airbot_MMK2_take_bowl_sponge", + "Airbot_MMK2_take_cake_both_hands", + "Airbot_MMK2_take_cup", + "Airbot_MMK2_take_dog_doll", + "Airbot_MMK2_take_down_paper_cup", + "Airbot_MMK2_take_down_umbrella_and_mineral_water", + "Airbot_MMK2_take_drink", + "Airbot_MMK2_take_egg", + "Airbot_MMK2_take_electronics", + "Airbot_MMK2_take_part_both_hands", + "Airbot_MMK2_take_the_book", + "Airbot_MMK2_take_tissues", + "Airbot_MMK2_take_toy_car", + "Airbot_MMK2_the_cup_is_put_into_the_bucket", + "Airbot_MMK2_toy_storage", + "Airbot_MMK2_turn_page", + "Airbot_MMK2_unplug", + "Airbot_MMK2_unscrew_bottle_cap", + "Galaxea_R1_Lite_arrange_baai_then_brain", + "Galaxea_R1_Lite_boil_water_in_a_kettle", + "Galaxea_R1_Lite_build_blocks", + "Galaxea_R1_Lite_catch_the_water", + "Galaxea_R1_Lite_change_baai_into_brain", + "Galaxea_R1_Lite_classify_object_five", + "Galaxea_R1_Lite_classify_object_four", + "Galaxea_R1_Lite_classify_object_green_tablecloth", + "Galaxea_R1_Lite_classify_object_six", + "Galaxea_R1_Lite_classify_object_three", + "Galaxea_R1_Lite_clean_the_floor", + "Galaxea_R1_Lite_clean_the_sink", + "Galaxea_R1_Lite_clean_toilet", + "Galaxea_R1_Lite_connect_the_router_cable", + "Galaxea_R1_Lite_cook_a_meal", + "Galaxea_R1_Lite_cover_the_pot_lid", + "Galaxea_R1_Lite_dispose_of_leftover_food", + "Galaxea_R1_Lite_drawer_storage_hair_dryer", + "Galaxea_R1_Lite_fold_clothes", + "Galaxea_R1_Lite_fold_towel_twice", + "Galaxea_R1_Lite_garbage_disposal", + "Galaxea_R1_Lite_hang_clothes", + "Galaxea_R1_Lite_make_a_landline_call", + "Galaxea_R1_Lite_make_breakfast", + "Galaxea_R1_Lite_make_tea", + "Galaxea_R1_Lite_make_the_bed", + "Galaxea_R1_Lite_mix_blue_yellow_large_test_tube", + "Galaxea_R1_Lite_mix_blue_yellow_left_large_test_tube", + "Galaxea_R1_Lite_mix_blue_yellow_left_small_test_tube", + "Galaxea_R1_Lite_mix_blue_yellow_right", + "Galaxea_R1_Lite_mix_color", + "Galaxea_R1_Lite_mix_color_large_test_tube", + "Galaxea_R1_Lite_mix_color_small_test_tube", + "Galaxea_R1_Lite_mix_red_blue_large_test_tube", + "Galaxea_R1_Lite_mix_red_blue_left_large_test_tube", + "Galaxea_R1_Lite_mix_red_blue_right", + "Galaxea_R1_Lite_mix_red_yellow_large_test_tube", + "Galaxea_R1_Lite_mix_red_yellow_left_large_test_tube", + "Galaxea_R1_Lite_mix_red_yellow_right", + "Galaxea_R1_Lite_move_mouse", + "Galaxea_R1_Lite_move_the_position_of_the_apple", + "Galaxea_R1_Lite_move_the_position_of_the_black_marker", + "Galaxea_R1_Lite_move_the_position_of_the_brush", + "Galaxea_R1_Lite_move_the_position_of_the_coffee_capsule", + "Galaxea_R1_Lite_move_the_position_of_the_cookie", + "Galaxea_R1_Lite_move_the_position_of_the_duck", + "Galaxea_R1_Lite_move_the_position_of_the_glass", + "Galaxea_R1_Lite_move_the_position_of_the_long_bread", + "Galaxea_R1_Lite_move_the_position_of_the_milk", + "Galaxea_R1_Lite_move_the_position_of_the_orange", + "Galaxea_R1_Lite_move_the_position_of_the_peeler", + "Galaxea_R1_Lite_move_the_position_of_the_pen", + "Galaxea_R1_Lite_move_the_position_of_the_rubiks_cube", + "Galaxea_R1_Lite_move_the_position_of_the_soda", + "Galaxea_R1_Lite_move_the_position_of_the_spoon", + "Galaxea_R1_Lite_move_the_position_of_the_triangle_bread", + "Galaxea_R1_Lite_open_and_close_curtains", + "Galaxea_R1_Lite_open_and_close_microwave_oven", + "Galaxea_R1_Lite_open_and_close_nightstand_door", + "Galaxea_R1_Lite_open_and_close_nightstand_drawer", + "Galaxea_R1_Lite_open_and_close_the_freezer_door", + "Galaxea_R1_Lite_open_the_food_pan", + "Galaxea_R1_Lite_opening_and_closing_aalcony_sliding_doors", + "Galaxea_R1_Lite_peach_storage", + "Galaxea_R1_Lite_pick_up_and_store_items", + "Galaxea_R1_Lite_place_the_dress_shirt_on_the_hanger", + "Galaxea_R1_Lite_plug_the_socket", + "Galaxea_R1_Lite_pour_liquid_mrable_bar_counter", + "Galaxea_R1_Lite_pour_powder", + "Galaxea_R1_Lite_pour_powder_marble_bar_counter", + "Galaxea_R1_Lite_pour_solid", + "Galaxea_R1_Lite_pour_solid_marble_bar_counter", + "Galaxea_R1_Lite_pour_water", + "Galaxea_R1_Lite_pour_water_black_tablecloth", + "Galaxea_R1_Lite_put_on_a_garbage_bag", + "Galaxea_R1_Lite_put_slippers_into_floor_standing_shoe_cabinet", + "Galaxea_R1_Lite_put_the_pillow_on_the_bed", + "Galaxea_R1_Lite_put_the_shoes_into_the_shoe_box", + "Galaxea_R1_Lite_put_the_tableware_into_the_cupboard", + "Galaxea_R1_Lite_sliding_chair", + "Galaxea_R1_Lite_stack_baskets", + "Galaxea_R1_Lite_storage_object_blue_plate", + "Galaxea_R1_Lite_storage_object_brown_basket", + "Galaxea_R1_Lite_storage_object_brown_bowl", + "Galaxea_R1_Lite_storage_object_brown_plate", + "Galaxea_R1_Lite_storage_object_dish", + "Galaxea_R1_Lite_storage_object_gray_plate", + "Galaxea_R1_Lite_storage_object_pink_bowl", + "Galaxea_R1_Lite_storage_object_white_box", + "Galaxea_R1_Lite_storage_object_yellow_basket", + "Galaxea_R1_Lite_storage_of_toiletries", + "Galaxea_R1_Lite_switch_labels", + "Galaxea_R1_Lite_switch_on_and_off_the_central_air_conditioning", + "Galaxea_R1_Lite_tableware_arrangement", + "Galaxea_R1_Lite_tableware_cleaning", + "Galaxea_R1_Lite_take_and_place_the_portable_power_bank", + "Galaxea_R1_Lite_take_and_put_away_garden_stuff", + "Galaxea_R1_Lite_take_and_put_away_garden_stuff_a", + "Galaxea_R1_Lite_take_and_put_away_items", + "Galaxea_R1_Lite_take_and_put_the_bowl", + "Galaxea_R1_Lite_take_clothes_out_of_the_washing_machine", + "Galaxea_R1_Lite_take_or_store_plates", + "Galaxea_R1_Lite_tea_service_table_setting", + "Galaxea_R1_Lite_throw_out_the_trash", + "Galaxea_R1_Lite_tidy_up_toiletries", + "Galaxea_R1_Lite_toggle_drawer_red", + "Galaxea_R1_Lite_toggle_drawer_yellow", + "Galaxea_R1_Lite_wash_the_tableware", + "Galaxea_R1_Lite_washing_board", + "Galaxea_R1_Lite_wipe_the_table", + "Galbot_G1_fold_clothe_b", + "Galbot_G1_fold_clothe_c", + "Galbot_G1_fold_clothe_e", + "Galbot_G1_steamer_storage_baozi_a", + "Galbot_G1_steamer_storage_baozi_b", + "Galbot_G1_steamer_storage_baozi_c", + "Galbot_G1_steamer_storage_baozi_d", + "Galbot_G1_steamer_storage_baozi_e", + "Galbot_G1_steamer_storage_baozi_f", + "Galbot_G1_steamer_storage_baozi_g", + "Galbot_G1_steamer_storage_baozi_h", + "Galbot_G1_steamer_storage_baozi_i", + "Galbot_G1_steamer_storage_baozi_j", + "Leju_Kuavo_4_box_storage_parcel", + "Leju_Kuavo_4_box_storage_parcel_a", + "Leju_Kuavo_4_box_storage_parcel_b", + "Leju_Kuavo_4_box_storage_parcel_c", + "Leju_Kuavo_4_box_storage_parcel_d", + "Leju_Kuavo_4_box_storage_parcel_f", + "Leju_Kuavo_4_box_storage_parcel_g", + "Leju_Kuavo_4_box_storage_parcel_h", + "Leju_Kuavo_4_box_storage_parcel_i", + "Leju_Kuavo_4_box_storage_parcel_j", + "Leju_Kuavo_4_hotel_services_a", + "Leju_Kuavo_4_hotel_services_aa", + "Leju_Kuavo_4_hotel_services_ab", + "Leju_Kuavo_4_hotel_services_ac", + "Leju_Kuavo_4_hotel_services_ad", + "Leju_Kuavo_4_hotel_services_ae", + "Leju_Kuavo_4_hotel_services_af", + "Leju_Kuavo_4_hotel_services_ag", + "Leju_Kuavo_4_hotel_services_ah", + "Leju_Kuavo_4_hotel_services_b", + "Leju_Kuavo_4_hotel_services_c", + "Leju_Kuavo_4_hotel_services_d", + "Leju_Kuavo_4_hotel_services_e", + "Leju_Kuavo_4_hotel_services_f", + "Leju_Kuavo_4_hotel_services_h", + "Leju_Kuavo_4_hotel_services_i", + "Leju_Kuavo_4_moving_parts_a", + "Leju_Kuavo_4_moving_parts_b", + "Leju_Kuavo_4_moving_parts_c", + "Leju_Kuavo_4_moving_parts_f", + "Leju_Kuavo_4_moving_parts_g", + "Leju_Kuavo_4_moving_parts_h", + "Leju_Kuavo_4_moving_parts_i", + "Leju_Kuavo_4_moving_parts_j", + "Leju_Kuavo_4_moving_parts_k", + "Leju_Kuavo_4_moving_parts_m", + "Leju_Kuavo_4_moving_parts_n", + "Leju_Kuavo_4_moving_parts_o", + "Leju_Kuavo_4_moving_parts_q", + "Leju_Kuavo_4_moving_parts_r", + "Leju_Kuavo_4_moving_parts_s", + "Leju_Kuavo_4_moving_parts_t", + "Leju_Kuavo_4_moving_parts_u", + "Leju_Kuavo_4_part_placement", + "Leju_Kuavo_4_pass_the_cleaner_a", + "Leju_Kuavo_4_pass_the_cleaner_b", + "Leju_Kuavo_4_pass_the_cleaner_c", + "Leju_Kuavo_4_pass_the_cleaner_d", + "Leju_Kuavo_4_pass_the_cleaner_e", + "Realman_RMC-AIDA-L_arrange_flower", + "Realman_RMC-AIDA-L_basket_storage_banana", + "Realman_RMC-AIDA-L_basket_storage_egg_yolk_pastry", + "Realman_RMC-AIDA-L_basket_storage_long_bread", + "Realman_RMC-AIDA-L_basket_storage_orange", + "Realman_RMC-AIDA-L_basket_storage_peach", + "Realman_RMC-AIDA-L_box_up_down", + "Realman_RMC-AIDA-L_clean_table", + "Realman_RMC-AIDA-L_desktop_organization", + "Realman_RMC-AIDA-L_fold_shirt", + "Realman_RMC-AIDA-L_fold_shorts", + "Realman_RMC-AIDA-L_fold_towel", + "Realman_RMC-AIDA-L_food_packaging", + "Realman_RMC-AIDA-L_food_storage", + "Realman_RMC-AIDA-L_fruit_storage", + "Realman_RMC-AIDA-L_get_water", + "Realman_RMC-AIDA-L_glasses_storage", + "Realman_RMC-AIDA-L_hang_clothes", + "Realman_RMC-AIDA-L_organise_the_document_bag", + "Realman_RMC-AIDA-L_pass_bowl", + "Realman_RMC-AIDA-L_place_test_tube", + "Realman_RMC-AIDA-L_place_the_fruits_repeatedly", + "Realman_RMC-AIDA-L_place_towel", + "Realman_RMC-AIDA-L_plate_storage", + "Realman_RMC-AIDA-L_pour_coffee_beans", + "Realman_RMC-AIDA-L_pour_rice", + "Realman_RMC-AIDA-L_pour_tea", + "Realman_RMC-AIDA-L_pull_open_bag", + "Realman_RMC-AIDA-L_stack_baskets", + "Realman_RMC-AIDA-L_stir_coffee", + "Realman_RMC-AIDA-L_storage_bin_storage", + "Realman_RMC-AIDA-L_storage_block_basket", + "Realman_RMC-AIDA-L_storage_peach_box", + "Realman_RMC-AIDA-L_storage_peach_drawer", + "Realman_RMC-AIDA-L_storage_towel_basket", + "Tianqing_A2D_battery_storage_b", + "Tianqing_A2D_battery_storage_c", + "Tianqing_A2D_box_storage_a", + "Tianqing_A2D_box_storage_b", + "Tianqing_A2D_box_storage_c", + "Tianqing_A2D_box_storage_cardboard_box_a", + "Tianqing_A2D_box_storage_cardboard_box_b", + "Tianqing_A2D_box_storage_cardboard_box_c", + "Tianqing_A2D_box_storage_e", + "Tianqing_A2D_box_storage_part", + "Tianqing_A2D_box_storage_part_a", + "Tianqing_A2D_box_storage_tool", + "Tianqing_A2D_container_storage_graphics_card", + "Tianqing_A2D_left_capture_part", + "Tianqing_A2D_mobile_accessory_storage_box_a", + "Tianqing_A2D_mobile_accessory_storage_box_c", + "Tianqing_A2D_mobile_accessory_storage_box_d", + "Tianqing_A2D_mobile_accessory_storage_box_e", + "Tianqing_A2D_mobile_accessory_storage_box_f", + "Tianqing_A2D_pick_up_battery", + "Tianqing_A2D_picks_up_battery_a", + "Tianqing_A2D_picks_up_battery_b", + "Tianqing_A2D_picks_up_cardboard_box", + "Tianqing_A2D_picks_up_parts_a", + "Tianqing_A2D_picks_up_parts_b", + "Tianqing_A2D_place_the_paper_box", + "Tianqing_A2D_remove_the_accessory", + "Tianqing_A2D_right_capture_part", + "Tianqing_A2D_robotic_arm_picks_up_battery", + "Tianqing_A2D_robotic_arm_picks_up_parts", + "Tianqing_A2D_storage_item_b", + "Tianqing_A2D_storage_item_d", + "Tianqing_A2D_storage_item_e", + "Tianqing_A2D_tool_storage", + "Unitree_G1edu-u3_basket_storage_apple", + "Unitree_G1edu-u3_basket_storage_apple_b", + "Unitree_G1edu-u3_bowl_storage_grape_singletry", + "Unitree_G1edu-u3_food_storage", + "Unitree_G1edu-u3_little_tray_storage_apple_b", + "Unitree_G1edu-u3_little_tray_storage_lemon_b", + "Unitree_G1edu-u3_pick_apple_a", + "Unitree_G1edu-u3_pick_apple_b", + "Unitree_G1edu-u3_pick_crumpled_paper_aa", + "Unitree_G1edu-u3_pick_cup_a", + "Unitree_G1edu-u3_pick_empty_bottle_ab", + "Unitree_G1edu-u3_pick_leftover_food_ac", + "Unitree_G1edu-u3_pick_metal_bowl_aa", + "Unitree_G1edu-u3_pick_metal_bowl_ab", + "Unitree_G1edu-u3_pick_plastic_bowl_ac", + "Unitree_G1edu-u3_pick_plastic_bowl_ad", + "Unitree_G1edu-u3_pick_up_the_bottled_water_a", + "Unitree_G1edu-u3_pick_up_the_bottled_water_as", + "Unitree_G1edu-u3_pick_up_the_bottled_water_b", + "Unitree_G1edu-u3_pick_up_the_bread_az", + "Unitree_G1edu-u3_pick_up_the_lemon_a", + "Unitree_G1edu-u3_pick_up_the_lemon_at", + "Unitree_G1edu-u3_pick_up_the_tissue_box_ao", + "Unitree_G1edu-u3_pick_up_the_toy_ai", + "Unitree_G1edu-u3_place_apple_c", + "Unitree_G1edu-u3_place_bottle_c", + "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_plate_storage_doll", + "Unitree_G1edu-u3_plate_storage_rabbit_doll", + "Unitree_G1edu-u3_pullBowl_storage_bread_a", + "Unitree_G1edu-u3_pullBowl_storage_bread_b", + "Unitree_G1edu-u3_pullBowl_storage_bread_unordered_C", + "Unitree_G1edu-u3_pullBowl_storage_bread_unordered_a", + "Unitree_G1edu-u3_pullBowl_storage_bread_unordered_b", + "Unitree_G1edu-u3_put_the_bread_aw", + "Unitree_G1edu-u3_put_the_cup_b", + "Unitree_G1edu-u3_put_the_lemon_af", + "Unitree_G1edu-u3_put_the_lemon_on_the_plate_ah", + "Unitree_G1edu-u3_put_the_tissue_box_al", + "Unitree_G1edu-u3_put_the_toy_ap", + "Unitree_G1edu-u3_put_the_water_bottle_aq", + "Unitree_G1edu-u3_put_the_water_bottle_on_the_table_d", + "Unitree_G1edu-u3_tray_storage_lemon_a" + ], + "count": 666 +} \ No newline at end of file diff --git a/info/download_stats.json b/info/download_stats.json new file mode 100644 index 0000000000000000000000000000000000000000..0261bed9e2bdbcf7b4156dab9719aa81f1d9118e --- /dev/null +++ b/info/download_stats.json @@ -0,0 +1,1843 @@ +{ + "last_updated": "2026-05-22T17:08:55.845579", + "huggingface": { + "org_name": "RoboCOIN", + "total_downloads": 291955, + "total_likes": 0, + "dataset_count": 228, + "datasets": { + "Agilex_Cobot_Magic_place_towel_flat": { + "downloads": 8756, + "likes": 0 + }, + "Agilex_Cobot_Magic_heat_burger": { + "downloads": 7683, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_object": { + "downloads": 7025, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_towel": { + "downloads": 6578, + "likes": 0 + }, + "Airbot_MMK2_organize_plate": { + "downloads": 5914, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel_brown": { + "downloads": 5889, + "likes": 0 + }, + "Agilex_Cobot_Magic_make_sandwiche": { + "downloads": 5082, + "likes": 0 + }, + "Agilex_Cobot_Magic_stack_block": { + "downloads": 4996, + "likes": 0 + }, + "Agilex_Cobot_Magic_heat_sandwich": { + "downloads": 3814, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel_blue": { + "downloads": 3305, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_object_closest_cube": { + "downloads": 3152, + "likes": 0 + }, + "Galaxea_R1_Lite_classify_object_four": { + "downloads": 2767, + "likes": 0 + }, + "Agilex_Cobot_Magic_seal_bag": { + "downloads": 2652, + "likes": 0 + }, + "Airbot_MMK2_stack_block": { + "downloads": 2508, + "likes": 0 + }, + "Agilex_Cobot_Magic_classify_objects_eight": { + "downloads": 2424, + "likes": 0 + }, + "Airbot_MMK2_storage_book": { + "downloads": 2368, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_object_black_tablecloth": { + "downloads": 2353, + "likes": 0 + }, + "Galaxea_R1_Lite_classify_object_three": { + "downloads": 2352, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_object_basket": { + "downloads": 2281, + "likes": 0 + }, + "Airbot_MMK2_close_lid": { + "downloads": 2266, + "likes": 0 + }, + "Agilex_Cobot_Magic_connect_block": { + "downloads": 2254, + "likes": 0 + }, + "Galaxea_R1_Lite_mix_color_small_test_tube": { + "downloads": 2205, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_object_beige_tablecloth": { + "downloads": 2201, + "likes": 0 + }, + "Agilex_Cobot_Magic_classify_objects_six": { + "downloads": 2055, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel_tray_twice": { + "downloads": 2047, + "likes": 0 + }, + "Airbot_MMK2_storage_block": { + "downloads": 2019, + "likes": 0 + }, + "Airbot_MMK2_open_lid": { + "downloads": 1973, + "likes": 0 + }, + "Airbot_MMK2_swap_cake_pumpkin_plate": { + "downloads": 1965, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_object_green_tablecloth": { + "downloads": 1926, + "likes": 0 + }, + "Galaxea_R1_Lite_classify_object_five": { + "downloads": 1914, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_fruit_basket": { + "downloads": 1850, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_object_red_tablecloth": { + "downloads": 1808, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel_purple": { + "downloads": 1779, + "likes": 0 + }, + "Airbot_MMK2_storage_egg_yellow_box": { + "downloads": 1754, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_object_red_tablecloth": { + "downloads": 1700, + "likes": 0 + }, + "Airbot_MMK2_push_away_book": { + "downloads": 1654, + "likes": 0 + }, + "Airbot_MMK2_slide_block_onto_post": { + "downloads": 1650, + "likes": 0 + }, + "Agilex_Cobot_Magic_organize_test_tube": { + "downloads": 1643, + "likes": 0 + }, + "Agilex_Cobot_Magic_close_drawer_upper": { + "downloads": 1606, + "likes": 0 + }, + "Airbot_MMK2_cut_scallion": { + "downloads": 1579, + "likes": 0 + }, + "Galaxea_R1_Lite_storage_object_white_box": { + "downloads": 1556, + "likes": 0 + }, + "Airbot_MMK2_storage_cup": { + "downloads": 1543, + "likes": 0 + }, + "Agilex_Cobot_Magic_pour_drink_bottle_cup": { + "downloads": 1539, + "likes": 0 + }, + "Galaxea_R1_Lite_classify_object_six": { + "downloads": 1526, + "likes": 0 + }, + "Galaxea_R1_Lite_storage_object_pink_bowl": { + "downloads": 1510, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_object": { + "downloads": 1468, + "likes": 0 + }, + "Airbot_MMK2_slide_block": { + "downloads": 1456, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_mouse": { + "downloads": 1441, + "likes": 0 + }, + "Galaxea_R1_Lite_mix_color_large_test_tube": { + "downloads": 1404, + "likes": 0 + }, + "Airbot_MMK2_rotate_cube_face": { + "downloads": 1371, + "likes": 0 + }, + "Agilex_Cobot_Magic_pour_drink_bottle_cup_cup": { + "downloads": 1330, + "likes": 0 + }, + "Airbot_MMK2_pull_plunger": { + "downloads": 1327, + "likes": 0 + }, + "Airbot_MMK2_storage_electronics_yellow_baket": { + "downloads": 1324, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_short_sleeve_white": { + "downloads": 1315, + "likes": 0 + }, + "Airbot_MMK2_storage_egg_white_box": { + "downloads": 1291, + "likes": 0 + }, + "Agilex_Cobot_Magic_pour_water_bottle_cup_cup": { + "downloads": 1277, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_right_to_left_red_tablecloth": { + "downloads": 1276, + "likes": 0 + }, + "Airbot_MMK2_pour_BBs": { + "downloads": 1271, + "likes": 0 + }, + "Airbot_MMK2_take_book": { + "downloads": 1265, + "likes": 0 + }, + "Airbot_MMK2_take_drink": { + "downloads": 1248, + "likes": 0 + }, + "Airbot_MMK2_stack_cubic_block": { + "downloads": 1246, + "likes": 0 + }, + "Airbot_MMK2_move_medicine_bottle": { + "downloads": 1239, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_orange_basket_left": { + "downloads": 1237, + "likes": 0 + }, + "Airbot_MMK2_storage_egg_plate": { + "downloads": 1236, + "likes": 0 + }, + "Airbot_MMK2_storage_egg_bowl": { + "downloads": 1234, + "likes": 0 + }, + "Airbot_MMK2_storage_bowl_wet_wipes": { + "downloads": 1222, + "likes": 0 + }, + "Airbot_MMK2_move_phone_twice": { + "downloads": 1210, + "likes": 0 + }, + "Airbot_MMK2_push_plunger": { + "downloads": 1208, + "likes": 0 + }, + "Airbot_MMK2_move_fake_food": { + "downloads": 1190, + "likes": 0 + }, + "Airbot_MMK2_dial_number": { + "downloads": 1183, + "likes": 0 + }, + "Airbot_MMK2_doodled_line": { + "downloads": 1183, + "likes": 0 + }, + "Agilex_Cobot_Magic_pour_water_middle_cup": { + "downloads": 1179, + "likes": 0 + }, + "Galaxea_R1_Lite_storage_object_gray_plate": { + "downloads": 1177, + "likes": 0 + }, + "Airbot_MMK2_open_laptop": { + "downloads": 1170, + "likes": 0 + }, + "Galaxea_R1_Lite_storage_object_yellow_basket": { + "downloads": 1168, + "likes": 0 + }, + "Airbot_MMK2_swap_sponge_paper_box_plate": { + "downloads": 1168, + "likes": 0 + }, + "Airbot_MMK2_click_pen": { + "downloads": 1159, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_left_to_right_black_tablecloth": { + "downloads": 1154, + "likes": 0 + }, + "Airbot_MMK2_push_toy_car": { + "downloads": 1154, + "likes": 0 + }, + "Airbot_MMK2_storage_bottle_part": { + "downloads": 1154, + "likes": 0 + }, + "Airbot_MMK2_storage_cookie_toy_car": { + "downloads": 1146, + "likes": 0 + }, + "Airbot_MMK2_pass_paper_box": { + "downloads": 1141, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_right_to_left_green_tablecloth": { + "downloads": 1138, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_left_to_right_white_tablecloth": { + "downloads": 1137, + "likes": 0 + }, + "Airbot_MMK2_move_bottle_tape_measure": { + "downloads": 1135, + "likes": 0 + }, + "Galaxea_R1_Lite_storage_object_dish": { + "downloads": 1130, + "likes": 0 + }, + "Airbot_MMK2_take_toy_car": { + "downloads": 1130, + "likes": 0 + }, + "Airbot_MMK2_storage_tumbler_umbrella": { + "downloads": 1126, + "likes": 0 + }, + "Galaxea_R1_Lite_storage_object_brown_basket": { + "downloads": 1124, + "likes": 0 + }, + "Airbot_MMK2_move_book_front": { + "downloads": 1116, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_orange_basket_right": { + "downloads": 1113, + "likes": 0 + }, + "Galaxea_R1_Lite_storage_object_brown_plate": { + "downloads": 1108, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_right_to_left_khaki_tablecloth": { + "downloads": 1105, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel": { + "downloads": 1094, + "likes": 0 + }, + "Airbot_MMK2_swap_bottle_wet_wipes_plate": { + "downloads": 1091, + "likes": 0 + }, + "Airbot_MMK2_move_block_gold_bar_models": { + "downloads": 1083, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_left_to_right_green_tablecloth": { + "downloads": 1080, + "likes": 0 + }, + "Airbot_MMK2_take_electronics": { + "downloads": 1079, + "likes": 0 + }, + "Airbot_MMK2_storage_braised_pork_belly_shrimp": { + "downloads": 1071, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_right_to_left_black_tablecloth": { + "downloads": 1070, + "likes": 0 + }, + "Galaxea_R1_Lite_storage_object_blue_plate": { + "downloads": 1062, + "likes": 0 + }, + "Airbot_MMK2_storage_tools": { + "downloads": 1061, + "likes": 0 + }, + "Galaxea_R1_Lite_storage_object_brown_bowl": { + "downloads": 1060, + "likes": 0 + }, + "Airbot_MMK2_move_book_right_side": { + "downloads": 1058, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_lemon_mango": { + "downloads": 1047, + "likes": 0 + }, + "Galaxea_R1_Lite_pour_solid_marble_bar_counter": { + "downloads": 1042, + "likes": 0 + }, + "Airbot_MMK2_turn_page": { + "downloads": 1037, + "likes": 0 + }, + "Airbot_MMK2_open_door_right": { + "downloads": 1021, + "likes": 0 + }, + "Airbot_MMK2_take_cup": { + "downloads": 1018, + "likes": 0 + }, + "Airbot_MMK2_move_tub": { + "downloads": 1015, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_bread_basket": { + "downloads": 1012, + "likes": 0 + }, + "Airbot_MMK2_move_block_wet_wipes": { + "downloads": 1004, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_right_to_left_white_tablecloth": { + "downloads": 1001, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_left_to_right_khaki_tablecloth": { + "downloads": 998, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_peach_left": { + "downloads": 988, + "likes": 0 + }, + "Airbot_MMK2_move_cake": { + "downloads": 985, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_peach_brown_bag": { + "downloads": 982, + "likes": 0 + }, + "Agilex_Cobot_Magic_erase_board_left_side": { + "downloads": 982, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_object_left": { + "downloads": 974, + "likes": 0 + }, + "Airbot_MMK2_stack_cup": { + "downloads": 974, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_peach_right": { + "downloads": 964, + "likes": 0 + }, + "Airbot_MMK2_remove_pen_cap": { + "downloads": 963, + "likes": 0 + }, + "Airbot_MMK2_pull_tissue": { + "downloads": 943, + "likes": 0 + }, + "Airbot_MMK2_move_cup_paper_box": { + "downloads": 935, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel_yellow_tray": { + "downloads": 929, + "likes": 0 + }, + "Galaxea_R1_Lite_change_baai_into_brain": { + "downloads": 926, + "likes": 0 + }, + "Airbot_MMK2_play_guitar": { + "downloads": 923, + "likes": 0 + }, + "Agilex_Cobot_Magic_erase_board_passing_left_to_right": { + "downloads": 914, + "likes": 0 + }, + "Airbot_MMK2_sweep_peaper": { + "downloads": 908, + "likes": 0 + }, + "Airbot_MMK2_pick_up_and_place_tub": { + "downloads": 904, + "likes": 0 + }, + "Airbot_MMK2_unplug": { + "downloads": 904, + "likes": 0 + }, + "Airbot_MMK2_take_egg": { + "downloads": 901, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_pencil_sharpener": { + "downloads": 893, + "likes": 0 + }, + "Airbot_MMK2_storage_penguin_doll_tiger_doll": { + "downloads": 877, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_orange_white_bag": { + "downloads": 873, + "likes": 0 + }, + "Airbot_MMK2_storage_peach_pear": { + "downloads": 872, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_object_closest": { + "downloads": 869, + "likes": 0 + }, + "Airbot_MMK2_storage_onion_sweet_potato": { + "downloads": 855, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_short_sleeve_black": { + "downloads": 844, + "likes": 0 + }, + "Airbot_MMK2_storage_cake_cup": { + "downloads": 841, + "likes": 0 + }, + "Airbot_MMK2_swap_bbs_block_plate": { + "downloads": 837, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel_blue_tray": { + "downloads": 837, + "likes": 0 + }, + "Airbot_MMK2_close_door_right": { + "downloads": 835, + "likes": 0 + }, + "Airbot_MMK2_move_umbrella_tissues": { + "downloads": 830, + "likes": 0 + }, + "Galaxea_R1_Lite_mix_blue_yellow_left_large_test_tube": { + "downloads": 829, + "likes": 0 + }, + "Galaxea_R1_Lite_mix_blue_yellow_left_small_test_tube": { + "downloads": 824, + "likes": 0 + }, + "Airbot_MMK2_move_paper_box": { + "downloads": 823, + "likes": 0 + }, + "Airbot_MMK2_storage_hourglass": { + "downloads": 810, + "likes": 0 + }, + "Airbot_MMK2_storage_tomato_potato": { + "downloads": 808, + "likes": 0 + }, + "Airbot_MMK2_storage_cookie_cup": { + "downloads": 805, + "likes": 0 + }, + "Airbot_MMK2_swap_bbs_cake_plate": { + "downloads": 802, + "likes": 0 + }, + "Airbot_MMK2_storage_lemon_mango": { + "downloads": 800, + "likes": 0 + }, + "Airbot_MMK2_storage_paper_box_sponge": { + "downloads": 790, + "likes": 0 + }, + "Airbot_MMK2_swap_apple_cake_plate": { + "downloads": 788, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel_grey_tray": { + "downloads": 787, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_peach_white_bag": { + "downloads": 783, + "likes": 0 + }, + "Airbot_MMK2_take_part_both_hands": { + "downloads": 778, + "likes": 0 + }, + "Airbot_MMK2_storage_gold_bar_model_shark_doll": { + "downloads": 777, + "likes": 0 + }, + "Airbot_MMK2_storage_bowl": { + "downloads": 775, + "likes": 0 + }, + "Agilex_Cobot_Magic_close_drawer_top": { + "downloads": 768, + "likes": 0 + }, + "Airbot_MMK2_move_apple_orange_pomegranate": { + "downloads": 766, + "likes": 0 + }, + "Airbot_MMK2_storage_shark_doll": { + "downloads": 762, + "likes": 0 + }, + "Airbot_MMK2_storage_ice_cream": { + "downloads": 759, + "likes": 0 + }, + "Airbot_MMK2_storage_bell_pepper": { + "downloads": 757, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel_pink_tray": { + "downloads": 749, + "likes": 0 + }, + "Agilex_Cobot_Magic_pour_water_pink_cup": { + "downloads": 746, + "likes": 0 + }, + "Airbot_MMK2_storage_cake_pan": { + "downloads": 740, + "likes": 0 + }, + "Agilex_Cobot_Magic_erase_board_right": { + "downloads": 736, + "likes": 0 + }, + "Airbot_MMK2_cover_lid": { + "downloads": 723, + "likes": 0 + }, + "Agilex_Cobot_Magic_close_drawer_bottom": { + "downloads": 723, + "likes": 0 + }, + "Agilex_Cobot_Magic_erase_board_left": { + "downloads": 723, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_object_closest_apple": { + "downloads": 719, + "likes": 0 + }, + "Agilex_Cobot_Magic_erase_board": { + "downloads": 713, + "likes": 0 + }, + "Agilex_Cobot_Magic_erase_board_passing_right_to_left": { + "downloads": 700, + "likes": 0 + }, + "Airbot_MMK2_storage_network_cable_paper_box": { + "downloads": 700, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_shorts_khaki": { + "downloads": 699, + "likes": 0 + }, + "Airbot_MMK2_close_doors": { + "downloads": 698, + "likes": 0 + }, + "Airbot_MMK2_move_block_twice": { + "downloads": 696, + "likes": 0 + }, + "Airbot_MMK2_move_block": { + "downloads": 673, + "likes": 0 + }, + "Airbot_MMK2_move_pan": { + "downloads": 673, + "likes": 0 + }, + "Airbot_MMK2_move_block_both_hands": { + "downloads": 667, + "likes": 0 + }, + "Airbot_MMK2_close_drawer": { + "downloads": 667, + "likes": 0 + }, + "Airbot_MMK2_open_door_left": { + "downloads": 667, + "likes": 0 + }, + "Airbot_MMK2_close_door_left": { + "downloads": 657, + "likes": 0 + }, + "Airbot_MMK2_storage_badminton": { + "downloads": 650, + "likes": 0 + }, + "Airbot_MMK2_move_tennis_racket_ball": { + "downloads": 646, + "likes": 0 + }, + "Airbot_MMK2_take_bottle_umbrella": { + "downloads": 641, + "likes": 0 + }, + "Agilex_Cobot_Magic_open_drawer_bottom": { + "downloads": 607, + "likes": 0 + }, + "Airbot_MMK2_storage_stationery_xylophone": { + "downloads": 607, + "likes": 0 + }, + "Airbot_MMK2_move_sword_doll": { + "downloads": 602, + "likes": 0 + }, + "Airbot_MMK2_take_block": { + "downloads": 601, + "likes": 0 + }, + "Airbot_MMK2_take_dog_doll": { + "downloads": 601, + "likes": 0 + }, + "Airbot_MMK2_move_cake_tape_measure": { + "downloads": 600, + "likes": 0 + }, + "Airbot_MMK2_storage_and_take_cake_plate": { + "downloads": 599, + "likes": 0 + }, + "Airbot_MMK2_storage_cake_ice_cream": { + "downloads": 591, + "likes": 0 + }, + "Airbot_MMK2_storage_diamond_ring": { + "downloads": 584, + "likes": 0 + }, + "Airbot_MMK2_storage_cake_plate": { + "downloads": 583, + "likes": 0 + }, + "Airbot_MMK2_storage_block_tape_measure": { + "downloads": 581, + "likes": 0 + }, + "Airbot_MMK2_storage_cup_plate": { + "downloads": 579, + "likes": 0 + }, + "Airbot_MMK2_storage_cake_box": { + "downloads": 576, + "likes": 0 + }, + "Airbot_MMK2_storage_electronics_white_basket": { + "downloads": 576, + "likes": 0 + }, + "Airbot_MMK2_storage_block_BBs": { + "downloads": 570, + "likes": 0 + }, + "Airbot_MMK2_storge_cake_ice_cream": { + "downloads": 570, + "likes": 0 + }, + "Airbot_MMK2_play_toy_piano": { + "downloads": 569, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_mouse_pen_green_tablecloth": { + "downloads": 565, + "likes": 0 + }, + "Airbot_MMK2_take_tissues": { + "downloads": 565, + "likes": 0 + }, + "Airbot_MMK2_storage_grape": { + "downloads": 563, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_mouse_pen_black_tablecloth": { + "downloads": 562, + "likes": 0 + }, + "Airbot_MMK2_swap_bread_cake_plate": { + "downloads": 560, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_mouse_pen_khaki_tablecloth": { + "downloads": 559, + "likes": 0 + }, + "Airbot_MMK2_storage_apple_orange": { + "downloads": 557, + "likes": 0 + }, + "Airbot_MMK2_swap_cake_sponge_plate": { + "downloads": 553, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_mouse_pen_red_tablecloth": { + "downloads": 548, + "likes": 0 + }, + "Airbot_MMK2_take_BBs_block": { + "downloads": 545, + "likes": 0 + }, + "Airbot_MMK2_storage_block_both_hands": { + "downloads": 544, + "likes": 0 + }, + "Airbot_MMK2_storage_pineapple": { + "downloads": 543, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_mouse_pen": { + "downloads": 542, + "likes": 0 + }, + "Airbot_MMK2_take_block_both_hands": { + "downloads": 541, + "likes": 0 + }, + "Airbot_MMK2_unscrew_bottle_cap": { + "downloads": 540, + "likes": 0 + }, + "Airbot_MMK2_storage_milk_tissue": { + "downloads": 538, + "likes": 0 + }, + "Airbot_MMK2_remove_lid": { + "downloads": 534, + "likes": 0 + }, + "Airbot_MMK2_storage_tissues_tub": { + "downloads": 532, + "likes": 0 + }, + "Airbot_MMK2_slide_tape_onto_can": { + "downloads": 509, + "likes": 0 + }, + "Airbot_MMK2_storage_cake_both_hands": { + "downloads": 505, + "likes": 0 + }, + "Airbot_MMK2_take_cake_both_hands": { + "downloads": 503, + "likes": 0 + }, + "Airbot_MMK2_storage_tape_measure_umbrella": { + "downloads": 498, + "likes": 0 + }, + "Airbot_MMK2_storage_sponge_wet_wipes": { + "downloads": 497, + "likes": 0 + }, + "Airbot_MMK2_take_bowl_sponge": { + "downloads": 488, + "likes": 0 + } + } + }, + "modelscope": { + "org_name": "RoboCOIN", + "total_downloads": 33544, + "dataset_count": 228, + "datasets": { + "Airbot_MMK2_storage_cup": { + "downloads": 1735, + "likes": 0 + }, + "Airbot_MMK2_storage_electronics_yellow_baket": { + "downloads": 646, + "likes": 0 + }, + "Airbot_MMK2_take_drink": { + "downloads": 571, + "likes": 0 + }, + "Airbot_MMK2_storage_tools": { + "downloads": 387, + "likes": 0 + }, + "Airbot_MMK2_storage_cookie_toy_car": { + "downloads": 381, + "likes": 0 + }, + "Airbot_MMK2_pour_BBs": { + "downloads": 377, + "likes": 0 + }, + "Airbot_MMK2_move_block_gold_bar_models": { + "downloads": 373, + "likes": 0 + }, + "Airbot_MMK2_swap_sponge_paper_box_plate": { + "downloads": 370, + "likes": 0 + }, + "Airbot_MMK2_move_fake_food": { + "downloads": 369, + "likes": 0 + }, + "Airbot_MMK2_move_phone_twice": { + "downloads": 369, + "likes": 0 + }, + "Airbot_MMK2_push_toy_car": { + "downloads": 369, + "likes": 0 + }, + "Airbot_MMK2_storage_bowl_wet_wipes": { + "downloads": 368, + "likes": 0 + }, + "Airbot_MMK2_swap_bottle_wet_wipes_plate": { + "downloads": 367, + "likes": 0 + }, + "Airbot_MMK2_storage_egg_bowl": { + "downloads": 366, + "likes": 0 + }, + "Airbot_MMK2_open_laptop": { + "downloads": 365, + "likes": 0 + }, + "Airbot_MMK2_move_medicine_bottle": { + "downloads": 365, + "likes": 0 + }, + "Airbot_MMK2_storage_tumbler_umbrella": { + "downloads": 364, + "likes": 0 + }, + "Airbot_MMK2_take_electronics": { + "downloads": 363, + "likes": 0 + }, + "Airbot_MMK2_take_toy_car": { + "downloads": 363, + "likes": 0 + }, + "Airbot_MMK2_storage_bottle_part": { + "downloads": 360, + "likes": 0 + }, + "Airbot_MMK2_move_book_front": { + "downloads": 359, + "likes": 0 + }, + "Airbot_MMK2_storage_egg_plate": { + "downloads": 351, + "likes": 0 + }, + "Airbot_MMK2_move_book_right_side": { + "downloads": 347, + "likes": 0 + }, + "Airbot_MMK2_pass_paper_box": { + "downloads": 345, + "likes": 0 + }, + "Airbot_MMK2_take_cup": { + "downloads": 326, + "likes": 0 + }, + "Airbot_MMK2_move_bottle_tape_measure": { + "downloads": 323, + "likes": 0 + }, + "Airbot_MMK2_move_tub": { + "downloads": 321, + "likes": 0 + }, + "Airbot_MMK2_storage_braised_pork_belly_shrimp": { + "downloads": 292, + "likes": 0 + }, + "Galaxea_R1_Lite_pour_solid_marble_bar_counter": { + "downloads": 147, + "likes": 0 + }, + "Agilex_Cobot_Magic_erase_board_left_side": { + "downloads": 145, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_right_to_left_green_tablecloth": { + "downloads": 144, + "likes": 0 + }, + "Agilex_Cobot_Magic_classify_objects_eight": { + "downloads": 143, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_left_to_right_khaki_tablecloth": { + "downloads": 143, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_right_to_left_khaki_tablecloth": { + "downloads": 142, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_right_to_left_black_tablecloth": { + "downloads": 142, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel_brown": { + "downloads": 142, + "likes": 0 + }, + "Agilex_Cobot_Magic_stack_block": { + "downloads": 142, + "likes": 0 + }, + "Galaxea_R1_Lite_storage_object_yellow_basket": { + "downloads": 141, + "likes": 0 + }, + "Galaxea_R1_Lite_mix_color_small_test_tube": { + "downloads": 141, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_short_sleeve_white": { + "downloads": 141, + "likes": 0 + }, + "Galaxea_R1_Lite_storage_object_dish": { + "downloads": 141, + "likes": 0 + }, + "Agilex_Cobot_Magic_close_drawer_upper": { + "downloads": 140, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_bread_basket": { + "downloads": 140, + "likes": 0 + }, + "Galaxea_R1_Lite_classify_object_four": { + "downloads": 139, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_object": { + "downloads": 138, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_object_closest": { + "downloads": 138, + "likes": 0 + }, + "Airbot_MMK2_storage_shark_doll": { + "downloads": 137, + "likes": 0 + }, + "Airbot_MMK2_stack_cubic_block": { + "downloads": 134, + "likes": 0 + }, + "Airbot_MMK2_storage_peach_pear": { + "downloads": 134, + "likes": 0 + }, + "Airbot_MMK2_remove_pen_cap": { + "downloads": 132, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_orange_white_bag": { + "downloads": 132, + "likes": 0 + }, + "Agilex_Cobot_Magic_connect_block": { + "downloads": 131, + "likes": 0 + }, + "Galaxea_R1_Lite_storage_object_pink_bowl": { + "downloads": 131, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_right_to_left_red_tablecloth": { + "downloads": 130, + "likes": 0 + }, + "Galaxea_R1_Lite_change_baai_into_brain": { + "downloads": 129, + "likes": 0 + }, + "Airbot_MMK2_organize_plate": { + "downloads": 129, + "likes": 0 + }, + "Galaxea_R1_Lite_storage_object_white_box": { + "downloads": 129, + "likes": 0 + }, + "Agilex_Cobot_Magic_heat_burger": { + "downloads": 128, + "likes": 0 + }, + "Agilex_Cobot_Magic_classify_objects_six": { + "downloads": 128, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel_blue": { + "downloads": 127, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_orange_basket_left": { + "downloads": 126, + "likes": 0 + }, + "Agilex_Cobot_Magic_pour_drink_bottle_cup": { + "downloads": 126, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_left_to_right_black_tablecloth": { + "downloads": 125, + "likes": 0 + }, + "Airbot_MMK2_take_book": { + "downloads": 125, + "likes": 0 + }, + "Airbot_MMK2_storage_egg_yellow_box": { + "downloads": 125, + "likes": 0 + }, + "Airbot_MMK2_turn_page": { + "downloads": 125, + "likes": 0 + }, + "Galaxea_R1_Lite_classify_object_three": { + "downloads": 124, + "likes": 0 + }, + "Airbot_MMK2_move_cake": { + "downloads": 124, + "likes": 0 + }, + "Airbot_MMK2_close_lid": { + "downloads": 124, + "likes": 0 + }, + "Airbot_MMK2_push_away_book": { + "downloads": 124, + "likes": 0 + }, + "Airbot_MMK2_pick_up_and_place_tub": { + "downloads": 124, + "likes": 0 + }, + "Airbot_MMK2_rotate_cube_face": { + "downloads": 123, + "likes": 0 + }, + "Galaxea_R1_Lite_storage_object_brown_bowl": { + "downloads": 123, + "likes": 0 + }, + "Galaxea_R1_Lite_storage_object_brown_plate": { + "downloads": 123, + "likes": 0 + }, + "Galaxea_R1_Lite_classify_object_five": { + "downloads": 123, + "likes": 0 + }, + "Airbot_MMK2_dial_number": { + "downloads": 123, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_mouse": { + "downloads": 123, + "likes": 0 + }, + "Galaxea_R1_Lite_mix_color_large_test_tube": { + "downloads": 123, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_object_left": { + "downloads": 121, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_peach_left": { + "downloads": 121, + "likes": 0 + }, + "Agilex_Cobot_Magic_seal_bag": { + "downloads": 121, + "likes": 0 + }, + "Galaxea_R1_Lite_classify_object_six": { + "downloads": 120, + "likes": 0 + }, + "Agilex_Cobot_Magic_make_sandwiche": { + "downloads": 120, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_object_beige_tablecloth": { + "downloads": 120, + "likes": 0 + }, + "Airbot_MMK2_slide_block_onto_post": { + "downloads": 120, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_peach_right": { + "downloads": 120, + "likes": 0 + }, + "Agilex_Cobot_Magic_place_towel_flat": { + "downloads": 120, + "likes": 0 + }, + "Airbot_MMK2_storage_penguin_doll_tiger_doll": { + "downloads": 119, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_left_to_right_white_tablecloth": { + "downloads": 119, + "likes": 0 + }, + "Airbot_MMK2_cut_scallion": { + "downloads": 119, + "likes": 0 + }, + "Airbot_MMK2_move_cup_paper_box": { + "downloads": 119, + "likes": 0 + }, + "Airbot_MMK2_click_pen": { + "downloads": 118, + "likes": 0 + }, + "Airbot_MMK2_open_door_right": { + "downloads": 118, + "likes": 0 + }, + "Agilex_Cobot_Magic_organize_test_tube": { + "downloads": 118, + "likes": 0 + }, + "Airbot_MMK2_slide_block": { + "downloads": 118, + "likes": 0 + }, + "Galaxea_R1_Lite_storage_object_blue_plate": { + "downloads": 118, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_left_to_right_green_tablecloth": { + "downloads": 118, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_pencil_sharpener": { + "downloads": 118, + "likes": 0 + }, + "Agilex_Cobot_Magic_pass_object_right_to_left_white_tablecloth": { + "downloads": 118, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_towel": { + "downloads": 118, + "likes": 0 + }, + "Agilex_Cobot_Magic_heat_sandwich": { + "downloads": 117, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_object_green_tablecloth": { + "downloads": 117, + "likes": 0 + }, + "Airbot_MMK2_storage_block": { + "downloads": 117, + "likes": 0 + }, + "Galaxea_R1_Lite_storage_object_gray_plate": { + "downloads": 117, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_object_red_tablecloth": { + "downloads": 117, + "likes": 0 + }, + "Galaxea_R1_Lite_storage_object_brown_basket": { + "downloads": 117, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_object_basket": { + "downloads": 116, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_orange_basket_right": { + "downloads": 116, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_object_red_tablecloth": { + "downloads": 116, + "likes": 0 + }, + "Airbot_MMK2_unplug": { + "downloads": 115, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_object_black_tablecloth": { + "downloads": 115, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel": { + "downloads": 115, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_peach_brown_bag": { + "downloads": 115, + "likes": 0 + }, + "Agilex_Cobot_Magic_pour_drink_bottle_cup_cup": { + "downloads": 114, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel_tray_twice": { + "downloads": 114, + "likes": 0 + }, + "Agilex_Cobot_Magic_pour_water_bottle_cup_cup": { + "downloads": 114, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_lemon_mango": { + "downloads": 114, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_peach_white_bag": { + "downloads": 114, + "likes": 0 + }, + "Airbot_MMK2_sweep_peaper": { + "downloads": 113, + "likes": 0 + }, + "Airbot_MMK2_take_egg": { + "downloads": 113, + "likes": 0 + }, + "Airbot_MMK2_push_plunger": { + "downloads": 113, + "likes": 0 + }, + "Agilex_Cobot_Magic_pour_water_middle_cup": { + "downloads": 113, + "likes": 0 + }, + "Airbot_MMK2_pull_plunger": { + "downloads": 113, + "likes": 0 + }, + "Airbot_MMK2_play_guitar": { + "downloads": 112, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel_purple": { + "downloads": 112, + "likes": 0 + }, + "Agilex_Cobot_Magic_pour_water_pink_cup": { + "downloads": 112, + "likes": 0 + }, + "Airbot_MMK2_unscrew_bottle_cap": { + "downloads": 111, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_fruit_basket": { + "downloads": 111, + "likes": 0 + }, + "Airbot_MMK2_open_lid": { + "downloads": 111, + "likes": 0 + }, + "Agilex_Cobot_Magic_close_drawer_bottom": { + "downloads": 111, + "likes": 0 + }, + "Airbot_MMK2_stack_block": { + "downloads": 111, + "likes": 0 + }, + "Galaxea_R1_Lite_mix_blue_yellow_left_large_test_tube": { + "downloads": 111, + "likes": 0 + }, + "Airbot_MMK2_doodled_line": { + "downloads": 111, + "likes": 0 + }, + "Airbot_MMK2_storage_book": { + "downloads": 111, + "likes": 0 + }, + "Airbot_MMK2_stack_cup": { + "downloads": 111, + "likes": 0 + }, + "Airbot_MMK2_storage_network_cable_paper_box": { + "downloads": 109, + "likes": 0 + }, + "Agilex_Cobot_Magic_open_drawer_bottom": { + "downloads": 108, + "likes": 0 + }, + "Airbot_MMK2_take_part_both_hands": { + "downloads": 108, + "likes": 0 + }, + "Agilex_Cobot_Magic_close_drawer_top": { + "downloads": 107, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_object_closest_apple": { + "downloads": 107, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel_blue_tray": { + "downloads": 107, + "likes": 0 + }, + "Airbot_MMK2_take_dog_doll": { + "downloads": 106, + "likes": 0 + }, + "Airbot_MMK2_storage_diamond_ring": { + "downloads": 106, + "likes": 0 + }, + "Airbot_MMK2_storage_cake_ice_cream": { + "downloads": 105, + "likes": 0 + }, + "Airbot_MMK2_move_block_wet_wipes": { + "downloads": 105, + "likes": 0 + }, + "Airbot_MMK2_storage_cake_cup": { + "downloads": 105, + "likes": 0 + }, + "Airbot_MMK2_move_apple_orange_pomegranate": { + "downloads": 105, + "likes": 0 + }, + "Agilex_Cobot_Magic_erase_board_left": { + "downloads": 104, + "likes": 0 + }, + "Airbot_MMK2_storage_block_BBs": { + "downloads": 103, + "likes": 0 + }, + "Airbot_MMK2_storage_block_tape_measure": { + "downloads": 103, + "likes": 0 + }, + "Airbot_MMK2_swap_cake_pumpkin_plate": { + "downloads": 102, + "likes": 0 + }, + "Airbot_MMK2_storage_hourglass": { + "downloads": 102, + "likes": 0 + }, + "Airbot_MMK2_storge_cake_ice_cream": { + "downloads": 102, + "likes": 0 + }, + "Airbot_MMK2_storage_cake_box": { + "downloads": 101, + "likes": 0 + }, + "Agilex_Cobot_Magic_erase_board_right": { + "downloads": 100, + "likes": 0 + }, + "Airbot_MMK2_slide_tape_onto_can": { + "downloads": 99, + "likes": 0 + }, + "Airbot_MMK2_take_bowl_sponge": { + "downloads": 98, + "likes": 0 + }, + "Airbot_MMK2_move_block_both_hands": { + "downloads": 98, + "likes": 0 + }, + "Airbot_MMK2_swap_bbs_block_plate": { + "downloads": 98, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_shorts_khaki": { + "downloads": 98, + "likes": 0 + }, + "Airbot_MMK2_storage_cake_both_hands": { + "downloads": 98, + "likes": 0 + }, + "Airbot_MMK2_storage_gold_bar_model_shark_doll": { + "downloads": 97, + "likes": 0 + }, + "Airbot_MMK2_storage_tape_measure_umbrella": { + "downloads": 97, + "likes": 0 + }, + "Airbot_MMK2_storage_pineapple": { + "downloads": 96, + "likes": 0 + }, + "Agilex_Cobot_Magic_erase_board_passing_right_to_left": { + "downloads": 96, + "likes": 0 + }, + "Agilex_Cobot_Magic_erase_board": { + "downloads": 94, + "likes": 0 + }, + "Airbot_MMK2_storage_tissues_tub": { + "downloads": 94, + "likes": 0 + }, + "Airbot_MMK2_storage_lemon_mango": { + "downloads": 94, + "likes": 0 + }, + "Airbot_MMK2_storage_paper_box_sponge": { + "downloads": 94, + "likes": 0 + }, + "Airbot_MMK2_take_bottle_umbrella": { + "downloads": 93, + "likes": 0 + }, + "Airbot_MMK2_close_drawer": { + "downloads": 93, + "likes": 0 + }, + "Airbot_MMK2_play_toy_piano": { + "downloads": 93, + "likes": 0 + }, + "Airbot_MMK2_move_umbrella_tissues": { + "downloads": 93, + "likes": 0 + }, + "Airbot_MMK2_swap_apple_cake_plate": { + "downloads": 92, + "likes": 0 + }, + "Airbot_MMK2_take_block": { + "downloads": 92, + "likes": 0 + }, + "Airbot_MMK2_move_pan": { + "downloads": 92, + "likes": 0 + }, + "Airbot_MMK2_storage_grape": { + "downloads": 92, + "likes": 0 + }, + "Airbot_MMK2_storage_bell_pepper": { + "downloads": 92, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_mouse_pen_black_tablecloth": { + "downloads": 91, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel_grey_tray": { + "downloads": 91, + "likes": 0 + }, + "Airbot_MMK2_move_sword_doll": { + "downloads": 91, + "likes": 0 + }, + "Airbot_MMK2_swap_bbs_cake_plate": { + "downloads": 90, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel_yellow_tray": { + "downloads": 90, + "likes": 0 + }, + "Airbot_MMK2_storage_badminton": { + "downloads": 90, + "likes": 0 + }, + "Airbot_MMK2_storage_cookie_cup": { + "downloads": 90, + "likes": 0 + }, + "Airbot_MMK2_take_tissues": { + "downloads": 89, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_short_sleeve_black": { + "downloads": 89, + "likes": 0 + }, + "Airbot_MMK2_storage_bowl": { + "downloads": 89, + "likes": 0 + }, + "Airbot_MMK2_storage_electronics_white_basket": { + "downloads": 89, + "likes": 0 + }, + "Airbot_MMK2_storage_and_take_cake_plate": { + "downloads": 88, + "likes": 0 + }, + "Airbot_MMK2_storage_stationery_xylophone": { + "downloads": 88, + "likes": 0 + }, + "Airbot_MMK2_storage_onion_sweet_potato": { + "downloads": 88, + "likes": 0 + }, + "Airbot_MMK2_move_block_twice": { + "downloads": 88, + "likes": 0 + }, + "Agilex_Cobot_Magic_storage_object_closest_cube": { + "downloads": 88, + "likes": 0 + }, + "Airbot_MMK2_storage_cake_plate": { + "downloads": 87, + "likes": 0 + }, + "Airbot_MMK2_take_cake_both_hands": { + "downloads": 87, + "likes": 0 + }, + "Airbot_MMK2_move_tennis_racket_ball": { + "downloads": 87, + "likes": 0 + }, + "Airbot_MMK2_close_doors": { + "downloads": 87, + "likes": 0 + }, + "Airbot_MMK2_swap_bread_cake_plate": { + "downloads": 87, + "likes": 0 + }, + "Airbot_MMK2_storage_cup_plate": { + "downloads": 87, + "likes": 0 + }, + "Airbot_MMK2_pull_tissue": { + "downloads": 87, + "likes": 0 + }, + "Galaxea_R1_Lite_mix_blue_yellow_left_small_test_tube": { + "downloads": 87, + "likes": 0 + }, + "Agilex_Cobot_Magic_fold_towel_pink_tray": { + "downloads": 87, + "likes": 0 + }, + "Airbot_MMK2_move_block": { + "downloads": 87, + "likes": 0 + }, + "Airbot_MMK2_open_door_left": { + "downloads": 86, + "likes": 0 + }, + "Airbot_MMK2_storage_egg_white_box": { + "downloads": 86, + "likes": 0 + }, + "Airbot_MMK2_storage_tomato_potato": { + "downloads": 86, + "likes": 0 + }, + "Airbot_MMK2_storage_ice_cream": { + "downloads": 86, + "likes": 0 + }, + "Airbot_MMK2_move_cake_tape_measure": { + "downloads": 86, + "likes": 0 + }, + "Airbot_MMK2_storage_block_both_hands": { + "downloads": 86, + "likes": 0 + }, + "Airbot_MMK2_storage_milk_tissue": { + "downloads": 85, + "likes": 0 + }, + "Agilex_Cobot_Magic_erase_board_passing_left_to_right": { + "downloads": 85, + "likes": 0 + }, + "Airbot_MMK2_remove_lid": { + "downloads": 84, + "likes": 0 + }, + "Airbot_MMK2_close_door_right": { + "downloads": 84, + "likes": 0 + }, + "Airbot_MMK2_storage_apple_orange": { + "downloads": 84, + "likes": 0 + }, + "Airbot_MMK2_storage_sponge_wet_wipes": { + "downloads": 83, + "likes": 0 + }, + "Airbot_MMK2_swap_cake_sponge_plate": { + "downloads": 82, + "likes": 0 + }, + "Airbot_MMK2_take_BBs_block": { + "downloads": 82, + "likes": 0 + }, + "Airbot_MMK2_close_door_left": { + "downloads": 81, + "likes": 0 + }, + "Airbot_MMK2_cover_lid": { + "downloads": 81, + "likes": 0 + }, + "Airbot_MMK2_take_block_both_hands": { + "downloads": 80, + "likes": 0 + }, + "Airbot_MMK2_storage_cake_pan": { + "downloads": 79, + "likes": 0 + }, + "Airbot_MMK2_move_paper_box": { + "downloads": 78, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_mouse_pen_khaki_tablecloth": { + "downloads": 68, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_mouse_pen_red_tablecloth": { + "downloads": 68, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_mouse_pen_green_tablecloth": { + "downloads": 65, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_mouse_pen": { + "downloads": 65, + "likes": 0 + }, + "Agilex_Cobot_Magic_move_object": { + "downloads": 11, + "likes": 0 + } + } + }, + "combined_total_downloads": 325499 +} \ No newline at end of file diff --git a/info/exclude.json b/info/exclude.json new file mode 100644 index 0000000000000000000000000000000000000000..b2de930585487459acd95c2383e5ce6b6ccfeab8 --- /dev/null +++ b/info/exclude.json @@ -0,0 +1,54 @@ +[ + "AIRBOT_MMK2_beauty_sponge_and_cake_to_place", + "AIRBOT_MMK2_building_block_storage", + "AgiBot-g1_battery_storage_c", + "AgiBot-g1_box_storage_part_a", + "AgiBot-g1_box_storage_tool", + "AgiBot-g1_mobile_accessory_storage_box_d", + "AgiBot-g1_picks_up_parts_b", + "Cobot_Magic_classification_of_fruits_and_vegetables_a", + "Cobot_Magic_desktop_organization", + "Cobot_Magic_drawer_storage_mineral_water", + "Cobot_Magic_food_packaging", + "Cobot_Magic_make_hamburger", + "Cobot_Magic_move_the_ball_and_the_cube_block", + "Cobot_Magic_open_the_shoebox", + "Cobot_Magic_pour_water_a", + "Cobot_Magic_vase_storage_flower", + "G1edu-u3_bowl_storage_grape_singletry", + "G1edu-u3_food_storage", + "G1edu-u3_plate_storage_doll", + "G1edu-u3_pullBowl_storage_bread_b", + "Galbot_g1_fold_clothe_b", + "Galbot_g1_fold_clothe_c", + "Galbot_g1_fold_clothe_e", + "Galbot_g1_steamer_storage_baozi_a", + "Galbot_g1_steamer_storage_baozi_b", + "Galbot_g1_steamer_storage_baozi_c", + "Galbot_g1_steamer_storage_baozi_d", + "Galbot_g1_steamer_storage_baozi_e", + "Galbot_g1_steamer_storage_baozi_f", + "Galbot_g1_steamer_storage_baozi_g", + "Galbot_g1_steamer_storage_baozi_h", + "Galbot_g1_steamer_storage_baozi_i", + "Galbot_g1_steamer_storage_baozi_j", + "R1_Lite_cook_a_meal", + "R1_Lite_drawer_storage_hair_dryer", + "R1_Lite_move_the_position_of_the_coffee_capsule", + "R1_Lite_move_the_position_of_the_soda", + "R1_Lite_open_and_close_microwave_oven", + "R1_Lite_pick_up_and_store_items", + "R1_Lite_put_slippers_into_floor_standing_shoe_cabinet", + "R1_Lite_take_clothes_out_of_the_washing_machine", + "R1_Lite_throw_out_the_trash", + "RMC-AIDA-L_box_up_down", + "RMC-AIDA-L_fold_shirt", + "Split_aloha_fold_the_pants", + "Split_aloha_pour_tea", + "Tianqin_A2_place_the_paper_box", + "leju_robot_box_storage_parcel_f", + "leju_robot_hotel_services_ah", + "leju_robot_moving_parts_o", + "leju_robot_moving_parts_s", + "leju_robot_moving_parts_t" +] \ No newline at end of file diff --git a/info/robot_aliases.json b/info/robot_aliases.json new file mode 100644 index 0000000000000000000000000000000000000000..1e7c67386849d3eb28799ebcc3633bc1ed0cb979 --- /dev/null +++ b/info/robot_aliases.json @@ -0,0 +1,74 @@ +{ + "G1edu-u3": { + "common_name": "Unitree_G1edu-u3", + "aliases": ["宇树", "G1", "Unitree", "Unitree_G1", "u3", "g1edu", "gedu", + "g1u3", "宇树g1", "unitreeg1", "g1eduu3", "yushu", "yushug1", "Unitree_G1edu-u3"] + }, + "RMC-AIDA-L": { + "common_name": "Realman_RMC-AIDA-L", + "aliases": ["瑞尔曼", "ADIA", "RealMan", "REALMAN", "RMC", + "aida", "aidal", "rmcaida", + "realman", "rmc", "adial", "adialrmc", "realmanrmc", "realmanrmcaida", "ruierman", "睿尔曼", + "rs", "rs01", "rs02", "rs-01", "rs-02", "Realman_RMC-AIDA-L"] + }, + "AIRBOT_MMK2": { + "common_name": "Airbot_MMK2", + "aliases": ["AIRBOT", "MMK2", "mmk", "AIRBOT_MMK2", "air", "airbotmmk", "airbot2", + "discover", "mmk2", "mmk2airbot", "discovermmk2", "discovermmk2airbot", "求知", "Airbot_MMK2"] + }, + "AgiBot-g1": { + "common_name": "AgiBot_G1", + "aliases": ["AgiBot", "AGIBOT", "agi", "agibotg1", "agig1", "智元", "zhiyuan", "agibot", + "agi", "a2d", "a2-d", "AgiBot_G1"] + }, + "Cobot_Magic": { + "common_name": "Agilex_Cobot_Magic", + "aliases": ["Cobot", "Magic", "mag", "cobotmagic", + "songling", "agilex", "agile", "松灵", "aloha", "Agilex_Cobot_Magic"] + }, + "R1_Lite": { + "common_name": "Galaxea_R1_Lite", + "aliases": ["R1", "Lite", "r1lite", "xinghaitu", "xinhaitu", "galaxea", "星海图", "Galaxea_R1_Lite"] + }, + "Split_aloha": { + "common_name": "Agilex_Split_Aloha", + "aliases": ["Aloha", "Split", "splitaloha", + "songling", "agilex", "agile", "松灵", "aloha", "Agilex_Split_Aloha"] + }, + "Tianqin_A2": { + "common_name": "Tianqing_A2", + "aliases": ["Tianqin", "A2", "TQ-A2", "tq", "tqa2", "tianqina2", "ruantong", "软通", + "ruantongtianqin", "软通天擎", "天擎", "tianqing", "Tianqing_A2", "Tianqing_A2D"] + }, + "alpha_bot_2": { + "common_name": "AI2_Alphabot_2", + "aliases": ["Alpha", "Bot2", "AlphaBot", "alp", "bot", "alpha2", + "zhipingfang", "zhipinfang", "智平方", "AI2_Alphabot_2"] + }, + "leju_robot": { + "common_name": "Leju_Kuavo_4", + "aliases": ["Leju", "LEJU", "robot", "lejurobot", + "乐聚", + "kuavo", "夸父", "kuafu", "Leju_Kuavo_4"] + }, + "Galbot_g1": { + "common_name": "Galbot_G1", + "aliases": ["Galbot_G1", "galbot", "Galbot"] + }, + "Rs-02": { + "common_name": "Realman_Rs-02", + "aliases": ["Realman_Rs-02", "Rs-02", "rs-02", "rs02", "Rs02", "Realman_Rs02"] + }, + "Rs-01": { + "common_name": "Realman_Rs-01", + "aliases": ["Realman_Rs-01", "Rs-01", "rs-01", "rs01", "Rs01", "Realman_Rs01"] + }, + "Robotera_Q5": { + "common_name": "Robotera_Q5", + "aliases": ["Robotera_Q5", "Q5", "q5", "robotera"] + }, + "AI2_Alphabot_1s": { + "common_name": "AI2_Alphabot_1s", + "aliases": ["AI2_Alphabot_1s", "Alphabot_1s", "alphabot1s", "alpha_bot_1s"] + } +} \ No newline at end of file diff --git a/thumbnails/AI2_Alphabot_2_carry_the_clothes_basket.jpg b/thumbnails/AI2_Alphabot_2_carry_the_clothes_basket.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cdc2ebaad4001179161dc7f8f4ae92efb8ffde19 --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_carry_the_clothes_basket.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77fccdd38c9326be96bdd8301b78b5e98fc1f9c1da493d8c41a8ae973bae8c16 +size 36763 diff --git a/thumbnails/AI2_Alphabot_2_item_reversal.jpg b/thumbnails/AI2_Alphabot_2_item_reversal.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fe5c017855ba105d865dc4426b5aa1973175951 --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_item_reversal.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff07c774201a079cc46d6a24b20ee5f2282b79dcfe2725ff889041d7f7b3ae6 +size 22338 diff --git a/thumbnails/AI2_Alphabot_2_move_the_table.jpg b/thumbnails/AI2_Alphabot_2_move_the_table.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9f7b74142169434695def9a1beba4df10370df1 --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_move_the_table.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f0dff3aab2002e509e2709e663b020f7f414677469094f7b5e98f07282aaf6 +size 26330 diff --git a/thumbnails/AI2_Alphabot_2_operate_the_microwave_oven.jpg b/thumbnails/AI2_Alphabot_2_operate_the_microwave_oven.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ea803c470620aa6bedfeb362971ea6ac57ef1a4 --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_operate_the_microwave_oven.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72bcbf2b0aa50606e2bad3ea028aed7e6e0fcb4d170a76c382ba775e6857be2 +size 24766 diff --git a/thumbnails/AI2_Alphabot_2_pass_the_sandbag.jpg b/thumbnails/AI2_Alphabot_2_pass_the_sandbag.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6683914cbc96633e1df41312c97534880cad5f53 --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_pass_the_sandbag.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8537b53b19df24b8bee174e9aa2f4d4423b7526217c98ec46ede0512623fb4a +size 20645 diff --git a/thumbnails/AI2_Alphabot_2_press_the_button_a.jpg b/thumbnails/AI2_Alphabot_2_press_the_button_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b75bc27395e19e388332344aaf15609671647e9e --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_press_the_button_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c317dd644edccaf42955fe996a3ac06c63e33b9f37b38e577abf214f04bbed3 +size 20551 diff --git a/thumbnails/AI2_Alphabot_2_press_the_button_b.jpg b/thumbnails/AI2_Alphabot_2_press_the_button_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6cfa06d531c3ad6a7ade18852a3b24c52b7fb7b --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_press_the_button_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f3a237f4a352f41bac927927fbae825b7d13e1a2e6320271704cabc162c235 +size 19056 diff --git a/thumbnails/AI2_Alphabot_2_recover_after_touching_an_obstacle.jpg b/thumbnails/AI2_Alphabot_2_recover_after_touching_an_obstacle.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d47027be11f0c32b3c669b1aba3f31da084a3539 --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_recover_after_touching_an_obstacle.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d00dc28570b29c1a9186d0d54c9dd18dfc9df86ed8cadeb722a0f34ff667c87 +size 23675 diff --git a/thumbnails/AI2_Alphabot_2_stack_building_blocks.jpg b/thumbnails/AI2_Alphabot_2_stack_building_blocks.jpg new file mode 100644 index 0000000000000000000000000000000000000000..535091740302f8b81dd3a997a751429146ff0b39 --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_stack_building_blocks.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6d9e17b7d2e40191e1ab3018aa126aa7f180f5939092c03192c2a74563682b +size 19543 diff --git a/thumbnails/AI2_Alphabot_2_sticker.jpg b/thumbnails/AI2_Alphabot_2_sticker.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f93c2df5a79a0fc92a94f1b902a83698208fe1d --- /dev/null +++ b/thumbnails/AI2_Alphabot_2_sticker.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8e647fc957fea3d457577a2f70b2314f8b795acf13d0652a371a30cb562ca1 +size 15189 diff --git a/thumbnails/Agilex_Cobot_Magic_basket_storage_banana.jpg b/thumbnails/Agilex_Cobot_Magic_basket_storage_banana.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3dbffa388736499b3c345013074e3d21f274499c --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_basket_storage_banana.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a63afb74cb0aaeba41ed1d20f8f1054703d776ba6c20b28539b41fd1bf6b455 +size 20444 diff --git a/thumbnails/Agilex_Cobot_Magic_basket_storage_bread.jpg b/thumbnails/Agilex_Cobot_Magic_basket_storage_bread.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26730d38fa91dfe5b6a92f6870b548dae10d0f76 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_basket_storage_bread.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec550e1fbb0b61a905ceaba8196986e9e634d1025fee5e6927df5a347f20653a +size 45319 diff --git a/thumbnails/Agilex_Cobot_Magic_basket_storage_egg_yolk_pastry.jpg b/thumbnails/Agilex_Cobot_Magic_basket_storage_egg_yolk_pastry.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f06587720af9a0498c20255ccb59f2792751e98 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_basket_storage_egg_yolk_pastry.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89fab3dbc752a504877d9ae4d76b1b7de380c896f5042a773598c438e5ebe454 +size 30619 diff --git a/thumbnails/Agilex_Cobot_Magic_basket_storage_long_bread.jpg b/thumbnails/Agilex_Cobot_Magic_basket_storage_long_bread.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69e45ea67c597acd629b7de12bacd28c8c7f3bf0 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_basket_storage_long_bread.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f01031d792a668504eacd82ddb6b18a1e96c996d3914a6986a21a40da671d8 +size 20280 diff --git a/thumbnails/Agilex_Cobot_Magic_basket_storage_orange.jpg b/thumbnails/Agilex_Cobot_Magic_basket_storage_orange.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81747adabbd1819a9ffb560e64fbfa9c617b2bc9 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_basket_storage_orange.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09dd36fb6f37337bfa5117ce949338d258901f28a0c45edac85f20eb01e94389 +size 20967 diff --git a/thumbnails/Agilex_Cobot_Magic_basket_storage_peach.jpg b/thumbnails/Agilex_Cobot_Magic_basket_storage_peach.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a34a6b36bd0aae8f2190ca33f0112c67a19e62f --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_basket_storage_peach.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e7c8c274d7528d72941122e981e6883a42f5694705488fb9999dd55f3c6598 +size 19329 diff --git a/thumbnails/Agilex_Cobot_Magic_classify_objects_eight.jpg b/thumbnails/Agilex_Cobot_Magic_classify_objects_eight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13302e20fad8a0caf46fa5c1508081ffa29c0876 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_classify_objects_eight.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f45af3409cd206340875d63b96c85a5778a733b64fadff16949eaa53edb65f9 +size 17637 diff --git a/thumbnails/Agilex_Cobot_Magic_classify_objects_six.jpg b/thumbnails/Agilex_Cobot_Magic_classify_objects_six.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9121d28de7e7772506cb19da138864547282a1aa --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_classify_objects_six.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8595a9297312a27fb3c8e47cfa878c7dba8eb9b4e1bc470a52322b692e4600 +size 17253 diff --git a/thumbnails/Agilex_Cobot_Magic_close_drawer_bottom.jpg b/thumbnails/Agilex_Cobot_Magic_close_drawer_bottom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4245c6dd6674158d73643447ea15485433f631a6 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_close_drawer_bottom.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01c08d50d927e6fc46fec715f3dda157b55d06d3c5b66f46b4982d674fed974 +size 14139 diff --git a/thumbnails/Agilex_Cobot_Magic_close_drawer_top.jpg b/thumbnails/Agilex_Cobot_Magic_close_drawer_top.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97869143bebf802845108045f6922dc5c5ed1679 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_close_drawer_top.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb8e91a2f0a75315a9eba3aa82a8a7b7bd40613485d6d9eadb83679d30c3740 +size 9564 diff --git a/thumbnails/Agilex_Cobot_Magic_close_drawer_upper.jpg b/thumbnails/Agilex_Cobot_Magic_close_drawer_upper.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f1e5bb4e291d469d644eb625b17cd41bfb74bea --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_close_drawer_upper.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b62512c46253e95838f8a4a6c3ebd275e46cd88cdba84cdca93770d0ad8faa4 +size 18461 diff --git a/thumbnails/Agilex_Cobot_Magic_connect_block.jpg b/thumbnails/Agilex_Cobot_Magic_connect_block.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6ed32203b4f6f0f45b7bdde2375ae0004511c43 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_connect_block.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2325a7fb0f9fa0274d381880f722066b14ec712b023b3ba1abbfbeb5e2f1b12d +size 8817 diff --git a/thumbnails/Agilex_Cobot_Magic_erase_board.jpg b/thumbnails/Agilex_Cobot_Magic_erase_board.jpg new file mode 100644 index 0000000000000000000000000000000000000000..145b53ad8d42e9d16fdf2afbd04abfa16f590008 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_erase_board.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09831b37023f70b0a1d87e691b11b8f58ee5e16defbf55e2a55de731b297d273 +size 11340 diff --git a/thumbnails/Agilex_Cobot_Magic_erase_board_left.jpg b/thumbnails/Agilex_Cobot_Magic_erase_board_left.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90a1db84e4f7274c8146ad38012dd984fdcff4c5 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_erase_board_left.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ded234399ba5843f74ab2f7a09f3a197cec87d1144d223524d7bd13855649a5 +size 15073 diff --git a/thumbnails/Agilex_Cobot_Magic_erase_board_left_side.jpg b/thumbnails/Agilex_Cobot_Magic_erase_board_left_side.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1762af1fc5ff9ddee611cfc66c34fcf687702779 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_erase_board_left_side.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92798fce4734d61269237e9e15d2d9fd426fe09c307881a8c884ef37d2302bd7 +size 13590 diff --git a/thumbnails/Agilex_Cobot_Magic_erase_board_passing_left_to_right.jpg b/thumbnails/Agilex_Cobot_Magic_erase_board_passing_left_to_right.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f067ace1d8d077b532faa53ca521cd59387fe775 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_erase_board_passing_left_to_right.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1636b822a90f183f778fe2af9b915238d07a78cb4bd101097160030ed26f43bb +size 11464 diff --git a/thumbnails/Agilex_Cobot_Magic_erase_board_passing_right_to_left.jpg b/thumbnails/Agilex_Cobot_Magic_erase_board_passing_right_to_left.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4cc8dc01a06aeb176eda4811ec2fef1162be1ea --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_erase_board_passing_right_to_left.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4220a9f7ee0c433074902324ab6285cc26c1dee42bc2454fce980185a491bb4a +size 11921 diff --git a/thumbnails/Agilex_Cobot_Magic_erase_board_right.jpg b/thumbnails/Agilex_Cobot_Magic_erase_board_right.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff9e7a5b98ebd194f4a51d445519d2a55ad609c5 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_erase_board_right.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a02f745acf779c269b614175759f5119e81bae27862ab94836810b8946615a29 +size 12683 diff --git a/thumbnails/Agilex_Cobot_Magic_fold_T-shirts.jpg b/thumbnails/Agilex_Cobot_Magic_fold_T-shirts.jpg new file mode 100644 index 0000000000000000000000000000000000000000..488afa2b4c29bfcc7c13841f63d0d23aa7bee2e4 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_fold_T-shirts.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5018969e54eaa03348a4b1743d27dcb3925bd930eef305d01e2f9f071ffe5c +size 18814 diff --git a/thumbnails/Agilex_Cobot_Magic_fold_clothes.jpg b/thumbnails/Agilex_Cobot_Magic_fold_clothes.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce9ec8d03f4101c14bc3508c32ad8c1cfa87b715 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_fold_clothes.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b753a907ed8c88e903656ac5279da9e0c5e568d59d29bf4eb4d154b007ec184 +size 50803 diff --git a/thumbnails/Agilex_Cobot_Magic_fold_jeans_shorts_children's.jpg b/thumbnails/Agilex_Cobot_Magic_fold_jeans_shorts_children's.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00f9c89fb67bb6943e6efcb7084619c1bb57df83 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_fold_jeans_shorts_children's.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71345c160086eef789a536bc6b748a8c7af0a605dcef8b2fc7f941bbf8a1d9fd +size 21983 diff --git a/thumbnails/Agilex_Cobot_Magic_fold_short_sleeve_black.jpg b/thumbnails/Agilex_Cobot_Magic_fold_short_sleeve_black.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7294c20bbdd6d8ee2f3bfa5032af45d6ad63a0df --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_fold_short_sleeve_black.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45f9db17853740fbc413f12524c32d307b72bf37dc95a673750a1be1afcae9d +size 18672 diff --git a/thumbnails/Agilex_Cobot_Magic_fold_short_sleeve_white.jpg b/thumbnails/Agilex_Cobot_Magic_fold_short_sleeve_white.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8c209a221141c18eaf990f8ca6272a4e9f7b5c5 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_fold_short_sleeve_white.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66bb73261634bb278e30d34cf9ff083c6203af556eb512c3f8f58863daa8f66d +size 20393 diff --git a/thumbnails/Agilex_Cobot_Magic_fold_shorts_khaki.jpg b/thumbnails/Agilex_Cobot_Magic_fold_shorts_khaki.jpg new file mode 100644 index 0000000000000000000000000000000000000000..801590daa9c382ff8a8fca9e0f3a1ba5cbec49c6 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_fold_shorts_khaki.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955f6c93bfe1b262d5f18f7af6b48d8aab3dff2d13324b29b68d4793fe436fb3 +size 18917 diff --git a/thumbnails/Agilex_Cobot_Magic_fold_the_pants.jpg b/thumbnails/Agilex_Cobot_Magic_fold_the_pants.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a7f9bdb8eca1dc362a953892a146d398524fc63 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_fold_the_pants.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57d93360a78fcf29407aedad212f0828a01914e22138f252e83691ea9719457 +size 49802 diff --git a/thumbnails/Agilex_Cobot_Magic_fold_towel.jpg b/thumbnails/Agilex_Cobot_Magic_fold_towel.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a521e9b3bd1f71cd77de5b4d8ee7a9da493c2ce --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_fold_towel.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ba2ba434fe108e8ca28071ebff854fecd984e25071b88bf0cad57fb4a3421e +size 11023 diff --git a/thumbnails/Agilex_Cobot_Magic_fold_towel_blue.jpg b/thumbnails/Agilex_Cobot_Magic_fold_towel_blue.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cdfbee23a6ce8a02f3ebd9e231ded2d110881078 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_fold_towel_blue.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e16429f6186b62e2966ccbb80dce7c0418a3c2911be1e56132bea604631bc06 +size 24949 diff --git a/thumbnails/Agilex_Cobot_Magic_fold_towel_blue_tray.jpg b/thumbnails/Agilex_Cobot_Magic_fold_towel_blue_tray.jpg new file mode 100644 index 0000000000000000000000000000000000000000..776fa86f1f4b813a8d1da8935c04a7fc2901e9b3 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_fold_towel_blue_tray.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0baec95bbea10638c33720f7eaf31f3531a84908090fa038fcc7392ef2fb0ef8 +size 17680 diff --git a/thumbnails/Agilex_Cobot_Magic_fold_towel_brown.jpg b/thumbnails/Agilex_Cobot_Magic_fold_towel_brown.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86fd0c53d1b69a76a7e83d3afa286cfd1f0e9649 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_fold_towel_brown.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b900303ccf1972d034f55505ef985abd1d803832deb71f5e01837ee25e05539d +size 16673 diff --git a/thumbnails/Agilex_Cobot_Magic_fold_towel_grey_tray.jpg b/thumbnails/Agilex_Cobot_Magic_fold_towel_grey_tray.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01dd208565f16eb77c7f07b0cee8e48eef889b17 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_fold_towel_grey_tray.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96080f2a0c73fb107530434338b14e2dad81d47ca5ce69992bafe4340ea127a5 +size 13584 diff --git a/thumbnails/Agilex_Cobot_Magic_fold_towel_pink_tray.jpg b/thumbnails/Agilex_Cobot_Magic_fold_towel_pink_tray.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e5d9c76485e86c39d3b2e5de302f93e7cb9e7dc --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_fold_towel_pink_tray.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5639526f6f9b8b166d49ad8730bd498171fd937ec0604ebfc6d9875d585381 +size 13685 diff --git a/thumbnails/Agilex_Cobot_Magic_fold_towel_purple.jpg b/thumbnails/Agilex_Cobot_Magic_fold_towel_purple.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b36f143abcf4dad0ebd2f3d591685482dfc93681 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_fold_towel_purple.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6112ec34a85b6c5cf4eeaf862b43338f12d47ef9f75ab669182a8c3669edb290 +size 13048 diff --git a/thumbnails/Agilex_Cobot_Magic_fold_towel_tray_twice.jpg b/thumbnails/Agilex_Cobot_Magic_fold_towel_tray_twice.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3beaf4f8c65ea26ec4deb721d9de3eb5b355538 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_fold_towel_tray_twice.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3cb546d27223f491f13ac3dcb50a266b05ed6211630380f2d0ed9a829d8c81a +size 13746 diff --git a/thumbnails/Agilex_Cobot_Magic_fold_towel_yellow_tray.jpg b/thumbnails/Agilex_Cobot_Magic_fold_towel_yellow_tray.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0651a36eb61481e3b066e0381cdf27b739560aae --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_fold_towel_yellow_tray.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505ce6d7bdadb9d47034764672798669ee6f61969fe7cf4f14ed33942b03bad3 +size 14099 diff --git a/thumbnails/Agilex_Cobot_Magic_heat_burger.jpg b/thumbnails/Agilex_Cobot_Magic_heat_burger.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1827009ef052415845b949f374e1290fd66f7f1f --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_heat_burger.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d237d17989b779535f7680409b34434289ae72cf4a6a289cbb35a06a9a0fc2 +size 14139 diff --git a/thumbnails/Agilex_Cobot_Magic_heat_sandwich.jpg b/thumbnails/Agilex_Cobot_Magic_heat_sandwich.jpg new file mode 100644 index 0000000000000000000000000000000000000000..debe92ed6987e8d87a2926fa91df87cd015f72c9 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_heat_sandwich.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48af53bcc459682d001cd7c8bc755ef69fe927978dc8ad776c563b123a2865e1 +size 11350 diff --git a/thumbnails/Agilex_Cobot_Magic_make_sandwiche.jpg b/thumbnails/Agilex_Cobot_Magic_make_sandwiche.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2da9f0bd3bead19ebc49bca97effc554ab5c56ac --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_make_sandwiche.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8d851485855ac923a4137c8b3028f3ef3dfcd980ab8431e01a4cf44e12d35d +size 16362 diff --git a/thumbnails/Agilex_Cobot_Magic_move_mouse.jpg b/thumbnails/Agilex_Cobot_Magic_move_mouse.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2eb1bc71f30b214be286bc9854f193e10574a2e5 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_move_mouse.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d6a6237c34de06ec4ec1fd0ea91d5d7a055a63413020bcb8e8afb988f4527a +size 13968 diff --git a/thumbnails/Agilex_Cobot_Magic_move_mouse_pen.jpg b/thumbnails/Agilex_Cobot_Magic_move_mouse_pen.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6df7530a8a8c153b3ee10a938d1c0f9df4edeeed --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_move_mouse_pen.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40fdd8ea0bcdd15b989ab891d84da7916b1de0cff89667e66b374b2f85f8c71 +size 15552 diff --git a/thumbnails/Agilex_Cobot_Magic_move_mouse_pen_black_tablecloth.jpg b/thumbnails/Agilex_Cobot_Magic_move_mouse_pen_black_tablecloth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..482dc4e7b5ba9d30f396aec362214c55ad09b2ab --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_move_mouse_pen_black_tablecloth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5fd4b6520f15c34fe83aa65ef9bb85e85198c0588679ccee5b75a2ba348bd5c +size 19172 diff --git a/thumbnails/Agilex_Cobot_Magic_move_mouse_pen_green_tablecloth.jpg b/thumbnails/Agilex_Cobot_Magic_move_mouse_pen_green_tablecloth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf0df6e487210f56056c2a4cfab069d1a9abe061 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_move_mouse_pen_green_tablecloth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c73e0dbf5adebd442f355e263e1b04ca4cc284a7795bf5610e1431528ebc89 +size 19363 diff --git a/thumbnails/Agilex_Cobot_Magic_move_mouse_pen_khaki_tablecloth.jpg b/thumbnails/Agilex_Cobot_Magic_move_mouse_pen_khaki_tablecloth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15d06ad4d359e3118df735810a2ccb20b6239f6b --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_move_mouse_pen_khaki_tablecloth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b5129e8aae1a602aa6157b9924f165e664d00511a83656dc78a61f946a934a +size 18331 diff --git a/thumbnails/Agilex_Cobot_Magic_move_mouse_pen_red_tablecloth.jpg b/thumbnails/Agilex_Cobot_Magic_move_mouse_pen_red_tablecloth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3400fd8ecfd87f90fc595d2439ba68daa90d27f2 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_move_mouse_pen_red_tablecloth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51428fe1c4c69e348ab559ab20a70a143babde299d3dff56dcc27ad118864059 +size 21988 diff --git a/thumbnails/Agilex_Cobot_Magic_move_object.jpg b/thumbnails/Agilex_Cobot_Magic_move_object.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99a105defe988018e8216c115079684d7f0c9d9d --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_move_object.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097de1f36a324703540d95d1076c0c0bd9546b1befb41b2ef0b321403f7ddd78 +size 17295 diff --git a/thumbnails/Agilex_Cobot_Magic_move_object_beige_tablecloth.jpg b/thumbnails/Agilex_Cobot_Magic_move_object_beige_tablecloth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0cc176cb3a525ab9e11c09c533c2d83eca2dedbb --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_move_object_beige_tablecloth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77a8e7983c9ff5b40acba4d1a8fb901cf6137cf769c3e4ddb4b7c00eb68a96c +size 16118 diff --git a/thumbnails/Agilex_Cobot_Magic_move_object_black_tablecloth.jpg b/thumbnails/Agilex_Cobot_Magic_move_object_black_tablecloth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b02639e01d21cfc86c727365d99218686a49eafb --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_move_object_black_tablecloth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b46fb0124c9fa00c1524bb7086b1e01d99cc137dab67877361f60e45a141581 +size 24361 diff --git a/thumbnails/Agilex_Cobot_Magic_move_object_green_tablecloth.jpg b/thumbnails/Agilex_Cobot_Magic_move_object_green_tablecloth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5ba5f7525c4e809f100cf54c1b802f00a2e6417 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_move_object_green_tablecloth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d1f2da8fbe0c0785a3186bfa1e86813e8297eb06737fa0c16adb56a6c6e6ea +size 35810 diff --git a/thumbnails/Agilex_Cobot_Magic_move_object_red_tablecloth.jpg b/thumbnails/Agilex_Cobot_Magic_move_object_red_tablecloth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..955e35e1bb2925f4e600b6ce8be3ff965cf5fe4e --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_move_object_red_tablecloth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c254853b8353585ae403948ce2abec5bbaa22e8fea99a6f811abc350ab5179aa +size 17407 diff --git a/thumbnails/Agilex_Cobot_Magic_move_pencil_sharpener.jpg b/thumbnails/Agilex_Cobot_Magic_move_pencil_sharpener.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2fcc7efe5e6b79ffcb70c6dcf14782b3d7015ce --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_move_pencil_sharpener.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64147ad1a0e387f9635a717ac698d571770e7de0a64e2d6248daeda75dc0a235 +size 14557 diff --git a/thumbnails/Agilex_Cobot_Magic_open_drawer_bottom.jpg b/thumbnails/Agilex_Cobot_Magic_open_drawer_bottom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..faa76908f3ec5352d1cbd67eaeb754ea2d741160 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_open_drawer_bottom.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6cf365ca79f767bd46143c9bfd75274d1131e6ec32b17d24573c575b73764c +size 12320 diff --git a/thumbnails/Agilex_Cobot_Magic_organize_desk_fail.jpg b/thumbnails/Agilex_Cobot_Magic_organize_desk_fail.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72ccecfa599db7a34172c88b580c23cda48e73a0 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_organize_desk_fail.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6865464aa81c0192f60e48ed287b21aa2b14abdcf8a80d52ab16a4e0cf817cd8 +size 27022 diff --git a/thumbnails/Agilex_Cobot_Magic_organize_test_tube.jpg b/thumbnails/Agilex_Cobot_Magic_organize_test_tube.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3be1af251a3222929e6214d20ad841921f2abad0 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_organize_test_tube.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d44fb2258cc0f05a9cb7f8d60b9aff137c994d892d86c7b3bb325bf6176769 +size 14807 diff --git a/thumbnails/Agilex_Cobot_Magic_pass_object_left_to_right_black_tablecloth.jpg b/thumbnails/Agilex_Cobot_Magic_pass_object_left_to_right_black_tablecloth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5bbf1a35f0459a633563e503cc2e9509e2cd200e --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_pass_object_left_to_right_black_tablecloth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e474607a6bcd53c1b4a7eae779cc2a84735f35a2b13ae402581fd4e9d0c83bf +size 17337 diff --git a/thumbnails/Agilex_Cobot_Magic_pass_object_left_to_right_green_tablecloth.jpg b/thumbnails/Agilex_Cobot_Magic_pass_object_left_to_right_green_tablecloth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2c66d115798e34bac49b70266168788770e9b35 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_pass_object_left_to_right_green_tablecloth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ba24ebcd387cde156e6f857aaf2800c6e5f80ae9df5992c7d020556ca231db +size 12145 diff --git a/thumbnails/Agilex_Cobot_Magic_pass_object_left_to_right_khaki_tablecloth.jpg b/thumbnails/Agilex_Cobot_Magic_pass_object_left_to_right_khaki_tablecloth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fbf8f4b85a43f8555c6bf08659e2af907aa23cb --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_pass_object_left_to_right_khaki_tablecloth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9925528289f4cb47548ab47a0f7be004008c4dd0d99731e419e377d126b7d71 +size 11743 diff --git a/thumbnails/Agilex_Cobot_Magic_pass_object_left_to_right_white_tablecloth.jpg b/thumbnails/Agilex_Cobot_Magic_pass_object_left_to_right_white_tablecloth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3bef2e84de08bae9ac3869047b745ccff6d6bc2 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_pass_object_left_to_right_white_tablecloth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ed8a36ff6688bc2c4cfefc9ad02588d2eb9536f939c9675e7a45e092cc089f +size 13811 diff --git a/thumbnails/Agilex_Cobot_Magic_pass_object_right_to_left_black_tablecloth.jpg b/thumbnails/Agilex_Cobot_Magic_pass_object_right_to_left_black_tablecloth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fe6e3fd44f599548e058ddd9727054de2ef3133 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_pass_object_right_to_left_black_tablecloth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0dc5859deb134fa60b8ba21cfb643273857e468857e268f0a6cc308e53a4dda +size 18343 diff --git a/thumbnails/Agilex_Cobot_Magic_pass_object_right_to_left_green_tablecloth.jpg b/thumbnails/Agilex_Cobot_Magic_pass_object_right_to_left_green_tablecloth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ad3d7aa96002447f5c6c57f8fc1d50274f56e64 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_pass_object_right_to_left_green_tablecloth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6365ea5e0ab76f4e4a765a20ed3a1a91044fdaa4dd1411771c4b4773328f8be +size 11779 diff --git a/thumbnails/Agilex_Cobot_Magic_pass_object_right_to_left_khaki_tablecloth.jpg b/thumbnails/Agilex_Cobot_Magic_pass_object_right_to_left_khaki_tablecloth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca32fbe4a29dca91235c5a0f89ffc6466f045459 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_pass_object_right_to_left_khaki_tablecloth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84fac54f7d0afd1271ca3446d4e5e92b135f9c428688063bfd6e7ccd79c9b897 +size 12469 diff --git a/thumbnails/Agilex_Cobot_Magic_pass_object_right_to_left_red_tablecloth.jpg b/thumbnails/Agilex_Cobot_Magic_pass_object_right_to_left_red_tablecloth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af4b9c190ff0bbbd2e90fe550e2c8265c3b9e160 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_pass_object_right_to_left_red_tablecloth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40af8f887ebc1875799d4353a5c30727aa6aff80e80180a1d63f0225d281bd32 +size 15165 diff --git a/thumbnails/Agilex_Cobot_Magic_pass_object_right_to_left_white_tablecloth.jpg b/thumbnails/Agilex_Cobot_Magic_pass_object_right_to_left_white_tablecloth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a45bc912908a27eb6e99723c0a0b2dcecfa58c6b --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_pass_object_right_to_left_white_tablecloth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23627802fb4b2e7482b3b1d7dd5c407e99786f8e36af35c6b19c9b90adf2a695 +size 11986 diff --git a/thumbnails/Agilex_Cobot_Magic_place_towel_flat.jpg b/thumbnails/Agilex_Cobot_Magic_place_towel_flat.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c776494c42775afbcea5c5107d4520488e94dbc --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_place_towel_flat.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cad31bf377f1b82012ef45e1dd25e2d94b30c5df72bafdc1d3787d5fdb219c8 +size 20406 diff --git a/thumbnails/Agilex_Cobot_Magic_plate_storage.jpg b/thumbnails/Agilex_Cobot_Magic_plate_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d9ee20152cae71305c129300e0a8c39a063af00 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_plate_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a4fff57904157be15d4accf057eaa0283584fbeeab0b2d7a3e784615204319 +size 28181 diff --git a/thumbnails/Agilex_Cobot_Magic_pour_drink_bottle_cup.jpg b/thumbnails/Agilex_Cobot_Magic_pour_drink_bottle_cup.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44bfce137dfdc09227dc3997f879d421323289e7 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_pour_drink_bottle_cup.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d5b8202fdfd638fd8a4fac8e43d5c6488b67606ab4f9695a92f781979eb416 +size 11260 diff --git a/thumbnails/Agilex_Cobot_Magic_pour_drink_bottle_cup_cup.jpg b/thumbnails/Agilex_Cobot_Magic_pour_drink_bottle_cup_cup.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3ff69313bd969a57a1af676415ce18482b5d9eb --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_pour_drink_bottle_cup_cup.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198e218b47179545687d87191445670ff9300298a38fb891071b3d8c6cab96b9 +size 10955 diff --git a/thumbnails/Agilex_Cobot_Magic_pour_rice.jpg b/thumbnails/Agilex_Cobot_Magic_pour_rice.jpg new file mode 100644 index 0000000000000000000000000000000000000000..706946ba966ca93162ff4673c17f148a2479b822 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_pour_rice.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565b2e2a5a29b9d2e3588b1c3dd5cda3e7b4f3c3325b1a521f5457ed91f621bd +size 17905 diff --git a/thumbnails/Agilex_Cobot_Magic_pour_tea.jpg b/thumbnails/Agilex_Cobot_Magic_pour_tea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41f84cbc72ad564ceb4eecb92f138e90f5730187 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_pour_tea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51504690c76b996ad5d032168f49c3fcc1e476c77db570cf9bde81edfec90b8 +size 21822 diff --git a/thumbnails/Agilex_Cobot_Magic_pour_water_bottle_cup_cup.jpg b/thumbnails/Agilex_Cobot_Magic_pour_water_bottle_cup_cup.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e39e1883109a3b2db313ce932e6c6fe52395e330 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_pour_water_bottle_cup_cup.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c52320c076b1051feb0181a68ada965f1e94e02642add007d2951f7019318a2 +size 11109 diff --git a/thumbnails/Agilex_Cobot_Magic_pour_water_middle_cup.jpg b/thumbnails/Agilex_Cobot_Magic_pour_water_middle_cup.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4dff36d9a6f1f7fb45e8ec0d8e6db512fc0ba82e --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_pour_water_middle_cup.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befc5b4b2e52fd06da360847a012e22d2ce513858e3eda37b61c3acab102a484 +size 9268 diff --git a/thumbnails/Agilex_Cobot_Magic_pour_water_pink_cup.jpg b/thumbnails/Agilex_Cobot_Magic_pour_water_pink_cup.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ed63e714e013c91c0297d0399e10195da480cf3 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_pour_water_pink_cup.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec0ccb94398d0c80c7a110f3649cb420408b2bf22eec3de3dd1755103b41a47 +size 9407 diff --git a/thumbnails/Agilex_Cobot_Magic_scoop_coffee_beans.jpg b/thumbnails/Agilex_Cobot_Magic_scoop_coffee_beans.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80a4083ec4142d1d5a5bbecc07af961b1eba3ce0 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_scoop_coffee_beans.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f40e7ee807e9afd4692c05b2cfd8c8a6fc03629e0fff0f3b521bad488fb22b +size 20116 diff --git a/thumbnails/Agilex_Cobot_Magic_seal_bag.jpg b/thumbnails/Agilex_Cobot_Magic_seal_bag.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96b2a56c11f4005f1d941d40621b36a583ca7609 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_seal_bag.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcba9e698325b4b67264f21157e4646ea2b6b64e861d8b60e24258234cc86c5 +size 12888 diff --git a/thumbnails/Agilex_Cobot_Magic_stack_baskets.jpg b/thumbnails/Agilex_Cobot_Magic_stack_baskets.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b22991e478b2da8a56e8b0f3b82627c32ff9ac36 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_stack_baskets.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079b8a718cd1287659994a4a2a0a59f777ccb406055f734fd84436c01ab562c5 +size 74313 diff --git a/thumbnails/Agilex_Cobot_Magic_stack_block.jpg b/thumbnails/Agilex_Cobot_Magic_stack_block.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f6c2ce6d213ec1f5bc1b83069ab6c36e0483c19 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_stack_block.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5dac33eb79f5ef3fc745c0bb9ce731421645dcf28fa4b07ce9b8dcef6b61aac +size 8780 diff --git a/thumbnails/Agilex_Cobot_Magic_stir_coffee.jpg b/thumbnails/Agilex_Cobot_Magic_stir_coffee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f1a048187a2cb0a060c112bff93852dad1a56ac --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_stir_coffee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9182a1fae6f4a9c308d1554784ca38ba89c73c17d5cc10f325422b2afb82b8f +size 16827 diff --git a/thumbnails/Agilex_Cobot_Magic_storage_bread_basket.jpg b/thumbnails/Agilex_Cobot_Magic_storage_bread_basket.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6634b0e5db5370fe1b69040a9688fa7e21ded7f --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_storage_bread_basket.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1f71588537b11d61c2b217eb19e48d2eea6792b46e0a134afbb2eb98e4f075 +size 16525 diff --git a/thumbnails/Agilex_Cobot_Magic_storage_fruit_basket.jpg b/thumbnails/Agilex_Cobot_Magic_storage_fruit_basket.jpg new file mode 100644 index 0000000000000000000000000000000000000000..590b5e200db5ea2fc8c8e2a3a8d598612011763b --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_storage_fruit_basket.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718f01ef6523868fa55a9647ce357624e4841686f6bfd2d3871c1c2c62bfe003 +size 22569 diff --git a/thumbnails/Agilex_Cobot_Magic_storage_fuirt_bowl.jpg b/thumbnails/Agilex_Cobot_Magic_storage_fuirt_bowl.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd2bdec8ac03aa7ffbab358ad9899ad6b81273b5 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_storage_fuirt_bowl.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92de0ba1d0dc9653b1afdf8e7ca8840967f4ad01772c290ff35a60498a786ca +size 14691 diff --git a/thumbnails/Agilex_Cobot_Magic_storage_lemon_mango.jpg b/thumbnails/Agilex_Cobot_Magic_storage_lemon_mango.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82da0e91579bd8d9a695825bc5927c78cc217416 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_storage_lemon_mango.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ca5f78918cb25cbe23b6bb1ac44183ba7f3c016034c8d6b48707d942fad476 +size 19556 diff --git a/thumbnails/Agilex_Cobot_Magic_storage_object.jpg b/thumbnails/Agilex_Cobot_Magic_storage_object.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c5301af481776c91ce3579705c159dca3b6a6e5 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_storage_object.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb9e99361b9ba458fe0f8d334f397470d8eaaf6808bba6c912a5a4f609620a3 +size 23263 diff --git a/thumbnails/Agilex_Cobot_Magic_storage_object_basket.jpg b/thumbnails/Agilex_Cobot_Magic_storage_object_basket.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2c4a831e2b437ace5d08de85960fa5b31e96b3c --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_storage_object_basket.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d3f68bf804747307c692e8b09448945371e2f8d133777f6ed8117a4c0ae7d2 +size 24929 diff --git a/thumbnails/Agilex_Cobot_Magic_storage_object_closest.jpg b/thumbnails/Agilex_Cobot_Magic_storage_object_closest.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0286682cdecbc18df14ae051268d80c2d9b972c1 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_storage_object_closest.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83de7e409a1e4528906adbf5c0e65098b0fcec54037b2b3134ded6a9c8fa6ec +size 23825 diff --git a/thumbnails/Agilex_Cobot_Magic_storage_object_closest_apple.jpg b/thumbnails/Agilex_Cobot_Magic_storage_object_closest_apple.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de348e84410d6996ab9aff020865d11485239696 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_storage_object_closest_apple.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd55918121e5344feec78ef853ce6da47e2f9b79adc8e942dc1cadd4256029fa +size 17998 diff --git a/thumbnails/Agilex_Cobot_Magic_storage_object_closest_cube.jpg b/thumbnails/Agilex_Cobot_Magic_storage_object_closest_cube.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bc8e92f5353f2ea84d26965be70c1860e585f46 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_storage_object_closest_cube.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ad56675d01414d8de2b7394ec3297471e52deb788cb617a5edea2f5dbed38c +size 17347 diff --git a/thumbnails/Agilex_Cobot_Magic_storage_object_left.jpg b/thumbnails/Agilex_Cobot_Magic_storage_object_left.jpg new file mode 100644 index 0000000000000000000000000000000000000000..960edeb0bd7da44b52fc867f26d56ce14aeba12d --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_storage_object_left.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb8bec1b25f5587ba54e90b468e538112c9c1dc4c984c101244bb334de0417f +size 19655 diff --git a/thumbnails/Agilex_Cobot_Magic_storage_object_red_tablecloth.jpg b/thumbnails/Agilex_Cobot_Magic_storage_object_red_tablecloth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fee8ebeaa319ff74078b891ee1dfc08dbe42e5f4 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_storage_object_red_tablecloth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c05d43f9f7c98ab768a32385167425f332a2388d73ba656de39246cfea8cfb +size 27603 diff --git a/thumbnails/Agilex_Cobot_Magic_storage_orange_basket_left.jpg b/thumbnails/Agilex_Cobot_Magic_storage_orange_basket_left.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3c4d025b8df10a44723b877b117e5e790a26d81 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_storage_orange_basket_left.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79d983c9b23c895fca7d942d6b3fd77eb1992a0565df1dd5b6d665d1633d8c5 +size 15391 diff --git a/thumbnails/Agilex_Cobot_Magic_storage_orange_basket_right.jpg b/thumbnails/Agilex_Cobot_Magic_storage_orange_basket_right.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e15b93f821228567293bd6dbff93df10853730a6 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_storage_orange_basket_right.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa102f95336d6725cc3643038098fbc6dbe98da5582e0395d460d2e2f043cde +size 14503 diff --git a/thumbnails/Agilex_Cobot_Magic_storage_orange_white_bag.jpg b/thumbnails/Agilex_Cobot_Magic_storage_orange_white_bag.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff3729ec2be660c410c888bce5249ee5f6cc42c5 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_storage_orange_white_bag.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b264897141495780e35a4216903b73549ecb5a5b4382b5e5be93532152b52c0 +size 12775 diff --git a/thumbnails/Agilex_Cobot_Magic_storage_peach_brown_bag.jpg b/thumbnails/Agilex_Cobot_Magic_storage_peach_brown_bag.jpg new file mode 100644 index 0000000000000000000000000000000000000000..885066089349c934265b9706250d564db39caee6 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_storage_peach_brown_bag.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fe862558c7e7c7368db6ff5fc5bb8f2bcde9dee2cc3ebbbe8cb0a09e6f7ef7 +size 11763 diff --git a/thumbnails/Agilex_Cobot_Magic_storage_peach_left.jpg b/thumbnails/Agilex_Cobot_Magic_storage_peach_left.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbc8771bcd5568265a85fdd9d3f4a2e83c6a25af --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_storage_peach_left.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4148566dfbcf2ada4050ebf00d85a609e754b8e1a5a7b74a1596a93e29229d9a +size 15016 diff --git a/thumbnails/Agilex_Cobot_Magic_storage_peach_right.jpg b/thumbnails/Agilex_Cobot_Magic_storage_peach_right.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e4f61317a63ee3f0a94ddeb1334d1548eeebe59 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_storage_peach_right.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89088d3a3159d5e9eb0047daf7bb08ead7e781242b4607bfb4d0208570e44b01 +size 13955 diff --git a/thumbnails/Agilex_Cobot_Magic_storage_peach_white_bag.jpg b/thumbnails/Agilex_Cobot_Magic_storage_peach_white_bag.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99cba6b259a1d8dff19bfe1fdf54eb9d7e86a542 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_storage_peach_white_bag.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b206bb36bbc7486bd1269a0ac7b3ed3ae62569d7db51bbeaaa52e30a0331eae4 +size 12510 diff --git a/thumbnails/Agilex_Cobot_Magic_storage_towel.jpg b/thumbnails/Agilex_Cobot_Magic_storage_towel.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc46109aa846eb5bf1547d348f5724a2d2bd6882 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_storage_towel.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7339bfe1107e947c3aa4c96b7877e38536bb00d95c447ebea47e616f43f1aa +size 21313 diff --git a/thumbnails/Agilex_Cobot_Magic_sweep_coffee_beans.jpg b/thumbnails/Agilex_Cobot_Magic_sweep_coffee_beans.jpg new file mode 100644 index 0000000000000000000000000000000000000000..283c5a45fc3ebd330e3d23331b58c0ea57532cf9 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_sweep_coffee_beans.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738ae847894febe811587836fdc9c84a1080652d07b27ea46c2cd726959c361c +size 15147 diff --git a/thumbnails/Agilex_Cobot_Magic_wipe_table.jpg b/thumbnails/Agilex_Cobot_Magic_wipe_table.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a04a150f507ffa95a8da44e36527e0372bd1e60 --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_wipe_table.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e91d771e1eb8a5f7a42ec5e12470952504e84424b2f285d71649f6e5cf56a1 +size 19224 diff --git a/thumbnails/Agilex_Cobot_Magic_wipe_the_table.jpg b/thumbnails/Agilex_Cobot_Magic_wipe_the_table.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a7b9873e8f9557a6429af3f76406960ee47da6e --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_wipe_the_table.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819ab70628b5a911bedba0e291c131059538370a9828436ccd6c395956692c10 +size 17493 diff --git a/thumbnails/Agilex_Cobot_Magic_zip_up_the_document_bag.jpg b/thumbnails/Agilex_Cobot_Magic_zip_up_the_document_bag.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82462bf2df7831a01109b19738580ba26b94f1db --- /dev/null +++ b/thumbnails/Agilex_Cobot_Magic_zip_up_the_document_bag.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc082ce7657cef9aa7402ddc4a8d398a603fa7285c8951fa93aed0aaf617040 +size 18372 diff --git a/thumbnails/Agilex_Split_Aloha_box_storage_chopsticks.jpg b/thumbnails/Agilex_Split_Aloha_box_storage_chopsticks.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c92bf8893ab589e94fea5a116e405f994324869 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_box_storage_chopsticks.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc8fa94f021252b84f31198e4d2943950244ee39231aa0ed48ca6c77352b0629 +size 42604 diff --git a/thumbnails/Agilex_Split_Aloha_cap_the_pen_a.jpg b/thumbnails/Agilex_Split_Aloha_cap_the_pen_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81381db29956f8b97530db742d8a10299236cb88 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_cap_the_pen_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439902403549aeedce1f747e3ff3609fc97dcad78285bb0de4e87c0083f616ca +size 23294 diff --git a/thumbnails/Agilex_Split_Aloha_catch_the_ball.jpg b/thumbnails/Agilex_Split_Aloha_catch_the_ball.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4591ff81efd1447bd6b9cee70a423c62838a8f8 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_catch_the_ball.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce75973dd5bc8fbd3a55ec8f242ec90be02df34d57330bc54ffe65a0d21ebde +size 15667 diff --git a/thumbnails/Agilex_Split_Aloha_classification_of_fruits_and_vegetables.jpg b/thumbnails/Agilex_Split_Aloha_classification_of_fruits_and_vegetables.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71fb139b78ac288cd2731aabf277a9d1118fdc7b --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_classification_of_fruits_and_vegetables.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3d481852c87c5b208a8d9b070cad68f8736f601546c62c88b729b02aa6281d +size 54264 diff --git a/thumbnails/Agilex_Split_Aloha_classification_of_fruits_and_vegetables_a.jpg b/thumbnails/Agilex_Split_Aloha_classification_of_fruits_and_vegetables_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4efe026f073203641537bf3fe479d09f3387bc39 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_classification_of_fruits_and_vegetables_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299d217d8c287edcb6c68621bd126138d350f258064f3c429ea464d0563c2ef6 +size 83176 diff --git a/thumbnails/Agilex_Split_Aloha_classification_of_tableware.jpg b/thumbnails/Agilex_Split_Aloha_classification_of_tableware.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33b916faa209c36bbd44c261209d39730d1a7be0 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_classification_of_tableware.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8df30b3e56fd7fdc340d3ab0711a0aa727a5f6cd321d4fb820436a6202c90ef +size 64513 diff --git a/thumbnails/Agilex_Split_Aloha_clean_blackboard.jpg b/thumbnails/Agilex_Split_Aloha_clean_blackboard.jpg new file mode 100644 index 0000000000000000000000000000000000000000..397d9e178ef5fa12bbd5c096ba1d5a520af2fbb4 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_clean_blackboard.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0cf30b1e1a1b3c53a81f716f17c09e86a9a677b786aaa85829c228cb380e7b7 +size 17288 diff --git a/thumbnails/Agilex_Split_Aloha_clean_up_the_tableware.jpg b/thumbnails/Agilex_Split_Aloha_clean_up_the_tableware.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95c8cb2040c0f441ce8ddfea0c8ff3dc73a660c2 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_clean_up_the_tableware.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdf061b103f419bd44de03f22d246ea67f38ccb45420d5e09e48ce31cfa93fc +size 74977 diff --git a/thumbnails/Agilex_Split_Aloha_clear_the_desktop.jpg b/thumbnails/Agilex_Split_Aloha_clear_the_desktop.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79d328e6eafeeff6d4b81b415ce886a1882b6318 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_clear_the_desktop.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de8773970a4b25f086c745679b4c2a4d088163ae093016754ed9a6d214c7ed6 +size 6583 diff --git a/thumbnails/Agilex_Split_Aloha_close_book.jpg b/thumbnails/Agilex_Split_Aloha_close_book.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a9c8a076fbaa320043a726f7bde2cf654364634 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_close_book.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df40bdc915d1f21f8a5a22255a2ad2de4b32dcf2363c7741f39e913c6a8e017 +size 21118 diff --git a/thumbnails/Agilex_Split_Aloha_cube_reset.jpg b/thumbnails/Agilex_Split_Aloha_cube_reset.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68e7f2c53b167836b8fa09c14532073947b74f52 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_cube_reset.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bec98fc43fe939bbf7b331f931ea0d9fe4e8c3221384f10b1f358a0f56be8a +size 18111 diff --git a/thumbnails/Agilex_Split_Aloha_cut_banana.jpg b/thumbnails/Agilex_Split_Aloha_cut_banana.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0e6742a996052f0b184c5a243383f6c65e0b77b --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_cut_banana.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c975ee318e5e245f0e44767ad05705773fbb6de360829051199551f7f4c795ae +size 17051 diff --git a/thumbnails/Agilex_Split_Aloha_desktop_organization.jpg b/thumbnails/Agilex_Split_Aloha_desktop_organization.jpg new file mode 100644 index 0000000000000000000000000000000000000000..480ebc11998dda02a9c86ac95debe7a04a91d3c3 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_desktop_organization.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006d95bcba10f7f2ddb27f0bce0f6f9d6617b1d5c04b371560214ad82f2bdcc5 +size 18249 diff --git a/thumbnails/Agilex_Split_Aloha_drawer_storage_mineral_water.jpg b/thumbnails/Agilex_Split_Aloha_drawer_storage_mineral_water.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5020e2d2458473bc164a13c1a65076cb7915d1e6 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_drawer_storage_mineral_water.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82def58c7867159814fab8bd24b77e090814406bdf87f413afa57488ab653ab1 +size 16971 diff --git a/thumbnails/Agilex_Split_Aloha_fold_the_towel.jpg b/thumbnails/Agilex_Split_Aloha_fold_the_towel.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d87ae038c250be2a518008810e00cf32b9f118e7 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_fold_the_towel.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6700ab25f6428fb357a490633ca6bc28107a3c5382a56f02fb0078fc181653 +size 31657 diff --git a/thumbnails/Agilex_Split_Aloha_fold_towel_a.jpg b/thumbnails/Agilex_Split_Aloha_fold_towel_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89d5d17ccbb0662796a2736774056291d61607cf --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_fold_towel_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e30d9385379f5f00c8f9d0e191801c377f95446e313fe73a7ae4820072b95b +size 43436 diff --git a/thumbnails/Agilex_Split_Aloha_food_packaging.jpg b/thumbnails/Agilex_Split_Aloha_food_packaging.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb7d7b87221a3973127aee76936323d0cd1cebe2 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_food_packaging.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e1ce8ec0727658c2a983431b91ebf0678976c94a5c054c2fee8b4eade5a9c4 +size 17966 diff --git a/thumbnails/Agilex_Split_Aloha_make_fruit_salad.jpg b/thumbnails/Agilex_Split_Aloha_make_fruit_salad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9229888657bfb08c8526cb1d2f5a7a86872b78d9 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_make_fruit_salad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8917501cbc960b1a1ef17d2262aef00cb0091a937bc45fcd4834ca2c01bbd2ce +size 24729 diff --git a/thumbnails/Agilex_Split_Aloha_make_hamburger.jpg b/thumbnails/Agilex_Split_Aloha_make_hamburger.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9000152d53b305c05a6eec1ade187ea14000c4fb --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_make_hamburger.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda6dc5191b35d1e50b4f33f27475141f9e62ac5d9196836c23c48bde798b49f +size 25107 diff --git a/thumbnails/Agilex_Split_Aloha_mobile_cube.jpg b/thumbnails/Agilex_Split_Aloha_mobile_cube.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14400de52050d13ee8a485b6a4441984a9ffa546 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_mobile_cube.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e20235c95d5533513a10b570c9ecc5df2d7196180098ffddd546daa5f9bf6c9 +size 16246 diff --git a/thumbnails/Agilex_Split_Aloha_mobile_cube_blackboard.jpg b/thumbnails/Agilex_Split_Aloha_mobile_cube_blackboard.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5a966b18cdcf2b02e4797b7d8056bc5e8144e7b --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_mobile_cube_blackboard.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f6eac56e89edffa644c77fa1a2f31bcbd442812bad55fce96c6e958796defb +size 14825 diff --git a/thumbnails/Agilex_Split_Aloha_move_beverage.jpg b/thumbnails/Agilex_Split_Aloha_move_beverage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31ee16df3819a66d715805f47cd2800ff08b55b1 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_move_beverage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6b868bb1677cb1b3a0154a10c075437c02e19f285e20c5ee8bcefa199e9e00 +size 20008 diff --git a/thumbnails/Agilex_Split_Aloha_move_the_ball.jpg b/thumbnails/Agilex_Split_Aloha_move_the_ball.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef56afea66ddd5eac54cbbd6556eaf67d027fc8e --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_move_the_ball.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d62359bee385f5967b8524feeaa94e7e929c9be5f2c21a66e111e62ed4251a +size 16261 diff --git a/thumbnails/Agilex_Split_Aloha_move_the_ball_and_the_cube_block.jpg b/thumbnails/Agilex_Split_Aloha_move_the_ball_and_the_cube_block.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb37ccf6b2c0d91ad97ec136f175233b6c36b0c0 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_move_the_ball_and_the_cube_block.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ef0b3796447bbd10fd66b97b15bd1e96e499250977a419e7bd5f1e4027b4ab +size 18440 diff --git a/thumbnails/Agilex_Split_Aloha_move_the_ball_interference.jpg b/thumbnails/Agilex_Split_Aloha_move_the_ball_interference.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b6668206b3c328f139cd9affba1c23ceaacf589 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_move_the_ball_interference.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b0bbdbe37b92d6ef8301aa1766f99d3961453bba2c056d35abf01ff5c83005 +size 15821 diff --git a/thumbnails/Agilex_Split_Aloha_move_the_bread.jpg b/thumbnails/Agilex_Split_Aloha_move_the_bread.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87c215bc2a73ed78ee39c543aef2cfefca7db638 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_move_the_bread.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796a68d15f88c40073b35592870c9ca228dafe2328d92ae78a5e4f2242207f4a +size 19970 diff --git a/thumbnails/Agilex_Split_Aloha_move_the_cup.jpg b/thumbnails/Agilex_Split_Aloha_move_the_cup.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b952eb69bafa7da4ab4c59802fed74082c52762b --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_move_the_cup.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0600d8231c51d962ac637137e85943ee85918fcf69ea85e7a72da9c498d4f26a +size 17871 diff --git a/thumbnails/Agilex_Split_Aloha_move_the_plate.jpg b/thumbnails/Agilex_Split_Aloha_move_the_plate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8de36d418ea42fc2acf16546b7db182ca79734fa --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_move_the_plate.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef748dcb30b3d2b61322e85fa7f3594d23045de7308d4343d5daa9bc2083f69 +size 17179 diff --git a/thumbnails/Agilex_Split_Aloha_move_the_small_ball.jpg b/thumbnails/Agilex_Split_Aloha_move_the_small_ball.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e5f3ee7c6427339200ea0368ac2313c931fb805 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_move_the_small_ball.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b8560b8dc6d98961e9f97f4785eaa72b880d7c5609f3e5ee692df9fc6eeb1f +size 15068 diff --git a/thumbnails/Agilex_Split_Aloha_movethe_position_of_the_bluetooth.jpg b/thumbnails/Agilex_Split_Aloha_movethe_position_of_the_bluetooth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb7aad827b0ea95c8273295f37f5b96038be8bbc --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_movethe_position_of_the_bluetooth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6913378569e695dfbebc13c646c655bd4ebdfd6f79a1ed69dcaee8d79c55ba9 +size 16457 diff --git a/thumbnails/Agilex_Split_Aloha_open_the_shoebox.jpg b/thumbnails/Agilex_Split_Aloha_open_the_shoebox.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd4b9e12fc57c9a8b5d78d022d74953633e354fb --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_open_the_shoebox.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454cc49f7ecf853bac51ce48eaeaf1e16189ce7e75bf2f5ad898d4a579bb5070 +size 10936 diff --git a/thumbnails/Agilex_Split_Aloha_place_square_pyramid.jpg b/thumbnails/Agilex_Split_Aloha_place_square_pyramid.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9962168cbe94dd55373dcc2419fb57a24d5236e0 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_place_square_pyramid.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7477f4e0311138aafb1b71bd91f9b7066c0055826ae386cda113bd51257b6fb +size 19331 diff --git a/thumbnails/Agilex_Split_Aloha_place_the_cube_block.jpg b/thumbnails/Agilex_Split_Aloha_place_the_cube_block.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d70b686d97bd20f7667c8c86be7d0d95d9324ce --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_place_the_cube_block.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6fa2fc2d6638ea0b21ba1812f22e1d044411aa2de1a6d4396be6a85b483b25f +size 19185 diff --git a/thumbnails/Agilex_Split_Aloha_place_the_test_tube.jpg b/thumbnails/Agilex_Split_Aloha_place_the_test_tube.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6c4687e7ce00f0c73b54457aff2516c96c08167 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_place_the_test_tube.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3e9b0ed3012046b6e9da7793d4f36e73b6054cbdcd4789bfe468e0740dd1be +size 33556 diff --git a/thumbnails/Agilex_Split_Aloha_plate_storage_apple.jpg b/thumbnails/Agilex_Split_Aloha_plate_storage_apple.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db796588839d7c16e7a32541654a978576c12e99 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_plate_storage_apple.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b861db10d80cdaddab4daa486bb219e8ffc3250cebc67f468cf4c4a50ac7dc +size 19253 diff --git a/thumbnails/Agilex_Split_Aloha_plate_storage_bread.jpg b/thumbnails/Agilex_Split_Aloha_plate_storage_bread.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49bb65ae1b43f7a4a71305458aaa4e1daf9ee182 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_plate_storage_bread.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da0e9432497ae4547e1f90a76f77acc069bb44fb9740f7cd671cfcadc84d9d0 +size 19231 diff --git a/thumbnails/Agilex_Split_Aloha_plate_storaje_baozi.jpg b/thumbnails/Agilex_Split_Aloha_plate_storaje_baozi.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98766c4abe8cf64cfc35572ba1a30a20d4f4a777 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_plate_storaje_baozi.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1aa6a83748616d8c594afe29e19b675d9c6d7bf39bf05948df132737611330 +size 24093 diff --git a/thumbnails/Agilex_Split_Aloha_pot_storage_steamer.jpg b/thumbnails/Agilex_Split_Aloha_pot_storage_steamer.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a96f72b6c52be167ee09b1db04120518689f9d6 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_pot_storage_steamer.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c862b5b9c43b0637f83fc2be31a5aaa50ffb336dd5ae1e23f7a243bba400c2 +size 67050 diff --git a/thumbnails/Agilex_Split_Aloha_pour_drink.jpg b/thumbnails/Agilex_Split_Aloha_pour_drink.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfc7bc8d0fa7e911778795373f4dd84ae10eb49f --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_pour_drink.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4141f600f46f707ba9cb8583442d52e004797690dcb4affb3029471b8f5d3b +size 21445 diff --git a/thumbnails/Agilex_Split_Aloha_pour_water_a.jpg b/thumbnails/Agilex_Split_Aloha_pour_water_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d26dccffb473d9b8b2b87a58975d0ddb1181585 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_pour_water_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1eec9e407c5984e23af8deb98262f1e14d96cf814273b4207cafc19e2272123 +size 9099 diff --git a/thumbnails/Agilex_Split_Aloha_pour_water_bottle.jpg b/thumbnails/Agilex_Split_Aloha_pour_water_bottle.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad804ae2789b7cb439d06bed6703e2a283a10b75 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_pour_water_bottle.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c42af8168ad80b61fb8554341c3c13ed1253a90cbed50b048f5d22d58aa9dd +size 23493 diff --git a/thumbnails/Agilex_Split_Aloha_prepare_breakfast.jpg b/thumbnails/Agilex_Split_Aloha_prepare_breakfast.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86c5154b28d0aa78213f6d61696cac65cace49d5 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_prepare_breakfast.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3001fc5dbf0bfa3216c73a6cc5d37d220fbaaa65cf0748f689707115d529057 +size 15807 diff --git a/thumbnails/Agilex_Split_Aloha_pull_zipper.jpg b/thumbnails/Agilex_Split_Aloha_pull_zipper.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c29adb486550d0575a6ed18e767110d7f38ada9a --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_pull_zipper.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900fb5fdd8b4ed1f81aca4f179d6799a833bdb2486e9ac1057d5b5dabd235723 +size 12905 diff --git a/thumbnails/Agilex_Split_Aloha_pushing_magnet.jpg b/thumbnails/Agilex_Split_Aloha_pushing_magnet.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ed5205a6c9acc0c4ddfd3d4d6592d7c026233f7 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_pushing_magnet.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f33e2d6bc850088784e48e53d864d93c0e6816384dfba6e208eec5c064c975 +size 15679 diff --git a/thumbnails/Agilex_Split_Aloha_put_in_the_pear.jpg b/thumbnails/Agilex_Split_Aloha_put_in_the_pear.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1769f8a5b83ae5895866bfc5aa596d8496b2342 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_put_in_the_pear.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737870b032e901110138c9ab4ef056e6337e98164417809993f92dfb8e62e67b +size 18768 diff --git a/thumbnails/Agilex_Split_Aloha_put_the_building_block_on_the_table.jpg b/thumbnails/Agilex_Split_Aloha_put_the_building_block_on_the_table.jpg new file mode 100644 index 0000000000000000000000000000000000000000..854fd10f8620a1c380fe3a1a825b2b0f00bd46e3 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_put_the_building_block_on_the_table.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0450e2f30cb5eed107cb57cfa90adc1eb0d38966e29bb8d115be8a433b952511 +size 20097 diff --git a/thumbnails/Agilex_Split_Aloha_steamer_storage_dumpling.jpg b/thumbnails/Agilex_Split_Aloha_steamer_storage_dumpling.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e92efb0450a0bd267a5ac3d263ac55716366716 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_steamer_storage_dumpling.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e0b8013ef961fdf051880579e499305f10063c744674ef3321cbd4b0adfbf5 +size 64695 diff --git a/thumbnails/Agilex_Split_Aloha_storage_plate.jpg b/thumbnails/Agilex_Split_Aloha_storage_plate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0700d514d512e2799cd3bd585cc83a637288e42 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_storage_plate.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a21eb7606d90b0ed93fb85313a8f7684e83422a74e2aa01885cb4cf3e75b41 +size 20533 diff --git a/thumbnails/Agilex_Split_Aloha_take_out_a_pen_from_the_pen_holder.jpg b/thumbnails/Agilex_Split_Aloha_take_out_a_pen_from_the_pen_holder.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a3809f763e3a9db739a3835b96281e0b3087e79 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_take_out_a_pen_from_the_pen_holder.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ab35324ff2d8ee84db5da7af53ffba5a7d045a9aecc2dfd9a9d63dcd038e34 +size 24924 diff --git a/thumbnails/Agilex_Split_Aloha_take_out_the_bread.jpg b/thumbnails/Agilex_Split_Aloha_take_out_the_bread.jpg new file mode 100644 index 0000000000000000000000000000000000000000..848d0a85359f87bae5aea50afbd28585b608e0e3 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_take_out_the_bread.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc3348692a228337fe3d2abace69d0e6d6dc2fefc922bd64f8a04eb0c14fd49 +size 65527 diff --git a/thumbnails/Agilex_Split_Aloha_take_the_shoes_off_the_shelf.jpg b/thumbnails/Agilex_Split_Aloha_take_the_shoes_off_the_shelf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9c9987573619ed9ae506e18503e1fbff611bca4 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_take_the_shoes_off_the_shelf.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8b9fe43dcc59fc701827265dd9de762f5aaacf29a470b7b1d42b76161398a2 +size 87147 diff --git a/thumbnails/Agilex_Split_Aloha_the_box_stores_table_tennis_balls.jpg b/thumbnails/Agilex_Split_Aloha_the_box_stores_table_tennis_balls.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23dc99b603f7f3d194a527b91493d8a6aed018fa --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_the_box_stores_table_tennis_balls.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e4b084c39b779ea7b21ceb385fa222475fd71cff851377329b501ff7b39f41 +size 34987 diff --git a/thumbnails/Agilex_Split_Aloha_the_plate_holds_the_fruit.jpg b/thumbnails/Agilex_Split_Aloha_the_plate_holds_the_fruit.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ead5c67fe1bbb245941f9146e7284ba5e270c1e8 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_the_plate_holds_the_fruit.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b0fc46d966ec0ae8821596e1cf3061ea005cd2bc90595df401f88a50669023 +size 64274 diff --git a/thumbnails/Agilex_Split_Aloha_the_plate_holds_the_vegetables.jpg b/thumbnails/Agilex_Split_Aloha_the_plate_holds_the_vegetables.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e891be0216d66aa0916e6e31315e2f2afacade62 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_the_plate_holds_the_vegetables.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d07b65564d3bb8e0c131aae861e04c8802a4603199d82ad6c4b03d31903756d +size 39218 diff --git a/thumbnails/Agilex_Split_Aloha_turn_on_the_bulb.jpg b/thumbnails/Agilex_Split_Aloha_turn_on_the_bulb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0a0027d6b03df83189033b216bfeec84ebc6aac --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_turn_on_the_bulb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d95dcc88b8ef3505cbce9377f65c38e28b5d6b4dd914598f941aab8babd9b71 +size 33155 diff --git a/thumbnails/Agilex_Split_Aloha_twist_bottle_cap.jpg b/thumbnails/Agilex_Split_Aloha_twist_bottle_cap.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a584db1e7b7eeef02de44d7a5ca68de1e3210dc0 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_twist_bottle_cap.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de48128f5fb7ca8821e4c3a9c5d154981cb6c365fc0e8f5e697d103feb4248ae +size 7246 diff --git a/thumbnails/Agilex_Split_Aloha_vase_storage_flower.jpg b/thumbnails/Agilex_Split_Aloha_vase_storage_flower.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a697c5e105a7719e1ddec52374a42ae54c138e83 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_vase_storage_flower.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c634f2cff79df80cff7f2e535ad6266316d4ddf36c180916d97817e1dd02b64 +size 65347 diff --git a/thumbnails/Agilex_Split_Aloha_water_bottle_storage.jpg b/thumbnails/Agilex_Split_Aloha_water_bottle_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8a4dbaf0a72b99d65951dd0fb5e7685b0c53898 --- /dev/null +++ b/thumbnails/Agilex_Split_Aloha_water_bottle_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f383182ecae852154bb107667aae1f779f221f50a159840f595b17debc5d8f +size 16848 diff --git a/thumbnails/Airbot_MMK2_beauty_sponge_and_cake_to_place.jpg b/thumbnails/Airbot_MMK2_beauty_sponge_and_cake_to_place.jpg new file mode 100644 index 0000000000000000000000000000000000000000..030f60c95deb643eec352e18a11d90c8fe8159e2 --- /dev/null +++ b/thumbnails/Airbot_MMK2_beauty_sponge_and_cake_to_place.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:084ec2bd1f14f8bc5060392ebfa8787e82154764efda4e0772576431c4ba0ddc +size 50518 diff --git a/thumbnails/Airbot_MMK2_bowl_storage_pepper.jpg b/thumbnails/Airbot_MMK2_bowl_storage_pepper.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fcc6d27498171b3f3fca1374b32356729dee02fa --- /dev/null +++ b/thumbnails/Airbot_MMK2_bowl_storage_pepper.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6921565c45736a2449c4550a342e890951149769420577b19a9a8d3983b946b +size 15620 diff --git a/thumbnails/Airbot_MMK2_boxs_storage.jpg b/thumbnails/Airbot_MMK2_boxs_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0363e6c968d491972b908f6e8867c64862005826 --- /dev/null +++ b/thumbnails/Airbot_MMK2_boxs_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8793ab7f36ad30d4b250d3219d385e4df7fb1395170bc30fb50e81f47d2c1612 +size 16828 diff --git a/thumbnails/Airbot_MMK2_building_block_storage.jpg b/thumbnails/Airbot_MMK2_building_block_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7e86fde9f96043f595df82d76aec6108963b856 --- /dev/null +++ b/thumbnails/Airbot_MMK2_building_block_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853440890e3692eeae569cdc7b5620a89f617d9e49a9c358d94f01cd375e2434 +size 43057 diff --git a/thumbnails/Airbot_MMK2_cake_storage.jpg b/thumbnails/Airbot_MMK2_cake_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3da18ca921d31d601dfd12061307f975f07250fb --- /dev/null +++ b/thumbnails/Airbot_MMK2_cake_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71827b235f9b2c571dcf6635fc1465be8152ac2dcddd530fbef1c3a55e1c76f9 +size 47053 diff --git a/thumbnails/Airbot_MMK2_chop_the_scallions.jpg b/thumbnails/Airbot_MMK2_chop_the_scallions.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33746347e22c3679ab6208e37c4b2d33bb473cb5 --- /dev/null +++ b/thumbnails/Airbot_MMK2_chop_the_scallions.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb14c0e26f70f40766ef5ac74348565f69195673d72e92330fe6fb6033d377a0 +size 31462 diff --git a/thumbnails/Airbot_MMK2_clean_the_desktop.jpg b/thumbnails/Airbot_MMK2_clean_the_desktop.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40989733688eafdf73e9b92ce4f1888f43b5a86f --- /dev/null +++ b/thumbnails/Airbot_MMK2_clean_the_desktop.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4941bb66eccb025c2d320f1798a9cb06b8c3ba3858f3dc4570cb2ac9527e0f1b +size 41992 diff --git a/thumbnails/Airbot_MMK2_clean_the_desktop_a.jpg b/thumbnails/Airbot_MMK2_clean_the_desktop_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b2f833d2854e9e3f7e765f18ae8d4fc904b8549 --- /dev/null +++ b/thumbnails/Airbot_MMK2_clean_the_desktop_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0342434e2a4cc731586a449f50f3f03ba8cc1ba57b173695c0a557fd4459f88b +size 18566 diff --git a/thumbnails/Airbot_MMK2_click_pen.jpg b/thumbnails/Airbot_MMK2_click_pen.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f17381fcf4e56bb4c26286baa76c56940e36380 --- /dev/null +++ b/thumbnails/Airbot_MMK2_click_pen.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ffa0c02226d58ef7bfc1288b36a9ffd3d8f4358f9d0610170263b8f1d92e2cd +size 24193 diff --git a/thumbnails/Airbot_MMK2_close_door_left.jpg b/thumbnails/Airbot_MMK2_close_door_left.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8df8a81c040a2e614da8ad11fb90bfe39bcf724a --- /dev/null +++ b/thumbnails/Airbot_MMK2_close_door_left.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf0911138bfa59605ba095ff45522fd5f19327690db0f2bc5321e1907fed650 +size 32251 diff --git a/thumbnails/Airbot_MMK2_close_door_right.jpg b/thumbnails/Airbot_MMK2_close_door_right.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4ea90ff23730de68406000c6598e79a4a8187e2 --- /dev/null +++ b/thumbnails/Airbot_MMK2_close_door_right.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab6fe3dfc838f1ac33a9fa2fc7e33b9e1ef9e96e71446ba55957422744ca0e4 +size 25414 diff --git a/thumbnails/Airbot_MMK2_close_doors.jpg b/thumbnails/Airbot_MMK2_close_doors.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ad6f1d81a3cf2d8a76cac1f5e6541e81881d133 --- /dev/null +++ b/thumbnails/Airbot_MMK2_close_doors.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d0b4a7abb9ce2c79bea0b7c5e074cb434174d21f416a3f1b63597082c0b866 +size 33918 diff --git a/thumbnails/Airbot_MMK2_close_drawer.jpg b/thumbnails/Airbot_MMK2_close_drawer.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3426fe508c2dedecb00423d63bda83a59d90aae --- /dev/null +++ b/thumbnails/Airbot_MMK2_close_drawer.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650fd40f36e702c25170c232cdf3afb277749aa7e0491c313ee2abc2e096ec32 +size 20332 diff --git a/thumbnails/Airbot_MMK2_close_lid.jpg b/thumbnails/Airbot_MMK2_close_lid.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6d414fa93fce1e9b7188a1da526678abc5c2395 --- /dev/null +++ b/thumbnails/Airbot_MMK2_close_lid.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608b5c9aeb6e4963f5a219f7f7b5c8fcd14398d7bd3a4d43ca791c93d5ca9b53 +size 40729 diff --git a/thumbnails/Airbot_MMK2_close_the_computer.jpg b/thumbnails/Airbot_MMK2_close_the_computer.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc19369513dcfdcb3e1a4f9fbfdb26e6b22e8a71 --- /dev/null +++ b/thumbnails/Airbot_MMK2_close_the_computer.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec835ba7d83b0423dac71ed9119c9c7a86dd652751a96942a1d8f1984c7d08c +size 42514 diff --git a/thumbnails/Airbot_MMK2_cover_lid.jpg b/thumbnails/Airbot_MMK2_cover_lid.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72592fbf91fc460adfe0a0207635d353a7caba33 --- /dev/null +++ b/thumbnails/Airbot_MMK2_cover_lid.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddf51309e534dcfe269cc5192613e6da36baad2a59420b2a3fec6aa7875b357 +size 25617 diff --git a/thumbnails/Airbot_MMK2_cup_storage.jpg b/thumbnails/Airbot_MMK2_cup_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21b302fb515615c81a823b81b938d4f04182ea5c --- /dev/null +++ b/thumbnails/Airbot_MMK2_cup_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e593d0bee4f9343712a96e021e5dd939250759ff4fc098752cf1301a08976f65 +size 42605 diff --git a/thumbnails/Airbot_MMK2_cut_scallion.jpg b/thumbnails/Airbot_MMK2_cut_scallion.jpg new file mode 100644 index 0000000000000000000000000000000000000000..908b9b8c64cc6bf757d944349027d6bbd982f493 --- /dev/null +++ b/thumbnails/Airbot_MMK2_cut_scallion.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6969207b0ee5440915131885c6b07dd0856e178cb3ba5c4be42015e41d8eeb8 +size 29648 diff --git a/thumbnails/Airbot_MMK2_desktop_storage.jpg b/thumbnails/Airbot_MMK2_desktop_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4d9fc9827e74306e63c1fca2135c24843e9d841 --- /dev/null +++ b/thumbnails/Airbot_MMK2_desktop_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033f1d248b950f03e350acfa37e3b374d37deb54a5172706ad1a4d294102d351 +size 40200 diff --git a/thumbnails/Airbot_MMK2_dial_number.jpg b/thumbnails/Airbot_MMK2_dial_number.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a571d0e0828c8e6453dcd4c8a436812c4ad3c916 --- /dev/null +++ b/thumbnails/Airbot_MMK2_dial_number.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a76481ae2f75ec6efe1cd99bcc45d5ca746f36d0ee3d29336d1c293c4ce9ec9 +size 27651 diff --git a/thumbnails/Airbot_MMK2_diamond_storage.jpg b/thumbnails/Airbot_MMK2_diamond_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18139c8a4cb0499a3ec6ae63fd456afa5657a0be --- /dev/null +++ b/thumbnails/Airbot_MMK2_diamond_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6466dc08152156af8ebef00e203664427d0ae85bcdfe795ef34e3558dcadd3a4 +size 42495 diff --git a/thumbnails/Airbot_MMK2_doodled_line.jpg b/thumbnails/Airbot_MMK2_doodled_line.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8eb8f72b5227f5f4577d8fcdca59ecbebed5982f --- /dev/null +++ b/thumbnails/Airbot_MMK2_doodled_line.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4242ca64e7f247dfb5264735d423ccd6dc6ef6e1ef11f5ba58863b19b472560 +size 45471 diff --git a/thumbnails/Airbot_MMK2_double-sided_tape_placement.jpg b/thumbnails/Airbot_MMK2_double-sided_tape_placement.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a145ffb55bc4a24df80170e04da7aad3541966a --- /dev/null +++ b/thumbnails/Airbot_MMK2_double-sided_tape_placement.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c91a6b05ee96f2efbeb235d0a324eb8f21aa9388924535a8aba80111e725998d +size 44663 diff --git a/thumbnails/Airbot_MMK2_egg_storage.jpg b/thumbnails/Airbot_MMK2_egg_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0a8dd59f976e5373278277ff20545add537e7f2 --- /dev/null +++ b/thumbnails/Airbot_MMK2_egg_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562c3fe97359a79fc04a7a418aa355f9a39e38694cb0c60e0bdbb4671d718b41 +size 42531 diff --git a/thumbnails/Airbot_MMK2_food_storage.jpg b/thumbnails/Airbot_MMK2_food_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..edd3431857974708585b39c516739df868e9a9bb --- /dev/null +++ b/thumbnails/Airbot_MMK2_food_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c3d1646fc8ad7deb8fe77c26fb5158297d9939bb48a6be79dbceabebd0c619 +size 46892 diff --git a/thumbnails/Airbot_MMK2_item_storage.jpg b/thumbnails/Airbot_MMK2_item_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48dfb79e70b6e4c9730c04ab8301b95c0f0ca8e2 --- /dev/null +++ b/thumbnails/Airbot_MMK2_item_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff60bde616e247694f0d46d210fc6cef111741f50f0fe3ce4545ff3e5e14c542 +size 28223 diff --git a/thumbnails/Airbot_MMK2_lemon_and_orange_storage.jpg b/thumbnails/Airbot_MMK2_lemon_and_orange_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..727920a3b234d9c4e501b58e4ce2b11626b1e06a --- /dev/null +++ b/thumbnails/Airbot_MMK2_lemon_and_orange_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121f6d0a88668347cdeed20695795bcda7a9e84ef5588d4c2cf8e0231249c709 +size 27031 diff --git a/thumbnails/Airbot_MMK2_medicine_bottle_storage.jpg b/thumbnails/Airbot_MMK2_medicine_bottle_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fc754c2f659f1a7e57f1d41fda171615b571fe8 --- /dev/null +++ b/thumbnails/Airbot_MMK2_medicine_bottle_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6737479a99b2c8e4801be54634eff2581622cc5287283c4f50c51f5cd08b6c9b +size 23710 diff --git a/thumbnails/Airbot_MMK2_mobile_calculator_box.jpg b/thumbnails/Airbot_MMK2_mobile_calculator_box.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e24cbb2ea156edf677b90226a728285eebba48db --- /dev/null +++ b/thumbnails/Airbot_MMK2_mobile_calculator_box.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f34621120de3976c39a99d14bded30e3f128c20436613507123ff382ee2cd2 +size 22990 diff --git a/thumbnails/Airbot_MMK2_mobile_car.jpg b/thumbnails/Airbot_MMK2_mobile_car.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c629ae9b39b51ba99c9a0f7dd42b546349dad688 --- /dev/null +++ b/thumbnails/Airbot_MMK2_mobile_car.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97991d3f9ada961df6050bca302ad2a9662f8e8e8dfe441cbe3ee618d5d8b5c +size 15825 diff --git a/thumbnails/Airbot_MMK2_mobile_phone_storage.jpg b/thumbnails/Airbot_MMK2_mobile_phone_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..acec5e8014eef6c260028d46e774e9a052de92bb --- /dev/null +++ b/thumbnails/Airbot_MMK2_mobile_phone_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8c15e877297df5d06f8fad89d1705da777991ef0cb5cc2f18638060c46f57e +size 49915 diff --git a/thumbnails/Airbot_MMK2_move_apple_orange_pomegranate.jpg b/thumbnails/Airbot_MMK2_move_apple_orange_pomegranate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e010d68e83214036640734459cb1a982e77894c --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_apple_orange_pomegranate.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a433512aec94ec3dbce12023669e9506d272afb7730c25cf77da27991e303311 +size 40820 diff --git a/thumbnails/Airbot_MMK2_move_block.jpg b/thumbnails/Airbot_MMK2_move_block.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1822af0e998c1b88aa418ad3ecf07967bff153ad --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_block.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b504eed890b8f90a03ea0bd2034d6928a4fa40992d74233be810e407775c7c +size 35258 diff --git a/thumbnails/Airbot_MMK2_move_block_both_hands.jpg b/thumbnails/Airbot_MMK2_move_block_both_hands.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fb21069c4e09b01cd2844dbba175ca6f9e38194 --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_block_both_hands.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4875b5c8e43f7fc748792b47b1cbb95d7aadece64f98bb8d4e6b304a03fc34 +size 45199 diff --git a/thumbnails/Airbot_MMK2_move_block_gold_bar_models.jpg b/thumbnails/Airbot_MMK2_move_block_gold_bar_models.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce659b2460d3cab2a33f24afc22d5453e5f670c9 --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_block_gold_bar_models.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb3cc90814f81193a7e5b24f569f600ef5bc5f61b24b3b84d2d408fd3379ec5 +size 34153 diff --git a/thumbnails/Airbot_MMK2_move_block_twice.jpg b/thumbnails/Airbot_MMK2_move_block_twice.jpg new file mode 100644 index 0000000000000000000000000000000000000000..544614da4eed647dbb714912eae4e9456f47d028 --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_block_twice.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505ecf75f0f558e60786128ac1525edd7458de845261991e754cad86477cbd76 +size 52368 diff --git a/thumbnails/Airbot_MMK2_move_block_wet_wipes.jpg b/thumbnails/Airbot_MMK2_move_block_wet_wipes.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec563c819e194a193ba22b50e1981927fd7ec645 --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_block_wet_wipes.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c19b8320450a1e83120a9ea14757085530d30f154bf5159fb3986871c4b9f1c +size 33256 diff --git a/thumbnails/Airbot_MMK2_move_book_front.jpg b/thumbnails/Airbot_MMK2_move_book_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d19acdcde4815ea7ab1b9137709586d1c0200852 --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_book_front.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0078cf729f04cb780b251b8e895a9f33d55adb266c15fb1b484662cae33d96bc +size 14689 diff --git a/thumbnails/Airbot_MMK2_move_book_right_side.jpg b/thumbnails/Airbot_MMK2_move_book_right_side.jpg new file mode 100644 index 0000000000000000000000000000000000000000..592dce6ad0223af01cab50171b5977cdaed4356c --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_book_right_side.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7ef5b9752740a19e5bde95aefcf36e0d48d9e7b0dfc9874f28ca21b49c90d7 +size 23212 diff --git a/thumbnails/Airbot_MMK2_move_bottle_tape_measure.jpg b/thumbnails/Airbot_MMK2_move_bottle_tape_measure.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53f453c94990df3806961fac593bd44ef742d178 --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_bottle_tape_measure.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac428c1a05996582e6ea84428fc040696e94f1b715b20ffba643c099b8f5597 +size 26991 diff --git a/thumbnails/Airbot_MMK2_move_cake.jpg b/thumbnails/Airbot_MMK2_move_cake.jpg new file mode 100644 index 0000000000000000000000000000000000000000..893b81aca56ba6551a73069d424ed611c5cc4da1 --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_cake.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df010a9605ea67a7d553b7b3b970b639ffbec8e818b6b95a83a65c44ca059db4 +size 45859 diff --git a/thumbnails/Airbot_MMK2_move_cake_tape_measure.jpg b/thumbnails/Airbot_MMK2_move_cake_tape_measure.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ba956507f03c1fc4ee490fe6abe11d9b7aada5e --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_cake_tape_measure.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85807fe699b4987eece632a68805a4dd032c80d10d0a3acd95c94e4431ce8d1e +size 29882 diff --git a/thumbnails/Airbot_MMK2_move_cup_paper_box.jpg b/thumbnails/Airbot_MMK2_move_cup_paper_box.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3c87489a3e0407f3adc7591e8c9ec70a67b7e4e --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_cup_paper_box.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a074496b969b95c67684b76ca97db2311691fe109f92053e7c62e8a96622fd9e +size 38032 diff --git a/thumbnails/Airbot_MMK2_move_fake_food.jpg b/thumbnails/Airbot_MMK2_move_fake_food.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1de7b2a75d489ea1bdc8a6daab0ab393545b41d --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_fake_food.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e961ca71d444e42b6480a96138aa95089f2e0f6c525d015a3fc48fd892dadf +size 34702 diff --git a/thumbnails/Airbot_MMK2_move_medicine_bottle.jpg b/thumbnails/Airbot_MMK2_move_medicine_bottle.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1cb14ebf76856533a259b5735dd75884046b307b --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_medicine_bottle.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067cfcf5a6f3f10db696580f6e4832bb6e8858f185031b3f102ef2d6d0007b3d +size 22144 diff --git a/thumbnails/Airbot_MMK2_move_pan.jpg b/thumbnails/Airbot_MMK2_move_pan.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c22bb6c05628777c208ea6ac3e853a9817d6e87 --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_pan.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf181cfcdf3e320a6544d165fc0be73e009ad6c6526b4aee473edf96603f788f +size 54479 diff --git a/thumbnails/Airbot_MMK2_move_paper_box.jpg b/thumbnails/Airbot_MMK2_move_paper_box.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1c5e819851fcfcef9afe2f3b6f9175b783b9c55 --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_paper_box.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3d706d885b84a9d27b734798bc277c04065fe15436b38e511ddc410122f98b +size 36063 diff --git a/thumbnails/Airbot_MMK2_move_phone_twice.jpg b/thumbnails/Airbot_MMK2_move_phone_twice.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d9ab89fa6de66a78c6936c69f3cd27c513ed414 --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_phone_twice.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac05c0642dc70eb448715a388d2b69e8f6bd865b76ff316c82abf359b36b15a +size 49489 diff --git a/thumbnails/Airbot_MMK2_move_sword_doll.jpg b/thumbnails/Airbot_MMK2_move_sword_doll.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abdede073778cf768fe7b07789ac7e6291da9e08 --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_sword_doll.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a4cf1aad3d82f8803375c7af73f5fae748ab6efc856a8e721fd77e14b20813 +size 37710 diff --git a/thumbnails/Airbot_MMK2_move_tennis_racket_ball.jpg b/thumbnails/Airbot_MMK2_move_tennis_racket_ball.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bba174ab75c19b9e65dfae8843e4e9852b3441e1 --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_tennis_racket_ball.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff77d82d18cae18f85456b0363ee9eb5d7df26b3cc8178c900bfdd2484ae0bfb +size 42429 diff --git a/thumbnails/Airbot_MMK2_move_tub.jpg b/thumbnails/Airbot_MMK2_move_tub.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92a94ad55d138499a19db542359c0671beeb563f --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_tub.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2917387a005b4474f3b61b2ff61638ba6a5278c5e6b644e592fba8b3f9eac34c +size 38711 diff --git a/thumbnails/Airbot_MMK2_move_umbrella_tissues.jpg b/thumbnails/Airbot_MMK2_move_umbrella_tissues.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04063b6c996cd840b5aee23bbc5ad3ffe08a943e --- /dev/null +++ b/thumbnails/Airbot_MMK2_move_umbrella_tissues.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9be3672806ebbd4b8a0bab94320229d6beb332699a39a146ce5e67761a11c3 +size 36639 diff --git a/thumbnails/Airbot_MMK2_open_door_left.jpg b/thumbnails/Airbot_MMK2_open_door_left.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8268964ba71ed4d2c66d39843b23437f07fc74a --- /dev/null +++ b/thumbnails/Airbot_MMK2_open_door_left.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01f5a642cb49338764f0355aa90ae38613bbdd1d7f0a06d1b5b280a83f271f2 +size 20271 diff --git a/thumbnails/Airbot_MMK2_open_door_right.jpg b/thumbnails/Airbot_MMK2_open_door_right.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7607783230529f9795a228dd3be2eec7d62e461d --- /dev/null +++ b/thumbnails/Airbot_MMK2_open_door_right.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5777b78373529d811f7cbcd5926b07ca22960c6f0d977eada3be6095ecc9256d +size 20092 diff --git a/thumbnails/Airbot_MMK2_open_laptop.jpg b/thumbnails/Airbot_MMK2_open_laptop.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd2d33fa656f3f8ef7009fce193290da38a4da0c --- /dev/null +++ b/thumbnails/Airbot_MMK2_open_laptop.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8847fa22c477438931b25f3955030b7ac85d5d89271dc5e4e7a8f254cc9b5037 +size 20857 diff --git a/thumbnails/Airbot_MMK2_open_lid.jpg b/thumbnails/Airbot_MMK2_open_lid.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db0e0b3d0c9512842deb7f352fb40d1f43184030 --- /dev/null +++ b/thumbnails/Airbot_MMK2_open_lid.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02393d3b50fe8149a7c789e1c5e9802c0c6cfc5716c11ec54eaaefa557073bf2 +size 34790 diff --git a/thumbnails/Airbot_MMK2_open_notebook.jpg b/thumbnails/Airbot_MMK2_open_notebook.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6844c2dd05e827a93d4d17a53439a9bee01bebf9 --- /dev/null +++ b/thumbnails/Airbot_MMK2_open_notebook.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a310d6d16816963e5770add419524a77f5a7ca59236af8f992caecd33ddf9e +size 24365 diff --git a/thumbnails/Airbot_MMK2_organize_and_place_books.jpg b/thumbnails/Airbot_MMK2_organize_and_place_books.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eee117c65ca7191ba306af02841bb3a4cb61ea2a --- /dev/null +++ b/thumbnails/Airbot_MMK2_organize_and_place_books.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531d73b98f150a589e279f2251e0bc96be66f4053e1e7223f0f5497445a2d0da +size 19664 diff --git a/thumbnails/Airbot_MMK2_organize_books.jpg b/thumbnails/Airbot_MMK2_organize_books.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f3340fc0f1cfbf0c785688eb4f8368297c07a1a --- /dev/null +++ b/thumbnails/Airbot_MMK2_organize_books.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8290d479d0a954b003d4537108be6f34b6265f5cd6e786563be4db37053182d3 +size 40374 diff --git a/thumbnails/Airbot_MMK2_organize_plate.jpg b/thumbnails/Airbot_MMK2_organize_plate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f76d2aa4dd03dc67e55899d16b40c0f9f7d854fb --- /dev/null +++ b/thumbnails/Airbot_MMK2_organize_plate.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d5116271b488d47bf1986d8c01a3e8aa8a1435fc939aae153ac4394b9e5f7d3 +size 46856 diff --git a/thumbnails/Airbot_MMK2_pass_paper_box.jpg b/thumbnails/Airbot_MMK2_pass_paper_box.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a72c8c95d693d87e91c2afe06b92519ffc618b75 --- /dev/null +++ b/thumbnails/Airbot_MMK2_pass_paper_box.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ccfad00fe7e7ece07b8c538dba695cccc681fd54ccb67ad1b0abbfbda0092de +size 22378 diff --git a/thumbnails/Airbot_MMK2_perpare_tea.jpg b/thumbnails/Airbot_MMK2_perpare_tea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2bc31bf12fae498d7dba22e064ddccb127707d6 --- /dev/null +++ b/thumbnails/Airbot_MMK2_perpare_tea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13cc144fb55624caf32bb5aefe849b85fb26c6e491aaed4558b6a73410618943 +size 29024 diff --git a/thumbnails/Airbot_MMK2_pick_up_and_place_tub.jpg b/thumbnails/Airbot_MMK2_pick_up_and_place_tub.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bada0ae67be21e9b4d4d865773e93aabf37f6714 --- /dev/null +++ b/thumbnails/Airbot_MMK2_pick_up_and_place_tub.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2c3efb7e4e919a8f851f30952542de78aa004106cbe4a6d08bf1ff8f2e99c7 +size 50346 diff --git a/thumbnails/Airbot_MMK2_place_cookies_and_beer.jpg b/thumbnails/Airbot_MMK2_place_cookies_and_beer.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f474a39d1411f46e5aa43900ce6fe8ada10e629c --- /dev/null +++ b/thumbnails/Airbot_MMK2_place_cookies_and_beer.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c6406b81e24c5f78c33201a958d7e66708db2d46b2927db0902ed4de9cff6e +size 51328 diff --git a/thumbnails/Airbot_MMK2_place_the_basin.jpg b/thumbnails/Airbot_MMK2_place_the_basin.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f410d56bb869d962b3c6a2fdcc98cc03dce8b006 --- /dev/null +++ b/thumbnails/Airbot_MMK2_place_the_basin.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c0afc32d0d115e900ba69a52164ce95a2a90cafa9781378accfba4beeade75 +size 36285 diff --git a/thumbnails/Airbot_MMK2_place_the_blue_and_purple_blocks.jpg b/thumbnails/Airbot_MMK2_place_the_blue_and_purple_blocks.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ef6553712dfbfc5bad122aca0dd67e0ebd132d7 --- /dev/null +++ b/thumbnails/Airbot_MMK2_place_the_blue_and_purple_blocks.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8caa6d6e8982c4a5c125167bdbf6fe3c96f1de6767130a6c913ba3cebe6bdda +size 44123 diff --git a/thumbnails/Airbot_MMK2_place_the_books.jpg b/thumbnails/Airbot_MMK2_place_the_books.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e6b608cd5cc8e70284db36028a1e9adf365043f --- /dev/null +++ b/thumbnails/Airbot_MMK2_place_the_books.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eef0005cbd7593d5ebad48ba53e607ad46fde7f1564c5a41ec0a71b8a54d73c +size 50633 diff --git a/thumbnails/Airbot_MMK2_place_the_building_blocks.jpg b/thumbnails/Airbot_MMK2_place_the_building_blocks.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4269406c16133d676937479dad37ac3b00c6767 --- /dev/null +++ b/thumbnails/Airbot_MMK2_place_the_building_blocks.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170772dfb45068c954006d4d29422f4ef41ab7b73b3ade526ba3c27a1030db93 +size 21021 diff --git a/thumbnails/Airbot_MMK2_place_the_cake.jpg b/thumbnails/Airbot_MMK2_place_the_cake.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70895c63a69b2cb7923bca25c4246d7107283b3c --- /dev/null +++ b/thumbnails/Airbot_MMK2_place_the_cake.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e3274ec30fe8caf4345c457ffcb3418a094d0c85624fb460bda165af231496 +size 47000 diff --git a/thumbnails/Airbot_MMK2_place_the_glasses_case_and_gold_bars.jpg b/thumbnails/Airbot_MMK2_place_the_glasses_case_and_gold_bars.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f613831cc8903a002d690b7e23a62bb05659440 --- /dev/null +++ b/thumbnails/Airbot_MMK2_place_the_glasses_case_and_gold_bars.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d455d061300c96457ae0c19812357131ca2678d37a79534762f5f3542d57e5 +size 34021 diff --git a/thumbnails/Airbot_MMK2_place_the_network_cable_and_mouse_box.jpg b/thumbnails/Airbot_MMK2_place_the_network_cable_and_mouse_box.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fadef85eb217a4c9c5342fb54e2443947c1e695a --- /dev/null +++ b/thumbnails/Airbot_MMK2_place_the_network_cable_and_mouse_box.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e01d424bddf283ed988bc1a05cfe3856260a6eb64850f2caddd28337c31eadf +size 29916 diff --git a/thumbnails/Airbot_MMK2_place_the_paper_drawer.jpg b/thumbnails/Airbot_MMK2_place_the_paper_drawer.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25eec1ecda8541767155c54b3fb8464fce070c29 --- /dev/null +++ b/thumbnails/Airbot_MMK2_place_the_paper_drawer.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a562225b3884d40bc3282b67046e30b02249031dc96f65e45c47060132ee83e7 +size 44591 diff --git a/thumbnails/Airbot_MMK2_place_the_piano_and_the_needle-nose_pliers.jpg b/thumbnails/Airbot_MMK2_place_the_piano_and_the_needle-nose_pliers.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd22e5dc2beb393372b53241d754ec20e61eac34 --- /dev/null +++ b/thumbnails/Airbot_MMK2_place_the_piano_and_the_needle-nose_pliers.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f322d0b9db8b7689010ae4ad473bbb6ef1f6810911f0223ee82183713b0a2ce +size 31886 diff --git a/thumbnails/Airbot_MMK2_place_the_pliers_and_wallpaper_knife.jpg b/thumbnails/Airbot_MMK2_place_the_pliers_and_wallpaper_knife.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4018d87f66cb67530f35fe90a96555b01f7234d5 --- /dev/null +++ b/thumbnails/Airbot_MMK2_place_the_pliers_and_wallpaper_knife.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00fe1e089f05c46f19921b9fcad99eac9ad46459f9f3fc9fcc46b0a2e606c78f +size 26591 diff --git a/thumbnails/Airbot_MMK2_place_the_shark_toys_and_gold_bars.jpg b/thumbnails/Airbot_MMK2_place_the_shark_toys_and_gold_bars.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f3b11af9e152cbdd8ada6802eed418e4560fdbe --- /dev/null +++ b/thumbnails/Airbot_MMK2_place_the_shark_toys_and_gold_bars.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876860de4fef412ee4f4e1d87f184156b113becce5944c350ca68756da535ef9 +size 34864 diff --git a/thumbnails/Airbot_MMK2_place_the_small_bowl_of_canned_food.jpg b/thumbnails/Airbot_MMK2_place_the_small_bowl_of_canned_food.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80efa755767e4591966aab1749e3eedff9fed396 --- /dev/null +++ b/thumbnails/Airbot_MMK2_place_the_small_bowl_of_canned_food.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecaa5e807b24bbc4698469eb404ac0bd671ee2d02a0939d38c22beaebf79e1a +size 35362 diff --git a/thumbnails/Airbot_MMK2_place_the_sponge_and_wet_wipes.jpg b/thumbnails/Airbot_MMK2_place_the_sponge_and_wet_wipes.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef8d7535ec657bf20a7e86596e14a107cc350440 --- /dev/null +++ b/thumbnails/Airbot_MMK2_place_the_sponge_and_wet_wipes.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152ae8c12de1be6cbcf06336a4ef96e1697b7b5dab5caeda252aac09fcb4d5a2 +size 46513 diff --git a/thumbnails/Airbot_MMK2_place_the_umbrella_and_the_ruler.jpg b/thumbnails/Airbot_MMK2_place_the_umbrella_and_the_ruler.jpg new file mode 100644 index 0000000000000000000000000000000000000000..884e8784d0fe784da2f4804d3f2c90d1de990810 --- /dev/null +++ b/thumbnails/Airbot_MMK2_place_the_umbrella_and_the_ruler.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dad54e895a861fee73352276382b4869585c8820474c78b2cb6dea2de9b8b10 +size 21114 diff --git a/thumbnails/Airbot_MMK2_place_the_yellow_block.jpg b/thumbnails/Airbot_MMK2_place_the_yellow_block.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c875e28aae6ca143374406254cbf58321536a20 --- /dev/null +++ b/thumbnails/Airbot_MMK2_place_the_yellow_block.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db478f53ed85102b5bca7d092ee44908ccb6bba8755c64fe4d30d824d6ca41a +size 49247 diff --git a/thumbnails/Airbot_MMK2_play_guitar.jpg b/thumbnails/Airbot_MMK2_play_guitar.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d10d98a17ecefed95f53fb96fbaed0e558550b3 --- /dev/null +++ b/thumbnails/Airbot_MMK2_play_guitar.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33b3139b20c843f0ca4bb6b3f93a18efe21c40e3d78e78f30dfcbeffc8237ee +size 37141 diff --git a/thumbnails/Airbot_MMK2_play_the_guitar.jpg b/thumbnails/Airbot_MMK2_play_the_guitar.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6086526e0895af2137199a885763bf9ca5c1840c --- /dev/null +++ b/thumbnails/Airbot_MMK2_play_the_guitar.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f83fea0cd0f456e66e3f4b246ee872f3b8ff7acd7155a114e4172c1bb7b589b +size 37293 diff --git a/thumbnails/Airbot_MMK2_play_toy_piano.jpg b/thumbnails/Airbot_MMK2_play_toy_piano.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f100e96ad4246b5edba6aaf98a0c7cec77ac9782 --- /dev/null +++ b/thumbnails/Airbot_MMK2_play_toy_piano.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97fe9fbf829ac3bbe4bc1bebb231af70163a516484b66d59dadc6e9efab9bfd0 +size 34766 diff --git a/thumbnails/Airbot_MMK2_potato_storage.jpg b/thumbnails/Airbot_MMK2_potato_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07852d62f4a6984b0dfa630e65ed78fecbe3d491 --- /dev/null +++ b/thumbnails/Airbot_MMK2_potato_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4266d0160de6550c6fc8711688092e8c5d1aed550ddf21134f2e1178eff105f8 +size 23275 diff --git a/thumbnails/Airbot_MMK2_pour_BBs.jpg b/thumbnails/Airbot_MMK2_pour_BBs.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25eacb8bf3f1e5726a9e663275302b01cab06544 --- /dev/null +++ b/thumbnails/Airbot_MMK2_pour_BBs.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c57ac708ffb91ab82df353f8eef12debba10a5c5a668dfd60d8195216fbc96 +size 18156 diff --git a/thumbnails/Airbot_MMK2_pour_out_the_beauty_blender.jpg b/thumbnails/Airbot_MMK2_pour_out_the_beauty_blender.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7e62a271f68c9432b257cd655bf4e4983111d6d --- /dev/null +++ b/thumbnails/Airbot_MMK2_pour_out_the_beauty_blender.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d91ebf241981b47b14a64e1185b3ffeb25d1ac22581db642efb518d0d8fa560 +size 17118 diff --git a/thumbnails/Airbot_MMK2_pull_plunger.jpg b/thumbnails/Airbot_MMK2_pull_plunger.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0838db71c817a2d4fb174b43a7595f0374ba16b9 --- /dev/null +++ b/thumbnails/Airbot_MMK2_pull_plunger.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e8845c31f0bd47aa7ab99c524f9faa0f5e573cc0ad3411e7310353abe8e15c +size 48879 diff --git a/thumbnails/Airbot_MMK2_pull_the_syringe_piston.jpg b/thumbnails/Airbot_MMK2_pull_the_syringe_piston.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8187d93b7e111005821bffde628fb60bfe6cb2f8 --- /dev/null +++ b/thumbnails/Airbot_MMK2_pull_the_syringe_piston.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d9ae12fb54d93b57ea892c8ae484a1512814fa653520016f18ab61ee81b6d2 +size 47317 diff --git a/thumbnails/Airbot_MMK2_pull_tissue.jpg b/thumbnails/Airbot_MMK2_pull_tissue.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b87297a10d8275eca7d631c10be69ff78e518f57 --- /dev/null +++ b/thumbnails/Airbot_MMK2_pull_tissue.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf0f7a5cec5d028b0ffcb052ced16f48e1a9e959dd402696dc5f1a9f00ffd6b +size 22705 diff --git a/thumbnails/Airbot_MMK2_pumpkin_storage.jpg b/thumbnails/Airbot_MMK2_pumpkin_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79dd8a71d9c02278da074ae91cb474c68873808c --- /dev/null +++ b/thumbnails/Airbot_MMK2_pumpkin_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3318e42cef451024033cf3fd874b85276870960d470d344faa0d538077940a45 +size 21705 diff --git a/thumbnails/Airbot_MMK2_push_away_book.jpg b/thumbnails/Airbot_MMK2_push_away_book.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e775e8e16d000a967825b872a41465ed0ccee022 --- /dev/null +++ b/thumbnails/Airbot_MMK2_push_away_book.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0843e212a40985f17e29da9ad8afea0f7ba4606f89d660e2466f5dd5b68fc0b9 +size 39280 diff --git a/thumbnails/Airbot_MMK2_push_building_blocks.jpg b/thumbnails/Airbot_MMK2_push_building_blocks.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0772fd5e718f14a09386dd05815dae3715eecb33 --- /dev/null +++ b/thumbnails/Airbot_MMK2_push_building_blocks.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed10e316c4eaa83a0d2d8fa0735cb52ef0803d5d8c7faf8fc642c7597aa9bed2 +size 37440 diff --git a/thumbnails/Airbot_MMK2_push_piston.jpg b/thumbnails/Airbot_MMK2_push_piston.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbe29d5239af42395ae8a1fdb0fbe76375e9a088 --- /dev/null +++ b/thumbnails/Airbot_MMK2_push_piston.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0bab18b7bd203055a5eca571b409b9537b90a7a7a5a41eda45b4812290ef52 +size 44273 diff --git a/thumbnails/Airbot_MMK2_push_plunger.jpg b/thumbnails/Airbot_MMK2_push_plunger.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40c7fde9da5e3b9547bed89774d58eff5371087c --- /dev/null +++ b/thumbnails/Airbot_MMK2_push_plunger.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b19cd80de0e1ea789fc32000b4a90ad75e9b3554c0bda0967b1a1cd8d97ed27 +size 24238 diff --git a/thumbnails/Airbot_MMK2_push_toy_car.jpg b/thumbnails/Airbot_MMK2_push_toy_car.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c747908f3cf54f0a6763c4008df8ea1c42e8f6b6 --- /dev/null +++ b/thumbnails/Airbot_MMK2_push_toy_car.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62752637d45123822b1234bdfb9c071f1470f2f9ccdb5bac85e3f486c245166a +size 27435 diff --git a/thumbnails/Airbot_MMK2_remove_lid.jpg b/thumbnails/Airbot_MMK2_remove_lid.jpg new file mode 100644 index 0000000000000000000000000000000000000000..310ce7d19c640fd3de909153d8b72caa3e55cc30 --- /dev/null +++ b/thumbnails/Airbot_MMK2_remove_lid.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a67453cd5e2f2009e108d58f00a1caa79fcfda6e091026c45e8bc32fa676103 +size 34156 diff --git a/thumbnails/Airbot_MMK2_remove_pen_cap.jpg b/thumbnails/Airbot_MMK2_remove_pen_cap.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81bc85793e7e4903a23047e65330c6ea8652108d --- /dev/null +++ b/thumbnails/Airbot_MMK2_remove_pen_cap.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b40472f4840a3e03c30c8d6a516c7bbf58c04d9a9f926f0b664b639583c3f05 +size 36073 diff --git a/thumbnails/Airbot_MMK2_rotate_cube_face.jpg b/thumbnails/Airbot_MMK2_rotate_cube_face.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f30734277033a2106438dbf26d0fba22a8e7b1ab --- /dev/null +++ b/thumbnails/Airbot_MMK2_rotate_cube_face.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e064696b3d40803482b15278c28121459fd1b6e14ebe3bc12f7b241e13a1b466 +size 27038 diff --git a/thumbnails/Airbot_MMK2_screw_the_bottle_cap.jpg b/thumbnails/Airbot_MMK2_screw_the_bottle_cap.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21abb0826a749f183a3a054b73e928251fb920f4 --- /dev/null +++ b/thumbnails/Airbot_MMK2_screw_the_bottle_cap.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a650cf2b3f83b40be4a88b8e7ca84bccd2af349f063c62f244d64921fd0a9cfe +size 31780 diff --git a/thumbnails/Airbot_MMK2_slide_block.jpg b/thumbnails/Airbot_MMK2_slide_block.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50dccd622b402ced5864a14ef171765dcdae19c7 --- /dev/null +++ b/thumbnails/Airbot_MMK2_slide_block.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe24b10a45b851a2bb3347b63271022ddf635a799aedbb77a3105aec35b811d6 +size 45821 diff --git a/thumbnails/Airbot_MMK2_slide_block_onto_post.jpg b/thumbnails/Airbot_MMK2_slide_block_onto_post.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1a41cda27ce173337b8f24289be5a4e4c519001 --- /dev/null +++ b/thumbnails/Airbot_MMK2_slide_block_onto_post.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae80bf7248055b4f6a6c00c90c983400fc1721e89e9ee9378bf58ae8864d346 +size 28350 diff --git a/thumbnails/Airbot_MMK2_slide_tape_onto_can.jpg b/thumbnails/Airbot_MMK2_slide_tape_onto_can.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d74b7f671745995dfe930b7afd9f1702da4d0607 --- /dev/null +++ b/thumbnails/Airbot_MMK2_slide_tape_onto_can.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e24b2e13d877faa6754ac2407380274906e72b5b9c4358ad35aaa4056eccf4d +size 53006 diff --git a/thumbnails/Airbot_MMK2_square_arrangement.jpg b/thumbnails/Airbot_MMK2_square_arrangement.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fb21069c4e09b01cd2844dbba175ca6f9e38194 --- /dev/null +++ b/thumbnails/Airbot_MMK2_square_arrangement.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4875b5c8e43f7fc748792b47b1cbb95d7aadece64f98bb8d4e6b304a03fc34 +size 45199 diff --git a/thumbnails/Airbot_MMK2_stack_block.jpg b/thumbnails/Airbot_MMK2_stack_block.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3aa27cf2c6f4dac4b6514e4fdf9e8a8763ad1019 --- /dev/null +++ b/thumbnails/Airbot_MMK2_stack_block.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f4486dc2e7a7658b18e0818822137b8adf1eb729f244ee308717e322507780 +size 43464 diff --git a/thumbnails/Airbot_MMK2_stack_bowl.jpg b/thumbnails/Airbot_MMK2_stack_bowl.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1372ef600e89c465f1012b5c98b63e6160171f1f --- /dev/null +++ b/thumbnails/Airbot_MMK2_stack_bowl.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0eb110b01c250b3f36a2afe05bdc26ffbcac50768c2c8cc0ffe4670fdead0e6 +size 37706 diff --git a/thumbnails/Airbot_MMK2_stack_cubic_block.jpg b/thumbnails/Airbot_MMK2_stack_cubic_block.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26db0f8a776818a0ac3d2db3911d5cbc3fa7ea45 --- /dev/null +++ b/thumbnails/Airbot_MMK2_stack_cubic_block.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a2bafd3df8afa245bb4339c421c09f9a908003ef7c00f1960fa582aa36a740 +size 37572 diff --git a/thumbnails/Airbot_MMK2_stack_cup.jpg b/thumbnails/Airbot_MMK2_stack_cup.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f29dc3d870e0bef5ebe09b5be30d7cf0bed5ae66 --- /dev/null +++ b/thumbnails/Airbot_MMK2_stack_cup.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:640e093c9dd32ee9a12c425c59c973d3ba541c8b92ea828620803b301872a168 +size 24358 diff --git a/thumbnails/Airbot_MMK2_stacking_blocks.jpg b/thumbnails/Airbot_MMK2_stacking_blocks.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ffd6d678352240ea67fd05bb07bb77739a378cd6 --- /dev/null +++ b/thumbnails/Airbot_MMK2_stacking_blocks.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a1a74931acfe7765f0f398a1e630421d16fb74255cf3a5be6de9f31018b993 +size 36587 diff --git a/thumbnails/Airbot_MMK2_storage_and_take_cake_plate.jpg b/thumbnails/Airbot_MMK2_storage_and_take_cake_plate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aaf5f5c8aeb56cab9379c0d06b34f0d95fdc7505 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_and_take_cake_plate.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e264909029136260832a549eb6eb4922bd379fb01d50b6507336c49b823482a5 +size 47050 diff --git a/thumbnails/Airbot_MMK2_storage_apple_orange.jpg b/thumbnails/Airbot_MMK2_storage_apple_orange.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f09e9028ad91bce9bb2e3f3a33f11a44b7827c29 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_apple_orange.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ffaf2cc8d704762c85f5e1f13ad07184dfc4373e7521d3c267b742b7fcafa4 +size 29256 diff --git a/thumbnails/Airbot_MMK2_storage_badminton.jpg b/thumbnails/Airbot_MMK2_storage_badminton.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0edfd04fbf6c33862b054205a8576d8a68f9218 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_badminton.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d580548aa131e6ab59cbb9eb01e6a33887246ff7ea1d6bfd180931139dbc1c +size 33446 diff --git a/thumbnails/Airbot_MMK2_storage_bell_pepper.jpg b/thumbnails/Airbot_MMK2_storage_bell_pepper.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4468d54a2f3709b5729f59ee3018e3379129678a --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_bell_pepper.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1529f3af16910e166d85abab6458c4c292b977608b3356dc0980731c0e43f169 +size 30714 diff --git a/thumbnails/Airbot_MMK2_storage_bell_pepper_bowl.jpg b/thumbnails/Airbot_MMK2_storage_bell_pepper_bowl.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fcc6d27498171b3f3fca1374b32356729dee02fa --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_bell_pepper_bowl.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6921565c45736a2449c4550a342e890951149769420577b19a9a8d3983b946b +size 15620 diff --git a/thumbnails/Airbot_MMK2_storage_block.jpg b/thumbnails/Airbot_MMK2_storage_block.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dac804bd478966ae9d60ee1019def04d7ef62c34 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_block.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9e3bb2fd5b6cc3091ed39f0ceb695894dddc6772ca24615b8d02ec23056709 +size 43313 diff --git a/thumbnails/Airbot_MMK2_storage_block_BBs.jpg b/thumbnails/Airbot_MMK2_storage_block_BBs.jpg new file mode 100644 index 0000000000000000000000000000000000000000..931434d76be48b0dde6bb00c5ec35ca5a2fa9c39 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_block_BBs.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176a09a540d4ba7f1bc40127287ad85fb3f1a9f54b41444aee7816589fd5794a +size 26010 diff --git a/thumbnails/Airbot_MMK2_storage_block_both_hands.jpg b/thumbnails/Airbot_MMK2_storage_block_both_hands.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f87a739659bb38ec2cba068ccba6c1eb228c6778 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_block_both_hands.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2687e79b6bf333ec3d940884e90145e563006b736c38d6465501ffe597589ca4 +size 28464 diff --git a/thumbnails/Airbot_MMK2_storage_block_tape_measure.jpg b/thumbnails/Airbot_MMK2_storage_block_tape_measure.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbc05b9154db40c9ae40f3ff958acc3d6f3c8855 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_block_tape_measure.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a62437eb5ccfdd65664468cd3c2f427fc2d2f793c2842254e42998ccbf0bb0 +size 23699 diff --git a/thumbnails/Airbot_MMK2_storage_book.jpg b/thumbnails/Airbot_MMK2_storage_book.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9cf6cded4a1f7f275285aba3fdd3a4dc0c8f4dc4 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_book.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb25f529652f0ef4a8e576d65ea7d72444f6632e2642f32f2fd06bb464d2d4e +size 52552 diff --git a/thumbnails/Airbot_MMK2_storage_bottle_part.jpg b/thumbnails/Airbot_MMK2_storage_bottle_part.jpg new file mode 100644 index 0000000000000000000000000000000000000000..781b7a7dadf982b27ad92bc81995e087100f89d4 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_bottle_part.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c4eefa79bd97b56fea055e63795af36615801732e2358427db4efd9c699b33 +size 31983 diff --git a/thumbnails/Airbot_MMK2_storage_bowl.jpg b/thumbnails/Airbot_MMK2_storage_bowl.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43e84f51a563f1a431650fff5dbe17e1bf601b01 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_bowl.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5e463e2f755ecc61fe3a7da05899cc270236c6222de706156ba181b196d3d8 +size 29808 diff --git a/thumbnails/Airbot_MMK2_storage_bowl_wet_wipes.jpg b/thumbnails/Airbot_MMK2_storage_bowl_wet_wipes.jpg new file mode 100644 index 0000000000000000000000000000000000000000..935529408a59b8a64dd0add504e09bc2147a245e --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_bowl_wet_wipes.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f99b48b2da50030e75dd5f6d725c446fab1dd0118dd49fefe915ad70c81fda +size 23591 diff --git a/thumbnails/Airbot_MMK2_storage_box_for_mouse_and_sponge.jpg b/thumbnails/Airbot_MMK2_storage_box_for_mouse_and_sponge.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae8d0e05f356d6c090a29fd3788085df6e1a0c74 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_box_for_mouse_and_sponge.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2599036c43de2913b17dc5780226f7a897563e0fd5639468e25e271a63a6275d +size 26160 diff --git a/thumbnails/Airbot_MMK2_storage_braised_pork_belly_shrimp.jpg b/thumbnails/Airbot_MMK2_storage_braised_pork_belly_shrimp.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a39eea39fa2216bbb40ecebbf415e4a6e8adaa2 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_braised_pork_belly_shrimp.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66d3dec7e300daca8e918fba70294f0f6b5d28ab88789f5c8f656b2d756e944 +size 44718 diff --git a/thumbnails/Airbot_MMK2_storage_cake_both_hands.jpg b/thumbnails/Airbot_MMK2_storage_cake_both_hands.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8461fe296c685807c653e24ae8bb659254c0131a --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_cake_both_hands.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6f022a1f61d2e14c6efb6abbcf2bced001fa9c75d2220d8fa2562bbc8b631c +size 35838 diff --git a/thumbnails/Airbot_MMK2_storage_cake_box.jpg b/thumbnails/Airbot_MMK2_storage_cake_box.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7223c23cad5a378f4f12991ea701ac2fbcf679b2 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_cake_box.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b938728ac40f94c6944b0b2fd71d46eeaeeaadec4e07f2ace17e89a4cb86743d +size 29862 diff --git a/thumbnails/Airbot_MMK2_storage_cake_cup.jpg b/thumbnails/Airbot_MMK2_storage_cake_cup.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9aaddc0aac864389cfdf51b4bac8244e3c69c542 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_cake_cup.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9148b49128d877c5c10b4297a43a6c9c59e20776babf60f4a1c729f966e19357 +size 36431 diff --git a/thumbnails/Airbot_MMK2_storage_cake_ice_cream.jpg b/thumbnails/Airbot_MMK2_storage_cake_ice_cream.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5043aca73b4df62433001d4b345dd8a05cf0a6ca --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_cake_ice_cream.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562f9517f379c6865156a8521bd63a36dffb9f886e4651e9c94e62d09604bb08 +size 47216 diff --git a/thumbnails/Airbot_MMK2_storage_cake_pan.jpg b/thumbnails/Airbot_MMK2_storage_cake_pan.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37b2ff82c13338d427943eb835ac0bbde47aae8d --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_cake_pan.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa124fd06adc5136d9324850b42e78a61881ce49131122ca37aeeb5411c8a7b8 +size 22296 diff --git a/thumbnails/Airbot_MMK2_storage_cake_plate.jpg b/thumbnails/Airbot_MMK2_storage_cake_plate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b84b9d6006c3cd350632649e2ac3ebb59926e6a8 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_cake_plate.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f1b334491ff6f56dd6ef8faf3a012a2fa68dce00fdf14305496402a6b68c16 +size 45001 diff --git a/thumbnails/Airbot_MMK2_storage_computer_box.jpg b/thumbnails/Airbot_MMK2_storage_computer_box.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc01cf1d44b643ea61241658301fb61a63b55c78 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_computer_box.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c3f463935cd2f12074bde815c8a885664bcb8816ec5664364303ac563fc5d8 +size 15220 diff --git a/thumbnails/Airbot_MMK2_storage_cookie_cup.jpg b/thumbnails/Airbot_MMK2_storage_cookie_cup.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6ac2e343e813b947aa73cd884d73922e00aa567 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_cookie_cup.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a72d643ec58750d0bf865781945fecffc6da4562cc2eb61c92f3871b29566ce6 +size 47465 diff --git a/thumbnails/Airbot_MMK2_storage_cookie_toy_car.jpg b/thumbnails/Airbot_MMK2_storage_cookie_toy_car.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bde4f4bcf7d71cdff84b163c5d938df9290a6ee4 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_cookie_toy_car.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75d62342323d72e43f1d50d5c88258934fd3d84deb20933a176ea520e86e1a4 +size 28785 diff --git a/thumbnails/Airbot_MMK2_storage_cup.jpg b/thumbnails/Airbot_MMK2_storage_cup.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e1104cc1921df36168f7bb09ce0036bd59ce93a --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_cup.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bfb4046a3cbf5b6ed21e0f0a11e040b3a19885f867c0cc508ba01bb80c5cc9f +size 36201 diff --git a/thumbnails/Airbot_MMK2_storage_cup_plate.jpg b/thumbnails/Airbot_MMK2_storage_cup_plate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc6492e137c5ab0b0c57b1d1f394682e3cb1acb7 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_cup_plate.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d9becad7de18f8154c5cfe9a86846e4324717c4dafcafb43ed822c9df40e5b +size 48481 diff --git a/thumbnails/Airbot_MMK2_storage_cup_rubik's_cube.jpg b/thumbnails/Airbot_MMK2_storage_cup_rubik's_cube.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7105b763c45e66246b5a9ddfcf99418d16e4869 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_cup_rubik's_cube.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75c3031cddf857e1f402b834f3fad55c02970113ca57a348356050b35e3fae3 +size 19684 diff --git a/thumbnails/Airbot_MMK2_storage_diamond_ring.jpg b/thumbnails/Airbot_MMK2_storage_diamond_ring.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8045776e831d8fe270d7b2d64fbe7c560111cb92 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_diamond_ring.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c02c41bfa939352a6faa7b8cb0b4c9d40f38650daed23b4de58d67b4fd06ec +size 53017 diff --git a/thumbnails/Airbot_MMK2_storage_egg_bowl.jpg b/thumbnails/Airbot_MMK2_storage_egg_bowl.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03f1488bd73b2dea0add51e0d6afbfa3df03aabc --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_egg_bowl.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fcd0a003707042ed82e63113b166e575a493854136a52cf8bea40bc6fd464f +size 41966 diff --git a/thumbnails/Airbot_MMK2_storage_egg_plate.jpg b/thumbnails/Airbot_MMK2_storage_egg_plate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..776ba1ba580b88d7ece15fec87555d9b67817702 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_egg_plate.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02e9cac9568d6b3f364350a9ab79993bd9323368154c268f4cf073f4c803093 +size 49443 diff --git a/thumbnails/Airbot_MMK2_storage_egg_white_box.jpg b/thumbnails/Airbot_MMK2_storage_egg_white_box.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c390d819887b10f9ebc146c1176a606ef6549600 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_egg_white_box.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0707d44474f72b156802d6068f3714ad028cde2d0479ea3e3a31629a428340b +size 25334 diff --git a/thumbnails/Airbot_MMK2_storage_egg_yellow_box.jpg b/thumbnails/Airbot_MMK2_storage_egg_yellow_box.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9c0514dad1b2e30a5452746df806e7a04b56953 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_egg_yellow_box.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106187a7e7a875220597deaa1aa0677727c8978859b5e6f82693e892ce5c1003 +size 46169 diff --git a/thumbnails/Airbot_MMK2_storage_electronics_white_basket.jpg b/thumbnails/Airbot_MMK2_storage_electronics_white_basket.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d839688c1bb8721302ea92d39c973796cf86c7f --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_electronics_white_basket.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e59292ddb7b35289efa000a8c3afd14f36f7a1ee8a436477ec6bdc46fe2e36e +size 29706 diff --git a/thumbnails/Airbot_MMK2_storage_electronics_yellow_baket.jpg b/thumbnails/Airbot_MMK2_storage_electronics_yellow_baket.jpg new file mode 100644 index 0000000000000000000000000000000000000000..175feabcc39f122df28f9d4021398d9e4a4b9ed1 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_electronics_yellow_baket.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5018d429429f0aa65217144069a25593935763670613a1634f2d1d15d197fd6 +size 29998 diff --git a/thumbnails/Airbot_MMK2_storage_for_building_blocks_and_beauty_sponges.jpg b/thumbnails/Airbot_MMK2_storage_for_building_blocks_and_beauty_sponges.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2c32c97fe60ef55be84359c42cfcb6776990bd4 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_for_building_blocks_and_beauty_sponges.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c87d84aea692ebdfabe69a6033b1e11d2cffe6174023f4c7ece6bb9adf74d8 +size 30272 diff --git a/thumbnails/Airbot_MMK2_storage_gold_bar_model_shark_doll.jpg b/thumbnails/Airbot_MMK2_storage_gold_bar_model_shark_doll.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88caf652c216fe458e61a4047ad941d4b3282170 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_gold_bar_model_shark_doll.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28a959fb1b7b455c8a292d5a8544280c6c9bb9291b26293f68cad572dfc1758 +size 34848 diff --git a/thumbnails/Airbot_MMK2_storage_grape.jpg b/thumbnails/Airbot_MMK2_storage_grape.jpg new file mode 100644 index 0000000000000000000000000000000000000000..003c74e4d93ff1e4089f5e954630460b90f7d6bc --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_grape.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f1037276093a6f1ca6db87c0b13a199368c03f7ae662ab0de0654dc2238f45 +size 23883 diff --git a/thumbnails/Airbot_MMK2_storage_hourglass.jpg b/thumbnails/Airbot_MMK2_storage_hourglass.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8eba6e72264e7966b0e1f3d7fd6a73387fac931 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_hourglass.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546656c4da3d714cd66bed5dad9b3fa67685899227043353dadb5a921eb6ef2b +size 30482 diff --git a/thumbnails/Airbot_MMK2_storage_ice_cream.jpg b/thumbnails/Airbot_MMK2_storage_ice_cream.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a979a9c007d79ff791e097faa656b536e8fdcb58 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_ice_cream.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c51bacfb7b13f08a369d544cbb3ab7072e954efb0ce188a48c0d13a4f5832c +size 33751 diff --git a/thumbnails/Airbot_MMK2_storage_item.jpg b/thumbnails/Airbot_MMK2_storage_item.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b051c8a0ab95e73d3fdba85990d7d25de056f4a0 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_item.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fed085aa43d7d8711e050b29287bf6ff3c1e97ac5f16e4801cd8fe517625532 +size 22756 diff --git a/thumbnails/Airbot_MMK2_storage_lemon_mango.jpg b/thumbnails/Airbot_MMK2_storage_lemon_mango.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa891c7f60964fc24b7d9a14edb3d2193b02941e --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_lemon_mango.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f2877709ba6bd1461e21657e411b2a696a4ef1036a672431b03e3f4c6904d2 +size 30376 diff --git a/thumbnails/Airbot_MMK2_storage_mango_pomegranate.jpg b/thumbnails/Airbot_MMK2_storage_mango_pomegranate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f92f9e11cf85f70e4a3f1472d39f82e91285a12b --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_mango_pomegranate.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86210a20454385505597de714edd03d16eeffe4c0dfc05048b19be336e4c504c +size 40843 diff --git a/thumbnails/Airbot_MMK2_storage_milk_tissue.jpg b/thumbnails/Airbot_MMK2_storage_milk_tissue.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5522ecb29d4a1028a438d7add267eaff6fdc800 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_milk_tissue.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bed15f59eeb951e88b7450b45f70cc3bcdb4803248861cf4809330bc8e0bdbe0 +size 38964 diff --git a/thumbnails/Airbot_MMK2_storage_network_cable_paper_box.jpg b/thumbnails/Airbot_MMK2_storage_network_cable_paper_box.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21d86781b4a57d3aca7e00c791ecff1f4b7c1a77 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_network_cable_paper_box.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bba7204b6412d6cbc41963dae411334d05ba3ec094e14e0a13bcc12dd379b91 +size 40873 diff --git a/thumbnails/Airbot_MMK2_storage_onion_sweet_potato.jpg b/thumbnails/Airbot_MMK2_storage_onion_sweet_potato.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b29d305e3c90b1d8c3b2961a13c489fff86c8dc4 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_onion_sweet_potato.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe60d52870372f016324b222a362afda8be38e2fa41d707e016dc8c72295646a +size 30115 diff --git a/thumbnails/Airbot_MMK2_storage_paper_box_sponge.jpg b/thumbnails/Airbot_MMK2_storage_paper_box_sponge.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f48f1880cd7fa0685c870ad3672aebd722b43ad6 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_paper_box_sponge.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32aeb6b572b75082a501c19f568e300cbdf0f322f0b73f21d5dbc9e202a8f4bf +size 28711 diff --git a/thumbnails/Airbot_MMK2_storage_peach_pear.jpg b/thumbnails/Airbot_MMK2_storage_peach_pear.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed8c987a2b971cff0ae4da2c53b7c4026fa95e68 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_peach_pear.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a03a9fa421fbcc9ce91364c3213b7ca1d867fbc00a3613a1e723560dae66b7b5 +size 23823 diff --git a/thumbnails/Airbot_MMK2_storage_penguin_doll_tiger_doll.jpg b/thumbnails/Airbot_MMK2_storage_penguin_doll_tiger_doll.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54306fca8b72f343b90a55011d5a6c0799161543 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_penguin_doll_tiger_doll.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49eca5f91424c55607b4f39670cfe95af1614dbcf8ca28373736ff1c9ceccb10 +size 32454 diff --git a/thumbnails/Airbot_MMK2_storage_pineapple.jpg b/thumbnails/Airbot_MMK2_storage_pineapple.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65e9ba8a81e3646f9976719a70cbd9b4a697a8b7 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_pineapple.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c19f9c4c9ac240db40af26ca4af2dc4d3948fa9894b53cd9e7a1070ed3816af +size 29329 diff --git a/thumbnails/Airbot_MMK2_storage_potato_left.jpg b/thumbnails/Airbot_MMK2_storage_potato_left.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa6fc20ab3ca6a52c6234f1ec025a8530c6d50a4 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_potato_left.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0d2b52565a78eca11242ace3ce65dc0228574a1e6fb25718d162f52bc53c9c +size 37068 diff --git a/thumbnails/Airbot_MMK2_storage_potato_pumpkin.jpg b/thumbnails/Airbot_MMK2_storage_potato_pumpkin.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc72cc372da0e516f4726bf45d165eaf42f3dc64 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_potato_pumpkin.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1cc7fae02cba320fc0af9b4e8504a24bd1ef6cba48dea9cff6484b061a81a1a +size 34060 diff --git a/thumbnails/Airbot_MMK2_storage_pumpkin_left.jpg b/thumbnails/Airbot_MMK2_storage_pumpkin_left.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ebe7569df6f60f46ba1c1b488ba14994606ac9a --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_pumpkin_left.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e409daf35a608803563a9acda4ce5ee104f542be1fe5dffab00da89134e2df04 +size 36641 diff --git a/thumbnails/Airbot_MMK2_storage_pumpkin_right.jpg b/thumbnails/Airbot_MMK2_storage_pumpkin_right.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a82e93f24edf846a89e3f2a67a2d87149b1ba10 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_pumpkin_right.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0dfb48e065927bf55e06b46ee4657d9005a0ed2de70a943198245a9fb89569 +size 36443 diff --git a/thumbnails/Airbot_MMK2_storage_remote_control_clip_box_water_bottle.jpg b/thumbnails/Airbot_MMK2_storage_remote_control_clip_box_water_bottle.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea9761269025d8bf147bc7bd28746667fb886fba --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_remote_control_clip_box_water_bottle.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a3a708e78a2b7b3f3443138bc40aeaa62265d5f275b35f5faee020f6b82bbc +size 33795 diff --git a/thumbnails/Airbot_MMK2_storage_rubiks_cube_and_cup.jpg b/thumbnails/Airbot_MMK2_storage_rubiks_cube_and_cup.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60b0b45c68a01e552d41bdfbd6aedf62e6b796e9 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_rubiks_cube_and_cup.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae0ed0d9259cc0df48d270fcf70878d3b604ffe3a50e0c337a450e1d10371a0 +size 24854 diff --git a/thumbnails/Airbot_MMK2_storage_shark_doll.jpg b/thumbnails/Airbot_MMK2_storage_shark_doll.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a37ce953a72c120f5401055b32c464f4ea55b316 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_shark_doll.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4609867ee8831a689fa1e0aadd709d995c27fbb60a113282bb61c5ec2e651e2c +size 31049 diff --git a/thumbnails/Airbot_MMK2_storage_sponge_wet_wipes.jpg b/thumbnails/Airbot_MMK2_storage_sponge_wet_wipes.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a265e74388ee27fe925a77174874bb3d417c1147 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_sponge_wet_wipes.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5c100c52d606caa3785e747ff85ada13ff565d0861cbce8e3ef40a26de5b66 +size 45237 diff --git a/thumbnails/Airbot_MMK2_storage_spoon.jpg b/thumbnails/Airbot_MMK2_storage_spoon.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa7c6ab78cb9a86c1fc8e52e0141bfe9ebae8fe8 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_spoon.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e02a18d8549177b75b94fa149c6210e6d4096ebb4ff4ccf6675e1aaa13b34cf +size 31070 diff --git a/thumbnails/Airbot_MMK2_storage_stationery_xylophone.jpg b/thumbnails/Airbot_MMK2_storage_stationery_xylophone.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d12457ed66eb5ceabb32b22b9c18f5167c32865 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_stationery_xylophone.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c80d341b5e0aa9ec78ef1c87a3706a413b31a931f92f25abf457e36aaf29bb6 +size 31472 diff --git a/thumbnails/Airbot_MMK2_storage_tape_measure_umbrella.jpg b/thumbnails/Airbot_MMK2_storage_tape_measure_umbrella.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93f81e42d8bcddd99613a6b798a4e95cd28f140e --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_tape_measure_umbrella.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813fe2379589d18915a540f3e1f8353801daa7eaf9ba731d8eea862354de7487 +size 20913 diff --git a/thumbnails/Airbot_MMK2_storage_tissue_and_milk_carton.jpg b/thumbnails/Airbot_MMK2_storage_tissue_and_milk_carton.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f34fcde35d48bd03908097b6c3ab024269a2a649 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_tissue_and_milk_carton.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b351cd42ebddee836092930dc7001efa36926f3b65e201f2ea1cac8cba35cf9 +size 28613 diff --git a/thumbnails/Airbot_MMK2_storage_tissue_paper.jpg b/thumbnails/Airbot_MMK2_storage_tissue_paper.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91a974fc7ef0805494fec184522e6e17038cb250 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_tissue_paper.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15774b15a4365b152fb90fb09736c0a60bf9d3a87d71b247ed685f6712402c6e +size 33976 diff --git a/thumbnails/Airbot_MMK2_storage_tissues_tub.jpg b/thumbnails/Airbot_MMK2_storage_tissues_tub.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1eb49cb20a49bd7db840d6dd7898e9062f863b9e --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_tissues_tub.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ccd1f1a778cc9e2fb82192e64d5ca303d80ad79315019a4649ffb626ce0194 +size 31695 diff --git a/thumbnails/Airbot_MMK2_storage_tomato_potato.jpg b/thumbnails/Airbot_MMK2_storage_tomato_potato.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bb3585efecfd17d93c8a6c39946a7ddb0cafdc3 --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_tomato_potato.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e2b3035a9f899b750585ef17fb93c23913f767a29f94b70e0c73df498ac5841 +size 29090 diff --git a/thumbnails/Airbot_MMK2_storage_tools.jpg b/thumbnails/Airbot_MMK2_storage_tools.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad10e6b8f8faaedfc054f4cd3b12987408d0bcee --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_tools.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20680555656c2e6aaf22001d08d8952c92c2eac81cecc0edde039acd0c558f2 +size 25447 diff --git a/thumbnails/Airbot_MMK2_storage_toy_cars_and_cookies.jpg b/thumbnails/Airbot_MMK2_storage_toy_cars_and_cookies.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7adccf1f475937ea92d6d6711c78697aaf9efa5d --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_toy_cars_and_cookies.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe81da70339d39c3940a00cfa5ccca18edc172f3a0f4d714595cef16e80a2f07 +size 30811 diff --git a/thumbnails/Airbot_MMK2_storage_tumbler_umbrella.jpg b/thumbnails/Airbot_MMK2_storage_tumbler_umbrella.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3f7f980b22d0d745400820b7bdc7e22b0ed6baf --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_tumbler_umbrella.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb3b82d0fce0f38c62ae39134300997777f7007751bfb0c3e152dc93160bfec +size 24503 diff --git a/thumbnails/Airbot_MMK2_storage_wet_tissue_and_building_block.jpg b/thumbnails/Airbot_MMK2_storage_wet_tissue_and_building_block.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b19e23820b508b8cb2767f2f7bc131fb3acd74ee --- /dev/null +++ b/thumbnails/Airbot_MMK2_storage_wet_tissue_and_building_block.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1940aed28ede5da5fb0ae02c3e1ea3b1354c2f63c4c459c4bf6e3951638a341 +size 22851 diff --git a/thumbnails/Airbot_MMK2_store_beauty_blender_and_building_blocks.jpg b/thumbnails/Airbot_MMK2_store_beauty_blender_and_building_blocks.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e57860962b9c7e0009cfbde62f22a0b698693450 --- /dev/null +++ b/thumbnails/Airbot_MMK2_store_beauty_blender_and_building_blocks.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf10ad3dca61647bb7ad863aefc2979c5b9d3edca59ba87c2c56f804bd9e6f1 +size 26323 diff --git a/thumbnails/Airbot_MMK2_store_coffee_cups.jpg b/thumbnails/Airbot_MMK2_store_coffee_cups.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03ddce56f7fa1cea3b64b9bbab23a5c0405f177a --- /dev/null +++ b/thumbnails/Airbot_MMK2_store_coffee_cups.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edffd307944f29525a033fce2df3f615314b5772b2f84a2326e1274a5d3b1346 +size 22647 diff --git a/thumbnails/Airbot_MMK2_store_peaches_and_pears.jpg b/thumbnails/Airbot_MMK2_store_peaches_and_pears.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c2ab70904fd2cfb20e6ddcc212d4604ff27f527 --- /dev/null +++ b/thumbnails/Airbot_MMK2_store_peaches_and_pears.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796265225866c7493d4b08d902c8e886ba56f544c83364d82a5dc0b0c8c18225 +size 17881 diff --git a/thumbnails/Airbot_MMK2_store_pomegranates_and_mangoes.jpg b/thumbnails/Airbot_MMK2_store_pomegranates_and_mangoes.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45bf627cb967e66885981740669ebff1a55f0302 --- /dev/null +++ b/thumbnails/Airbot_MMK2_store_pomegranates_and_mangoes.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d879d7766ae266959fed77291de45365d75332526f89a6ecfeaa2f70000ce2a1 +size 24031 diff --git a/thumbnails/Airbot_MMK2_store_wet_wipes_and_bowls.jpg b/thumbnails/Airbot_MMK2_store_wet_wipes_and_bowls.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f2d579439924b812b5c78a3e3677cbcc019876f --- /dev/null +++ b/thumbnails/Airbot_MMK2_store_wet_wipes_and_bowls.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42e2f5667ab3d541da17d271a6463b31112a2a0cd128ea0f2d2cf5ab878ca45 +size 25943 diff --git a/thumbnails/Airbot_MMK2_storge_cake_ice_cream.jpg b/thumbnails/Airbot_MMK2_storge_cake_ice_cream.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba552bb1aa56d68400f1babe1309e18d674be56e --- /dev/null +++ b/thumbnails/Airbot_MMK2_storge_cake_ice_cream.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562890a50a961ecdfe12640d25590fb3c832ec094e46c714dc923ca8d76ff79d +size 33208 diff --git a/thumbnails/Airbot_MMK2_swap_apple_cake_plate.jpg b/thumbnails/Airbot_MMK2_swap_apple_cake_plate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..601a364dbaf601cbd48e7cc1a9616275c112fb9e --- /dev/null +++ b/thumbnails/Airbot_MMK2_swap_apple_cake_plate.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220acb67deb007bca4fc6caebfc39c57d929689424570ac9efd698c5741e5fa7 +size 21025 diff --git a/thumbnails/Airbot_MMK2_swap_bbs_block_plate.jpg b/thumbnails/Airbot_MMK2_swap_bbs_block_plate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bae4cc4ccdd63d056dd45e7ca92f98a42706b612 --- /dev/null +++ b/thumbnails/Airbot_MMK2_swap_bbs_block_plate.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ff2109750f28fb01d3d3d6838e73b814195a28d6b5920b0d5ba699fa919389 +size 28650 diff --git a/thumbnails/Airbot_MMK2_swap_bbs_cake_plate.jpg b/thumbnails/Airbot_MMK2_swap_bbs_cake_plate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7de893e773f39f2188e627154edaaf20b31f94e --- /dev/null +++ b/thumbnails/Airbot_MMK2_swap_bbs_cake_plate.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef0e1ee1276e94f63ec5defb03394378fa7e938e7d007817fc7f5f28320c213c +size 48404 diff --git a/thumbnails/Airbot_MMK2_swap_bottle_wet_wipes_plate.jpg b/thumbnails/Airbot_MMK2_swap_bottle_wet_wipes_plate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b31f544057479bd7efd30c5b0a329b7a16e7ea34 --- /dev/null +++ b/thumbnails/Airbot_MMK2_swap_bottle_wet_wipes_plate.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf8e8cd69211814a0909b09925585b75ae04b4156a3a17fb7859d21160e664c +size 27181 diff --git a/thumbnails/Airbot_MMK2_swap_bread_cake_plate.jpg b/thumbnails/Airbot_MMK2_swap_bread_cake_plate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0359167fc3a2fb050bbc541ea72533df130cbf8 --- /dev/null +++ b/thumbnails/Airbot_MMK2_swap_bread_cake_plate.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25760f413ade8428ba0643c89ce528d7fb7aa1ab76369752ecf981eaf664ad97 +size 40993 diff --git a/thumbnails/Airbot_MMK2_swap_cake_pumpkin_plate.jpg b/thumbnails/Airbot_MMK2_swap_cake_pumpkin_plate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12dfdbaf29aacb21bee697690df49d6794e1fce0 --- /dev/null +++ b/thumbnails/Airbot_MMK2_swap_cake_pumpkin_plate.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ee4267972cf76730c612062818b2c55c10df64f24441bb24b1fcac238650cf +size 18368 diff --git a/thumbnails/Airbot_MMK2_swap_cake_sponge_plate.jpg b/thumbnails/Airbot_MMK2_swap_cake_sponge_plate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c4ef31cd2373e7fd2069228bf147ff03c764642 --- /dev/null +++ b/thumbnails/Airbot_MMK2_swap_cake_sponge_plate.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8180cc125d185d496075622356087c933a3f3c465fc19bb23c50a3a1dce14de +size 36538 diff --git a/thumbnails/Airbot_MMK2_swap_sponge_paper_box_plate.jpg b/thumbnails/Airbot_MMK2_swap_sponge_paper_box_plate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91bcdcec603cd5022151d7240f216eb33603dbaa --- /dev/null +++ b/thumbnails/Airbot_MMK2_swap_sponge_paper_box_plate.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8435d0b339ef4d5d64e424bce921f5a8de0a27660701608285962a5202dfc3f +size 35529 diff --git a/thumbnails/Airbot_MMK2_sweep_peaper.jpg b/thumbnails/Airbot_MMK2_sweep_peaper.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de2e59ac20ed8654469ccddf41022c56e830bb7f --- /dev/null +++ b/thumbnails/Airbot_MMK2_sweep_peaper.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4dfdd6ed0ec3500fdd62f8d9869fae8d02704eeab8ea14741fafc902cd3f2af +size 45692 diff --git a/thumbnails/Airbot_MMK2_take_BBs_block.jpg b/thumbnails/Airbot_MMK2_take_BBs_block.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1991fa6a1c3332b99662bca9e7fb8bc19f95db79 --- /dev/null +++ b/thumbnails/Airbot_MMK2_take_BBs_block.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba660b3cd151f68f311aea3ced08be2f886cd889a5eadefcbbc56121d78b18d7 +size 24139 diff --git a/thumbnails/Airbot_MMK2_take_block.jpg b/thumbnails/Airbot_MMK2_take_block.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a526c001f7e3d8b6b3159641960117e26ed09eb --- /dev/null +++ b/thumbnails/Airbot_MMK2_take_block.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a32193dd410f779966a8044106a85625040206d21e30980468b62d60cc4a4c3 +size 39924 diff --git a/thumbnails/Airbot_MMK2_take_block_both_hands.jpg b/thumbnails/Airbot_MMK2_take_block_both_hands.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ba7782cd62755204551f0db79803de76d06fc0d --- /dev/null +++ b/thumbnails/Airbot_MMK2_take_block_both_hands.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d5bfa042408f80a932a0abd9e80dd456ece9d0805fc4f3b5f5bc0a907f71c7 +size 47895 diff --git a/thumbnails/Airbot_MMK2_take_book.jpg b/thumbnails/Airbot_MMK2_take_book.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ac9dd0f93d60b1982e466d20365d344ec7133e0 --- /dev/null +++ b/thumbnails/Airbot_MMK2_take_book.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1d409ed0697f8cfe15a9c264a39c18b5a61e220e7e1954c144820a2a4016e1 +size 22918 diff --git a/thumbnails/Airbot_MMK2_take_bottle_umbrella.jpg b/thumbnails/Airbot_MMK2_take_bottle_umbrella.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80e45ac6eec6cd8f06e2ff8ff901328075debfb1 --- /dev/null +++ b/thumbnails/Airbot_MMK2_take_bottle_umbrella.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68e4d2da06b78ed706bc20d22027d92996455e7bc1d878982a5aca3120e8791 +size 30130 diff --git a/thumbnails/Airbot_MMK2_take_bowl_sponge.jpg b/thumbnails/Airbot_MMK2_take_bowl_sponge.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1dc61e900ca283adfa0fd2f9413cc2a58749858 --- /dev/null +++ b/thumbnails/Airbot_MMK2_take_bowl_sponge.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fee8c6bd1bda61cc9472ea6987a73b055e89a2eddd3052920a2ea0d145e6aa +size 27799 diff --git a/thumbnails/Airbot_MMK2_take_cake_both_hands.jpg b/thumbnails/Airbot_MMK2_take_cake_both_hands.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f94794f39f1e436f3194cc9ebfbe234f47dd7f9 --- /dev/null +++ b/thumbnails/Airbot_MMK2_take_cake_both_hands.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd40e2408555050417b12590e2684e161012bd4000527aaa990e36dacfa161bd +size 43006 diff --git a/thumbnails/Airbot_MMK2_take_cup.jpg b/thumbnails/Airbot_MMK2_take_cup.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac0fd343fe1423a9d05751731b922081a25df680 --- /dev/null +++ b/thumbnails/Airbot_MMK2_take_cup.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba00b6b01acd0484d9579ddfe9f8b7b8bab47e21643c003f2946df6a4f83eba +size 29169 diff --git a/thumbnails/Airbot_MMK2_take_dog_doll.jpg b/thumbnails/Airbot_MMK2_take_dog_doll.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c58339b21a25da0dd9fd0b683a15542dc3e769f --- /dev/null +++ b/thumbnails/Airbot_MMK2_take_dog_doll.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114d2b745c15e5a2310cc764f43ac93980aa9297a8b3c510e01fa68d43a8f3de +size 39308 diff --git a/thumbnails/Airbot_MMK2_take_down_paper_cup.jpg b/thumbnails/Airbot_MMK2_take_down_paper_cup.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbcaf93c7dcac0d78812754eab30de7ffcf35dd6 --- /dev/null +++ b/thumbnails/Airbot_MMK2_take_down_paper_cup.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc2b26748a61ddb1f9bf58b44b16f90e0e47c4ac4bbbb1d0f5cfa2b7ae0f64f +size 29001 diff --git a/thumbnails/Airbot_MMK2_take_down_umbrella_and_mineral_water.jpg b/thumbnails/Airbot_MMK2_take_down_umbrella_and_mineral_water.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7261114cf3bac9aad48ba565d3824b242ea7fd04 --- /dev/null +++ b/thumbnails/Airbot_MMK2_take_down_umbrella_and_mineral_water.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f0ceb296342747ac3932297be1f3d21a827c8c6e830af8930cceefddcaeac1 +size 46100 diff --git a/thumbnails/Airbot_MMK2_take_drink.jpg b/thumbnails/Airbot_MMK2_take_drink.jpg new file mode 100644 index 0000000000000000000000000000000000000000..145aefe17f8e539a477d9ccc73efe12ca54a3611 --- /dev/null +++ b/thumbnails/Airbot_MMK2_take_drink.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26c2ce4337c30c0c03812ed22e30f6964a55390777d228aedc77dbb7469b6ef +size 33609 diff --git a/thumbnails/Airbot_MMK2_take_egg.jpg b/thumbnails/Airbot_MMK2_take_egg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdc5f92d53aa9d69196d07a4831603e451e1aafc --- /dev/null +++ b/thumbnails/Airbot_MMK2_take_egg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca732685dfee8db8dd53a9efb189f08bfa44a1c36f68f304bcfcd8534e9fed1 +size 32949 diff --git a/thumbnails/Airbot_MMK2_take_electronics.jpg b/thumbnails/Airbot_MMK2_take_electronics.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b6e84fb8bf5b62a23aba61d932689893adcf26f --- /dev/null +++ b/thumbnails/Airbot_MMK2_take_electronics.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c98df34220d5ffd8f5ba15b26558e8b5b2e2b13f732f1c5ccac48c767f6d4fc +size 38121 diff --git a/thumbnails/Airbot_MMK2_take_part_both_hands.jpg b/thumbnails/Airbot_MMK2_take_part_both_hands.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0287f3456eb2526b43f5c53bf61860541438445 --- /dev/null +++ b/thumbnails/Airbot_MMK2_take_part_both_hands.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef535e0829e317a777326142a8bac379ec35c04227ec7fdc0cf5c4918eaf06e +size 30283 diff --git a/thumbnails/Airbot_MMK2_take_the_book.jpg b/thumbnails/Airbot_MMK2_take_the_book.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65b15ce8c1bce5a0e0954a30ebf5ce6cbb78aebe --- /dev/null +++ b/thumbnails/Airbot_MMK2_take_the_book.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce530b11c05502e40685383c67e9a80c553122f709423afae7e4e9fec3b7af79 +size 34745 diff --git a/thumbnails/Airbot_MMK2_take_tissues.jpg b/thumbnails/Airbot_MMK2_take_tissues.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4047f4c9131c16a890212d56e5e768b2570a095b --- /dev/null +++ b/thumbnails/Airbot_MMK2_take_tissues.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54584de4e82e4324d46209c4d2963831fcd31db0a175377ca6a5c3f6c77105e +size 32889 diff --git a/thumbnails/Airbot_MMK2_take_toy_car.jpg b/thumbnails/Airbot_MMK2_take_toy_car.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63ff4a865f82424948271a386a3f3f212706c21e --- /dev/null +++ b/thumbnails/Airbot_MMK2_take_toy_car.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1395e0ef59451eccfc860379efe1b8f5ce9549c636183ff5b0ba9f5b6959204 +size 29690 diff --git a/thumbnails/Airbot_MMK2_the_cup_is_put_into_the_bucket.jpg b/thumbnails/Airbot_MMK2_the_cup_is_put_into_the_bucket.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2babd19c6f7edc6ab2aee771cdd839cd6f0ed51a --- /dev/null +++ b/thumbnails/Airbot_MMK2_the_cup_is_put_into_the_bucket.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2effa2090ae76946147dfa338a3f496bdcd152cd3f0290d33e2ab010cf5dd61 +size 37191 diff --git a/thumbnails/Airbot_MMK2_toy_storage.jpg b/thumbnails/Airbot_MMK2_toy_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6e54faaf4ff2cf289d8cf0159bd8898886a433f --- /dev/null +++ b/thumbnails/Airbot_MMK2_toy_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ae7588353439a0f73685625e66ebe80e92add2f58128ae658d68d50f031898 +size 40381 diff --git a/thumbnails/Airbot_MMK2_turn_page.jpg b/thumbnails/Airbot_MMK2_turn_page.jpg new file mode 100644 index 0000000000000000000000000000000000000000..139f90923a63243f7a75d1e6c12ecba609634f9f --- /dev/null +++ b/thumbnails/Airbot_MMK2_turn_page.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908101944211b4b214a2d3677b9572c8a1985d7aa16b8167e9ab5f5b2b7ac634 +size 29032 diff --git a/thumbnails/Airbot_MMK2_unplug.jpg b/thumbnails/Airbot_MMK2_unplug.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f59db21ae07caa3d75f769dd4bada437129c3875 --- /dev/null +++ b/thumbnails/Airbot_MMK2_unplug.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f949e13ca7af554a32af81ab843b3ed92d011bf79f6e7239d4e3b3d76f317a91 +size 30896 diff --git a/thumbnails/Airbot_MMK2_unscrew_bottle_cap.jpg b/thumbnails/Airbot_MMK2_unscrew_bottle_cap.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32c55b228ebf163dd900cb2647598142b1c32adb --- /dev/null +++ b/thumbnails/Airbot_MMK2_unscrew_bottle_cap.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7656fdd7ed76dd80c4ecf750fe9a1823d80a0b914a8f5f0f8ab9a0e03790d9 +size 32811 diff --git a/thumbnails/Galaxea_R1_Lite_arrange_baai_then_brain.jpg b/thumbnails/Galaxea_R1_Lite_arrange_baai_then_brain.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8cda114dd7c0d0044268e34259b884a497d69d03 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_arrange_baai_then_brain.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a386f6ec9a69c979599aff8ef4de8e2c74d1a006b8e4c8a71f3eba800a64f971 +size 29491 diff --git a/thumbnails/Galaxea_R1_Lite_boil_water_in_a_kettle.jpg b/thumbnails/Galaxea_R1_Lite_boil_water_in_a_kettle.jpg new file mode 100644 index 0000000000000000000000000000000000000000..480b182a0a68df115046bd337105463e9c566d90 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_boil_water_in_a_kettle.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242a28f0d3764e2aa7b6eea2506e0eac62b3a948c5ead024ca284f1ad8adf1cf +size 41299 diff --git a/thumbnails/Galaxea_R1_Lite_build_blocks.jpg b/thumbnails/Galaxea_R1_Lite_build_blocks.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d5fca86da6fbb7db4e2ea011941f360d62df387 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_build_blocks.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7e8e5e1c769881c9d2bd58ea9c1ff03b4b30e627cfcca014cdd2faa66051be +size 24650 diff --git a/thumbnails/Galaxea_R1_Lite_catch_the_water.jpg b/thumbnails/Galaxea_R1_Lite_catch_the_water.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e50e87aa33bebf0954b3570deedcb3988429f9f --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_catch_the_water.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603c948b42c6eeeba2025d0d3d058b640270a34031ef4e7095ebfbc3dcd79ab4 +size 51769 diff --git a/thumbnails/Galaxea_R1_Lite_change_baai_into_brain.jpg b/thumbnails/Galaxea_R1_Lite_change_baai_into_brain.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1991e90301a9cc11bf229318a4dd69bf3919da0d --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_change_baai_into_brain.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8846c65d34378b4a7f12070643f8e9fcc39d793a174d96027f19a20bc1f33d0 +size 28172 diff --git a/thumbnails/Galaxea_R1_Lite_classify_object_five.jpg b/thumbnails/Galaxea_R1_Lite_classify_object_five.jpg new file mode 100644 index 0000000000000000000000000000000000000000..402858abf238f9ff65a280de6f43d1115a9d5824 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_classify_object_five.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95045d77844c0c33dea3f7b45daa3c34de3eaadc98cf3e85ee47900da049b0a3 +size 38987 diff --git a/thumbnails/Galaxea_R1_Lite_classify_object_four.jpg b/thumbnails/Galaxea_R1_Lite_classify_object_four.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1743e15bef5cace3efecaea1163646955f0599b1 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_classify_object_four.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b0b131454a81d3594fa64f391f1af8994f537cd98dcdc124aa49544dd5c0f8 +size 39907 diff --git a/thumbnails/Galaxea_R1_Lite_classify_object_green_tablecloth.jpg b/thumbnails/Galaxea_R1_Lite_classify_object_green_tablecloth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..794c4ddbee2cee3bedb1dad3c9ee15f68517810d --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_classify_object_green_tablecloth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf28511f1ab9ffb640a4385ded670a729b666bffde93d343d0a0a65a30c3986 +size 120048 diff --git a/thumbnails/Galaxea_R1_Lite_classify_object_six.jpg b/thumbnails/Galaxea_R1_Lite_classify_object_six.jpg new file mode 100644 index 0000000000000000000000000000000000000000..180ff34fd81744c8f9a72cb84b0973939d54cc74 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_classify_object_six.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6055385a50824b8084f98bda5725d0cf4b647f9d0675a109ee7620e1d8f42bb8 +size 46445 diff --git a/thumbnails/Galaxea_R1_Lite_classify_object_three.jpg b/thumbnails/Galaxea_R1_Lite_classify_object_three.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a69050bfea7766ad80a4a23fee7b290708eecf13 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_classify_object_three.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6351e05d216e4d36881890c2b8d179f9ff7b6ff5865989dcc83a8d8f2d0e4f +size 42544 diff --git a/thumbnails/Galaxea_R1_Lite_clean_the_floor.jpg b/thumbnails/Galaxea_R1_Lite_clean_the_floor.jpg new file mode 100644 index 0000000000000000000000000000000000000000..278b5826002acf8ebb21e81367f46cc22afb872a --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_clean_the_floor.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4abbc9953d437a589457730d6c71f649a6e81aeae87529460904117f90025115 +size 73663 diff --git a/thumbnails/Galaxea_R1_Lite_clean_the_sink.jpg b/thumbnails/Galaxea_R1_Lite_clean_the_sink.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a4b19978f711c69d46565029ebf3e81f406ffc0 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_clean_the_sink.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b3a0054bdbf2f9a571864b6ff402b3de7cc5350c95f9ac2e18b95796d731e3 +size 60716 diff --git a/thumbnails/Galaxea_R1_Lite_clean_toilet.jpg b/thumbnails/Galaxea_R1_Lite_clean_toilet.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2efa85dc75fad7ea24f8d24de1d1564210b7d3a --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_clean_toilet.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d88686915418bf6deeadc0ca7229cd0bc06f0b02d3da5d1c9fa4eea04b2862a +size 54828 diff --git a/thumbnails/Galaxea_R1_Lite_connect_the_router_cable.jpg b/thumbnails/Galaxea_R1_Lite_connect_the_router_cable.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03bb60d1b5f0ec6646fc20b7778e6aac09d89dc6 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_connect_the_router_cable.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79f89e75e56aa614af5ecb3784474ed8d75f37b7cd5cb2eb3ee212c67116862 +size 49275 diff --git a/thumbnails/Galaxea_R1_Lite_cook_a_meal.jpg b/thumbnails/Galaxea_R1_Lite_cook_a_meal.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb371dfe320031de91aada55f4ac81e162280572 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_cook_a_meal.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb39e1da20d1d5a644a53241c41699f181e938531bece8d7ca45241cce2766e +size 57228 diff --git a/thumbnails/Galaxea_R1_Lite_cover_the_pot_lid.jpg b/thumbnails/Galaxea_R1_Lite_cover_the_pot_lid.jpg new file mode 100644 index 0000000000000000000000000000000000000000..405ff9e79fef3bd9e016f3dc7c59ffdbc616da01 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_cover_the_pot_lid.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9cab934282c5c7fcc8dccdc778cf33f3775c42bdfeb9e01bbc64b1646cd14b1 +size 71689 diff --git a/thumbnails/Galaxea_R1_Lite_dispose_of_leftover_food.jpg b/thumbnails/Galaxea_R1_Lite_dispose_of_leftover_food.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45abb760b721480cc21adff91fb2a988ba33f290 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_dispose_of_leftover_food.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0041005404e60f4313c9315eeaabb1e4b5c08147cbb7e3b5c3d00016879726ef +size 83120 diff --git a/thumbnails/Galaxea_R1_Lite_drawer_storage_hair_dryer.jpg b/thumbnails/Galaxea_R1_Lite_drawer_storage_hair_dryer.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27d139d4345bda4bea86449bfa4afbeb28432550 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_drawer_storage_hair_dryer.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9137f873e0c1e79c65eea3959354df163dde4ee02fa628210714ec8399d0d3f +size 51966 diff --git a/thumbnails/Galaxea_R1_Lite_fold_clothes.jpg b/thumbnails/Galaxea_R1_Lite_fold_clothes.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7c36d8314ea08efa2b7f51f015cc2ae0356baff --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_fold_clothes.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb395917000160ec2fa52ecdab5a1f04cccbcfb5901dd2867ec2c7e43c6653dc +size 78477 diff --git a/thumbnails/Galaxea_R1_Lite_fold_towel_twice.jpg b/thumbnails/Galaxea_R1_Lite_fold_towel_twice.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3aaa871fe4a34ff6be629be80d1be50ff2db2f9 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_fold_towel_twice.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d521647bc4886fd1bf06c0a4a7881241e7e2ac18d984981ae9fcab914731a65 +size 30784 diff --git a/thumbnails/Galaxea_R1_Lite_garbage_disposal.jpg b/thumbnails/Galaxea_R1_Lite_garbage_disposal.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d330c8677619ab5347fc473d04a59f1dc5f73f2b --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_garbage_disposal.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16d9842391bcbc4950784a64a10f8b90c903c63f3866955794820a4b1f84e01 +size 62789 diff --git a/thumbnails/Galaxea_R1_Lite_hang_clothes.jpg b/thumbnails/Galaxea_R1_Lite_hang_clothes.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d294db98dd2864f98f4fea33d81a2ae86027724d --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_hang_clothes.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a05f3bc47b1363249b64695c7bc1c9fcae709364fd3e3a041c22303670e68d7 +size 63128 diff --git a/thumbnails/Galaxea_R1_Lite_make_a_landline_call.jpg b/thumbnails/Galaxea_R1_Lite_make_a_landline_call.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8046e65006a4d93bc21b45eb2521ef1dcc36d01 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_make_a_landline_call.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1e1bc1e0d4afaf49c1140a8c2766f3280b795a21d5c037d581f543d89dbe6f +size 54748 diff --git a/thumbnails/Galaxea_R1_Lite_make_breakfast.jpg b/thumbnails/Galaxea_R1_Lite_make_breakfast.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b0aa703cd79a1bbec289e1d7b8f8dd27e30084c --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_make_breakfast.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac2fb58a69bb786ed930c7f0a7f8f6c1f87dd23f9ed1b36f15070419ae1644d +size 73920 diff --git a/thumbnails/Galaxea_R1_Lite_make_tea.jpg b/thumbnails/Galaxea_R1_Lite_make_tea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51ddd99bb1771aa765f05638327287e35ddade23 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_make_tea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa3dba6f5f0f284af91bfadb7c9c5d940002e9d220093282c84595757871b1c +size 71609 diff --git a/thumbnails/Galaxea_R1_Lite_make_the_bed.jpg b/thumbnails/Galaxea_R1_Lite_make_the_bed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41969b97c9f943aecfe42d8c4021b52edc0ac9a3 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_make_the_bed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db132cd9f649c996bcc6f442f3b4db578b2213c9275133523360c7e0247954dc +size 38483 diff --git a/thumbnails/Galaxea_R1_Lite_mix_blue_yellow_large_test_tube.jpg b/thumbnails/Galaxea_R1_Lite_mix_blue_yellow_large_test_tube.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b527c022a9537f2fc3363806530c0be411765fc --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_mix_blue_yellow_large_test_tube.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722b41fcf97f9efcb749d71121f807bf7160e96033ca3415add8c7644ee672b5 +size 65872 diff --git a/thumbnails/Galaxea_R1_Lite_mix_blue_yellow_left_large_test_tube.jpg b/thumbnails/Galaxea_R1_Lite_mix_blue_yellow_left_large_test_tube.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e52ccd7c4d58438f718637e355e54cf0ba07317 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_mix_blue_yellow_left_large_test_tube.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7bbc4532ae9537b73f48cf30af1f110ab2deaf7758006b7cf7b62f1b17f96d +size 22391 diff --git a/thumbnails/Galaxea_R1_Lite_mix_blue_yellow_left_small_test_tube.jpg b/thumbnails/Galaxea_R1_Lite_mix_blue_yellow_left_small_test_tube.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c0aeda6dc74debfe0f428871f0c33a8774650f1 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_mix_blue_yellow_left_small_test_tube.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466bf02862e0cfefab35379c8b1592fb6172759ee9ac9b01deef1d6dee420d52 +size 29265 diff --git a/thumbnails/Galaxea_R1_Lite_mix_blue_yellow_right.jpg b/thumbnails/Galaxea_R1_Lite_mix_blue_yellow_right.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ab6839e11f86bd15a7c0d79561c67d18284c42f --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_mix_blue_yellow_right.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9e38d6251033d29d7320a3ed529d982d3cba3661a1af198b4745e990ad7bad +size 20760 diff --git a/thumbnails/Galaxea_R1_Lite_mix_color.jpg b/thumbnails/Galaxea_R1_Lite_mix_color.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ebfe8318501607d5af5ab9e982d5b0aad6fac900 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_mix_color.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea2aca4267f67f00182912a42703d1b07874bd7435c331181f2dc1cddbf1a3f +size 41523 diff --git a/thumbnails/Galaxea_R1_Lite_mix_color_large_test_tube.jpg b/thumbnails/Galaxea_R1_Lite_mix_color_large_test_tube.jpg new file mode 100644 index 0000000000000000000000000000000000000000..567a3b5b42c48bcd73b5c9b633bd447cd75a2d8d --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_mix_color_large_test_tube.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54454a48b25bfaa088d915309bdbd5e386ffa0f1bcb1abbf9a7511d552944c53 +size 27535 diff --git a/thumbnails/Galaxea_R1_Lite_mix_color_small_test_tube.jpg b/thumbnails/Galaxea_R1_Lite_mix_color_small_test_tube.jpg new file mode 100644 index 0000000000000000000000000000000000000000..373662a787cd5b465ec6794888fadecd74dd14c6 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_mix_color_small_test_tube.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8c61ef0a317a4446e9fce912dbf1c9a8628d4df457b08009620c80c8c33ca0 +size 27183 diff --git a/thumbnails/Galaxea_R1_Lite_mix_red_blue_large_test_tube.jpg b/thumbnails/Galaxea_R1_Lite_mix_red_blue_large_test_tube.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da2e66416b59a327692fef6c0ba358a0d6aaf0e4 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_mix_red_blue_large_test_tube.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3af691a24ca667797ca8ca30ad3d01688a8477f42e19cd3d5ae0353d7aa31d9 +size 73320 diff --git a/thumbnails/Galaxea_R1_Lite_mix_red_blue_left_large_test_tube.jpg b/thumbnails/Galaxea_R1_Lite_mix_red_blue_left_large_test_tube.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92929c3c82f8ac04def44a8f753c7363eb7f94e9 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_mix_red_blue_left_large_test_tube.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee503a058deb3ca4a1815b418594bab66bcfc18103af0fb989dd262fbb492d15 +size 21523 diff --git a/thumbnails/Galaxea_R1_Lite_mix_red_blue_right.jpg b/thumbnails/Galaxea_R1_Lite_mix_red_blue_right.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17c029265e38f15e92f8edc6b798bb6559eb2fa9 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_mix_red_blue_right.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c2d2257fcfd3d9386a5125f17e8392e1ad3d699f17f0fefe74c9ccc83aeb22 +size 19938 diff --git a/thumbnails/Galaxea_R1_Lite_mix_red_yellow_large_test_tube.jpg b/thumbnails/Galaxea_R1_Lite_mix_red_yellow_large_test_tube.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0fd2de968917a36cf9b6e27efd13f4072034c05 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_mix_red_yellow_large_test_tube.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a73a740df21b6f9cf9b1ae7835e61a9a58fa070dac2842fd689558cf6d98691 +size 71573 diff --git a/thumbnails/Galaxea_R1_Lite_mix_red_yellow_left_large_test_tube.jpg b/thumbnails/Galaxea_R1_Lite_mix_red_yellow_left_large_test_tube.jpg new file mode 100644 index 0000000000000000000000000000000000000000..443ade3e8323354fcd40451ad0724e2c70d61030 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_mix_red_yellow_left_large_test_tube.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f32c19213ed415606d34fa7e089243bd1dabe0bbcfdcd8e48bf26186d176011 +size 21806 diff --git a/thumbnails/Galaxea_R1_Lite_mix_red_yellow_right.jpg b/thumbnails/Galaxea_R1_Lite_mix_red_yellow_right.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea7e093e47c75f502608419c076c4c2b894bdcc1 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_mix_red_yellow_right.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a078d3619ce22f1de32b62b18bf3d6d9681a5c67dccf35ed1b5d9c525f49eae6 +size 19487 diff --git a/thumbnails/Galaxea_R1_Lite_move_mouse.jpg b/thumbnails/Galaxea_R1_Lite_move_mouse.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb50ef87e6eeb760efa108cfccaf37f84f3e18e9 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_move_mouse.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb09860295cbf08a38a41f3cafeb9810426f003cc8daacd6307795f45fd33949 +size 28279 diff --git a/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_apple.jpg b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_apple.jpg new file mode 100644 index 0000000000000000000000000000000000000000..455522f01333997c66bf7cb5ad4680233f39248a --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_apple.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e6ec8c8e31ac20bb891233fe56aa93176cc0ac4f9ef8b1fc28a28e08521a27 +size 21450 diff --git a/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_black_marker.jpg b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_black_marker.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aeeb97563fc99aad032ac8e044490f6770788c38 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_black_marker.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e156f44a4f3acf66a5ad0bc0323712f6718ba8d439e57837aa88d954830d285b +size 26737 diff --git a/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_brush.jpg b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_brush.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96e10a2d79fa1794ecfd3dc5dbde7ab90146c533 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_brush.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fddfe811fbf078f85f4020a3e760bd5b4b1b2e2c769dd8dd651a035a48809330 +size 28303 diff --git a/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_coffee_capsule.jpg b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_coffee_capsule.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5f8a1162175e3fb43a83306bf9cb72e992c3e16 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_coffee_capsule.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ad8ea4efd81c357e81dadefa9bc5896654c8babfe1da2368837d3351f50f29 +size 33626 diff --git a/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_cookie.jpg b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_cookie.jpg new file mode 100644 index 0000000000000000000000000000000000000000..663042053c0cda01fac99d796b298b6267e75edd --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_cookie.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810b6309bf201686ed8e610e53f1c9ccd3894a90c3e87fe7bf233842bb0cfd73 +size 35726 diff --git a/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_duck.jpg b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_duck.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ff413709e37f8def6faf3595308d89a0b8bf241 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_duck.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddaa771d530f0098d1dcb7bc8b343690e678967a6486f553133e1ddfd97d48f9 +size 26116 diff --git a/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_glass.jpg b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_glass.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c7a0c1e1d66b4232b656ef9c767098403073268 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_glass.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c8bac35e00e4e8adcaded720319eba5e7b301bb0d9b6a62c20ab67c58c687a +size 32595 diff --git a/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_long_bread.jpg b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_long_bread.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ad5e83a5abb4259b0204e3b3dee1f1b2787fc55 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_long_bread.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8429b0288cd22eb958080d2e79dd28dffcb56b9df3b14e355c1d12fbbc50b8c9 +size 21859 diff --git a/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_milk.jpg b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_milk.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67f77b361754a12807fce3d0bdf2dab38d15097b --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_milk.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c1aeaea162848799743cf4e65bc083a2ef8acc0614aa00ec850e2de4ce18cd +size 20333 diff --git a/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_orange.jpg b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_orange.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5adb2c20f0e2fef120afb9baa37d6babfb15ad06 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_orange.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47837046a9af61aa0d4d5b9e25b1cec72e67e7f000c272a9a38014d7e85a018c +size 29487 diff --git a/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_peeler.jpg b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_peeler.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a565f9b3f5b6aca30faef12bee65e5c195febf6f --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_peeler.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c93e7a8aea60ea978948bf670ac0bd1ee0d61b451957d50f47d64529c8f801 +size 29248 diff --git a/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_pen.jpg b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_pen.jpg new file mode 100644 index 0000000000000000000000000000000000000000..542b3e316f743bb4b544ef010a137bc4cd195d83 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_pen.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98856dbae7ba3da6bf6d57683ad7bfe8d0b6c51eec67272bbe3eeeb45469edd +size 23721 diff --git a/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_rubiks_cube.jpg b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_rubiks_cube.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce74334895175bca0f778b23eb5f464e5e98eee5 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_rubiks_cube.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56cf80c1fa8013a968b0e4e6674d3ceaf7175555d3894f7389a5314c557efd2 +size 33726 diff --git a/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_soda.jpg b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_soda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79193d5f970ff416d5b239b2a16928d78c4a21c4 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_soda.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0a10ca99c592277ea17fd1f8f26d4d7cf15153a8c7974ff2a05c403b1ba13c +size 34669 diff --git a/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_spoon.jpg b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_spoon.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f61d48bd9da1278f46b48f5d7e14661795503b7e --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_spoon.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425b75df2a4f4b34c4f47e377813d5213e263e9a3ad7069315bea348670c0d2e +size 26266 diff --git a/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_triangle_bread.jpg b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_triangle_bread.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20011aa78a6ec6f6b614ca101ffd240fae8c3df8 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_move_the_position_of_the_triangle_bread.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dec4ef0368522d85e2426a3e506ea5ce29862334329a33991bbe0bcdd2fbb1a +size 25222 diff --git a/thumbnails/Galaxea_R1_Lite_open_and_close_curtains.jpg b/thumbnails/Galaxea_R1_Lite_open_and_close_curtains.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e231729c5f109f0d26b67abcdadbdf88e08ff0fd --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_open_and_close_curtains.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c7bf72df5b27949728463d669959d0d351e36285bf60b12f8497e1e833d9d4 +size 43101 diff --git a/thumbnails/Galaxea_R1_Lite_open_and_close_microwave_oven.jpg b/thumbnails/Galaxea_R1_Lite_open_and_close_microwave_oven.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc0c4809ca1ffbb6d972092cab68da2438a39b39 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_open_and_close_microwave_oven.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600a4bd6d6446ce128c9d20215861edf562470cbf4038804cee13e3fa454c55b +size 43735 diff --git a/thumbnails/Galaxea_R1_Lite_open_and_close_nightstand_door.jpg b/thumbnails/Galaxea_R1_Lite_open_and_close_nightstand_door.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a682190601a30cea00c632e4ec5495bf36a91c37 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_open_and_close_nightstand_door.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4264dd75fb8e7f0fdc443bf1fdda89664414cf3610fca76d6a74c6482dcc16b2 +size 37029 diff --git a/thumbnails/Galaxea_R1_Lite_open_and_close_nightstand_drawer.jpg b/thumbnails/Galaxea_R1_Lite_open_and_close_nightstand_drawer.jpg new file mode 100644 index 0000000000000000000000000000000000000000..338d0f0cbfdf8ef196293d61607e411a83df5859 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_open_and_close_nightstand_drawer.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32296ec29f3099a878942f9145a0df37027c4ed147e95a5368c7400de69edee +size 68111 diff --git a/thumbnails/Galaxea_R1_Lite_open_and_close_the_freezer_door.jpg b/thumbnails/Galaxea_R1_Lite_open_and_close_the_freezer_door.jpg new file mode 100644 index 0000000000000000000000000000000000000000..762a372356198099f4fae0488e91242d79113852 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_open_and_close_the_freezer_door.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5bc08d4539236be9bfe5863a5dde4b4b0b245109fd2e73d6c4982623b1f4639 +size 73688 diff --git a/thumbnails/Galaxea_R1_Lite_open_the_food_pan.jpg b/thumbnails/Galaxea_R1_Lite_open_the_food_pan.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53e7cf6095f0338e59f02285b69f5e0a6e018f4b --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_open_the_food_pan.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e192e3eb9c3f55652cce4ebadc2f3261e049b46ce75b25f9924917c216049a +size 49304 diff --git a/thumbnails/Galaxea_R1_Lite_opening_and_closing_aalcony_sliding_doors.jpg b/thumbnails/Galaxea_R1_Lite_opening_and_closing_aalcony_sliding_doors.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35c86a311d7c0e51742ee0ab66c784d39d81998b --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_opening_and_closing_aalcony_sliding_doors.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fad12686e3cd84948b71ef8045a7a99f957d851815e1062fdfdf2810e6d2203 +size 85094 diff --git a/thumbnails/Galaxea_R1_Lite_peach_storage.jpg b/thumbnails/Galaxea_R1_Lite_peach_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3f8aa3781f088eb60f16131bcb7317253223556 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_peach_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e817ee73bca6b9a4207450e72a599c58d19085bc41d8adcd06e6863c45933c7f +size 31439 diff --git a/thumbnails/Galaxea_R1_Lite_pick_up_and_store_items.jpg b/thumbnails/Galaxea_R1_Lite_pick_up_and_store_items.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d2684d29cca6d0cf5b402ebc022cf8ae424abdb --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_pick_up_and_store_items.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0bb13a369007ba9f507aadbd75aa7b5d4c7139e819e32e7c4569fae52714f0 +size 58930 diff --git a/thumbnails/Galaxea_R1_Lite_place_the_dress_shirt_on_the_hanger.jpg b/thumbnails/Galaxea_R1_Lite_place_the_dress_shirt_on_the_hanger.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce59c96d7d90fb4d688d800fda31d605ce2c7cb9 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_place_the_dress_shirt_on_the_hanger.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3735594ea3cfd7e8eac75683a1c613930933ed6ba0ee69fc22eb37adbdd49d13 +size 83197 diff --git a/thumbnails/Galaxea_R1_Lite_plug_the_socket.jpg b/thumbnails/Galaxea_R1_Lite_plug_the_socket.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8054c7845a61e5c03e0aae3936f31e6c9b78a4f --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_plug_the_socket.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7881e79afa2aeaf095b01cc5a8904be1ce53ab6b35111a5421c61c849c8b3715 +size 56180 diff --git a/thumbnails/Galaxea_R1_Lite_pour_liquid_mrable_bar_counter.jpg b/thumbnails/Galaxea_R1_Lite_pour_liquid_mrable_bar_counter.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63adfd5ec644dd15ddb912ea92e1224dde7e1557 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_pour_liquid_mrable_bar_counter.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb5c19dac19d7a4210573b7fe2adb6611fce29ea6ed134b5810a6fb4540311e +size 24821 diff --git a/thumbnails/Galaxea_R1_Lite_pour_powder.jpg b/thumbnails/Galaxea_R1_Lite_pour_powder.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb62309d8e9f3245059a61071016ec94800f3e42 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_pour_powder.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d532de8de82736ee3a8755d28905e09b70d04e40c6712a8a9053817e3e7c16 +size 27338 diff --git a/thumbnails/Galaxea_R1_Lite_pour_powder_marble_bar_counter.jpg b/thumbnails/Galaxea_R1_Lite_pour_powder_marble_bar_counter.jpg new file mode 100644 index 0000000000000000000000000000000000000000..efc132a60bba357382368f0c0c89dfdedc04067d --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_pour_powder_marble_bar_counter.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c425cc11a47637ed8f8ff06c2318f2e93b76759523d5e3f3147acc37ce14fc4 +size 27324 diff --git a/thumbnails/Galaxea_R1_Lite_pour_solid.jpg b/thumbnails/Galaxea_R1_Lite_pour_solid.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a78a375db9f269a8f6e96229feed32ef6ffa5850 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_pour_solid.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14935a0ed381cf1b4900236be2a15620aa9704645843452691d0b3fce06e5243 +size 24689 diff --git a/thumbnails/Galaxea_R1_Lite_pour_solid_marble_bar_counter.jpg b/thumbnails/Galaxea_R1_Lite_pour_solid_marble_bar_counter.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f51121b4e18c81cba93947293d8a4b79836f1416 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_pour_solid_marble_bar_counter.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a331c8b3c0b98f0a579b26062627b16407f206ffc7078e6e56447a3a40d374bc +size 24659 diff --git a/thumbnails/Galaxea_R1_Lite_pour_water.jpg b/thumbnails/Galaxea_R1_Lite_pour_water.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b355a9ce8c4b1a02934e325e6bb176383594c058 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_pour_water.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef99bb6ed6218b67c2f91dab0cb2f77c6efb1d759fb14dced7c44b016d6e01c1 +size 22182 diff --git a/thumbnails/Galaxea_R1_Lite_pour_water_black_tablecloth.jpg b/thumbnails/Galaxea_R1_Lite_pour_water_black_tablecloth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f99e6d37772d2451010ab598e884bc5ae43d332f --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_pour_water_black_tablecloth.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a9de1cfa89f0fa67a69515058b3cc3cf3105447b5127eead758a95c589d6f0 +size 27468 diff --git a/thumbnails/Galaxea_R1_Lite_put_on_a_garbage_bag.jpg b/thumbnails/Galaxea_R1_Lite_put_on_a_garbage_bag.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c398960a6dbf6dd5b3346361d3431bd115c4648 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_put_on_a_garbage_bag.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f661030c7a607e30a8c8948cb7eb4f16f201510b95597e8aaa164278c37101 +size 45852 diff --git a/thumbnails/Galaxea_R1_Lite_put_slippers_into_floor_standing_shoe_cabinet.jpg b/thumbnails/Galaxea_R1_Lite_put_slippers_into_floor_standing_shoe_cabinet.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0328ac76ccd999ffc460e21edf686cf7caafb83d --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_put_slippers_into_floor_standing_shoe_cabinet.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5727d14addc06e6f755eb8c2169bfbbd05dab1cf24a485d3491b49959d789939 +size 47420 diff --git a/thumbnails/Galaxea_R1_Lite_put_the_pillow_on_the_bed.jpg b/thumbnails/Galaxea_R1_Lite_put_the_pillow_on_the_bed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95aef7fbd4296343042d6f859fb3283425ac5afd --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_put_the_pillow_on_the_bed.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f98a748f3be38a9611c776c6f6b4e6a86ff6bd36d02254b8d42d0b8e8b6e4f +size 29657 diff --git a/thumbnails/Galaxea_R1_Lite_put_the_shoes_into_the_shoe_box.jpg b/thumbnails/Galaxea_R1_Lite_put_the_shoes_into_the_shoe_box.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24f7f8aaa7a65770b8a76e0e00693ee009b85321 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_put_the_shoes_into_the_shoe_box.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53620461a9c24def328120852341286c35c28b4d019666f79878499aae71349b +size 44316 diff --git a/thumbnails/Galaxea_R1_Lite_put_the_tableware_into_the_cupboard.jpg b/thumbnails/Galaxea_R1_Lite_put_the_tableware_into_the_cupboard.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05fb1ad607deaffbb6837d508d206a24b7952309 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_put_the_tableware_into_the_cupboard.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c0dba18b8e43db383fc083d73d99545e11ec02703a8ff243093eee4688a92c +size 58137 diff --git a/thumbnails/Galaxea_R1_Lite_sliding_chair.jpg b/thumbnails/Galaxea_R1_Lite_sliding_chair.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e8f4e144f36fc2b1a519396e5122e9d5f84f9e2 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_sliding_chair.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d65e15d821d09c09e4a34c3a161ddc9097aa0c72f03b8f654fbdab290aa561f +size 74506 diff --git a/thumbnails/Galaxea_R1_Lite_stack_baskets.jpg b/thumbnails/Galaxea_R1_Lite_stack_baskets.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3db28e4d53e70e7e8aa58211f9a206d30b4e51bb --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_stack_baskets.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c987154b45ab5c9bc3c268e88b6191fd4b30f4402c233c0a1b3da0a7e9b3aa9 +size 42222 diff --git a/thumbnails/Galaxea_R1_Lite_storage_object_blue_plate.jpg b/thumbnails/Galaxea_R1_Lite_storage_object_blue_plate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3ba907792f7c09dce504f7a6ad54638a44bddf1 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_storage_object_blue_plate.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eccc68448d0c851fe0e389550a51b66dd56c29d281d0a58fa986e8cc1ff1e43 +size 31893 diff --git a/thumbnails/Galaxea_R1_Lite_storage_object_brown_basket.jpg b/thumbnails/Galaxea_R1_Lite_storage_object_brown_basket.jpg new file mode 100644 index 0000000000000000000000000000000000000000..690de52b66f777e53054a1e719b7b3a54a351328 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_storage_object_brown_basket.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9027af84495f975c5403a0ca064f93972088f681fb751d2a2e61c927d049a099 +size 40869 diff --git a/thumbnails/Galaxea_R1_Lite_storage_object_brown_bowl.jpg b/thumbnails/Galaxea_R1_Lite_storage_object_brown_bowl.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75b0b18e661ffa80343ecaa15ea82fd8a2a0d34d --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_storage_object_brown_bowl.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4747a55efe564342b89d5c342b3c774ccea123e2e2fd1ed6513ad5ad5a0b38f +size 30527 diff --git a/thumbnails/Galaxea_R1_Lite_storage_object_brown_plate.jpg b/thumbnails/Galaxea_R1_Lite_storage_object_brown_plate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79a6f474e53d66e9d668598bb97f7a081cc69d2d --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_storage_object_brown_plate.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30924b400ed175f8041eac52b57f129e2b6251b692244016a3701846c514db09 +size 37820 diff --git a/thumbnails/Galaxea_R1_Lite_storage_object_dish.jpg b/thumbnails/Galaxea_R1_Lite_storage_object_dish.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1dabe911dc57c8901ab5afabd6179d21dcac4a3b --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_storage_object_dish.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034b4e27d897947cb00964979b774accfd251ea5b72371c40a37dfa48a9e73d2 +size 39661 diff --git a/thumbnails/Galaxea_R1_Lite_storage_object_gray_plate.jpg b/thumbnails/Galaxea_R1_Lite_storage_object_gray_plate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b18931794f55ffb75e24ae582f626a9bbe4f1e45 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_storage_object_gray_plate.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac07bdc548e4fba03e8dde1c7b5ee4957c7f29d74204f342306ec9d7eb34d63 +size 35927 diff --git a/thumbnails/Galaxea_R1_Lite_storage_object_pink_bowl.jpg b/thumbnails/Galaxea_R1_Lite_storage_object_pink_bowl.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfa8cd84d2d4d36614148de4c8eab3eec935c1ce --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_storage_object_pink_bowl.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8cbce6ef7082dfad5515f7c12a8a6b52ceab9d10fed16cd9ebc36ffe8f776a7 +size 31615 diff --git a/thumbnails/Galaxea_R1_Lite_storage_object_white_box.jpg b/thumbnails/Galaxea_R1_Lite_storage_object_white_box.jpg new file mode 100644 index 0000000000000000000000000000000000000000..379d076ccec75ff15284d1528d50d1d7ef7d104a --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_storage_object_white_box.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b11198cbe7fc794e36e6e6863488bfd176100873745f65cc6fb3716cd6dfdfc +size 32067 diff --git a/thumbnails/Galaxea_R1_Lite_storage_object_yellow_basket.jpg b/thumbnails/Galaxea_R1_Lite_storage_object_yellow_basket.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72aba0fe30fc156469bafa16e97a7c1c8199eed3 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_storage_object_yellow_basket.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6077a8fd6f0e775851ab06e71a65190acd07f39ed238681937216d8688a852 +size 37719 diff --git a/thumbnails/Galaxea_R1_Lite_storage_of_toiletries.jpg b/thumbnails/Galaxea_R1_Lite_storage_of_toiletries.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92e370193c33ab7bc66bda2b9e37d57e499af05e --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_storage_of_toiletries.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c77fcc6e47c034f95065d6529ec10bcde964335c54c33a1bf1afe317c844d44 +size 51496 diff --git a/thumbnails/Galaxea_R1_Lite_switch_labels.jpg b/thumbnails/Galaxea_R1_Lite_switch_labels.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6654a6f345ec16ca5fae2710276dd66ed1e844e9 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_switch_labels.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707d4ed8684db849e3fa135116443d302087d2fc5559d36e9510345d4d248efd +size 39105 diff --git a/thumbnails/Galaxea_R1_Lite_switch_on_and_off_the_central_air_conditioning.jpg b/thumbnails/Galaxea_R1_Lite_switch_on_and_off_the_central_air_conditioning.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9a957ca4d544b139219928336ebf5c1e3ee2979 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_switch_on_and_off_the_central_air_conditioning.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac01d272ce6897ea8ad6fcbd44fc1ebdf638cbf34fe73935a91912967c6ef44 +size 44359 diff --git a/thumbnails/Galaxea_R1_Lite_tableware_arrangement.jpg b/thumbnails/Galaxea_R1_Lite_tableware_arrangement.jpg new file mode 100644 index 0000000000000000000000000000000000000000..701a31be3d6f13c21c3e83bb802bca5e816495e8 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_tableware_arrangement.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76353d88debddf44cfdfda5e2fd60ce405d43ea68d29731f50cde9eeff0ce4d2 +size 62527 diff --git a/thumbnails/Galaxea_R1_Lite_tableware_cleaning.jpg b/thumbnails/Galaxea_R1_Lite_tableware_cleaning.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb77326535adbba4830c06ef78f3394d5325e5b0 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_tableware_cleaning.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21e2404ba2d72ca7fafe386879972dac1f39b60331864deef87b99c1c1bf36f +size 50841 diff --git a/thumbnails/Galaxea_R1_Lite_take_and_place_the_portable_power_bank.jpg b/thumbnails/Galaxea_R1_Lite_take_and_place_the_portable_power_bank.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1aa50fe0dd51e735193ebb7d2d251de227d40c95 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_take_and_place_the_portable_power_bank.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098ca0e7c9b6c8d14d0d15fdaee8897ec656d89e11f5666aa5710e4cbe08579a +size 49382 diff --git a/thumbnails/Galaxea_R1_Lite_take_and_put_away_garden_stuff.jpg b/thumbnails/Galaxea_R1_Lite_take_and_put_away_garden_stuff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1961375f80c4d62c9351960bca3e055f465bef4f --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_take_and_put_away_garden_stuff.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d8b661ed422b2f68efbc9f8d69551a58ed0411c7157c7cceaf8dbad66c79e6 +size 67906 diff --git a/thumbnails/Galaxea_R1_Lite_take_and_put_away_garden_stuff_a.jpg b/thumbnails/Galaxea_R1_Lite_take_and_put_away_garden_stuff_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..236ef5da10776db5fba7e2451e59982be49109a7 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_take_and_put_away_garden_stuff_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa26bee30ce1ba8757c44d98c3b74fca17e8e7cb7fecb04686b0f316d984f557 +size 70802 diff --git a/thumbnails/Galaxea_R1_Lite_take_and_put_away_items.jpg b/thumbnails/Galaxea_R1_Lite_take_and_put_away_items.jpg new file mode 100644 index 0000000000000000000000000000000000000000..becb043ee46b541bdfe714bcc89c9c5ba0c151c2 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_take_and_put_away_items.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be32ee0fe0804ce29a1c192cab32e0ed18e3bb2f26ceba715d253b9a83a9c502 +size 48573 diff --git a/thumbnails/Galaxea_R1_Lite_take_and_put_the_bowl.jpg b/thumbnails/Galaxea_R1_Lite_take_and_put_the_bowl.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5759eb0d59279d8f2a12c8eacc262016ea01ef43 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_take_and_put_the_bowl.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e26858e97a2c7823818bd55fdf1133b3251e82711638d61df3b8d8c95c0cc25f +size 51435 diff --git a/thumbnails/Galaxea_R1_Lite_take_clothes_out_of_the_washing_machine.jpg b/thumbnails/Galaxea_R1_Lite_take_clothes_out_of_the_washing_machine.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40027e7b6cfd05bfd3f8dd575beeb79cb5438ac0 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_take_clothes_out_of_the_washing_machine.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed859868385236ca6669e49288e401a37b621b65ec1c6e7c0988ad929e5a6d34 +size 83676 diff --git a/thumbnails/Galaxea_R1_Lite_take_or_store_plates.jpg b/thumbnails/Galaxea_R1_Lite_take_or_store_plates.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd862ee8ea73c9075eb223ce242b1f1218313d93 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_take_or_store_plates.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3aa252dcb64f3022e84ffaf9b6202572ab38b63eb405e0630498e0026df932 +size 65278 diff --git a/thumbnails/Galaxea_R1_Lite_tea_service_table_setting.jpg b/thumbnails/Galaxea_R1_Lite_tea_service_table_setting.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df4011b133739387b91ed162c0fd4f55e3a4b157 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_tea_service_table_setting.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e50b0652d8ebfcbb3b59842181a1c2b5632942c27c446801ab3f36bc981d30 +size 64488 diff --git a/thumbnails/Galaxea_R1_Lite_throw_out_the_trash.jpg b/thumbnails/Galaxea_R1_Lite_throw_out_the_trash.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c36cbd061f190daa1ed5ab2a747db3d07ec67091 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_throw_out_the_trash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2577d67ebf78fe3e70da93d2777905c9ce7d8490ec44329c5000cd7389fb5ae3 +size 73261 diff --git a/thumbnails/Galaxea_R1_Lite_tidy_up_toiletries.jpg b/thumbnails/Galaxea_R1_Lite_tidy_up_toiletries.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c4fb5e8e1c73f898b269613ea05beb8ac9d87ca --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_tidy_up_toiletries.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5267449be16a1b8be8ebc26cc41c72ef4d113d99705ca89b965c7ab0168e9860 +size 44869 diff --git a/thumbnails/Galaxea_R1_Lite_toggle_drawer_red.jpg b/thumbnails/Galaxea_R1_Lite_toggle_drawer_red.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c20d51276b59a4b8d39fbe1e501449845b79b18 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_toggle_drawer_red.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f4e2fdb6ec550d54e9e40fb67e245ae40629307a653df1581dc65d3db0d767 +size 30927 diff --git a/thumbnails/Galaxea_R1_Lite_toggle_drawer_yellow.jpg b/thumbnails/Galaxea_R1_Lite_toggle_drawer_yellow.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bda1b356a4f908173ebcaef46c0560b2e39cfcad --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_toggle_drawer_yellow.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88aaf9af9dbc6693d6e28a67513633d6b136e11c7e314af48a5f7210e5a99820 +size 29724 diff --git a/thumbnails/Galaxea_R1_Lite_wash_the_tableware.jpg b/thumbnails/Galaxea_R1_Lite_wash_the_tableware.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed6ff8ed24c529e035a723c70f710d23917b4889 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_wash_the_tableware.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7cc8954524781a97c7f60087017c171da3b9e3f90d5c1d90808eabe5814dad3 +size 44189 diff --git a/thumbnails/Galaxea_R1_Lite_washing_board.jpg b/thumbnails/Galaxea_R1_Lite_washing_board.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0a41c2cfe18ebb3a148f195dd95cd62c61b641d --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_washing_board.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7e15c08eea4be59c4b059d7f98d1147e5626585ccbb7a66d3f5b88fe53b16e +size 43250 diff --git a/thumbnails/Galaxea_R1_Lite_wipe_the_table.jpg b/thumbnails/Galaxea_R1_Lite_wipe_the_table.jpg new file mode 100644 index 0000000000000000000000000000000000000000..652f670329245efc815e2aa3127ce516e6e16182 --- /dev/null +++ b/thumbnails/Galaxea_R1_Lite_wipe_the_table.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5115f6db3227699b2584641073a1930929e309040de88a98abac7dd07a6d7836 +size 41044 diff --git a/thumbnails/Galbot_G1_fold_clothe_b.jpg b/thumbnails/Galbot_G1_fold_clothe_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34688a92ab9257c1f5b4d26634dc59e1997924be --- /dev/null +++ b/thumbnails/Galbot_G1_fold_clothe_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99eb5070ec1c03152a38a3b2d4aad378a3cda7687ae7f12745b1d9abc5c4bf45 +size 76326 diff --git a/thumbnails/Galbot_G1_fold_clothe_c.jpg b/thumbnails/Galbot_G1_fold_clothe_c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17de7594ccda84bf44d27f71e2e2ebd08e706323 --- /dev/null +++ b/thumbnails/Galbot_G1_fold_clothe_c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b62f1036ec87f037e5f2ba33df5cea5734622d79330820ead1fd0c94f4cafc71 +size 68309 diff --git a/thumbnails/Galbot_G1_fold_clothe_e.jpg b/thumbnails/Galbot_G1_fold_clothe_e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d77759ffaa3df60a484460b454e6517e0efb212b --- /dev/null +++ b/thumbnails/Galbot_G1_fold_clothe_e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f0f4f4dafac4bdb32fa47d26e7e19bcc82e530049129fd1aeb03f4eafb014c +size 59089 diff --git a/thumbnails/Galbot_G1_steamer_storage_baozi_a.jpg b/thumbnails/Galbot_G1_steamer_storage_baozi_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a48d46c8bbc2346085c7e1f4ccf821be384ae43b --- /dev/null +++ b/thumbnails/Galbot_G1_steamer_storage_baozi_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93312c378779671353ffdde898355713ddc5bb7118dec3243f3837c2ef804df8 +size 23876 diff --git a/thumbnails/Galbot_G1_steamer_storage_baozi_b.jpg b/thumbnails/Galbot_G1_steamer_storage_baozi_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5cd01de48badd6175cf3a47cd10a6704c32b8824 --- /dev/null +++ b/thumbnails/Galbot_G1_steamer_storage_baozi_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:678c083ad89da0e922513f6557aed7735226c2090acaddda5019b10296e3a886 +size 38724 diff --git a/thumbnails/Galbot_G1_steamer_storage_baozi_c.jpg b/thumbnails/Galbot_G1_steamer_storage_baozi_c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24c97962f8e7f3f69e1635e47468939463615f8e --- /dev/null +++ b/thumbnails/Galbot_G1_steamer_storage_baozi_c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d494b42d12c6c677b04cd8baa7ad8b645b56f81cc51dfb7d31ebbd6a95247e60 +size 30452 diff --git a/thumbnails/Galbot_G1_steamer_storage_baozi_d.jpg b/thumbnails/Galbot_G1_steamer_storage_baozi_d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b75aba46d31d09f4927ef9df0ad5d5b355f98c5 --- /dev/null +++ b/thumbnails/Galbot_G1_steamer_storage_baozi_d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52757ed038c61931bd9eebced7ca0071905b3c1e00b9de89116df211890a07e +size 26351 diff --git a/thumbnails/Galbot_G1_steamer_storage_baozi_e.jpg b/thumbnails/Galbot_G1_steamer_storage_baozi_e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98be875f4b46f7618523cf6fedb35c662597a307 --- /dev/null +++ b/thumbnails/Galbot_G1_steamer_storage_baozi_e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7233c77d7af4527554ef8a1c01b8f2283293151070206b85ecc89d669d6646ae +size 32403 diff --git a/thumbnails/Galbot_G1_steamer_storage_baozi_f.jpg b/thumbnails/Galbot_G1_steamer_storage_baozi_f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f270718b9c02cf5a5708ccaaa52b72357538c17 --- /dev/null +++ b/thumbnails/Galbot_G1_steamer_storage_baozi_f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6f289cbe79f4a01126df44b2b4bcac67ea06fe4f527a1036bfd4d608ee6cb7 +size 30563 diff --git a/thumbnails/Galbot_G1_steamer_storage_baozi_g.jpg b/thumbnails/Galbot_G1_steamer_storage_baozi_g.jpg new file mode 100644 index 0000000000000000000000000000000000000000..368d592bab256a58c2eef70e5a3d4c84e7ce7d15 --- /dev/null +++ b/thumbnails/Galbot_G1_steamer_storage_baozi_g.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b37f2d27c26835d98b5aa48a0a0fd8e589796ed279a9cd7da07c511351457c2 +size 29025 diff --git a/thumbnails/Galbot_G1_steamer_storage_baozi_h.jpg b/thumbnails/Galbot_G1_steamer_storage_baozi_h.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa5a93aba6da8388c7bca3b5050378c42f1337a6 --- /dev/null +++ b/thumbnails/Galbot_G1_steamer_storage_baozi_h.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca4359a2de5b6fbe63f6bbf16c230906080229ac81917f206ac364ddb1853c32 +size 26237 diff --git a/thumbnails/Galbot_G1_steamer_storage_baozi_i.jpg b/thumbnails/Galbot_G1_steamer_storage_baozi_i.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7b888b64e5df2084db57b930c45ccc60e464139 --- /dev/null +++ b/thumbnails/Galbot_G1_steamer_storage_baozi_i.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680df37ef406fc1b5987781cd570af4cd082d9007d97696966b15405c1019908 +size 26700 diff --git a/thumbnails/Galbot_G1_steamer_storage_baozi_j.jpg b/thumbnails/Galbot_G1_steamer_storage_baozi_j.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1bd8112acad7a66c47aad55f093069c17435db1 --- /dev/null +++ b/thumbnails/Galbot_G1_steamer_storage_baozi_j.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a56860972cc1d5a0d5f252ff5bd9dba4b87b4ecf7c6c6de155e0d7546af523 +size 28302 diff --git a/thumbnails/Leju_Kuavo_4_box_storage_parcel.jpg b/thumbnails/Leju_Kuavo_4_box_storage_parcel.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f3955e3d747984b1e0352aa79c0f6505f56a582 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_box_storage_parcel.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b93476a298cf3957284c70dea260ad759cfff3aeaaf169db9133fa977df39f +size 66803 diff --git a/thumbnails/Leju_Kuavo_4_box_storage_parcel_a.jpg b/thumbnails/Leju_Kuavo_4_box_storage_parcel_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86982fdafbe84168982f0ad67737fdd04bab9101 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_box_storage_parcel_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e05b1dd5d2d7c1dd631e700688abd1352fa7b515ea0d45746a04bada9a30e6a +size 59577 diff --git a/thumbnails/Leju_Kuavo_4_box_storage_parcel_b.jpg b/thumbnails/Leju_Kuavo_4_box_storage_parcel_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8fbeb97f0cc3bb0511f5048d386fb6aeb1fd22ba --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_box_storage_parcel_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4629d3a05a55116a5d3b18c8c7e5b42342c1a9e6feae6864fd268aa0c1536434 +size 52516 diff --git a/thumbnails/Leju_Kuavo_4_box_storage_parcel_c.jpg b/thumbnails/Leju_Kuavo_4_box_storage_parcel_c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c89b0e378b1383bee2af26373974446e62f1430 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_box_storage_parcel_c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5346f8cae598c9242968f8d7aac2b98230d5441b041be12833690f566bca3be +size 59832 diff --git a/thumbnails/Leju_Kuavo_4_box_storage_parcel_d.jpg b/thumbnails/Leju_Kuavo_4_box_storage_parcel_d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9035ee69c76752117e37fd656d7c213acaf9445c --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_box_storage_parcel_d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b48aa91c71ff7a8341470fdb77ed16261b7db987006e5722358bf91f11fcd7 +size 87314 diff --git a/thumbnails/Leju_Kuavo_4_box_storage_parcel_f.jpg b/thumbnails/Leju_Kuavo_4_box_storage_parcel_f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22767b2890313fc26c9b74ad66e9e2b466643cc4 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_box_storage_parcel_f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a559a6ada3ae6afb4b9f471255331f4831bc219442747c51c11dd9d5442759b3 +size 57517 diff --git a/thumbnails/Leju_Kuavo_4_box_storage_parcel_g.jpg b/thumbnails/Leju_Kuavo_4_box_storage_parcel_g.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3da2432acdcc31f5bb9e7acaab8435e19d09b16a --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_box_storage_parcel_g.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32fddee9b5db30bebeb8519ba4ffc9a41f70760fa1995f0302608487d71a81e8 +size 67113 diff --git a/thumbnails/Leju_Kuavo_4_box_storage_parcel_h.jpg b/thumbnails/Leju_Kuavo_4_box_storage_parcel_h.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e1d885cd1e58ff34ad188b4201e7af8c42ba036 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_box_storage_parcel_h.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9803066442f76a49db9cca874d171f57f4b96f2e40466c0b90cdca4af172605 +size 60598 diff --git a/thumbnails/Leju_Kuavo_4_box_storage_parcel_i.jpg b/thumbnails/Leju_Kuavo_4_box_storage_parcel_i.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59beb3167248e539aeaf8b4aeb50818f596de3de --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_box_storage_parcel_i.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced78947ecae412688a65f78baafbbe4c41d19a14da34d430104cf738491b07d +size 85494 diff --git a/thumbnails/Leju_Kuavo_4_box_storage_parcel_j.jpg b/thumbnails/Leju_Kuavo_4_box_storage_parcel_j.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e49754040d9cf9b142c67f3e88bcfcccd1fbdb93 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_box_storage_parcel_j.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a0375db8253a188046af9ff8253da6052c39d5fb6d89f2425210de55281a68 +size 82709 diff --git a/thumbnails/Leju_Kuavo_4_hotel_services_a.jpg b/thumbnails/Leju_Kuavo_4_hotel_services_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7943ba554386e4d0c6865b6072ff812314a0824 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_hotel_services_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d0f609542c1cdec76d050c9b99750bfa2d68d67cbb6ebba4b3c5473e657625 +size 63991 diff --git a/thumbnails/Leju_Kuavo_4_hotel_services_aa.jpg b/thumbnails/Leju_Kuavo_4_hotel_services_aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae8c27aead1da179b58f12542405c2786bc99525 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_hotel_services_aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba518f17e52136f56938685827f3e9dcf6dac6e96944089d8ddf9510902d28e +size 59714 diff --git a/thumbnails/Leju_Kuavo_4_hotel_services_ab.jpg b/thumbnails/Leju_Kuavo_4_hotel_services_ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72000d240ac12bd98f5e9e43885bb44903a9a877 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_hotel_services_ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea52c5cd7e559b9e8b49d85974b5e39dce4a77e0b049ec03b0c36d5c15092d17 +size 74728 diff --git a/thumbnails/Leju_Kuavo_4_hotel_services_ac.jpg b/thumbnails/Leju_Kuavo_4_hotel_services_ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..efc27ebbd009d5e4b2bea248b2398d42d4bfb4a8 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_hotel_services_ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89b9c74b4264e9200028fa0e5bbbab38e9f69d17cb8bbf33a768e999ddfd824 +size 72570 diff --git a/thumbnails/Leju_Kuavo_4_hotel_services_ad.jpg b/thumbnails/Leju_Kuavo_4_hotel_services_ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2073582f866e8d42988aecbe46290ca3d65f085c --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_hotel_services_ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59921fd2b0acd0613d86df0785208c1a36708d3393cf3ee5bc15bdfc209c2f4c +size 63990 diff --git a/thumbnails/Leju_Kuavo_4_hotel_services_ae.jpg b/thumbnails/Leju_Kuavo_4_hotel_services_ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3f68108526e9eca5e60e8154340b74a3d14a6b6 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_hotel_services_ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7a06ab86e99127d548bcd806b1918ce70235210ed26f8eb7e59c73e9cca3c7 +size 70071 diff --git a/thumbnails/Leju_Kuavo_4_hotel_services_af.jpg b/thumbnails/Leju_Kuavo_4_hotel_services_af.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82720c1e8fe717cf216099ac24e1bc87e8ca7509 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_hotel_services_af.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56bd858bf79ce692f28005c1597b973f36983d453155942a2892aa24ce5cc81 +size 67818 diff --git a/thumbnails/Leju_Kuavo_4_hotel_services_ag.jpg b/thumbnails/Leju_Kuavo_4_hotel_services_ag.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e252165d9a58d50fd1f1b6663b0f31a3539496c1 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_hotel_services_ag.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005ac8cf0c8320f4b6a5b571577d6a5bc16db5200d6961ae43d957fcad1c5bbb +size 72837 diff --git a/thumbnails/Leju_Kuavo_4_hotel_services_ah.jpg b/thumbnails/Leju_Kuavo_4_hotel_services_ah.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64de4e3406fe6e375f8c17446911e801348395b8 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_hotel_services_ah.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd50bcdb510679ae2b691c84abb94c9d008037aace82df0e5c41df55fee8d11b +size 79576 diff --git a/thumbnails/Leju_Kuavo_4_hotel_services_b.jpg b/thumbnails/Leju_Kuavo_4_hotel_services_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d91b0f165476e1c76d2bd0aa46577fdadeb80abd --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_hotel_services_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6d6810a236f5c986398c43fa4d26e1bc90b4b431f02592b8fbec5f40f3afa0 +size 58434 diff --git a/thumbnails/Leju_Kuavo_4_hotel_services_c.jpg b/thumbnails/Leju_Kuavo_4_hotel_services_c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a7a1c387439e3cc65733bbee9cc02903888a2ae --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_hotel_services_c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c693dd7965cdc81a3ed188b3d3fb6d2ef9ef978676f06c630d3e84dde86256 +size 67939 diff --git a/thumbnails/Leju_Kuavo_4_hotel_services_d.jpg b/thumbnails/Leju_Kuavo_4_hotel_services_d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae64615a4cd9cc98a7ce2dab0bc80a374bbb54dc --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_hotel_services_d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df0820d2bbb874c1dbe085443f0eb8401fa7b7559f33cd01dfa93d947e8dc759 +size 59129 diff --git a/thumbnails/Leju_Kuavo_4_hotel_services_e.jpg b/thumbnails/Leju_Kuavo_4_hotel_services_e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aaacb93b824baab33eee6bbad6cc6bc6a4c36fae --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_hotel_services_e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:502e814e1f9478415df6dc3ad059c1273cbadec0064e732c5ee6501d14946d2c +size 74858 diff --git a/thumbnails/Leju_Kuavo_4_hotel_services_f.jpg b/thumbnails/Leju_Kuavo_4_hotel_services_f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67a0f8fab5f9be67438cf7ce6eb484204cbd787b --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_hotel_services_f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4241805e52e1b5b0fa8a837749f557321fe8f07a123add74aebb68e57636a40b +size 59922 diff --git a/thumbnails/Leju_Kuavo_4_hotel_services_h.jpg b/thumbnails/Leju_Kuavo_4_hotel_services_h.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80493c83fd0f3a7a375d4dc2b8aa6f02e7f944f7 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_hotel_services_h.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9416e59315e63650e9d2bee124f0d8345aa7128a627b2d4dcc7b7b3bf2d92208 +size 73347 diff --git a/thumbnails/Leju_Kuavo_4_hotel_services_i.jpg b/thumbnails/Leju_Kuavo_4_hotel_services_i.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b311bebcf9120054d304949ce1979ddda276a754 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_hotel_services_i.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f553d8330a30ec6a8ef227bbcc28f4e4ebffbde1fd9d704767a09a82e99562 +size 72130 diff --git a/thumbnails/Leju_Kuavo_4_moving_parts_a.jpg b/thumbnails/Leju_Kuavo_4_moving_parts_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f4e41cb44ece4f56d45fe070118d683164cd6f2 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_moving_parts_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a585e93a78a0754fdec999870199c224aff21e52a6e21cf45584b73584f9f7 +size 84667 diff --git a/thumbnails/Leju_Kuavo_4_moving_parts_b.jpg b/thumbnails/Leju_Kuavo_4_moving_parts_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26eb7ce3fb266839f0428cfac9b8d339dea88ce0 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_moving_parts_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc717f807104f2a6d753fb530ded789d4c34481d08471a6f9baada971bcec629 +size 93004 diff --git a/thumbnails/Leju_Kuavo_4_moving_parts_c.jpg b/thumbnails/Leju_Kuavo_4_moving_parts_c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab2aeef680057000ef9bbfe158a6c29a9ec9ff51 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_moving_parts_c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837d118361eae245d6eb56255821e81ff218d808426b9f2b4783fe430ee8e051 +size 71166 diff --git a/thumbnails/Leju_Kuavo_4_moving_parts_f.jpg b/thumbnails/Leju_Kuavo_4_moving_parts_f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f913a4e9ea1ac02f7c0aa2fedab7b4eb735d62b --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_moving_parts_f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1c7ff9dbc34fd9103001ac2e94ee9718dc84e151e0515f5d734da15fd9a4e4 +size 86127 diff --git a/thumbnails/Leju_Kuavo_4_moving_parts_g.jpg b/thumbnails/Leju_Kuavo_4_moving_parts_g.jpg new file mode 100644 index 0000000000000000000000000000000000000000..edfc65d8d76e86a07331ac90c68a0c988ea5e46a --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_moving_parts_g.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271661f71f86811a54863be1889cdc51ff828b88bd2336407503daae10462f72 +size 73258 diff --git a/thumbnails/Leju_Kuavo_4_moving_parts_h.jpg b/thumbnails/Leju_Kuavo_4_moving_parts_h.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f061c9a82c7f5588233ae9cc6bb162c054b66eb5 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_moving_parts_h.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd86385a656c3da128ce195d58687109526d8858adf6344d29b6b6724a6b122 +size 103749 diff --git a/thumbnails/Leju_Kuavo_4_moving_parts_i.jpg b/thumbnails/Leju_Kuavo_4_moving_parts_i.jpg new file mode 100644 index 0000000000000000000000000000000000000000..072dae3f71f8ae0f1d26a7859b40d75bc3917208 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_moving_parts_i.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c92d10c3c290b1ab414948515e735a5693b20033c519bfe216c7ec02c6a338a +size 102565 diff --git a/thumbnails/Leju_Kuavo_4_moving_parts_j.jpg b/thumbnails/Leju_Kuavo_4_moving_parts_j.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58eb2ac2322980faa407d2af08931b4acafa8d62 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_moving_parts_j.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976cc2bb6240f49219f8572e1cafa2b6a94a936ca6eaa2d5e1cf7fc288519eab +size 85317 diff --git a/thumbnails/Leju_Kuavo_4_moving_parts_k.jpg b/thumbnails/Leju_Kuavo_4_moving_parts_k.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e09d3351e99e077e0c6f13bbbc7f6a2f493a8f2 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_moving_parts_k.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bacfe70f2ef3d1addb32cbeeba4c576a3ef657e1cce02092b148de8ece7786a +size 75665 diff --git a/thumbnails/Leju_Kuavo_4_moving_parts_m.jpg b/thumbnails/Leju_Kuavo_4_moving_parts_m.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1e2da3271e904af4069b75d8b18216413418f59 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_moving_parts_m.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4403f36b794fb2ed59a6c508a5092f276c01cee2c935544a716054c9d4bbe277 +size 62178 diff --git a/thumbnails/Leju_Kuavo_4_moving_parts_n.jpg b/thumbnails/Leju_Kuavo_4_moving_parts_n.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1989a4ae3fcd0ed343bcf364d5a2a32b804e01c --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_moving_parts_n.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfa341c739c7805765ba0ff2f92e17922b2ed145028d04e3cc82047cd5148fd +size 90935 diff --git a/thumbnails/Leju_Kuavo_4_moving_parts_o.jpg b/thumbnails/Leju_Kuavo_4_moving_parts_o.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa9757100f74271369a2e1396ddab314ca3e4c91 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_moving_parts_o.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550a8164e06419a22cb69bf11c5d2c44f7b5a092895143e04f44eba7b17f9b76 +size 93053 diff --git a/thumbnails/Leju_Kuavo_4_moving_parts_q.jpg b/thumbnails/Leju_Kuavo_4_moving_parts_q.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2bebd623948580f374a82233c9f7f2fd12d938ff --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_moving_parts_q.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e27342e420aab83e4f73dfda1b942361ca44f843fc5757b557180ee2791de34 +size 84378 diff --git a/thumbnails/Leju_Kuavo_4_moving_parts_r.jpg b/thumbnails/Leju_Kuavo_4_moving_parts_r.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a50f8cdcbf86528ef47fee8e2c898d5806ca5d51 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_moving_parts_r.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea3f4d0585b960b056ea6fa15b6f7dbc79d9e67ee45897986d6a2c336294f82 +size 85506 diff --git a/thumbnails/Leju_Kuavo_4_moving_parts_s.jpg b/thumbnails/Leju_Kuavo_4_moving_parts_s.jpg new file mode 100644 index 0000000000000000000000000000000000000000..235f33a57a3c737f45e358f241175827b0744aac --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_moving_parts_s.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf3626a164dbde0fee3f878f1aaff33f6b7d9b4cb34fbb194685418a5bc667b +size 89924 diff --git a/thumbnails/Leju_Kuavo_4_moving_parts_t.jpg b/thumbnails/Leju_Kuavo_4_moving_parts_t.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45ca460763f3b66d0d6c8e4057d7b038fd687992 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_moving_parts_t.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ac15805b4c7aa5950de1e9a696e77ac3b1429695514712d8002556e482ce28 +size 89929 diff --git a/thumbnails/Leju_Kuavo_4_moving_parts_u.jpg b/thumbnails/Leju_Kuavo_4_moving_parts_u.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b660ce33e352507268d7be15d443c068f193a4f --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_moving_parts_u.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf5bd4e901949c40f1cc17e0e2edf60da4c4598a6c8752d3ee3e72ffb64ae0f +size 109213 diff --git a/thumbnails/Leju_Kuavo_4_part_placement.jpg b/thumbnails/Leju_Kuavo_4_part_placement.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6407a6bcaa678862b4330d83bdb3e185d9c5df21 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_part_placement.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d001b019978604a5019ba8350bb1430f7ca0403c06a73676aa2e38d1d8ab62 +size 74214 diff --git a/thumbnails/Leju_Kuavo_4_pass_the_cleaner_a.jpg b/thumbnails/Leju_Kuavo_4_pass_the_cleaner_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8be3cb8097f88083787f8e242893185eb41ecf1c --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_pass_the_cleaner_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b09c73402279a05188969b2436291164885a3e03433ab41655eec02692a07f +size 58200 diff --git a/thumbnails/Leju_Kuavo_4_pass_the_cleaner_b.jpg b/thumbnails/Leju_Kuavo_4_pass_the_cleaner_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6ac3874dd66dcaa93503923e168892f20bc77a2 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_pass_the_cleaner_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d507e860ba18a9a08c2724271c7ef0565f1b0744d219c6897298773e37302a5 +size 56786 diff --git a/thumbnails/Leju_Kuavo_4_pass_the_cleaner_c.jpg b/thumbnails/Leju_Kuavo_4_pass_the_cleaner_c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e535f6cb18b4f8022d628326e5f24fbaf8a17c0 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_pass_the_cleaner_c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b3b2040e08e5950917302e329ed14e5d02aad7537fb1c9389ff9a38c34a9da +size 64792 diff --git a/thumbnails/Leju_Kuavo_4_pass_the_cleaner_d.jpg b/thumbnails/Leju_Kuavo_4_pass_the_cleaner_d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd9af86c85b058926574139dc5577f596d88e480 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_pass_the_cleaner_d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4569ea2585f4c225117f68b9f376ec0855cea28e012eee216af64ff17cad0add +size 65125 diff --git a/thumbnails/Leju_Kuavo_4_pass_the_cleaner_e.jpg b/thumbnails/Leju_Kuavo_4_pass_the_cleaner_e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4dc2cf07d613ef6513826ee2ed353cd16d1f20f7 --- /dev/null +++ b/thumbnails/Leju_Kuavo_4_pass_the_cleaner_e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7516bb9f98de5c071369c18d03603f08273c660b0e3a17b5ddebff22b7ad18e3 +size 60359 diff --git a/thumbnails/Realman_RMC-AIDA-L_arrange_flower.jpg b/thumbnails/Realman_RMC-AIDA-L_arrange_flower.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58e10b400688ac408240afdbd54f6cfa3673c395 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_arrange_flower.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff996d39475df0ce7716055926eabb83b034c4b386f5a8a2ff88d299d72c63d +size 25186 diff --git a/thumbnails/Realman_RMC-AIDA-L_basket_storage_banana.jpg b/thumbnails/Realman_RMC-AIDA-L_basket_storage_banana.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81e49e5e8c0b2f8f8271b430244119389e4ef65c --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_basket_storage_banana.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c583457f1559d2f87055f0229eea521be3f6ad2225c7f184a6d51ac4522ff1ff +size 19895 diff --git a/thumbnails/Realman_RMC-AIDA-L_basket_storage_egg_yolk_pastry.jpg b/thumbnails/Realman_RMC-AIDA-L_basket_storage_egg_yolk_pastry.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7fdbc52e30d68cd4571081d9f520210883df32c --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_basket_storage_egg_yolk_pastry.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3e7532d1cb0f72eb1837ec6ec7d1d1fd55d325055632a62afeb0d5be1c1813 +size 15565 diff --git a/thumbnails/Realman_RMC-AIDA-L_basket_storage_long_bread.jpg b/thumbnails/Realman_RMC-AIDA-L_basket_storage_long_bread.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ccb19ae198a88afc942e9372bdac1325dd323500 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_basket_storage_long_bread.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcba181f086e0f3b340b261457dfea7307535cc90ed4773891001add3fd9f0b +size 14898 diff --git a/thumbnails/Realman_RMC-AIDA-L_basket_storage_orange.jpg b/thumbnails/Realman_RMC-AIDA-L_basket_storage_orange.jpg new file mode 100644 index 0000000000000000000000000000000000000000..448d850f089e82eeed48e8564f42b599e42e4499 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_basket_storage_orange.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c01d8f20990d35bd3034c52f7e51fecd637feaa2cea52522ec9a1e0200dfce +size 21138 diff --git a/thumbnails/Realman_RMC-AIDA-L_basket_storage_peach.jpg b/thumbnails/Realman_RMC-AIDA-L_basket_storage_peach.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed385113b612b21e39590ca39099df5baeecd3c3 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_basket_storage_peach.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c5e67d7096f002ad01ef538e036beb6ca2131a512def101ff427ac47aa2c32 +size 15656 diff --git a/thumbnails/Realman_RMC-AIDA-L_box_up_down.jpg b/thumbnails/Realman_RMC-AIDA-L_box_up_down.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fcc15d24f131c030b81db243d1c41e3247c986e2 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_box_up_down.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f10303eac3928da8fb8d2e73f99eaad56e4f9661d218af5e109b3c5c6120067 +size 23152 diff --git a/thumbnails/Realman_RMC-AIDA-L_clean_table.jpg b/thumbnails/Realman_RMC-AIDA-L_clean_table.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4232658a474069b1228123a6dfb2aac99f4b8d90 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_clean_table.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97fb5c112e5fd41672c71a09a9947c9f8a04b57d13e4c629549cd5ec917d336 +size 10031 diff --git a/thumbnails/Realman_RMC-AIDA-L_desktop_organization.jpg b/thumbnails/Realman_RMC-AIDA-L_desktop_organization.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d3667d480a3d7f16978617bdd70fab3f107e9ca --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_desktop_organization.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb5692d84bf823bc22433d0086e121fd8db5c548bb8ba58e472817b1eb8736f +size 22755 diff --git a/thumbnails/Realman_RMC-AIDA-L_fold_shirt.jpg b/thumbnails/Realman_RMC-AIDA-L_fold_shirt.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c6f8234d88e2c9e12721cd77dcf86735acae661 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_fold_shirt.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca373a61f8e17d740b7a7b33370d6217982d9383cadf502f0f9e79dbf7479ec +size 20690 diff --git a/thumbnails/Realman_RMC-AIDA-L_fold_shorts.jpg b/thumbnails/Realman_RMC-AIDA-L_fold_shorts.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3cb1bab00d916b5f13274b5c4ab3cf69e068ea97 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_fold_shorts.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5895350fd946537449283ba7f217edff80de4ed9173bec64cb62a0224a3eb6fc +size 20091 diff --git a/thumbnails/Realman_RMC-AIDA-L_fold_towel.jpg b/thumbnails/Realman_RMC-AIDA-L_fold_towel.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc7ae30b9fa5903e9bccd33138ce9dc263067122 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_fold_towel.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa7ee260b9f691a247449e694269db1d9d7b849236c8072532dad8662e4da7f +size 17526 diff --git a/thumbnails/Realman_RMC-AIDA-L_food_packaging.jpg b/thumbnails/Realman_RMC-AIDA-L_food_packaging.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8169576de98bf0feda4b1e46123f45b6c0b18a71 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_food_packaging.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bbb19713cdccf774e5aea5245876cdbc1bc0f3412eb18999425667d11356cb9 +size 22820 diff --git a/thumbnails/Realman_RMC-AIDA-L_food_storage.jpg b/thumbnails/Realman_RMC-AIDA-L_food_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a0bf361e7cad49a5e0e72199d9fc10e472c3caa --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_food_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9417538127203b81d9fa11bf9e1a1ad130e5325b1011393d3e421fa90abba8 +size 18092 diff --git a/thumbnails/Realman_RMC-AIDA-L_fruit_storage.jpg b/thumbnails/Realman_RMC-AIDA-L_fruit_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..947909b130aded6b24751b182e0e35a260eeed9d --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_fruit_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce5f57015c3333d3e8cddd4d0ade4720cec23b8ab4d7ed05e14deb8f2e172b2 +size 15867 diff --git a/thumbnails/Realman_RMC-AIDA-L_get_water.jpg b/thumbnails/Realman_RMC-AIDA-L_get_water.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c987033a694c966e5548fe0f77b0b01e58e1ba16 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_get_water.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370891f20e33965b443d0d289c76b285564fff81731a4d80750725c20c30fa96 +size 21300 diff --git a/thumbnails/Realman_RMC-AIDA-L_glasses_storage.jpg b/thumbnails/Realman_RMC-AIDA-L_glasses_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a675c92e9049ea96236514ed3782cb89ecfcfb6 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_glasses_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc65a6c2af85181e9cad7cfdf127fa8bd486c51d5a05edf4807bda9df800088 +size 17888 diff --git a/thumbnails/Realman_RMC-AIDA-L_hang_clothes.jpg b/thumbnails/Realman_RMC-AIDA-L_hang_clothes.jpg new file mode 100644 index 0000000000000000000000000000000000000000..734514ff8ceffe3697b13b6d77f9ee843fbae1b2 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_hang_clothes.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16cd1de2523b791a2e4c70f8f7db9242283e743879c5e25b3aaf919744db33ae +size 33675 diff --git a/thumbnails/Realman_RMC-AIDA-L_organise_the_document_bag.jpg b/thumbnails/Realman_RMC-AIDA-L_organise_the_document_bag.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af34e01d85853c22cd0e1bbf014799a3b6815544 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_organise_the_document_bag.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b263882db633f466f4c839c34429a792718416e1319b221d67bebad4fddee858 +size 17168 diff --git a/thumbnails/Realman_RMC-AIDA-L_pass_bowl.jpg b/thumbnails/Realman_RMC-AIDA-L_pass_bowl.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62e288e2e4813872d06435126055cd4fc55e8422 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_pass_bowl.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96752936163a3042f8b5914b44b10399a8094a47453dbc09881a31e8a5a556b3 +size 13879 diff --git a/thumbnails/Realman_RMC-AIDA-L_place_test_tube.jpg b/thumbnails/Realman_RMC-AIDA-L_place_test_tube.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78e7fcefc21855285ad7d9dd28c283b21523ce2c --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_place_test_tube.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d578ce890fcc1d341b8752926f1dac219a3ea072ff987d781f8fcaab5ee34ad +size 12010 diff --git a/thumbnails/Realman_RMC-AIDA-L_place_the_fruits_repeatedly.jpg b/thumbnails/Realman_RMC-AIDA-L_place_the_fruits_repeatedly.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a3d7d90b3be74d394d799f717ae0629ad0a532f --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_place_the_fruits_repeatedly.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326dfc6108338857dba69814bbb32c2ce0b456cc8cca1816e6d5f2e30d9d1f48 +size 12932 diff --git a/thumbnails/Realman_RMC-AIDA-L_place_towel.jpg b/thumbnails/Realman_RMC-AIDA-L_place_towel.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25457ea65b7479d192d6dea9ced71c1f3721941a --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_place_towel.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0e98bdc1847797c0018b7479820bead6d3c6c7a818be76262bdf93eb11c4c0 +size 23201 diff --git a/thumbnails/Realman_RMC-AIDA-L_plate_storage.jpg b/thumbnails/Realman_RMC-AIDA-L_plate_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1c1c147016937bd76e6439222c26b94f02bb7fb --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_plate_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bfaf0d7fb2545fe72859ce5da49812e4aea25b170c29d943b99f77e24ef247 +size 14916 diff --git a/thumbnails/Realman_RMC-AIDA-L_pour_coffee_beans.jpg b/thumbnails/Realman_RMC-AIDA-L_pour_coffee_beans.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3668aaf71e5a7d83778b677a86e1dda0d962c306 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_pour_coffee_beans.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2fac7ac283db9c12118753f07fb1047814455f4df7d0a9d7a60042e68472e4 +size 11724 diff --git a/thumbnails/Realman_RMC-AIDA-L_pour_rice.jpg b/thumbnails/Realman_RMC-AIDA-L_pour_rice.jpg new file mode 100644 index 0000000000000000000000000000000000000000..449ae050a2753880e9810b4653956aa075ee76a8 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_pour_rice.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53036c4f156b6797c94dbdd8f85e8926005979ef9d66894a4277acdbb894be74 +size 12276 diff --git a/thumbnails/Realman_RMC-AIDA-L_pour_tea.jpg b/thumbnails/Realman_RMC-AIDA-L_pour_tea.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1753b0560c04eaae2dc190eb060419c692ba2094 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_pour_tea.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92ebd710ca4b56e935786885071b691dff92591272d12c0379357d2d56568b2 +size 16915 diff --git a/thumbnails/Realman_RMC-AIDA-L_pull_open_bag.jpg b/thumbnails/Realman_RMC-AIDA-L_pull_open_bag.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78f92a1534a25fdcae695670878d61f8d8bb9fba --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_pull_open_bag.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a67f422eda63cbfe710f14e605ca8e2ca7f0a079f191adbe417db706d92e7fd +size 22608 diff --git a/thumbnails/Realman_RMC-AIDA-L_stack_baskets.jpg b/thumbnails/Realman_RMC-AIDA-L_stack_baskets.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46e8284cafbc5958ce45bd9878caa79bce81d28e --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_stack_baskets.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfb47c80223a7c3016bb64a10335f202ede0c4f2926abde9c26d52fd8f503e5 +size 26189 diff --git a/thumbnails/Realman_RMC-AIDA-L_stir_coffee.jpg b/thumbnails/Realman_RMC-AIDA-L_stir_coffee.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68daf24291671dd92afde5f328a666c8c871ec6e --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_stir_coffee.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f23f4ae9d85d0cf9d0cc1c9a1eade82a34ddf7e5eac13230143411f126bc4440 +size 17634 diff --git a/thumbnails/Realman_RMC-AIDA-L_storage_bin_storage.jpg b/thumbnails/Realman_RMC-AIDA-L_storage_bin_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af5ea39d28cebc8440440ca25a072f7bf5b0741b --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_storage_bin_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a508f5187a467a776254f5f6a3adb165a6f2b68aa0d637e8946c550e1f60ddaf +size 26695 diff --git a/thumbnails/Realman_RMC-AIDA-L_storage_block_basket.jpg b/thumbnails/Realman_RMC-AIDA-L_storage_block_basket.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9f2c51eba5b0ff1500b3be72b7f9f94ff15e0ce --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_storage_block_basket.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8dd4124bb5a4bab66c47fd223aef7cf99b9245dd614a5423f6d2d81af48bd6 +size 16804 diff --git a/thumbnails/Realman_RMC-AIDA-L_storage_peach_box.jpg b/thumbnails/Realman_RMC-AIDA-L_storage_peach_box.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9d835f3c0750b8ccd1e30ae16f7b2538dc795b4 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_storage_peach_box.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81c99e145b01d6b143987f3c7f8787521b63e5e9cd07aa5a4bdbd1a62ed651f +size 21090 diff --git a/thumbnails/Realman_RMC-AIDA-L_storage_peach_drawer.jpg b/thumbnails/Realman_RMC-AIDA-L_storage_peach_drawer.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ae10b8a0628ed5ec7482bfc4c7cbdc9c6bbd446 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_storage_peach_drawer.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d9d27c02cf1972abbb292ab5fc13be31405d7f0ddc1a97cd21ec3f10f3d8d4 +size 22527 diff --git a/thumbnails/Realman_RMC-AIDA-L_storage_towel_basket.jpg b/thumbnails/Realman_RMC-AIDA-L_storage_towel_basket.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c54a2d5aa1c067c15d5a5580480a785082c49137 --- /dev/null +++ b/thumbnails/Realman_RMC-AIDA-L_storage_towel_basket.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc9c84c7edb6d1d01e0fc4391b73b4b212ace41e907b75a018c98b4f13a15c6 +size 16552 diff --git a/thumbnails/Tianqing_A2D_battery_storage_b.jpg b/thumbnails/Tianqing_A2D_battery_storage_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69b2db9b620b82b6522561da009c0e91f0ceacb4 --- /dev/null +++ b/thumbnails/Tianqing_A2D_battery_storage_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71132691f211b2195e3d2ae4eee05f98c48de47adf2e36c36fc734738328cf94 +size 98089 diff --git a/thumbnails/Tianqing_A2D_battery_storage_c.jpg b/thumbnails/Tianqing_A2D_battery_storage_c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c8bb7c157d6715f013780d6eab7d19a6cfec11c --- /dev/null +++ b/thumbnails/Tianqing_A2D_battery_storage_c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7cf011acad70b1de0f8bc667dfa979d708feb4d7a408222da7fdafcb267977 +size 377078 diff --git a/thumbnails/Tianqing_A2D_box_storage_a.jpg b/thumbnails/Tianqing_A2D_box_storage_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d4df4bd95e11d0144784e401083833f0e4a2a3b --- /dev/null +++ b/thumbnails/Tianqing_A2D_box_storage_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc00073013a788c0056cc3521cb332f3271505491a9a74c21b3a4e875e36dc55 +size 55884 diff --git a/thumbnails/Tianqing_A2D_box_storage_b.jpg b/thumbnails/Tianqing_A2D_box_storage_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22bd762afaea3553666f37cae0de136578f3d502 --- /dev/null +++ b/thumbnails/Tianqing_A2D_box_storage_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353e3243ecfc9a51877ad789841703f3b9f3e9750334472f932365e695256769 +size 60567 diff --git a/thumbnails/Tianqing_A2D_box_storage_c.jpg b/thumbnails/Tianqing_A2D_box_storage_c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ffb06b5cec2e0b2e2dc92ca182c42ce74dca14f0 --- /dev/null +++ b/thumbnails/Tianqing_A2D_box_storage_c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3112fce018ed7eed2d98c23c249ab6a4881423aebe36f3ef74727b84becb7136 +size 64309 diff --git a/thumbnails/Tianqing_A2D_box_storage_cardboard_box_a.jpg b/thumbnails/Tianqing_A2D_box_storage_cardboard_box_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14e473800ce5b0b89569be442d30648ede8ee502 --- /dev/null +++ b/thumbnails/Tianqing_A2D_box_storage_cardboard_box_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6479fb0b472bfa1fa19e2517e62427e6262b9897c3864ae469e1b6d3e2679d7 +size 87513 diff --git a/thumbnails/Tianqing_A2D_box_storage_cardboard_box_b.jpg b/thumbnails/Tianqing_A2D_box_storage_cardboard_box_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6c6975ea11ade31b490b853ea109de923ef1b05 --- /dev/null +++ b/thumbnails/Tianqing_A2D_box_storage_cardboard_box_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41bda80d7e449c1283c0b7d8701a9a2fec5b08b5927f19c1715c145d3ed4213f +size 85742 diff --git a/thumbnails/Tianqing_A2D_box_storage_cardboard_box_c.jpg b/thumbnails/Tianqing_A2D_box_storage_cardboard_box_c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c15584bd6c0ed79c44213626df53a7b565d2093c --- /dev/null +++ b/thumbnails/Tianqing_A2D_box_storage_cardboard_box_c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9d33c7c6a72b55a3d5f8e0d1bbbc99c679ca16cff59eff9519652f8d98e4b99 +size 256626 diff --git a/thumbnails/Tianqing_A2D_box_storage_e.jpg b/thumbnails/Tianqing_A2D_box_storage_e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ccef3debfb591bfb1e3e93323951537ceea1dd4c --- /dev/null +++ b/thumbnails/Tianqing_A2D_box_storage_e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2aa6f862f62da7bfafe070b6791ec259eab84554e2a76306028727e4d9eaf7c +size 229413 diff --git a/thumbnails/Tianqing_A2D_box_storage_part.jpg b/thumbnails/Tianqing_A2D_box_storage_part.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e77a0aa456e5590f8aeab05a17f2bfca65698e06 --- /dev/null +++ b/thumbnails/Tianqing_A2D_box_storage_part.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae3405364025020776c6acdf1febc0dbbab90bcb27659f204cb0391170b5122 +size 23002 diff --git a/thumbnails/Tianqing_A2D_box_storage_part_a.jpg b/thumbnails/Tianqing_A2D_box_storage_part_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..072ee61e872ed76566bed709c1a95f173ac2dfc6 --- /dev/null +++ b/thumbnails/Tianqing_A2D_box_storage_part_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae79bf4ad5421ff91a99d7de65e8871e72bedfa52f166e8440abc9bfb1562112 +size 298061 diff --git a/thumbnails/Tianqing_A2D_box_storage_tool.jpg b/thumbnails/Tianqing_A2D_box_storage_tool.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b2be566555b168f86b7bfc15bef2261371094e6 --- /dev/null +++ b/thumbnails/Tianqing_A2D_box_storage_tool.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa716fad4bbb77db08981c6f58138f981dbcf3b46e4b089c2a2ddbdac7f3caa +size 21360 diff --git a/thumbnails/Tianqing_A2D_container_storage_graphics_card.jpg b/thumbnails/Tianqing_A2D_container_storage_graphics_card.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c619752b2ba927d5782312eceb670ae4c3b72d6 --- /dev/null +++ b/thumbnails/Tianqing_A2D_container_storage_graphics_card.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e3c91dcc237faac33ab35607844b55d170adee5dd863fa535f8c09c8534369 +size 31098 diff --git a/thumbnails/Tianqing_A2D_left_capture_part.jpg b/thumbnails/Tianqing_A2D_left_capture_part.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae4915130ceb88a7428834b3397103580524427f --- /dev/null +++ b/thumbnails/Tianqing_A2D_left_capture_part.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033f693e96ce85080f990a1c27c94a13e4774ee2f8cedab36e971eca21bceaee +size 307949 diff --git a/thumbnails/Tianqing_A2D_mobile_accessory_storage_box_a.jpg b/thumbnails/Tianqing_A2D_mobile_accessory_storage_box_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b7c1df5d3d4cb01c53203fc8e1953292816e994 --- /dev/null +++ b/thumbnails/Tianqing_A2D_mobile_accessory_storage_box_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ec75321dde719039e8b04f1433813235d87611645d37b38329395ac3c20656 +size 101387 diff --git a/thumbnails/Tianqing_A2D_mobile_accessory_storage_box_c.jpg b/thumbnails/Tianqing_A2D_mobile_accessory_storage_box_c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9be7aa81c8f4d0ead25f9c311099ccaf3d80b8ad --- /dev/null +++ b/thumbnails/Tianqing_A2D_mobile_accessory_storage_box_c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46da42402ea290b5ff799d2c99efc524d681853bb6a8bc95f73d6eade5e962f6 +size 289173 diff --git a/thumbnails/Tianqing_A2D_mobile_accessory_storage_box_d.jpg b/thumbnails/Tianqing_A2D_mobile_accessory_storage_box_d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62794c5b62fc449417188033c245b974f1a18d2d --- /dev/null +++ b/thumbnails/Tianqing_A2D_mobile_accessory_storage_box_d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613807957d113906f36484c81a7a5c9bccd8321d007c227febe96137e38a98cc +size 245684 diff --git a/thumbnails/Tianqing_A2D_mobile_accessory_storage_box_e.jpg b/thumbnails/Tianqing_A2D_mobile_accessory_storage_box_e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f09ab1498b5375f69f3bb092251c36c6f9a7b108 --- /dev/null +++ b/thumbnails/Tianqing_A2D_mobile_accessory_storage_box_e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcdb77c808fe36e0e8acc9cc325e378e0747a997b0e131035e8cbf801a8ced6c +size 59829 diff --git a/thumbnails/Tianqing_A2D_mobile_accessory_storage_box_f.jpg b/thumbnails/Tianqing_A2D_mobile_accessory_storage_box_f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73054f8091b9cc75f69c3acb84e9c5ddd9eedda3 --- /dev/null +++ b/thumbnails/Tianqing_A2D_mobile_accessory_storage_box_f.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09905016baa4e48251e1e9b601a5dc57ffa6f7a9c8ead3751b2355e56e59a2c2 +size 254791 diff --git a/thumbnails/Tianqing_A2D_pick_up_battery.jpg b/thumbnails/Tianqing_A2D_pick_up_battery.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50834ab4919b457035a1e19f4389cb6bdbf7f3ff --- /dev/null +++ b/thumbnails/Tianqing_A2D_pick_up_battery.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4607581015cce582ba0fa64b633f833b1dbec592b7c8e0ff7460750cb4d17727 +size 76276 diff --git a/thumbnails/Tianqing_A2D_picks_up_battery_a.jpg b/thumbnails/Tianqing_A2D_picks_up_battery_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9435ff562f9fd195b8fa3fbddbb4e77714f06a53 --- /dev/null +++ b/thumbnails/Tianqing_A2D_picks_up_battery_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4dfa991e5f74a0e228794f7c13eb532a421ca7271c18f0f535eba7cf42a9df5 +size 323636 diff --git a/thumbnails/Tianqing_A2D_picks_up_battery_b.jpg b/thumbnails/Tianqing_A2D_picks_up_battery_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c44474962b832f138ef2572224c1cf3dbb3cad5d --- /dev/null +++ b/thumbnails/Tianqing_A2D_picks_up_battery_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f469087d89ae5287d77e17b6a6d1b3c61ef9908529305bea8c65e8ee5f9c51 +size 96824 diff --git a/thumbnails/Tianqing_A2D_picks_up_cardboard_box.jpg b/thumbnails/Tianqing_A2D_picks_up_cardboard_box.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66afc9cba141ebc2ef702e0a275a4d6ec7b175f1 --- /dev/null +++ b/thumbnails/Tianqing_A2D_picks_up_cardboard_box.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67729dbe4e04643662a10d48df47c824005769e068e08a7c617cfb7d0be0bbf6 +size 195175 diff --git a/thumbnails/Tianqing_A2D_picks_up_parts_a.jpg b/thumbnails/Tianqing_A2D_picks_up_parts_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6840fc62c51205a08cae0ed3fe393210a8d8564c --- /dev/null +++ b/thumbnails/Tianqing_A2D_picks_up_parts_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:139e252b407d3242c2692124a5dca29093df7bc4aa90500105f3a53b7f5ea67c +size 274317 diff --git a/thumbnails/Tianqing_A2D_picks_up_parts_b.jpg b/thumbnails/Tianqing_A2D_picks_up_parts_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..530c2eceec523d5931ad6bccfb1c597c5cd7b058 --- /dev/null +++ b/thumbnails/Tianqing_A2D_picks_up_parts_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbbbb64e79df89b1650a380c384f75abd2d49b4e509f0a5ab2fa839e919d0bf +size 248318 diff --git a/thumbnails/Tianqing_A2D_place_the_paper_box.jpg b/thumbnails/Tianqing_A2D_place_the_paper_box.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a88f56afbc9e7bbb8981225c37afe21fdfc0250 --- /dev/null +++ b/thumbnails/Tianqing_A2D_place_the_paper_box.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fba4286cf9f9b31b4b8c3c96f29551100f85734d8f9070f81bb1dd91f284fc2 +size 24741 diff --git a/thumbnails/Tianqing_A2D_remove_the_accessory.jpg b/thumbnails/Tianqing_A2D_remove_the_accessory.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f8d5bc2eaba5cb5b8be8347fb2cfe2034ff6648 --- /dev/null +++ b/thumbnails/Tianqing_A2D_remove_the_accessory.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174b26263fa2ef40682262f4048fd51449dcba997f7d0b82eb2911c6fb280905 +size 126712 diff --git a/thumbnails/Tianqing_A2D_right_capture_part.jpg b/thumbnails/Tianqing_A2D_right_capture_part.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04cba67d7af21bd93cff0aa7dc38efcc413e14bb --- /dev/null +++ b/thumbnails/Tianqing_A2D_right_capture_part.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e67df8a96c9c81e98dd91f108eb5f3c16a9cae5d27c6129b9cff56fa44a874 +size 112173 diff --git a/thumbnails/Tianqing_A2D_robotic_arm_picks_up_battery.jpg b/thumbnails/Tianqing_A2D_robotic_arm_picks_up_battery.jpg new file mode 100644 index 0000000000000000000000000000000000000000..603498a5e25a42e1652c19f7a344a07d0a5f75fc --- /dev/null +++ b/thumbnails/Tianqing_A2D_robotic_arm_picks_up_battery.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a08f93f454261188076ac00d5a11e11081e87bae154acb58a1c573e6184b5663 +size 363929 diff --git a/thumbnails/Tianqing_A2D_robotic_arm_picks_up_parts.jpg b/thumbnails/Tianqing_A2D_robotic_arm_picks_up_parts.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e5e6fceca6b81d78df94bd37ab5e533068f8446 --- /dev/null +++ b/thumbnails/Tianqing_A2D_robotic_arm_picks_up_parts.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a9421294b482002546761fcdd1597102c9ec320fe6854df3734074cd3e4f9cc +size 314442 diff --git a/thumbnails/Tianqing_A2D_storage_item_b.jpg b/thumbnails/Tianqing_A2D_storage_item_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f466f456b723267b8421bde1c576585f52370bf2 --- /dev/null +++ b/thumbnails/Tianqing_A2D_storage_item_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390766bfad69e4486e8aae089dad44f292cd9187de133e2a910193d7ee2cdc57 +size 261639 diff --git a/thumbnails/Tianqing_A2D_storage_item_d.jpg b/thumbnails/Tianqing_A2D_storage_item_d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7156a897a4f094928edce1eb35ac09d4dae6ca8d --- /dev/null +++ b/thumbnails/Tianqing_A2D_storage_item_d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c28d79356eeaae532d704a0f9a7022c918b3c7ac7a93d4667ae099d499997af +size 66687 diff --git a/thumbnails/Tianqing_A2D_storage_item_e.jpg b/thumbnails/Tianqing_A2D_storage_item_e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66f85efe9a19c158baa63e280e2227f18bd473b8 --- /dev/null +++ b/thumbnails/Tianqing_A2D_storage_item_e.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c016bab35a5c466c097556d494bb96b79367c0114b055d157b032e5d2d4474d7 +size 261431 diff --git a/thumbnails/Tianqing_A2D_tool_storage.jpg b/thumbnails/Tianqing_A2D_tool_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d33eee84600bc5e27fef131da44cdc86dc6fd8fd --- /dev/null +++ b/thumbnails/Tianqing_A2D_tool_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2241cd611d242d5e2b426b18b8eb95690bfe9e9a4ba44cf37e41d6a8d1cb462 +size 275527 diff --git a/thumbnails/Unitree_G1edu-u3_basket_storage_apple.jpg b/thumbnails/Unitree_G1edu-u3_basket_storage_apple.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51241a241d246edd3996eb2f344c6580f9b012d7 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_basket_storage_apple.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1979cdd90df248932c2367e5f7c507a9164facebbfed85f86ae88df4a7ed0bf9 +size 29971 diff --git a/thumbnails/Unitree_G1edu-u3_basket_storage_apple_b.jpg b/thumbnails/Unitree_G1edu-u3_basket_storage_apple_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1b06a574900ce729215a638970675ac39a5cd67 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_basket_storage_apple_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5014d4f9fa5c115ade3c219c13e1851e028a5439e8e059327aa78f2f22c2823b +size 40719 diff --git a/thumbnails/Unitree_G1edu-u3_bowl_storage_grape_singletry.jpg b/thumbnails/Unitree_G1edu-u3_bowl_storage_grape_singletry.jpg new file mode 100644 index 0000000000000000000000000000000000000000..054e945175fb29b16a7ca06486fb3958e6e7fd21 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_bowl_storage_grape_singletry.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01057c177883cbab790d8f2742b0978b81d809fc319770cf5059232551f7857 +size 42765 diff --git a/thumbnails/Unitree_G1edu-u3_food_storage.jpg b/thumbnails/Unitree_G1edu-u3_food_storage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37e382556c9f0f9193591ab56ef57eab1aceb027 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_food_storage.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46bc4d3126bf93e4c9659f7d9070ba6e0849182734aa4ec6bc7a99a90a917a04 +size 40752 diff --git a/thumbnails/Unitree_G1edu-u3_little_tray_storage_apple_b.jpg b/thumbnails/Unitree_G1edu-u3_little_tray_storage_apple_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57c4876cf0b30c24f181f356921640cd0299c226 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_little_tray_storage_apple_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50536bd01bb195217f9343074a5041c4e9603a9b80d434af93c364bb323440e0 +size 38058 diff --git a/thumbnails/Unitree_G1edu-u3_little_tray_storage_lemon_b.jpg b/thumbnails/Unitree_G1edu-u3_little_tray_storage_lemon_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c50d9418de9d1be04f5156aba9ab15e2ce74d5c5 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_little_tray_storage_lemon_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8408781d308377b401bf85b31944a60eeb0a5c6cf01ab769c181abc6104720 +size 34907 diff --git a/thumbnails/Unitree_G1edu-u3_pick_apple_a.jpg b/thumbnails/Unitree_G1edu-u3_pick_apple_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2efc9579a6bc05f17d7cc22f50be60e3a7708ee --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pick_apple_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5fbb82c2043c2d511cf84d44226e30b1d1e701db0cf73d219c495e062efd75f +size 35907 diff --git a/thumbnails/Unitree_G1edu-u3_pick_apple_b.jpg b/thumbnails/Unitree_G1edu-u3_pick_apple_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a607ff8e21a343aa67b4bc14c354a3a1fe8aa510 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pick_apple_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9203eccb94f5d20118f30dd47352a8b496d941b377925c983acb1f3345d209 +size 32576 diff --git a/thumbnails/Unitree_G1edu-u3_pick_crumpled_paper_aa.jpg b/thumbnails/Unitree_G1edu-u3_pick_crumpled_paper_aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b415430002faf620238de347c97f6af26ebb002 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pick_crumpled_paper_aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ba3d8daaa20c08ec6dcb77d4545e094232c66b8c827c90d3cbd7f66e008f54 +size 33994 diff --git a/thumbnails/Unitree_G1edu-u3_pick_cup_a.jpg b/thumbnails/Unitree_G1edu-u3_pick_cup_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4188195ff4de680c1d10e66fee155d8b23f1ce45 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pick_cup_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f4c7c0c2afda07f38cf1c8f17785533db601b36873d7300b791811bb38d7cd +size 26637 diff --git a/thumbnails/Unitree_G1edu-u3_pick_empty_bottle_ab.jpg b/thumbnails/Unitree_G1edu-u3_pick_empty_bottle_ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f113c1e6cad7699f3aace2dd433bd362e7f4423 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pick_empty_bottle_ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997e4b997fc6128f927da86905f58c590e4d1d58475bd0c8de5c02da4a90b0cd +size 40919 diff --git a/thumbnails/Unitree_G1edu-u3_pick_leftover_food_ac.jpg b/thumbnails/Unitree_G1edu-u3_pick_leftover_food_ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8abeb103d64550886cc9be893435ce00429bab8 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pick_leftover_food_ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c377fd364315f768eafd98c6af35c68d4839a8b1d956d1daf1f315ad2c3f724b +size 38073 diff --git a/thumbnails/Unitree_G1edu-u3_pick_metal_bowl_aa.jpg b/thumbnails/Unitree_G1edu-u3_pick_metal_bowl_aa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f82eac377187a4f2cc8a05d52bd3bc7414868b6b --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pick_metal_bowl_aa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c561b9ca55529797509e5e718930ff2413e0bb953534dba32f2749812b7997 +size 38246 diff --git a/thumbnails/Unitree_G1edu-u3_pick_metal_bowl_ab.jpg b/thumbnails/Unitree_G1edu-u3_pick_metal_bowl_ab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..925b8f7f9291ddddae79e02b6755970bc17d6e9b --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pick_metal_bowl_ab.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98963068d50e1ac9a0bf31c73accea1ccf053b89fc4f71ca57354c2641a3f613 +size 31058 diff --git a/thumbnails/Unitree_G1edu-u3_pick_plastic_bowl_ac.jpg b/thumbnails/Unitree_G1edu-u3_pick_plastic_bowl_ac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..271323fd50262f1c420d207e4b77a4f8a067a8f3 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pick_plastic_bowl_ac.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f86a104af4f2e0c957dd388bf55ca5af9746c7a0992aa80a7ca92dd35f5e9e +size 42531 diff --git a/thumbnails/Unitree_G1edu-u3_pick_plastic_bowl_ad.jpg b/thumbnails/Unitree_G1edu-u3_pick_plastic_bowl_ad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdbfb20de89a7becc28a68d010037fe75678ff89 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pick_plastic_bowl_ad.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef6eb9e6c3c382b9b86ece50331fa7e4cd55ec5be74c7f0a61d10fa54304e49 +size 39410 diff --git a/thumbnails/Unitree_G1edu-u3_pick_up_the_bottled_water_a.jpg b/thumbnails/Unitree_G1edu-u3_pick_up_the_bottled_water_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ee1a6dcec3e795a5770482f596944b1e6bc5f34 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pick_up_the_bottled_water_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3885e15df283920e3b7a9859bb0fdc85779e1eda603fed189056ebae8157e8 +size 31718 diff --git a/thumbnails/Unitree_G1edu-u3_pick_up_the_bottled_water_as.jpg b/thumbnails/Unitree_G1edu-u3_pick_up_the_bottled_water_as.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c930b356b969aaae7fc2651c6e7aa1631970bd25 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pick_up_the_bottled_water_as.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b970754f4657fe87c53abf8c53b2d9fe20b7c165df36c0aaab3006423ee3ef +size 37592 diff --git a/thumbnails/Unitree_G1edu-u3_pick_up_the_bottled_water_b.jpg b/thumbnails/Unitree_G1edu-u3_pick_up_the_bottled_water_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88930fd010c752ae7eabc2fd2d42e06b196eae82 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pick_up_the_bottled_water_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a6151286abb23f5e7e79951098fa71140804c5d0910cdba46e327d60f049a3 +size 32837 diff --git a/thumbnails/Unitree_G1edu-u3_pick_up_the_bread_az.jpg b/thumbnails/Unitree_G1edu-u3_pick_up_the_bread_az.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c237b11d5f60170f032e282fdc4ae9f2259240a --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pick_up_the_bread_az.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296bc7e0f1a3baa9a376b9d26ef088f4b9fbc885fc91ba311210fe516b1bc6d1 +size 36413 diff --git a/thumbnails/Unitree_G1edu-u3_pick_up_the_lemon_a.jpg b/thumbnails/Unitree_G1edu-u3_pick_up_the_lemon_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1d2e8a2fef2bd6e43164d29c68f600fa6755715 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pick_up_the_lemon_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764c8b50c1c7c531f0b5cc9742c5e676c6ec94a1471e2e613a59a0216c93c218 +size 31305 diff --git a/thumbnails/Unitree_G1edu-u3_pick_up_the_lemon_at.jpg b/thumbnails/Unitree_G1edu-u3_pick_up_the_lemon_at.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e00f15860290afa862c557c304974368bc855a9 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pick_up_the_lemon_at.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa033404bb90c3129a1fedff38dc7f90db375e49dab3810a3ec8765b660b091 +size 28786 diff --git a/thumbnails/Unitree_G1edu-u3_pick_up_the_tissue_box_ao.jpg b/thumbnails/Unitree_G1edu-u3_pick_up_the_tissue_box_ao.jpg new file mode 100644 index 0000000000000000000000000000000000000000..554cfaf44462c1bfaf7864156546eb77d59e8198 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pick_up_the_tissue_box_ao.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4924bf2350981c3d25604b76dbb67976926fc4502a70bc4c3666b9b6ecc45bdf +size 37546 diff --git a/thumbnails/Unitree_G1edu-u3_pick_up_the_toy_ai.jpg b/thumbnails/Unitree_G1edu-u3_pick_up_the_toy_ai.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c932ebcbdcce97c3a8bdee9ddf6eab4c8be5efd2 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pick_up_the_toy_ai.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691f5520c5d8dd6e589bcfcca38a7ad657cf0c802534e01d8dc6c82c0fce6f85 +size 38349 diff --git a/thumbnails/Unitree_G1edu-u3_place_apple_c.jpg b/thumbnails/Unitree_G1edu-u3_place_apple_c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a1ccf03dabb3f181c75bf5dc968ec6126d83b39 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_place_apple_c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d3a8e6f4ec922bdb9cda1042683b9e27bf66e41ba02f0d12dc850bf577057e +size 36475 diff --git a/thumbnails/Unitree_G1edu-u3_place_bottle_c.jpg b/thumbnails/Unitree_G1edu-u3_place_bottle_c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46c6035c43b5fa74f4812f3c896eafa190b2fc64 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_place_bottle_c.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a4ff3bbbed83e4b1f61fc29263da26732904b6c3b19dc2243684eb97f78d2e +size 38198 diff --git a/thumbnails/Unitree_G1edu-u3_place_metal_bowl_ae.jpg b/thumbnails/Unitree_G1edu-u3_place_metal_bowl_ae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f06de141636f8f4df5b75895ef0ec9c45ef8bd31 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_place_metal_bowl_ae.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1081922c11b49b9ad7011dd0cfbe57773d6c913901d0778c5d58ff7e1af245c +size 42859 diff --git a/thumbnails/Unitree_G1edu-u3_place_metal_bowl_af.jpg b/thumbnails/Unitree_G1edu-u3_place_metal_bowl_af.jpg new file mode 100644 index 0000000000000000000000000000000000000000..988e0790eee04ca24ca4a4bde80e0fb0c26479c6 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_place_metal_bowl_af.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bfdf261e64f40259f0a1a269575f6e1eb3023e0d87a153e12ae71522878aa50 +size 41837 diff --git a/thumbnails/Unitree_G1edu-u3_place_plastic_bowl_ag.jpg b/thumbnails/Unitree_G1edu-u3_place_plastic_bowl_ag.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5bdbddbb414fdd411596f886ad47e73e252ad63f --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_place_plastic_bowl_ag.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9526c4f63a2bb050a7f12d325da59fcf292999800e18266ca5da124c15e109d8 +size 42139 diff --git a/thumbnails/Unitree_G1edu-u3_place_plastic_bowl_ah.jpg b/thumbnails/Unitree_G1edu-u3_place_plastic_bowl_ah.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d73a7d4064c999d235f6529a300a18f6939a7c81 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_place_plastic_bowl_ah.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba195c5415c0b41c3c912da7e67f39a4e6d918039c5ddb2110a3bf80b755ec5b +size 35189 diff --git a/thumbnails/Unitree_G1edu-u3_plate_storage_doll.jpg b/thumbnails/Unitree_G1edu-u3_plate_storage_doll.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73f3e87da9ec2b54fd3fcc51517629587cc5859b --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_plate_storage_doll.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e55def6f9fa8470c02d922bc32202b039f3e7a82e5017905ce860279e2355f +size 21688 diff --git a/thumbnails/Unitree_G1edu-u3_plate_storage_rabbit_doll.jpg b/thumbnails/Unitree_G1edu-u3_plate_storage_rabbit_doll.jpg new file mode 100644 index 0000000000000000000000000000000000000000..faf1fe5d6f143193a485bf2c7bebd0241e9e0ce4 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_plate_storage_rabbit_doll.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80dd393282bef966016fb0fd7140b67dc75490f0295202174ab03c55a2f0464e +size 15893 diff --git a/thumbnails/Unitree_G1edu-u3_pullBowl_storage_bread_a.jpg b/thumbnails/Unitree_G1edu-u3_pullBowl_storage_bread_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0aeec906c7b71c467e4909b026fe56194ce6f6fe --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pullBowl_storage_bread_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0583f6343ec84559ff3fff0b17847ea46a449250e0446bb5335aa38cb5c427e +size 46065 diff --git a/thumbnails/Unitree_G1edu-u3_pullBowl_storage_bread_b.jpg b/thumbnails/Unitree_G1edu-u3_pullBowl_storage_bread_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..baa7b76295f7625f18ba6a3c8bfb65970d173e70 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pullBowl_storage_bread_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe743e86f1168c7aea5cbe1a060c3be16a362be93ecca8f0c26d8f5f9d01c7aa +size 46533 diff --git a/thumbnails/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_C.jpg b/thumbnails/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_C.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f53aeb5e1096ba41c6b8a735b4f27790eaa3846f --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_C.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af0db489d94d5eaf8e7f938fbdb97d464984d09587b428ffe4096381b12cb50f +size 45783 diff --git a/thumbnails/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_a.jpg b/thumbnails/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7672782b58d27299e0419a11dddb56ab835dd455 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3434a5cf9c2ef27cfd85111c59c227634f8e90c77c3d4694ed69c5295e06c1f +size 53739 diff --git a/thumbnails/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_b.jpg b/thumbnails/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81cc0166f6d1a9ad1cc2e3024ead5d433f3374e7 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2c1d60aa4ba9e0a1d6fcf895c36131b0f1390b98d554eb733335fd7bc89509 +size 44839 diff --git a/thumbnails/Unitree_G1edu-u3_put_the_bread_aw.jpg b/thumbnails/Unitree_G1edu-u3_put_the_bread_aw.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a489f49267a5df0fbbc011b663f0fc3c5f9c9d10 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_put_the_bread_aw.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d04e544290c3a8404189ad649e91a107942f8cc167b88b650954850f4149ce +size 33669 diff --git a/thumbnails/Unitree_G1edu-u3_put_the_cup_b.jpg b/thumbnails/Unitree_G1edu-u3_put_the_cup_b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e319f6edd0ca9d66f48ee6a78cecc8197e2491ea --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_put_the_cup_b.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66abdfb83af67b43475f6d66580b49147505e777b2eb65a8ff784f501c696650 +size 29016 diff --git a/thumbnails/Unitree_G1edu-u3_put_the_lemon_af.jpg b/thumbnails/Unitree_G1edu-u3_put_the_lemon_af.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f222e1ee1a0b21d1200e480a9d5756315b44780c --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_put_the_lemon_af.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c6cb4893e8b625afd05d2d948826977e2b81a36610ae2199734acd73514f20 +size 32031 diff --git a/thumbnails/Unitree_G1edu-u3_put_the_lemon_on_the_plate_ah.jpg b/thumbnails/Unitree_G1edu-u3_put_the_lemon_on_the_plate_ah.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3567d7c3d9656bcdf1722269b2cf1ac6ebc67c49 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_put_the_lemon_on_the_plate_ah.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bf89301aadce878461212494fafe45276e3322699b37594e61a69d4888962c +size 30359 diff --git a/thumbnails/Unitree_G1edu-u3_put_the_tissue_box_al.jpg b/thumbnails/Unitree_G1edu-u3_put_the_tissue_box_al.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6411dfe412727f20ea23504af1a15eb3c6717fad --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_put_the_tissue_box_al.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b1ed744dec011c6ab072da289cc587df5489f36e3fe94ab7f4a402790d1f89 +size 36025 diff --git a/thumbnails/Unitree_G1edu-u3_put_the_toy_ap.jpg b/thumbnails/Unitree_G1edu-u3_put_the_toy_ap.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a799ece71ae667f509c817663873690016e9f622 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_put_the_toy_ap.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9ee9933418cfb7bf075dd37db4d9a984fade72150b4b1bbb2c0f3b3986b2d3 +size 35610 diff --git a/thumbnails/Unitree_G1edu-u3_put_the_water_bottle_aq.jpg b/thumbnails/Unitree_G1edu-u3_put_the_water_bottle_aq.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3fdf73d1e1625ae765bb66a839b5570f37341fef --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_put_the_water_bottle_aq.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27860773b5979b5db722c519f9df21d3b7255a59e4be9164b6979a5337fb527 +size 31492 diff --git a/thumbnails/Unitree_G1edu-u3_put_the_water_bottle_on_the_table_d.jpg b/thumbnails/Unitree_G1edu-u3_put_the_water_bottle_on_the_table_d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ecd213978c3ee7a4dd83976e11feaa3668ee3c57 --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_put_the_water_bottle_on_the_table_d.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31af57b9102effcb488bf2dc2130ecb65c420711f46a781bfac2701168b8ef91 +size 37466 diff --git a/thumbnails/Unitree_G1edu-u3_tray_storage_lemon_a.jpg b/thumbnails/Unitree_G1edu-u3_tray_storage_lemon_a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76b5be1aa377edf56f4f4f6ff0f7a974fbe2f12d --- /dev/null +++ b/thumbnails/Unitree_G1edu-u3_tray_storage_lemon_a.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35ee736fc65e3c1b16f86cd3680f8901a1793a268845909adcb67f0bf2772b1 +size 34132 diff --git a/videos/AI2_Alphabot_2_carry_the_clothes_basket.mp4 b/videos/AI2_Alphabot_2_carry_the_clothes_basket.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4974205212f007b10f09979dd62067022e595059 --- /dev/null +++ b/videos/AI2_Alphabot_2_carry_the_clothes_basket.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac21d384d020b5f411291bf05838bec43656372396ccfad16096e95b12f6d0d +size 655734 diff --git a/videos/AI2_Alphabot_2_item_reversal.mp4 b/videos/AI2_Alphabot_2_item_reversal.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3521fe1a9f25e117b8826add80932a8a98fc8bb6 --- /dev/null +++ b/videos/AI2_Alphabot_2_item_reversal.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a09377a9b01cf77a8886a5ac0c6824347524b3153eb3499df05c083108ef689 +size 645747 diff --git a/videos/AI2_Alphabot_2_move_the_table.mp4 b/videos/AI2_Alphabot_2_move_the_table.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b09bfeb6546891f0faa9f4657da0521adae4b5da --- /dev/null +++ b/videos/AI2_Alphabot_2_move_the_table.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f7665c3f326468e170906069ebfc69f57c3783cd204310ec8ab75d2a4e9e04 +size 419105 diff --git a/videos/AI2_Alphabot_2_operate_the_microwave_oven.mp4 b/videos/AI2_Alphabot_2_operate_the_microwave_oven.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49ebc85e06b712bcbf3d0080008859ac9327e149 --- /dev/null +++ b/videos/AI2_Alphabot_2_operate_the_microwave_oven.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abf950e066664113b30f8930efcddd2305078af26b418a4e5146c738df2f3c07 +size 586529 diff --git a/videos/AI2_Alphabot_2_pass_the_sandbag.mp4 b/videos/AI2_Alphabot_2_pass_the_sandbag.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83ca142938e82a7361fe77489ec6eafbd0f8a7ee --- /dev/null +++ b/videos/AI2_Alphabot_2_pass_the_sandbag.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf6c5e48b63101100b22972846b9855b726611977a3fc8e451904a9935942fd +size 304906 diff --git a/videos/AI2_Alphabot_2_press_the_button_a.mp4 b/videos/AI2_Alphabot_2_press_the_button_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..110940b130c50aeeb59b497fca5d7a96c164f241 --- /dev/null +++ b/videos/AI2_Alphabot_2_press_the_button_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c55eb1fdec9e27303e1ad7795c41142d9f084966c55b49e3d5e20f5115819cb +size 359021 diff --git a/videos/AI2_Alphabot_2_press_the_button_b.mp4 b/videos/AI2_Alphabot_2_press_the_button_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b2068b70afab954e7da61014062566526ea44df --- /dev/null +++ b/videos/AI2_Alphabot_2_press_the_button_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062fc89aca6889c5cdd440d1fc919cb9b080723469a68593723e2aee53320f57 +size 361207 diff --git a/videos/AI2_Alphabot_2_recover_after_touching_an_obstacle.mp4 b/videos/AI2_Alphabot_2_recover_after_touching_an_obstacle.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2889a1819d67fcf4c0a6b31a8a99f6248cfbdcba --- /dev/null +++ b/videos/AI2_Alphabot_2_recover_after_touching_an_obstacle.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e623ea044b17304fd0615f5e73bcabf5c085333b62b249630404e86279ec183 +size 395674 diff --git a/videos/AI2_Alphabot_2_stack_building_blocks.mp4 b/videos/AI2_Alphabot_2_stack_building_blocks.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9845da3bba2edbee7d15998ef1dee54412c88d86 --- /dev/null +++ b/videos/AI2_Alphabot_2_stack_building_blocks.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f18bf1e0b7871e32ac1ac1c166ea4d57a8f6254f45f233365e6e21c7562c76b8 +size 313381 diff --git a/videos/AI2_Alphabot_2_sticker.mp4 b/videos/AI2_Alphabot_2_sticker.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b09d525c94ada562d1bfc85ba72e66afe8c8f1e --- /dev/null +++ b/videos/AI2_Alphabot_2_sticker.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b152150a27fdd6beca06f906415e58b832f6dd7b467c99bf438a16b45d4af6 +size 451575 diff --git a/videos/Agilex_Cobot_Magic_basket_storage_banana.mp4 b/videos/Agilex_Cobot_Magic_basket_storage_banana.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..277553c050acf7f2eafc30684c755c5d7ce7cd33 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_basket_storage_banana.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb443ba60eacbcd65539063216865f6a354a3c0dca767031f84d4b1429aa46c +size 204261 diff --git a/videos/Agilex_Cobot_Magic_basket_storage_bread.mp4 b/videos/Agilex_Cobot_Magic_basket_storage_bread.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b5ded4013826d5db7bdc4be91925a85344d6e44 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_basket_storage_bread.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1238ac19eb23d10b485eec8b27b2e664f87331ea4d313f435440391eb18637aa +size 757073 diff --git a/videos/Agilex_Cobot_Magic_basket_storage_egg_yolk_pastry.mp4 b/videos/Agilex_Cobot_Magic_basket_storage_egg_yolk_pastry.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7eb076c312207f2dc851b3019ee89c38ce9a3a4 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_basket_storage_egg_yolk_pastry.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8b063d19e05cc9f14f3c5d686b94e5cfcffc7836474612374fb9dd06b43542 +size 460320 diff --git a/videos/Agilex_Cobot_Magic_basket_storage_long_bread.mp4 b/videos/Agilex_Cobot_Magic_basket_storage_long_bread.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b81f8ba9d0333658cf51ef78b322c6599cde9a79 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_basket_storage_long_bread.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb30748ac9f7bbff219aba93ae717131ad3b530b7fb269fc090f0ec909bdb03 +size 204825 diff --git a/videos/Agilex_Cobot_Magic_basket_storage_orange.mp4 b/videos/Agilex_Cobot_Magic_basket_storage_orange.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7bb0a20c90d519f4d456026a4572167a0b6a8a1 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_basket_storage_orange.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eddcf472df312917a3eeb5b14be70f4870e53f64c89ab9b24bd670dac02713f9 +size 161894 diff --git a/videos/Agilex_Cobot_Magic_basket_storage_peach.mp4 b/videos/Agilex_Cobot_Magic_basket_storage_peach.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e92824f924ef5c0002850b895769fa80b72a4dfc --- /dev/null +++ b/videos/Agilex_Cobot_Magic_basket_storage_peach.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9dccfac56b0e49dc7e182d7d2d03c0de54529139c43b2e8f81c9e7f7984a0d +size 262160 diff --git a/videos/Agilex_Cobot_Magic_classify_objects_eight.mp4 b/videos/Agilex_Cobot_Magic_classify_objects_eight.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d85f2c74e486a48bcc7fbbe4b3263a4284b5c89 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_classify_objects_eight.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e29af8714a99c19fc81da5ba942cfa9f077cf27284c68684f5f99c5c5ff62bf9 +size 573928 diff --git a/videos/Agilex_Cobot_Magic_classify_objects_six.mp4 b/videos/Agilex_Cobot_Magic_classify_objects_six.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aba4f2085b1be7ce7cae69b9f2828e04611f7c28 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_classify_objects_six.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4201498a3e343f9291e29579ae18f7c37b75905f2183dc57371e3195bd2719 +size 522139 diff --git a/videos/Agilex_Cobot_Magic_close_drawer_bottom.mp4 b/videos/Agilex_Cobot_Magic_close_drawer_bottom.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9782644932a232873bebc55e73938ced30458c27 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_close_drawer_bottom.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1402edf09bec6a6d3942e0ce681389dd33c161df3d9103603cd6cd901ecb4337 +size 134822 diff --git a/videos/Agilex_Cobot_Magic_close_drawer_top.mp4 b/videos/Agilex_Cobot_Magic_close_drawer_top.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f5cf9ba78d11af8400298f8d6eee200e5214da7 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_close_drawer_top.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac190d68b04bf32e2cde17b3435c27ee2c7c08e5fcce5d58270dcbeddee4518 +size 84267 diff --git a/videos/Agilex_Cobot_Magic_close_drawer_upper.mp4 b/videos/Agilex_Cobot_Magic_close_drawer_upper.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec4e5f5fe4610d30deb3dd3be63d96200db69045 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_close_drawer_upper.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1adbf9af4cd32ab229b5dbedcaae7bfea977327da2c81076b8a2318fdd62eb +size 205148 diff --git a/videos/Agilex_Cobot_Magic_connect_block.mp4 b/videos/Agilex_Cobot_Magic_connect_block.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da78f932c12771033ac630ab44d2dcd28e205c6e --- /dev/null +++ b/videos/Agilex_Cobot_Magic_connect_block.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe743e1e67d5573d02dadc6d9c48b0e8bb22580d43378571455038cb649cc49 +size 569665 diff --git a/videos/Agilex_Cobot_Magic_erase_board.mp4 b/videos/Agilex_Cobot_Magic_erase_board.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d92689d58b34b61f7357d667ce7c0ebadd94b66d --- /dev/null +++ b/videos/Agilex_Cobot_Magic_erase_board.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1cc5561728b356661e7ad12e7034d4d481527880a703b95284f3a81a4b88175 +size 186602 diff --git a/videos/Agilex_Cobot_Magic_erase_board_left.mp4 b/videos/Agilex_Cobot_Magic_erase_board_left.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ed71b76ae926a912a5f40b40efadf8c58012ada --- /dev/null +++ b/videos/Agilex_Cobot_Magic_erase_board_left.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1ddc639633d37223610eb7f128145daa71df032dc9fd21e9b217092d802aef +size 256179 diff --git a/videos/Agilex_Cobot_Magic_erase_board_left_side.mp4 b/videos/Agilex_Cobot_Magic_erase_board_left_side.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80dea0b296123fb290b22c2747c292fdae4fbe4e --- /dev/null +++ b/videos/Agilex_Cobot_Magic_erase_board_left_side.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32fecaeb4f3fca3e41749779bf3abce1a518afd93157f97e2316d6b5f0262db2 +size 255444 diff --git a/videos/Agilex_Cobot_Magic_erase_board_passing_left_to_right.mp4 b/videos/Agilex_Cobot_Magic_erase_board_passing_left_to_right.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d19340b687af282e76914044840b8f4e1dc7c55 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_erase_board_passing_left_to_right.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2e74ef85ab48d58605fb45a50f9683626ea2ac40186810b10d2cbad9ef5262 +size 327175 diff --git a/videos/Agilex_Cobot_Magic_erase_board_passing_right_to_left.mp4 b/videos/Agilex_Cobot_Magic_erase_board_passing_right_to_left.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43efe410d63c1bb83f05e308b149683f1499e141 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_erase_board_passing_right_to_left.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f5e8ed99247ffb76d47ed778baac5ef0e9aca453fd6d438566f338da4469a7 +size 360143 diff --git a/videos/Agilex_Cobot_Magic_erase_board_right.mp4 b/videos/Agilex_Cobot_Magic_erase_board_right.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0acddf65777fcf9b2f67ffb13495781ce8b8054 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_erase_board_right.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60f8159628f49962578e654c276fad2ea53b2caec2970ba19c70a75f22e6b22 +size 260114 diff --git a/videos/Agilex_Cobot_Magic_fold_T-shirts.mp4 b/videos/Agilex_Cobot_Magic_fold_T-shirts.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aaac368dcb418180af8ec5bfd5bd1234f306274a --- /dev/null +++ b/videos/Agilex_Cobot_Magic_fold_T-shirts.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbd43e6003c9e8a99a20cb065df788240e1472b03ad97f28140c6598a12af6a +size 572657 diff --git a/videos/Agilex_Cobot_Magic_fold_clothes.mp4 b/videos/Agilex_Cobot_Magic_fold_clothes.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6604444b64e7e48e9e5d65a73f2ebf7b5240369a --- /dev/null +++ b/videos/Agilex_Cobot_Magic_fold_clothes.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c175100477187c207c77436e05d83d543d285fffc3074d03995fe2fac355aae +size 3659093 diff --git a/videos/Agilex_Cobot_Magic_fold_jeans_shorts_children's.mp4 b/videos/Agilex_Cobot_Magic_fold_jeans_shorts_children's.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56268edc608de95c5876896acb38bcb450a7c5b2 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_fold_jeans_shorts_children's.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50df56b906ec22f8a32238ec4348ebf2672ba6c89fc9c12c7a55f58aa396d154 +size 573542 diff --git a/videos/Agilex_Cobot_Magic_fold_short_sleeve_black.mp4 b/videos/Agilex_Cobot_Magic_fold_short_sleeve_black.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c0920680f7e26485c10ae36dfc95fba7563b6d4 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_fold_short_sleeve_black.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5d1783a85b10ff441933d6cf9dea48e584da1b284eca39688f9a25c29dee83e +size 893506 diff --git a/videos/Agilex_Cobot_Magic_fold_short_sleeve_white.mp4 b/videos/Agilex_Cobot_Magic_fold_short_sleeve_white.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02feddd3ce20b10f1ae53a17958a080ce7623631 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_fold_short_sleeve_white.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd7e7e523e991269798fb72a23225bdac6599cede3eec481492af937e068620 +size 1076075 diff --git a/videos/Agilex_Cobot_Magic_fold_shorts_khaki.mp4 b/videos/Agilex_Cobot_Magic_fold_shorts_khaki.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dda2160f3e9e5b3407bc1d8533fdc5f65ae8c0b5 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_fold_shorts_khaki.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:249195fc877d7b0b763bf1a39c14be19ca933bc9069913be9d5bec084017a499 +size 609420 diff --git a/videos/Agilex_Cobot_Magic_fold_the_pants.mp4 b/videos/Agilex_Cobot_Magic_fold_the_pants.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1068d3aea32baa515dbd27d9672e6c7193fbb6a7 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_fold_the_pants.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ae18be38d75968f94f3c2fde3f6ead334fb7c86f485c5914ac8d303da9c0e4 +size 1353912 diff --git a/videos/Agilex_Cobot_Magic_fold_towel.mp4 b/videos/Agilex_Cobot_Magic_fold_towel.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27b26e9335e862aea2a3451e596f71d62d0e8f09 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_fold_towel.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead6d6f3922709b3acb721a293905656075445a9a7e1ed4aa2acc98afd7e7f37 +size 404024 diff --git a/videos/Agilex_Cobot_Magic_fold_towel_blue.mp4 b/videos/Agilex_Cobot_Magic_fold_towel_blue.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fc5c64bbfbb04428ed2acc3a3360accba272b00 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_fold_towel_blue.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62cd3aedae2de5167c8056bd82a8e168fd76ee0767262c9f3935147bc81beef6 +size 655414 diff --git a/videos/Agilex_Cobot_Magic_fold_towel_blue_tray.mp4 b/videos/Agilex_Cobot_Magic_fold_towel_blue_tray.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1957166c96501896c9994d5d7d4280850ff3cad --- /dev/null +++ b/videos/Agilex_Cobot_Magic_fold_towel_blue_tray.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3eb49dc712213ead8502d977b7779593e609c26e6b8919621fd310f7fa21070 +size 748867 diff --git a/videos/Agilex_Cobot_Magic_fold_towel_brown.mp4 b/videos/Agilex_Cobot_Magic_fold_towel_brown.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea30b36e9411190846c9abd96ed22542769ed409 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_fold_towel_brown.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f3d9a66fdf937ee56ac8648b0e11d9bae62a6297bb4ca8ed7a4e7ff6bfd17e +size 383216 diff --git a/videos/Agilex_Cobot_Magic_fold_towel_grey_tray.mp4 b/videos/Agilex_Cobot_Magic_fold_towel_grey_tray.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a7c76b9d6860d972598caadf381fadc9b42ef1b --- /dev/null +++ b/videos/Agilex_Cobot_Magic_fold_towel_grey_tray.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330edba954d6e9b9a5a6dce1d62695b6e72dcb9926f2caf2e8584fbe16d8b07d +size 519073 diff --git a/videos/Agilex_Cobot_Magic_fold_towel_pink_tray.mp4 b/videos/Agilex_Cobot_Magic_fold_towel_pink_tray.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..364bb44c1699a6f1c3b9f65df39a94641ad0b3e3 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_fold_towel_pink_tray.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436ed1a6668de4ff802fed9e29244dc7db363a76aa69d1f17e74735c9608413c +size 626053 diff --git a/videos/Agilex_Cobot_Magic_fold_towel_purple.mp4 b/videos/Agilex_Cobot_Magic_fold_towel_purple.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0f68ad8f2ba6e048fc61a04d56140e14841d26e --- /dev/null +++ b/videos/Agilex_Cobot_Magic_fold_towel_purple.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d747fbdda2bf362903ef9b1d12f791353d050f2319d6ad08f9d536a7b8d1c8c +size 321239 diff --git a/videos/Agilex_Cobot_Magic_fold_towel_tray_twice.mp4 b/videos/Agilex_Cobot_Magic_fold_towel_tray_twice.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f942f7b4e8b5dd5418d6f65d46c61f2664a6744b --- /dev/null +++ b/videos/Agilex_Cobot_Magic_fold_towel_tray_twice.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f21dd5bbd49bc0aee42c077ec91e84e96232b6a66d3be768491fe36decfffb8f +size 1212142 diff --git a/videos/Agilex_Cobot_Magic_fold_towel_yellow_tray.mp4 b/videos/Agilex_Cobot_Magic_fold_towel_yellow_tray.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7c42d35f8c41cf9faaf428081bb2188109fa96b --- /dev/null +++ b/videos/Agilex_Cobot_Magic_fold_towel_yellow_tray.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e111c8183baa0dc6dafdeb7e3cc59c38608d12ab3df7e4ef0f5095a647137539 +size 668822 diff --git a/videos/Agilex_Cobot_Magic_heat_burger.mp4 b/videos/Agilex_Cobot_Magic_heat_burger.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdb2dc8a3235286b9d582a7dbc709eb95bae2240 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_heat_burger.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde44f24a1f8308d648c5c1c2d8a633ab61d6ed1421565cb6e2c2c6fd2479960 +size 1660987 diff --git a/videos/Agilex_Cobot_Magic_heat_sandwich.mp4 b/videos/Agilex_Cobot_Magic_heat_sandwich.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6684c93db2280f75100fb51e92ba425d04f83b6f --- /dev/null +++ b/videos/Agilex_Cobot_Magic_heat_sandwich.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083c72c90be48e6573ff3b4073f1d9524318e7e06c2b60460f4ca32611cd6734 +size 1287936 diff --git a/videos/Agilex_Cobot_Magic_make_sandwiche.mp4 b/videos/Agilex_Cobot_Magic_make_sandwiche.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f49ee523ff3cf99eb47885ffb6889a5feedb4540 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_make_sandwiche.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d094442ca7d62d7ca9a8e45bdba0fe77813adf825158bcdeca9821fdb7ea5ae9 +size 574304 diff --git a/videos/Agilex_Cobot_Magic_move_mouse.mp4 b/videos/Agilex_Cobot_Magic_move_mouse.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfbc43ae97d58c513118e32864900be929f9a281 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_move_mouse.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bc288171a070bea5fc0db15592e6d7ca79b64773f359fbf60cd9d7cd779e3d +size 147410 diff --git a/videos/Agilex_Cobot_Magic_move_mouse_pen.mp4 b/videos/Agilex_Cobot_Magic_move_mouse_pen.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a3e7296181a1becd3ef4757bcd33680bf9e6855 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_move_mouse_pen.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc44c3d7a2fea70cddbfe55175cc7aca41f9c05f7d4fb8052f090268f53dece8 +size 386823 diff --git a/videos/Agilex_Cobot_Magic_move_mouse_pen_black_tablecloth.mp4 b/videos/Agilex_Cobot_Magic_move_mouse_pen_black_tablecloth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..723dc287de4393febf79113b2a4c010cc62baad5 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_move_mouse_pen_black_tablecloth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e53b3f29ead540598047adc6e62247197074fd78ab67e824b2457ee4837e7b2 +size 292144 diff --git a/videos/Agilex_Cobot_Magic_move_mouse_pen_green_tablecloth.mp4 b/videos/Agilex_Cobot_Magic_move_mouse_pen_green_tablecloth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6072c9b3cb72c6eace41897829b21af57ecc0928 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_move_mouse_pen_green_tablecloth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db985f31c2b06548884255feccd87584baab40b8133eeafdfaa3feb7e8ad28f +size 303568 diff --git a/videos/Agilex_Cobot_Magic_move_mouse_pen_khaki_tablecloth.mp4 b/videos/Agilex_Cobot_Magic_move_mouse_pen_khaki_tablecloth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b0ea27e93a2ae21ae2bc2626a7ecbb642a13b9c --- /dev/null +++ b/videos/Agilex_Cobot_Magic_move_mouse_pen_khaki_tablecloth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed422d339b6014b1be48ae4a7405120f277f98fc98d5731bb3683b2c05dd7ec2 +size 291021 diff --git a/videos/Agilex_Cobot_Magic_move_mouse_pen_red_tablecloth.mp4 b/videos/Agilex_Cobot_Magic_move_mouse_pen_red_tablecloth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2de1b1fc9424b9513742811d0726c3245cd1b43b --- /dev/null +++ b/videos/Agilex_Cobot_Magic_move_mouse_pen_red_tablecloth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719dc55b73631930ea5dc4b4e8d7f71af02f09e58c9186c3900558459055ed9c +size 417839 diff --git a/videos/Agilex_Cobot_Magic_move_object.mp4 b/videos/Agilex_Cobot_Magic_move_object.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a2f7e820758063c976b722f6c094dd381709b1c --- /dev/null +++ b/videos/Agilex_Cobot_Magic_move_object.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4940d070df62e84ca172dd2e8b2b23c7744320721339c6aab5eee56f3caf4110 +size 184394 diff --git a/videos/Agilex_Cobot_Magic_move_object_beige_tablecloth.mp4 b/videos/Agilex_Cobot_Magic_move_object_beige_tablecloth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ef43a2fcba1e85f05e9632f8ed7b085dc7aee63 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_move_object_beige_tablecloth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a0043f7ba32372f3f52424a01e1ef77d5dc831391726c02d3432328169bb59f +size 172515 diff --git a/videos/Agilex_Cobot_Magic_move_object_black_tablecloth.mp4 b/videos/Agilex_Cobot_Magic_move_object_black_tablecloth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d9017628a97678ff965ea964fff5459144cb5a2 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_move_object_black_tablecloth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841498e1e10c36f1263864a3df2d5623641c5b943c5e2c987a92cad57679153f +size 259004 diff --git a/videos/Agilex_Cobot_Magic_move_object_green_tablecloth.mp4 b/videos/Agilex_Cobot_Magic_move_object_green_tablecloth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c89239f6a6fa6a6805778aceda6ad720d2370eff --- /dev/null +++ b/videos/Agilex_Cobot_Magic_move_object_green_tablecloth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb0da91893c339db5d0628edf3ab3725ac6d83bfbb302bab50d174ae0265a28 +size 379952 diff --git a/videos/Agilex_Cobot_Magic_move_object_red_tablecloth.mp4 b/videos/Agilex_Cobot_Magic_move_object_red_tablecloth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d22449336aa0dfd734cfad53eb2e373045994ac --- /dev/null +++ b/videos/Agilex_Cobot_Magic_move_object_red_tablecloth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14df1bb959e54eff6a839e85a1e1bb17b8ff024623166a7682c73763e72834b5 +size 222917 diff --git a/videos/Agilex_Cobot_Magic_move_pencil_sharpener.mp4 b/videos/Agilex_Cobot_Magic_move_pencil_sharpener.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08645a2467bb8dd469dca0a59b9757c60fc3319f --- /dev/null +++ b/videos/Agilex_Cobot_Magic_move_pencil_sharpener.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f84f9432e0604db27108684156126edc5b219d6cdabf4000a981c0bb7a95a3 +size 245036 diff --git a/videos/Agilex_Cobot_Magic_open_drawer_bottom.mp4 b/videos/Agilex_Cobot_Magic_open_drawer_bottom.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7463a9b83391ffce25c57a9a2ceb8c8be5c3b003 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_open_drawer_bottom.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f529e0c20389716c5781b0c0905b7e2ed14b33e3a3b1ea067622a4709d623c +size 274571 diff --git a/videos/Agilex_Cobot_Magic_organize_desk_fail.mp4 b/videos/Agilex_Cobot_Magic_organize_desk_fail.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad2b7b417604149c139312e2ffe646d64db95893 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_organize_desk_fail.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e38caac9ba9d298a1bed1f1e2b005ceb41aa128825c0c1f3216521f2792bb4e +size 1169503 diff --git a/videos/Agilex_Cobot_Magic_organize_test_tube.mp4 b/videos/Agilex_Cobot_Magic_organize_test_tube.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67ecd098943d5b04309b400ff4a4f2cf0f9c5d79 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_organize_test_tube.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b07ab3a4bc786ad72b020f02bf99e2255d45de16b74ed060c5d67aff217ec3f +size 381974 diff --git a/videos/Agilex_Cobot_Magic_pass_object_left_to_right_black_tablecloth.mp4 b/videos/Agilex_Cobot_Magic_pass_object_left_to_right_black_tablecloth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fef4a31fe2d6d1d206c6dbf2fff8ef569e09064 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_pass_object_left_to_right_black_tablecloth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748a919c9a0eaef791fe6f98b7d53348d1a1455f8c4ca0a03261fdd75dfd4698 +size 345959 diff --git a/videos/Agilex_Cobot_Magic_pass_object_left_to_right_green_tablecloth.mp4 b/videos/Agilex_Cobot_Magic_pass_object_left_to_right_green_tablecloth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a496e83389b51eea7e9fb5482024bff9b517ff4 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_pass_object_left_to_right_green_tablecloth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c69525a093195e6dcf488d43e003f69a73f674eba6c90eac0a04d68f09b1c4b +size 348660 diff --git a/videos/Agilex_Cobot_Magic_pass_object_left_to_right_khaki_tablecloth.mp4 b/videos/Agilex_Cobot_Magic_pass_object_left_to_right_khaki_tablecloth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09192cd690b9385b1c4780bdb71821f1720543fb --- /dev/null +++ b/videos/Agilex_Cobot_Magic_pass_object_left_to_right_khaki_tablecloth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:debc24ffc717cd0212c4c4c026e975641a433b06ab1855a07278d6322d288c59 +size 205459 diff --git a/videos/Agilex_Cobot_Magic_pass_object_left_to_right_white_tablecloth.mp4 b/videos/Agilex_Cobot_Magic_pass_object_left_to_right_white_tablecloth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..825542fdd3a6db304c1440a43041b9dc3e024800 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_pass_object_left_to_right_white_tablecloth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3cb4cc571540f1aea043b15177c9d334c4961d6be0381060d0e955ec8a65a2b +size 252925 diff --git a/videos/Agilex_Cobot_Magic_pass_object_right_to_left_black_tablecloth.mp4 b/videos/Agilex_Cobot_Magic_pass_object_right_to_left_black_tablecloth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46e904137ad3051459c74a93c14c46e74cedaba5 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_pass_object_right_to_left_black_tablecloth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95828e3693c6ad95d15a61792f822bce7397c9828f7ca819e0d92a7f043f066 +size 403056 diff --git a/videos/Agilex_Cobot_Magic_pass_object_right_to_left_green_tablecloth.mp4 b/videos/Agilex_Cobot_Magic_pass_object_right_to_left_green_tablecloth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38768ec8cd46b2a21174042f92c23394f0bfcf7a --- /dev/null +++ b/videos/Agilex_Cobot_Magic_pass_object_right_to_left_green_tablecloth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c93065274f05a0704041172bebab3be3837b839f06ebe42da1f8ce1d7cc0749 +size 347611 diff --git a/videos/Agilex_Cobot_Magic_pass_object_right_to_left_khaki_tablecloth.mp4 b/videos/Agilex_Cobot_Magic_pass_object_right_to_left_khaki_tablecloth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad10b7c366ddf4d11b6f03ad52c78ce906cf5f9b --- /dev/null +++ b/videos/Agilex_Cobot_Magic_pass_object_right_to_left_khaki_tablecloth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea3cc0e6fd7c47a5cb23e0d64376eb1cb79eb5efe69b9f76724b3fcc4c2478e +size 240397 diff --git a/videos/Agilex_Cobot_Magic_pass_object_right_to_left_red_tablecloth.mp4 b/videos/Agilex_Cobot_Magic_pass_object_right_to_left_red_tablecloth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4542960754c97b2498dfee193fc66b66ba2289fd --- /dev/null +++ b/videos/Agilex_Cobot_Magic_pass_object_right_to_left_red_tablecloth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbfa383cb424d0431e207e0c5c4b012f952c9eae3008a9f2ba63492e316f2a20 +size 313189 diff --git a/videos/Agilex_Cobot_Magic_pass_object_right_to_left_white_tablecloth.mp4 b/videos/Agilex_Cobot_Magic_pass_object_right_to_left_white_tablecloth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcbe9aed26d23e402858ceffd06328c58b4924ba --- /dev/null +++ b/videos/Agilex_Cobot_Magic_pass_object_right_to_left_white_tablecloth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66c52968eef295cb9c2db593850eb2a6c755f54bf0ede1eb135b4fdbbfd1c46 +size 249708 diff --git a/videos/Agilex_Cobot_Magic_place_towel_flat.mp4 b/videos/Agilex_Cobot_Magic_place_towel_flat.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61cc04f6ee5dfa5a9b89839dfe03df9039ee3a03 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_place_towel_flat.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8ab5c290226a5a94935bc01353cd59a65cbdb5247da6dbf960c45e0761e336 +size 507776 diff --git a/videos/Agilex_Cobot_Magic_plate_storage.mp4 b/videos/Agilex_Cobot_Magic_plate_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..672662084dd904a3a2ab764e39e75e4e2e417a4e --- /dev/null +++ b/videos/Agilex_Cobot_Magic_plate_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ad246cd0fbe7269fa20ca5441ee45790e55b173e00b9b3fb4b16e49517e6f5 +size 636179 diff --git a/videos/Agilex_Cobot_Magic_pour_drink_bottle_cup.mp4 b/videos/Agilex_Cobot_Magic_pour_drink_bottle_cup.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd7296c637eee114d411e4f7c39c153c052e3c7b --- /dev/null +++ b/videos/Agilex_Cobot_Magic_pour_drink_bottle_cup.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c12fe895875aacdc777bfbd2bdb61c226711fb1db588773d107ad021dba1f40 +size 348857 diff --git a/videos/Agilex_Cobot_Magic_pour_drink_bottle_cup_cup.mp4 b/videos/Agilex_Cobot_Magic_pour_drink_bottle_cup_cup.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81883cd1d5bc63e2dbeccbcce3a95bd153be9e2a --- /dev/null +++ b/videos/Agilex_Cobot_Magic_pour_drink_bottle_cup_cup.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398fce25587afe62e6060e334938f3a02c53d3b4a1dd78f8bcadb285335e2cfd +size 801021 diff --git a/videos/Agilex_Cobot_Magic_pour_rice.mp4 b/videos/Agilex_Cobot_Magic_pour_rice.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7e3d71e863b447a19414a4eee1dd1247e6aa983 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_pour_rice.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ef27e2f63c3f353f1287f36d4670161502a993f5a4a23f3eb420fd05539fa6 +size 246714 diff --git a/videos/Agilex_Cobot_Magic_pour_tea.mp4 b/videos/Agilex_Cobot_Magic_pour_tea.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9891d7a2e93cf410e22053277ab68b3a278d4fa --- /dev/null +++ b/videos/Agilex_Cobot_Magic_pour_tea.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd2cbd17046f7182706e1ee638486a1a4b7da2f19837f2f7e0de8efa4a22e6f +size 855251 diff --git a/videos/Agilex_Cobot_Magic_pour_water_bottle_cup_cup.mp4 b/videos/Agilex_Cobot_Magic_pour_water_bottle_cup_cup.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4dd15a67eeae8c41e841d1243d8874e3697d54e1 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_pour_water_bottle_cup_cup.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4b63dcc67addc00bab5daaaeefb531a220c55ad1f8f70888efb68fc1c11d00 +size 513935 diff --git a/videos/Agilex_Cobot_Magic_pour_water_middle_cup.mp4 b/videos/Agilex_Cobot_Magic_pour_water_middle_cup.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f184bc67e655dcc2382cd0e683d4f52c3c405283 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_pour_water_middle_cup.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf0c884ae856ae8d4e677243daa0f8face0e18f8c41ec8d29287b9f1ebd7060 +size 262792 diff --git a/videos/Agilex_Cobot_Magic_pour_water_pink_cup.mp4 b/videos/Agilex_Cobot_Magic_pour_water_pink_cup.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cbd3c527e30b0afeeba38c838a4b80a141cfbcc --- /dev/null +++ b/videos/Agilex_Cobot_Magic_pour_water_pink_cup.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f52d62fc2b4a420f1be6556fc144482bb7a28a8c0dfbc541ab1fc6f86abf4b6 +size 276434 diff --git a/videos/Agilex_Cobot_Magic_scoop_coffee_beans.mp4 b/videos/Agilex_Cobot_Magic_scoop_coffee_beans.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1c7ba65108cff018fcfdee0b2999365b1e91db4 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_scoop_coffee_beans.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817cf5e993ce768b83c989cc39660a5e9dce78e434ef85e9527ab1f48c0a1c93 +size 1022664 diff --git a/videos/Agilex_Cobot_Magic_seal_bag.mp4 b/videos/Agilex_Cobot_Magic_seal_bag.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b8c8e74de18323353a96a48d5202177e86b8683 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_seal_bag.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a95cdb2b74bf5d3fe8d5a17f4b0aad4bbc6b225f1d5725f4dd94a98c62bf05 +size 350314 diff --git a/videos/Agilex_Cobot_Magic_stack_baskets.mp4 b/videos/Agilex_Cobot_Magic_stack_baskets.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e8b1eff0d6332153eec7b7e7d2be3fff4d2ed44 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_stack_baskets.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ae9cafa45bed6a531f53a4f3fe8ea6aec3c0cfcb13d6db5debf26511a20d04 +size 836942 diff --git a/videos/Agilex_Cobot_Magic_stack_block.mp4 b/videos/Agilex_Cobot_Magic_stack_block.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21a9aea7aab6923e4e0147ed7feb9d20d25f29a7 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_stack_block.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:445f311f04f905c57e5cf60f11634533358798f76ff10222b10f7a6fdf7706df +size 462884 diff --git a/videos/Agilex_Cobot_Magic_stir_coffee.mp4 b/videos/Agilex_Cobot_Magic_stir_coffee.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4915637e2dbf7a549c61751f89d3c7e973bdb36f --- /dev/null +++ b/videos/Agilex_Cobot_Magic_stir_coffee.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c818159beb03cfffd189b5b72ced1020fec074b1cba14f090ede1e72ca94c544 +size 889902 diff --git a/videos/Agilex_Cobot_Magic_storage_bread_basket.mp4 b/videos/Agilex_Cobot_Magic_storage_bread_basket.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d29faf5fdc88d276e9e0a8c345f4677c23fd7fa --- /dev/null +++ b/videos/Agilex_Cobot_Magic_storage_bread_basket.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e73fb91fe9d379a2ba6c41f85ce5b911682ccb3f79b7633f837645607a016a +size 161707 diff --git a/videos/Agilex_Cobot_Magic_storage_fruit_basket.mp4 b/videos/Agilex_Cobot_Magic_storage_fruit_basket.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92a5d87b06674514aa204c61d21eff5ddbc652e4 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_storage_fruit_basket.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe85872dd49e5146d2335c6542caf151db5c18d58cb78626ac8e6a021dd69f6 +size 204020 diff --git a/videos/Agilex_Cobot_Magic_storage_fuirt_bowl.mp4 b/videos/Agilex_Cobot_Magic_storage_fuirt_bowl.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a786dc38304b831c1bfb153e73cce9ddf7aad7f3 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_storage_fuirt_bowl.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de0b6a85bfbd50d1d93f6e67dac221ec8bf51b6cbe6a0e3480ab6279fbf813c +size 352714 diff --git a/videos/Agilex_Cobot_Magic_storage_lemon_mango.mp4 b/videos/Agilex_Cobot_Magic_storage_lemon_mango.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a37e1d81f9d028d96dd5c11a4184ccdb348ebd84 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_storage_lemon_mango.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9caed27f40a622fcb50de17e43aba168eed9cd07a167305b358466e21f025ab +size 120113 diff --git a/videos/Agilex_Cobot_Magic_storage_object.mp4 b/videos/Agilex_Cobot_Magic_storage_object.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e8aae853193653e852168950c4018cc90d93882 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_storage_object.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5499444a7d254d298d15cb310f8d3833a45e3b51863f5269bcee35191c29935 +size 159114 diff --git a/videos/Agilex_Cobot_Magic_storage_object_basket.mp4 b/videos/Agilex_Cobot_Magic_storage_object_basket.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..881a590796e0ab58db010ff60cea9d5242af1199 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_storage_object_basket.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308b637f3b7c7b7f28eb5fbaec8b215043f88ae61c0b91160363df9bc9703397 +size 217614 diff --git a/videos/Agilex_Cobot_Magic_storage_object_closest.mp4 b/videos/Agilex_Cobot_Magic_storage_object_closest.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcea68c0e590fcf3bd95800fc87d2b67dcf763aa --- /dev/null +++ b/videos/Agilex_Cobot_Magic_storage_object_closest.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1026a5a8dc5e6d29c3699d67798a523c2cae07b37b9304b3ae0afe317bda5f3a +size 173921 diff --git a/videos/Agilex_Cobot_Magic_storage_object_closest_apple.mp4 b/videos/Agilex_Cobot_Magic_storage_object_closest_apple.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6cd7ce4224ebbcc3c266ae4843d2f33497526917 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_storage_object_closest_apple.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3486a26e525f89ff4ff1af5ea0d91dbfe93d6fb136e13265cac177846856345 +size 137218 diff --git a/videos/Agilex_Cobot_Magic_storage_object_closest_cube.mp4 b/videos/Agilex_Cobot_Magic_storage_object_closest_cube.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e471fd7b6ba0dfe51f50719796e84b35e7a6d360 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_storage_object_closest_cube.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc1e09d5e598999de6f765f3e3108d852b6f959b23fc525277cfa708b7efe67 +size 112911 diff --git a/videos/Agilex_Cobot_Magic_storage_object_left.mp4 b/videos/Agilex_Cobot_Magic_storage_object_left.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1243ccb94eae6636400b2c0acf1c6716ee8d1009 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_storage_object_left.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368efcec64e179eb01cdd0db3d312e017e5fb1f7683358732779636d63c26530 +size 132160 diff --git a/videos/Agilex_Cobot_Magic_storage_object_red_tablecloth.mp4 b/videos/Agilex_Cobot_Magic_storage_object_red_tablecloth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecb374b922a2e5a7499848af02f14d7ea50353f1 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_storage_object_red_tablecloth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dbad9b69daff290bd7b05c931a5193d8343da64ae5f82279012e7967b3d719d +size 193131 diff --git a/videos/Agilex_Cobot_Magic_storage_orange_basket_left.mp4 b/videos/Agilex_Cobot_Magic_storage_orange_basket_left.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89eec8baf7ce833d824a08243fa7593e544dd65c --- /dev/null +++ b/videos/Agilex_Cobot_Magic_storage_orange_basket_left.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374433814d5afafcad6ef1f5a864f7db7ddb86406fb0083c0c9436c486fa6b16 +size 170319 diff --git a/videos/Agilex_Cobot_Magic_storage_orange_basket_right.mp4 b/videos/Agilex_Cobot_Magic_storage_orange_basket_right.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7f462bbef5d5d2ac77e89a26fef96ba85c7486f --- /dev/null +++ b/videos/Agilex_Cobot_Magic_storage_orange_basket_right.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4806fbed866f123e54c83598d17eb3b1d6958237a65d01c9e6235f4bde26a4b1 +size 155687 diff --git a/videos/Agilex_Cobot_Magic_storage_orange_white_bag.mp4 b/videos/Agilex_Cobot_Magic_storage_orange_white_bag.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..950b94c8a7a266e30f7f489d8fb694f7feeafa8c --- /dev/null +++ b/videos/Agilex_Cobot_Magic_storage_orange_white_bag.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e74cf890d22c2b6f152183ea0ae8d6ea539ada0490a2319f4295beec3d35a7 +size 293709 diff --git a/videos/Agilex_Cobot_Magic_storage_peach_brown_bag.mp4 b/videos/Agilex_Cobot_Magic_storage_peach_brown_bag.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5095c7ae4b12bf0ea0e2135100af2431dd9603f --- /dev/null +++ b/videos/Agilex_Cobot_Magic_storage_peach_brown_bag.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799b7671d3689240217aaebbb51da1e72860ccdc76318a5d4c199cebdae9ac48 +size 331356 diff --git a/videos/Agilex_Cobot_Magic_storage_peach_left.mp4 b/videos/Agilex_Cobot_Magic_storage_peach_left.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..631b06a4f24af7075ccf9a18c0cd9632e1991901 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_storage_peach_left.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cdde25f0c284b4b9302a41b4357fc65f224ae41801d93432fa55d11a6b225d8 +size 132445 diff --git a/videos/Agilex_Cobot_Magic_storage_peach_right.mp4 b/videos/Agilex_Cobot_Magic_storage_peach_right.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bde7d6b8baf83aee439b020fc8d1a68839fb5495 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_storage_peach_right.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606dee9bd62cdd0b505943960536a11204aedd4766a6f30b972d442ce983a5d7 +size 177073 diff --git a/videos/Agilex_Cobot_Magic_storage_peach_white_bag.mp4 b/videos/Agilex_Cobot_Magic_storage_peach_white_bag.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f586326efa9ac5bb2b756dfbcaf5f631c3663a7a --- /dev/null +++ b/videos/Agilex_Cobot_Magic_storage_peach_white_bag.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b6527ce00b0a6172f1dd5b6b018438fd555d8b4a9171b379a7896b51a80fb1 +size 273465 diff --git a/videos/Agilex_Cobot_Magic_storage_towel.mp4 b/videos/Agilex_Cobot_Magic_storage_towel.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..901dc30781da22b6ce4a7478276915b5de4db48d --- /dev/null +++ b/videos/Agilex_Cobot_Magic_storage_towel.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eda298766facb0b1dcc9443c6857a8a687d795333e20d7b326bf5aefa67e107 +size 202175 diff --git a/videos/Agilex_Cobot_Magic_sweep_coffee_beans.mp4 b/videos/Agilex_Cobot_Magic_sweep_coffee_beans.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8132d40212f1a14ddc166cb864e81c8f6691230 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_sweep_coffee_beans.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e079c48475f3fae3b3470b073c420c1f3ff42b488f08de16c9bf51f0de9eeb +size 647371 diff --git a/videos/Agilex_Cobot_Magic_wipe_table.mp4 b/videos/Agilex_Cobot_Magic_wipe_table.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5f58b573eb914a2b44858120f7b064129bf66ae --- /dev/null +++ b/videos/Agilex_Cobot_Magic_wipe_table.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6240d46bed17424b75cde20a400842b638add95c1f765625e450e6cad9c120e4 +size 334617 diff --git a/videos/Agilex_Cobot_Magic_wipe_the_table.mp4 b/videos/Agilex_Cobot_Magic_wipe_the_table.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0a51e84fbf4964c72126b198033d68eefbec9fa --- /dev/null +++ b/videos/Agilex_Cobot_Magic_wipe_the_table.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85122b7b6facbb292c4091355a3fd89a1599d49ecdb0a3fa5ef64e13a41de298 +size 669827 diff --git a/videos/Agilex_Cobot_Magic_zip_up_the_document_bag.mp4 b/videos/Agilex_Cobot_Magic_zip_up_the_document_bag.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e8844c8811312fd1a780cac9ecf53e35c742330 --- /dev/null +++ b/videos/Agilex_Cobot_Magic_zip_up_the_document_bag.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627bd22cfced6e6ed3c6f845accdb7d4a9817e1ae6e5eb218900d89da3a951af +size 915166 diff --git a/videos/Agilex_Split_Aloha_box_storage_chopsticks.mp4 b/videos/Agilex_Split_Aloha_box_storage_chopsticks.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1996c40a044b2e1648a5398979b1ae9dc0e3b1f4 --- /dev/null +++ b/videos/Agilex_Split_Aloha_box_storage_chopsticks.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88781b400691bf585a845ed7838aaa79f6036d8a4bd398bc1c20783879a8fd5f +size 645183 diff --git a/videos/Agilex_Split_Aloha_cap_the_pen_a.mp4 b/videos/Agilex_Split_Aloha_cap_the_pen_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae3d0b5d608c79360f62259ef7e0784f05ea5155 --- /dev/null +++ b/videos/Agilex_Split_Aloha_cap_the_pen_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68f73b05724025683e5580a2310176fab643f8c68ec988f4dc96c6064ebe721 +size 443691 diff --git a/videos/Agilex_Split_Aloha_catch_the_ball.mp4 b/videos/Agilex_Split_Aloha_catch_the_ball.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3316a971265cf07665b8fbe2cb51fea8aa8584c4 --- /dev/null +++ b/videos/Agilex_Split_Aloha_catch_the_ball.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a0f4739b13be5bac3d22d779c7abaa2dc20fa9e8ed6072a93fa457fee5ed31b +size 209197 diff --git a/videos/Agilex_Split_Aloha_classification_of_fruits_and_vegetables.mp4 b/videos/Agilex_Split_Aloha_classification_of_fruits_and_vegetables.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24bf3b9c4e055fde1c197affcc370c873fac1941 --- /dev/null +++ b/videos/Agilex_Split_Aloha_classification_of_fruits_and_vegetables.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e09fdf7716beabd045a2c0145cb8978608d0a2bc1d75709b49763b5bbff8191 +size 1061523 diff --git a/videos/Agilex_Split_Aloha_classification_of_fruits_and_vegetables_a.mp4 b/videos/Agilex_Split_Aloha_classification_of_fruits_and_vegetables_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bdec61e20c182652904c6865dec8e4f2a90c611 --- /dev/null +++ b/videos/Agilex_Split_Aloha_classification_of_fruits_and_vegetables_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adfd2de6fbc6ff73b158830db04f42d7841444ddbf8c8f5bd97100ae452f77f3 +size 1214110 diff --git a/videos/Agilex_Split_Aloha_classification_of_tableware.mp4 b/videos/Agilex_Split_Aloha_classification_of_tableware.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b2d63ea885609ceff44d6dfdb28d22ffbb2de80 --- /dev/null +++ b/videos/Agilex_Split_Aloha_classification_of_tableware.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c6bf234b06ce5dd88fff6a00798a7fd0f39a16e0651b8778ba02ad8c27c491 +size 2857351 diff --git a/videos/Agilex_Split_Aloha_clean_blackboard.mp4 b/videos/Agilex_Split_Aloha_clean_blackboard.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87cfe94a3366dc19b9c5b9c18556fccc9a339211 --- /dev/null +++ b/videos/Agilex_Split_Aloha_clean_blackboard.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0542eebb33f3202175ee1ff559647549303f2ee3141a05b887ee01e54e754b5 +size 418185 diff --git a/videos/Agilex_Split_Aloha_clean_up_the_tableware.mp4 b/videos/Agilex_Split_Aloha_clean_up_the_tableware.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0dc1158777d04baa9b01155b86ce6d83364cbc45 --- /dev/null +++ b/videos/Agilex_Split_Aloha_clean_up_the_tableware.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4bde39e6c4a2cceaec954637f088464e17b2e94fdbd2505c30c227899678b75 +size 1027513 diff --git a/videos/Agilex_Split_Aloha_clear_the_desktop.mp4 b/videos/Agilex_Split_Aloha_clear_the_desktop.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f8226caa30c11f17e0b8592e7b00587b45b250e --- /dev/null +++ b/videos/Agilex_Split_Aloha_clear_the_desktop.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d4742a4c1fa295f9e2734c7909e163f54949aa1acb92f51b305de4ff09354b +size 264095 diff --git a/videos/Agilex_Split_Aloha_close_book.mp4 b/videos/Agilex_Split_Aloha_close_book.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6e979129ca20e9a3b116631286d76811bef1acb --- /dev/null +++ b/videos/Agilex_Split_Aloha_close_book.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db1e5a4e81aff8ad5de5770e0983c83ea540ee4f8c82716789a813d6ae333d4 +size 136982 diff --git a/videos/Agilex_Split_Aloha_cube_reset.mp4 b/videos/Agilex_Split_Aloha_cube_reset.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c795c6f1c1170845740045e4831306b8dae84aa --- /dev/null +++ b/videos/Agilex_Split_Aloha_cube_reset.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01250fb3d7520b89442441f077ded02c398b284b10f1d6373d1e4aeb35da2f4 +size 117779 diff --git a/videos/Agilex_Split_Aloha_cut_banana.mp4 b/videos/Agilex_Split_Aloha_cut_banana.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eda7865af0c87dffc534353d1533f60eda4dfbd8 --- /dev/null +++ b/videos/Agilex_Split_Aloha_cut_banana.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465c8957fbb3fbcca7b263343f0da9cff12329fc267b845273384d68410dd89d +size 260956 diff --git a/videos/Agilex_Split_Aloha_desktop_organization.mp4 b/videos/Agilex_Split_Aloha_desktop_organization.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a1453ffa6ee6f0eeaef6787bca9e55d593c0e50 --- /dev/null +++ b/videos/Agilex_Split_Aloha_desktop_organization.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7076fbc5898291030e1988dd9968ba606fcfe43652062d72a65e79c952cad358 +size 1495510 diff --git a/videos/Agilex_Split_Aloha_drawer_storage_mineral_water.mp4 b/videos/Agilex_Split_Aloha_drawer_storage_mineral_water.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b90e1cf8ec9b9a7c33f60b8dd43a2b0c4440119 --- /dev/null +++ b/videos/Agilex_Split_Aloha_drawer_storage_mineral_water.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4d99d87ebe2407f27d99a22802ccedecf2db21a389c637b0ba0494a5b1d149 +size 195209 diff --git a/videos/Agilex_Split_Aloha_fold_the_towel.mp4 b/videos/Agilex_Split_Aloha_fold_the_towel.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..246dd9561ea96690a966d434c8bd9a6f60d2f9c7 --- /dev/null +++ b/videos/Agilex_Split_Aloha_fold_the_towel.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af67ed4481c29bdea5cf16f4e8a455a03b15760fedfcffc9fc75719f049c4a8 +size 790443 diff --git a/videos/Agilex_Split_Aloha_fold_towel_a.mp4 b/videos/Agilex_Split_Aloha_fold_towel_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83004c4858abed73e248d5b031b71848095ecf8f --- /dev/null +++ b/videos/Agilex_Split_Aloha_fold_towel_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78be76d1fb65160d37d4a411cf5dedfc07b69eb1468ea29caf2a70ec9b352a2a +size 375278 diff --git a/videos/Agilex_Split_Aloha_food_packaging.mp4 b/videos/Agilex_Split_Aloha_food_packaging.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..122bc2f0f2cfb095a7895ef3f46932661a74b6c9 --- /dev/null +++ b/videos/Agilex_Split_Aloha_food_packaging.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e940c1197bc3a48ebb198585356a186f70ed920ec6892bc38cb645e0dd41e5 +size 1156331 diff --git a/videos/Agilex_Split_Aloha_make_fruit_salad.mp4 b/videos/Agilex_Split_Aloha_make_fruit_salad.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7dfd1f9a186b95feec2e131ac50b65b221e5106 --- /dev/null +++ b/videos/Agilex_Split_Aloha_make_fruit_salad.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f864747328b05bc7ee18953c8b1d72e4e768e63270342847a9027210f4f605f8 +size 128315 diff --git a/videos/Agilex_Split_Aloha_make_hamburger.mp4 b/videos/Agilex_Split_Aloha_make_hamburger.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a79bafa1caa535236cd202ed7e287c5a545f1b1e --- /dev/null +++ b/videos/Agilex_Split_Aloha_make_hamburger.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46b7cd7bdbd344032966c0c7ef25f00c716674842eabbfb28b1c7928716f21f0 +size 219652 diff --git a/videos/Agilex_Split_Aloha_mobile_cube.mp4 b/videos/Agilex_Split_Aloha_mobile_cube.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..380cf361c8a8e83e2b44ebe9500a7112fce333b0 --- /dev/null +++ b/videos/Agilex_Split_Aloha_mobile_cube.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a890b9604bfde81c51b11e377bf57d1c1e398de5e16bee27d68750cf3951c333 +size 94134 diff --git a/videos/Agilex_Split_Aloha_mobile_cube_blackboard.mp4 b/videos/Agilex_Split_Aloha_mobile_cube_blackboard.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..523cb5c5c1d41c8269d883455244ce2271a750b3 --- /dev/null +++ b/videos/Agilex_Split_Aloha_mobile_cube_blackboard.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfcca77ee4e7fc4e6ed5550ae9fb4b91ed21dff7de686d9d4ef2160b2e4677e9 +size 1245337 diff --git a/videos/Agilex_Split_Aloha_move_beverage.mp4 b/videos/Agilex_Split_Aloha_move_beverage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffae891d7be41aba88e61a9882fb4757cd1a7bcc --- /dev/null +++ b/videos/Agilex_Split_Aloha_move_beverage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb8a391ae0c8fdf6e3fc4a54bc7adcdbc94a2a269f63f25bbb092d8084d5c11 +size 159554 diff --git a/videos/Agilex_Split_Aloha_move_the_ball.mp4 b/videos/Agilex_Split_Aloha_move_the_ball.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c002af6d85e515f75203f0f9a729b6e3792bdbc0 --- /dev/null +++ b/videos/Agilex_Split_Aloha_move_the_ball.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b538cbad410b6932883ab91faf547e00cd93009d726c050126bf726d4d6d7f8a +size 255052 diff --git a/videos/Agilex_Split_Aloha_move_the_ball_and_the_cube_block.mp4 b/videos/Agilex_Split_Aloha_move_the_ball_and_the_cube_block.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e689514805cc90a7dfb9fabe638e33239a1056e --- /dev/null +++ b/videos/Agilex_Split_Aloha_move_the_ball_and_the_cube_block.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a2a6804012183d6e93bff06761cf1703ca97f9314b86cf5838f483fb8c04ae +size 130398 diff --git a/videos/Agilex_Split_Aloha_move_the_ball_interference.mp4 b/videos/Agilex_Split_Aloha_move_the_ball_interference.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2ab2d806744df41c621a043ca73f5e527bffc71 --- /dev/null +++ b/videos/Agilex_Split_Aloha_move_the_ball_interference.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f9987230e10adff00408e01cb07bf3f87877484fef928af289bf472a6c56ce +size 130529 diff --git a/videos/Agilex_Split_Aloha_move_the_bread.mp4 b/videos/Agilex_Split_Aloha_move_the_bread.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd8364c3a9af4ffaca0ed66797f4fdc77dd4d7e8 --- /dev/null +++ b/videos/Agilex_Split_Aloha_move_the_bread.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eec09cd4f0b6f724dbd2101dae1304784aad3089c74809dca945d7439673ff6 +size 224503 diff --git a/videos/Agilex_Split_Aloha_move_the_cup.mp4 b/videos/Agilex_Split_Aloha_move_the_cup.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4e93162d77c34e211cf4dbde4a3b9cf274a1a5c --- /dev/null +++ b/videos/Agilex_Split_Aloha_move_the_cup.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aeb3540903b64b00821bb4b87e58572308d4859ed463fb8b89b811a73265b7c +size 105699 diff --git a/videos/Agilex_Split_Aloha_move_the_plate.mp4 b/videos/Agilex_Split_Aloha_move_the_plate.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16395beaecf935755a20893532146f7567864690 --- /dev/null +++ b/videos/Agilex_Split_Aloha_move_the_plate.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79bfe3346c43478bf13ddf04770fe2b02eddae3aa7d165084a6a65e8a80bac43 +size 117991 diff --git a/videos/Agilex_Split_Aloha_move_the_small_ball.mp4 b/videos/Agilex_Split_Aloha_move_the_small_ball.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5101e01a1c350d0c14b90718f498323fa009f172 --- /dev/null +++ b/videos/Agilex_Split_Aloha_move_the_small_ball.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a5fb4925f118d424b2ce58357b88584a531f1b4a6615c2800fe2bbed764a62 +size 113170 diff --git a/videos/Agilex_Split_Aloha_movethe_position_of_the_bluetooth.mp4 b/videos/Agilex_Split_Aloha_movethe_position_of_the_bluetooth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c4952bd97b003c9d752ef38b4d80a37fa58b090 --- /dev/null +++ b/videos/Agilex_Split_Aloha_movethe_position_of_the_bluetooth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4cf4c9fa639c9bdb76977015d0de8b5548afba767504a809d3b6320fd152d98 +size 115632 diff --git a/videos/Agilex_Split_Aloha_open_the_shoebox.mp4 b/videos/Agilex_Split_Aloha_open_the_shoebox.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb53e8e75f9cf2cc019f945daf39110d0a2ad452 --- /dev/null +++ b/videos/Agilex_Split_Aloha_open_the_shoebox.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e449e181d250bd5595da96895b3fd21509f792c0f3f82fd96b58f34145643ba5 +size 296095 diff --git a/videos/Agilex_Split_Aloha_place_square_pyramid.mp4 b/videos/Agilex_Split_Aloha_place_square_pyramid.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7799555f70733dfca6511694d087d6b58886707c --- /dev/null +++ b/videos/Agilex_Split_Aloha_place_square_pyramid.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a91f04bc654b576da3cc0a07416c4601fe4b72c237351e3ab6e6b8aa511972 +size 201262 diff --git a/videos/Agilex_Split_Aloha_place_the_cube_block.mp4 b/videos/Agilex_Split_Aloha_place_the_cube_block.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b516ac41b495a5a433a26f5636eddff33064f9f0 --- /dev/null +++ b/videos/Agilex_Split_Aloha_place_the_cube_block.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d3b22cf6ace4bc62e2fda56ec1e28abcf956b7a5702ef42fe874a2bc9cce00 +size 113211 diff --git a/videos/Agilex_Split_Aloha_place_the_test_tube.mp4 b/videos/Agilex_Split_Aloha_place_the_test_tube.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05e44e5479c19da2bd40fb115325f53f6bc19cfa --- /dev/null +++ b/videos/Agilex_Split_Aloha_place_the_test_tube.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fdf2a5bd9be5df4fa8a7fb2ce148ed866517f97e3fb2a05da15768af84860d3 +size 562015 diff --git a/videos/Agilex_Split_Aloha_plate_storage_apple.mp4 b/videos/Agilex_Split_Aloha_plate_storage_apple.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02c80f2ee3a3aac17aea147056f2f9bfe77dec53 --- /dev/null +++ b/videos/Agilex_Split_Aloha_plate_storage_apple.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c407e461055e07750ab29574e1a89376f2169cbd0a7108ef533804f0bf9d0ef +size 103397 diff --git a/videos/Agilex_Split_Aloha_plate_storage_bread.mp4 b/videos/Agilex_Split_Aloha_plate_storage_bread.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac5cc399443afd70720f231652700eecdfbf4132 --- /dev/null +++ b/videos/Agilex_Split_Aloha_plate_storage_bread.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60b1ac3b6457f9fee6259a3567c719db11b9269742f99ccdea14d653355b5d5 +size 106624 diff --git a/videos/Agilex_Split_Aloha_plate_storaje_baozi.mp4 b/videos/Agilex_Split_Aloha_plate_storaje_baozi.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76f1bcd09e52458233974a045fef7c274c21bed9 --- /dev/null +++ b/videos/Agilex_Split_Aloha_plate_storaje_baozi.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65beddb8b445cfb91b6989c0da16262694d03f763a63f8787678a99820802d75 +size 1047980 diff --git a/videos/Agilex_Split_Aloha_pot_storage_steamer.mp4 b/videos/Agilex_Split_Aloha_pot_storage_steamer.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbc05134ac9a0eda1290e25aa9fc7eb2dd045bc0 --- /dev/null +++ b/videos/Agilex_Split_Aloha_pot_storage_steamer.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75046f6e0df17b0720282b1a8906c8d0688a8f64d7403de7724d528b9c2b2ad3 +size 1595392 diff --git a/videos/Agilex_Split_Aloha_pour_drink.mp4 b/videos/Agilex_Split_Aloha_pour_drink.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11018b4dda1638b1fd3030900c00d5b99375eb20 --- /dev/null +++ b/videos/Agilex_Split_Aloha_pour_drink.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6e44d99ee0dea96dee096e8c44f271605f9c205481b240a39733cf2892f7ea +size 294694 diff --git a/videos/Agilex_Split_Aloha_pour_water_a.mp4 b/videos/Agilex_Split_Aloha_pour_water_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08c620529a175e1d02a08a0b05fdc3fc4fd7764b --- /dev/null +++ b/videos/Agilex_Split_Aloha_pour_water_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cf0b583ff5469e2b5b02b1b280a0dc87dcb346a6e7f718a4922eabdeb2ac9a +size 407907 diff --git a/videos/Agilex_Split_Aloha_pour_water_bottle.mp4 b/videos/Agilex_Split_Aloha_pour_water_bottle.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f8cd8a6da2b3ab351135899bc1099151694ea27 --- /dev/null +++ b/videos/Agilex_Split_Aloha_pour_water_bottle.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c175633ace5a22589f62c8e9d7e885a49ed16e7a266bdc42255df8cd9ae5d6a +size 294522 diff --git a/videos/Agilex_Split_Aloha_prepare_breakfast.mp4 b/videos/Agilex_Split_Aloha_prepare_breakfast.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82e6a3639b85e3227958fcfac5422d73883e4c61 --- /dev/null +++ b/videos/Agilex_Split_Aloha_prepare_breakfast.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c9d794908029a41be2dff133a188161dc3c547520b539317c7444b875878ed +size 94906 diff --git a/videos/Agilex_Split_Aloha_pull_zipper.mp4 b/videos/Agilex_Split_Aloha_pull_zipper.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b27a165aa4f81e5bdc5b425ae90e583397142be --- /dev/null +++ b/videos/Agilex_Split_Aloha_pull_zipper.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e117ddbb110a64fa24867bdd09c8004223a9e947c8441e76ee40b0e4f95bcb +size 131981 diff --git a/videos/Agilex_Split_Aloha_pushing_magnet.mp4 b/videos/Agilex_Split_Aloha_pushing_magnet.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41a0fb0c9634b5f4cd43cf386bc6072712cba720 --- /dev/null +++ b/videos/Agilex_Split_Aloha_pushing_magnet.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d20631f88260057003f682a984a50efd4e80d1d37c5991aab3c41814d46fc3 +size 129977 diff --git a/videos/Agilex_Split_Aloha_put_in_the_pear.mp4 b/videos/Agilex_Split_Aloha_put_in_the_pear.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fd8694cf09bbf2933fe5e8439d17f5ecc885646 --- /dev/null +++ b/videos/Agilex_Split_Aloha_put_in_the_pear.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2432bbea85bd049da781560876095c540f8e7e82129f8060a913fcb8d813759d +size 92701 diff --git a/videos/Agilex_Split_Aloha_put_the_building_block_on_the_table.mp4 b/videos/Agilex_Split_Aloha_put_the_building_block_on_the_table.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1babd335cfbeb808b917e5104e4902635045ff75 --- /dev/null +++ b/videos/Agilex_Split_Aloha_put_the_building_block_on_the_table.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57e84fb1a987aa8fdaddd7fba4f9b95c9b5107b287ca53dcf7bf6e55d3a9b02 +size 103424 diff --git a/videos/Agilex_Split_Aloha_steamer_storage_dumpling.mp4 b/videos/Agilex_Split_Aloha_steamer_storage_dumpling.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..624b075fda761611571e1ed0ba8ae8865c0fafda --- /dev/null +++ b/videos/Agilex_Split_Aloha_steamer_storage_dumpling.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9238fccfba9a67561d71e20bbe2f984d46a5d6190c0ed46f297993312d75eebc +size 1565718 diff --git a/videos/Agilex_Split_Aloha_storage_plate.mp4 b/videos/Agilex_Split_Aloha_storage_plate.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a0971c0c29a3c7aad1544ae1d527d1246ccdf73 --- /dev/null +++ b/videos/Agilex_Split_Aloha_storage_plate.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d56097a9f59a90c67a2bf5d9ee9c6c9e9ecca8734ec601f38e27e90e09d096 +size 364746 diff --git a/videos/Agilex_Split_Aloha_take_out_a_pen_from_the_pen_holder.mp4 b/videos/Agilex_Split_Aloha_take_out_a_pen_from_the_pen_holder.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1837d02bd161d9434ac5a8165c10a934954a85f --- /dev/null +++ b/videos/Agilex_Split_Aloha_take_out_a_pen_from_the_pen_holder.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16afbd5056c4cd43299c437fe2eff3137eba975757e3c913df2328f93f4eb67f +size 200483 diff --git a/videos/Agilex_Split_Aloha_take_out_the_bread.mp4 b/videos/Agilex_Split_Aloha_take_out_the_bread.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b803f07cc3ae51422459604606ac0d2e8443825 --- /dev/null +++ b/videos/Agilex_Split_Aloha_take_out_the_bread.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5066ec9eaf54c961edee5f499ee9158c2b89a2a9c844ca0a555199539b19056d +size 1090191 diff --git a/videos/Agilex_Split_Aloha_take_the_shoes_off_the_shelf.mp4 b/videos/Agilex_Split_Aloha_take_the_shoes_off_the_shelf.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcafb6de6de953d0dc1b0e7123eef7165dcac7eb --- /dev/null +++ b/videos/Agilex_Split_Aloha_take_the_shoes_off_the_shelf.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3c23b95a525a58669f1192bd83e34a0b04f9cf27cdb4a5b3f1c6a5b99bd41a +size 568035 diff --git a/videos/Agilex_Split_Aloha_the_box_stores_table_tennis_balls.mp4 b/videos/Agilex_Split_Aloha_the_box_stores_table_tennis_balls.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81cab26f7b4060797d7ab474a1b69db73f7194f3 --- /dev/null +++ b/videos/Agilex_Split_Aloha_the_box_stores_table_tennis_balls.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e24e4a68e755741cdcb5bf34d46cf6857e1d79eaa5340a1cb8345c7dbc4ea1 +size 1897327 diff --git a/videos/Agilex_Split_Aloha_the_plate_holds_the_fruit.mp4 b/videos/Agilex_Split_Aloha_the_plate_holds_the_fruit.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebd9faf342d93f6ad1b0aa2ff5f0ef0a31014bf0 --- /dev/null +++ b/videos/Agilex_Split_Aloha_the_plate_holds_the_fruit.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b759da6092053682aed536218ba17b0b551c968a8922457f6b49ba23eeff6ed1 +size 500372 diff --git a/videos/Agilex_Split_Aloha_the_plate_holds_the_vegetables.mp4 b/videos/Agilex_Split_Aloha_the_plate_holds_the_vegetables.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc1a70ecf6e9cb184fbddb0c79b76f73ecb47927 --- /dev/null +++ b/videos/Agilex_Split_Aloha_the_plate_holds_the_vegetables.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b126a5cb0518ee5fcecde2483966bcbc78708b2d5d704583cc2bf49dea73333b +size 441732 diff --git a/videos/Agilex_Split_Aloha_turn_on_the_bulb.mp4 b/videos/Agilex_Split_Aloha_turn_on_the_bulb.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63bf235a2f19791e0d975cd4019e42eec87185a2 --- /dev/null +++ b/videos/Agilex_Split_Aloha_turn_on_the_bulb.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474da51c32252669543b13d31d9f63176f9c4ab454f03283ff7aed2315543a45 +size 61114 diff --git a/videos/Agilex_Split_Aloha_twist_bottle_cap.mp4 b/videos/Agilex_Split_Aloha_twist_bottle_cap.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b648473dc17269a59e81486af12bf4c6fb0f0a43 --- /dev/null +++ b/videos/Agilex_Split_Aloha_twist_bottle_cap.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086c5edb179c69959b4ebbdb81e2142959267e94657fce2f4dfce81e5a9a2b9f +size 413231 diff --git a/videos/Agilex_Split_Aloha_vase_storage_flower.mp4 b/videos/Agilex_Split_Aloha_vase_storage_flower.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..299ad4c9ded7d206b68fb43444c41b84b4726cc6 --- /dev/null +++ b/videos/Agilex_Split_Aloha_vase_storage_flower.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae764ab0a7bb4b175f9f275236d2ff10250fd7057ff76368bf1de47c5939a6b4 +size 1638155 diff --git a/videos/Agilex_Split_Aloha_water_bottle_storage.mp4 b/videos/Agilex_Split_Aloha_water_bottle_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..213916c7487b58d140b6594777db566d60d53951 --- /dev/null +++ b/videos/Agilex_Split_Aloha_water_bottle_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ebab88e22c8b87d0cb07fc33637dbe0307d677ecb1894d6b099e7922dd63f5 +size 256854 diff --git a/videos/Airbot_MMK2_beauty_sponge_and_cake_to_place.mp4 b/videos/Airbot_MMK2_beauty_sponge_and_cake_to_place.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bba15d5e415310bc128768a4b34724ce1ddf5fe7 --- /dev/null +++ b/videos/Airbot_MMK2_beauty_sponge_and_cake_to_place.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca8b8cbe809368b73eeac6a80fad07f7a027d56c2da4751c1445c57749bf135 +size 296328 diff --git a/videos/Airbot_MMK2_bowl_storage_pepper.mp4 b/videos/Airbot_MMK2_bowl_storage_pepper.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..179041d7de87bf9a5dc983bca253b5d4d1886a24 --- /dev/null +++ b/videos/Airbot_MMK2_bowl_storage_pepper.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe684cc869832b9a76178c06945507e281a100510c3b65ff423dbdb4b2052b3 +size 127682 diff --git a/videos/Airbot_MMK2_boxs_storage.mp4 b/videos/Airbot_MMK2_boxs_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18141401171ec8b5890b0929980104755fb76a4e --- /dev/null +++ b/videos/Airbot_MMK2_boxs_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2e3e39d4e743517ff8bd79be2bd5fb0458403d7ccb12ad71c00804850039bb +size 367763 diff --git a/videos/Airbot_MMK2_building_block_storage.mp4 b/videos/Airbot_MMK2_building_block_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccb17ecc13e235ef41a4e049382be80f86e074a0 --- /dev/null +++ b/videos/Airbot_MMK2_building_block_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5333897838b780b74f4d30a509a66b7b4e3435eceef29304df1fab1bff2568c0 +size 183514 diff --git a/videos/Airbot_MMK2_cake_storage.mp4 b/videos/Airbot_MMK2_cake_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e74830bd2c896e1bbddda12d466206e48833a32 --- /dev/null +++ b/videos/Airbot_MMK2_cake_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913cd724de893c1337b875d1e4c64f5737d509354e3649d6707b121ce4a6a4b8 +size 179478 diff --git a/videos/Airbot_MMK2_chop_the_scallions.mp4 b/videos/Airbot_MMK2_chop_the_scallions.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ec565b4e25fbe19ee567ae68753dc0fe98acb78 --- /dev/null +++ b/videos/Airbot_MMK2_chop_the_scallions.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6a49ef24c609d2023dc0ac37bf8d3278583da60a06c6885d12d3a8bd759794 +size 302027 diff --git a/videos/Airbot_MMK2_clean_the_desktop.mp4 b/videos/Airbot_MMK2_clean_the_desktop.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e17bff9f1cd140bd2ef9f04f6c7a3177eae8c586 --- /dev/null +++ b/videos/Airbot_MMK2_clean_the_desktop.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f56ae4a9a6ebff100ccfec6fd670835f64ffea1063511c5895f5e02b8f9ec4 +size 244556 diff --git a/videos/Airbot_MMK2_clean_the_desktop_a.mp4 b/videos/Airbot_MMK2_clean_the_desktop_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbfb76a267899e2157b313c36da19425db8012ab --- /dev/null +++ b/videos/Airbot_MMK2_clean_the_desktop_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3d918144a4077555b88556c3b68bb4a60abd6c5a215af92a9ca53d4d2d35e0 +size 222693 diff --git a/videos/Airbot_MMK2_click_pen.mp4 b/videos/Airbot_MMK2_click_pen.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf14f082e70ed2923278d804ad917bcc0a7dc07c --- /dev/null +++ b/videos/Airbot_MMK2_click_pen.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac5f4337e6de45f3e23f8754ea13feb22b42d0c13f5a588020fbfa771188b92 +size 307825 diff --git a/videos/Airbot_MMK2_close_door_left.mp4 b/videos/Airbot_MMK2_close_door_left.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a6ed7e12ff8b9af9c9111bf57335dd9d747136b --- /dev/null +++ b/videos/Airbot_MMK2_close_door_left.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47cc62d093303b3f40157e215121eed67da555b0339d7e6cfd094347210c087 +size 57161 diff --git a/videos/Airbot_MMK2_close_door_right.mp4 b/videos/Airbot_MMK2_close_door_right.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..725d1e8e3919525169b27725436e00691f3d845a --- /dev/null +++ b/videos/Airbot_MMK2_close_door_right.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6c103b6781f8c333fb88127301a735ed9be8c3d5e5a63e4309fcb17d0c52dc +size 83336 diff --git a/videos/Airbot_MMK2_close_doors.mp4 b/videos/Airbot_MMK2_close_doors.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19d30efe8c1ae2b1ea1b78c7e4e6a44afbbc33fe --- /dev/null +++ b/videos/Airbot_MMK2_close_doors.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c28cd8239bb8d0ced8842953d6fc11cdb124bded3263146be79b392c1712f4 +size 82505 diff --git a/videos/Airbot_MMK2_close_drawer.mp4 b/videos/Airbot_MMK2_close_drawer.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ca038769c82c9b40b9fa290452df3926e60dd42 --- /dev/null +++ b/videos/Airbot_MMK2_close_drawer.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b412b3106d0b6921f124b8611bb0b29f4a5ecd03a6ba1bc238ec8b158e0e174 +size 106118 diff --git a/videos/Airbot_MMK2_close_lid.mp4 b/videos/Airbot_MMK2_close_lid.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82e19b275a7977de15e45a07ecb6454c5b50baa9 --- /dev/null +++ b/videos/Airbot_MMK2_close_lid.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1884ae8d3f1260e72b97084ed9b2b899ff244f00bdc19f9d5b5cb24fab68a318 +size 200942 diff --git a/videos/Airbot_MMK2_close_the_computer.mp4 b/videos/Airbot_MMK2_close_the_computer.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83e0b141ad322533b8ebf8da721def88eeb8c653 --- /dev/null +++ b/videos/Airbot_MMK2_close_the_computer.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d23ffb1e226e61245b624f993bb7243fbdf0a09b1ff2ba273ec72058827f4f +size 377996 diff --git a/videos/Airbot_MMK2_cover_lid.mp4 b/videos/Airbot_MMK2_cover_lid.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d5e214f268b17845f5fe29ac31a0797aecf5533 --- /dev/null +++ b/videos/Airbot_MMK2_cover_lid.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1818ef3e6ad42c22946ada21170af3d4c9163e9c71ea3e4d14d706395a19f847 +size 294263 diff --git a/videos/Airbot_MMK2_cup_storage.mp4 b/videos/Airbot_MMK2_cup_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f96deadcc1424b92fd394002fda48072452ce09 --- /dev/null +++ b/videos/Airbot_MMK2_cup_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:850b356773c987033d227a951c92ee3cd2a1d21638e4ceaede4c2640c6ce5998 +size 271841 diff --git a/videos/Airbot_MMK2_cut_scallion.mp4 b/videos/Airbot_MMK2_cut_scallion.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c51c2edeffc0e9e970bbb58ad1b128366968c939 --- /dev/null +++ b/videos/Airbot_MMK2_cut_scallion.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cde873a47bd13ea774a3e717c38f36dddcbf2e66e8538d5b9bde162a356d675 +size 386743 diff --git a/videos/Airbot_MMK2_desktop_storage.mp4 b/videos/Airbot_MMK2_desktop_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab3f75fedea8fa28faab211786307c32efb8448b --- /dev/null +++ b/videos/Airbot_MMK2_desktop_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4153a387935808d70cee12d0d8d71f569586e7d96e046faf380fbe603091ca7f +size 632897 diff --git a/videos/Airbot_MMK2_dial_number.mp4 b/videos/Airbot_MMK2_dial_number.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..adc37995bc446d1f86d73597f791705d599c1c90 --- /dev/null +++ b/videos/Airbot_MMK2_dial_number.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc034232c9ddc4686a2dbac0b75e1b91ad00fde0277d1a3cc5c96d0bb8e4296 +size 487185 diff --git a/videos/Airbot_MMK2_diamond_storage.mp4 b/videos/Airbot_MMK2_diamond_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68c6f4482004f83dbacdec75e3de03732c423c20 --- /dev/null +++ b/videos/Airbot_MMK2_diamond_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16846110cd79b34ab74f41eb11689790998f653b8de313bda0ff71e058f661e3 +size 305609 diff --git a/videos/Airbot_MMK2_doodled_line.mp4 b/videos/Airbot_MMK2_doodled_line.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f422de0ffa8c79b9c0941672399cc095187a081 --- /dev/null +++ b/videos/Airbot_MMK2_doodled_line.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9907f6b15d1e43c35451de3870e780a432466fd0103064cf36728b2d5efd3e2a +size 493432 diff --git a/videos/Airbot_MMK2_double-sided_tape_placement.mp4 b/videos/Airbot_MMK2_double-sided_tape_placement.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11fc6dff075cc5eb4705387a1a911582de7540e4 --- /dev/null +++ b/videos/Airbot_MMK2_double-sided_tape_placement.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03093d4d94623c0d443a9a3c837e0ce4a99976afffd12628c61b844344b001d +size 384321 diff --git a/videos/Airbot_MMK2_egg_storage.mp4 b/videos/Airbot_MMK2_egg_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54d9e9ddf833cfdb973da4e4e191a94ac3016604 --- /dev/null +++ b/videos/Airbot_MMK2_egg_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe531bd6f785caef273372614de1e1bd25213f905bc84e2c9cad7429c778dac +size 175680 diff --git a/videos/Airbot_MMK2_food_storage.mp4 b/videos/Airbot_MMK2_food_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b10276e66f9a83a5dce2012fa7cbe4e3f5927100 --- /dev/null +++ b/videos/Airbot_MMK2_food_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6536b232740e8a1e23957b9c99386fb8f6a1654c78a8b31e6baa271ee683fc0 +size 337301 diff --git a/videos/Airbot_MMK2_item_storage.mp4 b/videos/Airbot_MMK2_item_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17513c434b33ebd1fe75337af082ad5f803280f9 --- /dev/null +++ b/videos/Airbot_MMK2_item_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c485c941b6e17259367227077020be4f979aeb8cbde5380ec450c290b408603 +size 205966 diff --git a/videos/Airbot_MMK2_lemon_and_orange_storage.mp4 b/videos/Airbot_MMK2_lemon_and_orange_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c968dd603295d0ea1346f0a8b4874185f97b51b --- /dev/null +++ b/videos/Airbot_MMK2_lemon_and_orange_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb139622041f4430358e3820a31b3a392b71519c2a1f41474443b2f9434654f7 +size 364058 diff --git a/videos/Airbot_MMK2_medicine_bottle_storage.mp4 b/videos/Airbot_MMK2_medicine_bottle_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc71963f5ebeb11e07b0f576829f4b9f6449fc77 --- /dev/null +++ b/videos/Airbot_MMK2_medicine_bottle_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6a973046a4ba8d1261154e785f9b25b7125ff607eb778c922c20259305f4f7 +size 338135 diff --git a/videos/Airbot_MMK2_mobile_calculator_box.mp4 b/videos/Airbot_MMK2_mobile_calculator_box.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70c77ad9d34abc0272b4e2aafffddf6b813891a3 --- /dev/null +++ b/videos/Airbot_MMK2_mobile_calculator_box.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e964774d23cb1087e3c11d78d10a768278f11e110dbf96d062a4c1ca9286681 +size 208841 diff --git a/videos/Airbot_MMK2_mobile_car.mp4 b/videos/Airbot_MMK2_mobile_car.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f731302dced5420c4a16e182742c55477a3eb256 --- /dev/null +++ b/videos/Airbot_MMK2_mobile_car.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f2fba005bb0b8986a1f6312d9bc55869c0c874a1a567747d58a616cc3db98a +size 108891 diff --git a/videos/Airbot_MMK2_mobile_phone_storage.mp4 b/videos/Airbot_MMK2_mobile_phone_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d5bd9a3cdea6a598bfe690fa2285a0edea71ebd --- /dev/null +++ b/videos/Airbot_MMK2_mobile_phone_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3685f5ae180ea53ef3e7e5b6ed1e33a596d8b4367501ffab5e2d3bf7de5fca05 +size 347964 diff --git a/videos/Airbot_MMK2_move_apple_orange_pomegranate.mp4 b/videos/Airbot_MMK2_move_apple_orange_pomegranate.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..902fecaf989221f7f99a890e9131ae3e7be2bd1c --- /dev/null +++ b/videos/Airbot_MMK2_move_apple_orange_pomegranate.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f753d0d5579c1c772f84cafdfc876a1cbd3a4fe1ade639f1df8ee18096ad34e +size 726298 diff --git a/videos/Airbot_MMK2_move_block.mp4 b/videos/Airbot_MMK2_move_block.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a4f41cce12786bf25fa194e4f79698c246f2d25 --- /dev/null +++ b/videos/Airbot_MMK2_move_block.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3815ca611ff24253de707a68f6490c2ae86822e4b36bd2004ef6b1ccb7898aa +size 276882 diff --git a/videos/Airbot_MMK2_move_block_both_hands.mp4 b/videos/Airbot_MMK2_move_block_both_hands.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd1eb9afbb23e6772f159487008750de1e8795f6 --- /dev/null +++ b/videos/Airbot_MMK2_move_block_both_hands.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cefaff211694a0abfc9dac345c9593c3b344a6a4e0583746774b0a71cd7e7de +size 199042 diff --git a/videos/Airbot_MMK2_move_block_gold_bar_models.mp4 b/videos/Airbot_MMK2_move_block_gold_bar_models.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9d22ea12cd680f3b5b235b21353990622f6ad06 --- /dev/null +++ b/videos/Airbot_MMK2_move_block_gold_bar_models.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55756f92f87ebd1f2bffdd8eefe5eb42c7748649c65662d0bec952d9a02e4d2 +size 299223 diff --git a/videos/Airbot_MMK2_move_block_twice.mp4 b/videos/Airbot_MMK2_move_block_twice.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a59941d7d39d5fadba19149b9d5cd5fe36b6e411 --- /dev/null +++ b/videos/Airbot_MMK2_move_block_twice.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7d3eba2ea956e5b5a480161dbe165ab722612338e56f9b01bfa7008f75af45 +size 213419 diff --git a/videos/Airbot_MMK2_move_block_wet_wipes.mp4 b/videos/Airbot_MMK2_move_block_wet_wipes.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..298612af6781b57b7280ebf07995c291394a3984 --- /dev/null +++ b/videos/Airbot_MMK2_move_block_wet_wipes.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ef3ca3ad3c2f53c9eb7bec12332690833981ab2531958c68b6743cddef7db7 +size 229633 diff --git a/videos/Airbot_MMK2_move_book_front.mp4 b/videos/Airbot_MMK2_move_book_front.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01af8f660d25e9fd97cd7cd95280b24829276b65 --- /dev/null +++ b/videos/Airbot_MMK2_move_book_front.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e8d30cb45473984920725a532ec3ca383a9a591967615319f8b54886a51cd6b +size 312047 diff --git a/videos/Airbot_MMK2_move_book_right_side.mp4 b/videos/Airbot_MMK2_move_book_right_side.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c8ce3beb7e7945cb03087d94a03c2873f840146 --- /dev/null +++ b/videos/Airbot_MMK2_move_book_right_side.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ce3c2977fa5d1d19d3960f1c53dd9ce717525827dc62e32f62fd71380bf6c6 +size 236107 diff --git a/videos/Airbot_MMK2_move_bottle_tape_measure.mp4 b/videos/Airbot_MMK2_move_bottle_tape_measure.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4cc520a81fe22301a19cd6a730717de6fe3be7ad --- /dev/null +++ b/videos/Airbot_MMK2_move_bottle_tape_measure.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c538110f73e6b9b264c6692cce24c7d3599c215f2954aa7b85c536ec2b1b98b5 +size 212853 diff --git a/videos/Airbot_MMK2_move_cake.mp4 b/videos/Airbot_MMK2_move_cake.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..875b5e17308c35587eb69c04628fb621403ebcd8 --- /dev/null +++ b/videos/Airbot_MMK2_move_cake.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830fb74cff97cb4491f2d10bed5e8478f3edbcf954d878898cb016cae36bec79 +size 310870 diff --git a/videos/Airbot_MMK2_move_cake_tape_measure.mp4 b/videos/Airbot_MMK2_move_cake_tape_measure.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f293e9f8e311346d7a959ad2115813d4c8f394cc --- /dev/null +++ b/videos/Airbot_MMK2_move_cake_tape_measure.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e505b07a9eaf0349514332fb8e094d8d4714d486a9bb7c0013ee8e037b9ef1 +size 177067 diff --git a/videos/Airbot_MMK2_move_cup_paper_box.mp4 b/videos/Airbot_MMK2_move_cup_paper_box.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d6672ee74b0fcbd6036c730e2eabf6d2ed85193 --- /dev/null +++ b/videos/Airbot_MMK2_move_cup_paper_box.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ef6682ab3a648cb5f849e1b526da9e6a53f1389d9ee48cf299a51c084d4591 +size 189654 diff --git a/videos/Airbot_MMK2_move_fake_food.mp4 b/videos/Airbot_MMK2_move_fake_food.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24a41cc7723e27096a438e6e6c693f20034e6261 --- /dev/null +++ b/videos/Airbot_MMK2_move_fake_food.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dabd31ddfe52757623d68a1cf608c2c00910d168962513e0fd33c965c8e21e2 +size 154938 diff --git a/videos/Airbot_MMK2_move_medicine_bottle.mp4 b/videos/Airbot_MMK2_move_medicine_bottle.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8b39e48dec367ed93ac67fd7703615ddd006e41 --- /dev/null +++ b/videos/Airbot_MMK2_move_medicine_bottle.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6341fcbd6d071984faccb176cf5f2c201026711023b69055712123b02bdeb914 +size 326417 diff --git a/videos/Airbot_MMK2_move_pan.mp4 b/videos/Airbot_MMK2_move_pan.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec3d92c139c0db096eb0c7850ea780d88d6cdfa9 --- /dev/null +++ b/videos/Airbot_MMK2_move_pan.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5728cf5d438c001c7da77c4d79801c56602c180eb8dad479d9009cd57d3cb18c +size 336789 diff --git a/videos/Airbot_MMK2_move_paper_box.mp4 b/videos/Airbot_MMK2_move_paper_box.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b337c0d51152e5351d9ab19bff38f55511dcf7c6 --- /dev/null +++ b/videos/Airbot_MMK2_move_paper_box.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c270ed467991ba810418c3ba869da17b85099658e13a767e45e76729f0963ece +size 185040 diff --git a/videos/Airbot_MMK2_move_phone_twice.mp4 b/videos/Airbot_MMK2_move_phone_twice.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..426882839152a2e3c228306648aac163f19224e3 --- /dev/null +++ b/videos/Airbot_MMK2_move_phone_twice.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855f97fd49fcd145020863e7b2f5a5b92339ab87771f78288627015941ac0a1b +size 343709 diff --git a/videos/Airbot_MMK2_move_sword_doll.mp4 b/videos/Airbot_MMK2_move_sword_doll.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..579acbbe923697f7a0fa0ba0e8cd3723e4685a64 --- /dev/null +++ b/videos/Airbot_MMK2_move_sword_doll.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18cab6860d5e2b0de0f7c6ae4514f88f64b040150c12a1f6f34009bf40b6a725 +size 165222 diff --git a/videos/Airbot_MMK2_move_tennis_racket_ball.mp4 b/videos/Airbot_MMK2_move_tennis_racket_ball.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99dc47efff8639d03a2e0fec7e43acf726d71067 --- /dev/null +++ b/videos/Airbot_MMK2_move_tennis_racket_ball.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e846e817a47605abbf22dc9f7592914d3d46849cd1fbb04f1996dcde42b705 +size 251719 diff --git a/videos/Airbot_MMK2_move_tub.mp4 b/videos/Airbot_MMK2_move_tub.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13bfcd6474c8a032aeedc569e98a030ac2cd87ed --- /dev/null +++ b/videos/Airbot_MMK2_move_tub.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a5de648da12ebea6cd5d02d47260fbcf17d6da0b96d5debd6cfb1a26a66c0c +size 423798 diff --git a/videos/Airbot_MMK2_move_umbrella_tissues.mp4 b/videos/Airbot_MMK2_move_umbrella_tissues.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acf1784b38f6f669d16391983e37d6bdfb601b10 --- /dev/null +++ b/videos/Airbot_MMK2_move_umbrella_tissues.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d737d26191714c18b5d929c3788f5072f68cff3b67e751aff493afb9a89b5fa7 +size 215055 diff --git a/videos/Airbot_MMK2_open_door_left.mp4 b/videos/Airbot_MMK2_open_door_left.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32f8cf68d29a9d62da1a413eae2ae1405e494c41 --- /dev/null +++ b/videos/Airbot_MMK2_open_door_left.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9436139a8c8436dbd7da5ec8bcfea41f3790300662b651393ee6a17b729967b5 +size 125965 diff --git a/videos/Airbot_MMK2_open_door_right.mp4 b/videos/Airbot_MMK2_open_door_right.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b68b63786458471a3a5da710aac0dfae822bda07 --- /dev/null +++ b/videos/Airbot_MMK2_open_door_right.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d27f8a9eb2b49c5f4d83f6337a3cab76bea21d82342102504d34e025f11b3b3 +size 170107 diff --git a/videos/Airbot_MMK2_open_laptop.mp4 b/videos/Airbot_MMK2_open_laptop.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dac60709843234dada2f3a792c33df0ee04025d7 --- /dev/null +++ b/videos/Airbot_MMK2_open_laptop.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a792214117f58b7f249185fd56fbc5683d2f86f8764815a543d69c70d273d8fe +size 253467 diff --git a/videos/Airbot_MMK2_open_lid.mp4 b/videos/Airbot_MMK2_open_lid.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf6d3efc4448804704139c44d6e7e73302ff6379 --- /dev/null +++ b/videos/Airbot_MMK2_open_lid.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b5f61941dd7ed4e1bc87335988076bb0ff4504f9106545ad355a0feb91b9e3 +size 133985 diff --git a/videos/Airbot_MMK2_open_notebook.mp4 b/videos/Airbot_MMK2_open_notebook.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ffea26e3fbd31c51005f2667e2ed6926bb0200e --- /dev/null +++ b/videos/Airbot_MMK2_open_notebook.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df5c54cc60412daf0dc01c937ba245b10394c9e28a9cb945ddd217fe1b64033 +size 270025 diff --git a/videos/Airbot_MMK2_organize_and_place_books.mp4 b/videos/Airbot_MMK2_organize_and_place_books.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ff0293736936b437c8820d6aba79e3342e118ab --- /dev/null +++ b/videos/Airbot_MMK2_organize_and_place_books.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff3d71c0285b99f3cb868a63cd30d65ae223514ce1971193b96dd932bc38d17 +size 248014 diff --git a/videos/Airbot_MMK2_organize_books.mp4 b/videos/Airbot_MMK2_organize_books.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..079f22ae661f5246f63ce6cac1ef3f0685ff6193 --- /dev/null +++ b/videos/Airbot_MMK2_organize_books.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52718897538212b252b89013362f10144ef58abcee1088daedcd2698d4e9430d +size 199760 diff --git a/videos/Airbot_MMK2_organize_plate.mp4 b/videos/Airbot_MMK2_organize_plate.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e5384c7aac0f4766682a76f0d030c2fc48269b4 --- /dev/null +++ b/videos/Airbot_MMK2_organize_plate.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417377e1828e2fc0b111051e5b2eccf6f21846efd01d4837b9a2b8dd97e69aa9 +size 876942 diff --git a/videos/Airbot_MMK2_pass_paper_box.mp4 b/videos/Airbot_MMK2_pass_paper_box.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..888b67727f51e6d7589fd8a48e4fb5e33ca75003 --- /dev/null +++ b/videos/Airbot_MMK2_pass_paper_box.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc8f672952690c21cca73ea415dcc82328ffbc9a841744dbc02ad21a584a508 +size 260370 diff --git a/videos/Airbot_MMK2_perpare_tea.mp4 b/videos/Airbot_MMK2_perpare_tea.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..922edf8c5bff9d44c02ade3f413b30b3ec272083 --- /dev/null +++ b/videos/Airbot_MMK2_perpare_tea.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ce62a493ce54dd7c1410ae59899219716d7776ca28a8442084acfd0a758cd4 +size 794532 diff --git a/videos/Airbot_MMK2_pick_up_and_place_tub.mp4 b/videos/Airbot_MMK2_pick_up_and_place_tub.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdf10e6b830a5d63c7b4c064b81a7f2d0c7aa939 --- /dev/null +++ b/videos/Airbot_MMK2_pick_up_and_place_tub.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f6775eec5d87354be360757606771ec78adbfc8d543fa8321c070aa464cd768 +size 225562 diff --git a/videos/Airbot_MMK2_place_cookies_and_beer.mp4 b/videos/Airbot_MMK2_place_cookies_and_beer.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d3b6af1e62be0ffe0562852553db0d38d17a69d --- /dev/null +++ b/videos/Airbot_MMK2_place_cookies_and_beer.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed41e9be40772c528b7e0c67a737394c422d372a1f530239fbda12e2668b5c2 +size 390343 diff --git a/videos/Airbot_MMK2_place_the_basin.mp4 b/videos/Airbot_MMK2_place_the_basin.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7599fc4b9b552511b2bbdc76724f4604432fc248 --- /dev/null +++ b/videos/Airbot_MMK2_place_the_basin.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0951622723fcacf45da7ff7b47876611772c7e5cc02123307d7a4c95d023a46b +size 421820 diff --git a/videos/Airbot_MMK2_place_the_blue_and_purple_blocks.mp4 b/videos/Airbot_MMK2_place_the_blue_and_purple_blocks.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5d0ae8202aee8f02fd9db8605a604a8c6793450 --- /dev/null +++ b/videos/Airbot_MMK2_place_the_blue_and_purple_blocks.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da1875f9121a5e507716dd6c9aa60a3f20d4d5b84fa7cf4c6f344118a8f8ea1 +size 334318 diff --git a/videos/Airbot_MMK2_place_the_books.mp4 b/videos/Airbot_MMK2_place_the_books.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d2e17188abd222c14377b5cb284942770e041c5 --- /dev/null +++ b/videos/Airbot_MMK2_place_the_books.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c97e624c5564ed58c38b2064eb3fcc05d2f68f70a814c69f907913cd5d675c +size 529745 diff --git a/videos/Airbot_MMK2_place_the_building_blocks.mp4 b/videos/Airbot_MMK2_place_the_building_blocks.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e5cc90598bcbcf11b533b483141e81e079ed924 --- /dev/null +++ b/videos/Airbot_MMK2_place_the_building_blocks.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfaf5ea715d253e3c36136c7d27fa76b7e465f6f77ded046fa3841e99fe5569e +size 427151 diff --git a/videos/Airbot_MMK2_place_the_cake.mp4 b/videos/Airbot_MMK2_place_the_cake.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06d432cdc8e9e2c9d2d9559bf9b11c6675ff42c9 --- /dev/null +++ b/videos/Airbot_MMK2_place_the_cake.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73862782a2d4cfef00a919d9e67755dc43375d8eacad6d6b84752ed8766337d4 +size 307041 diff --git a/videos/Airbot_MMK2_place_the_glasses_case_and_gold_bars.mp4 b/videos/Airbot_MMK2_place_the_glasses_case_and_gold_bars.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de05302832f9a065182de8e7daeb4e0bc6db9bd5 --- /dev/null +++ b/videos/Airbot_MMK2_place_the_glasses_case_and_gold_bars.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e2b9b845b36656cce170f7d78e41ee2fce3afa4917fcb5dcedfaa20c8141cb +size 306717 diff --git a/videos/Airbot_MMK2_place_the_network_cable_and_mouse_box.mp4 b/videos/Airbot_MMK2_place_the_network_cable_and_mouse_box.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff69ce53634e0a1af5870d103ee3bf9aff9ef13f --- /dev/null +++ b/videos/Airbot_MMK2_place_the_network_cable_and_mouse_box.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0fe6b96ce0851729874d25d61a724646810a70750c56c21fc5f8e0bc1dd8a09 +size 283518 diff --git a/videos/Airbot_MMK2_place_the_paper_drawer.mp4 b/videos/Airbot_MMK2_place_the_paper_drawer.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f29117d995f9c01d1bfcfa710c90e87d69ce9f3d --- /dev/null +++ b/videos/Airbot_MMK2_place_the_paper_drawer.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1967456a66686bca8d18dc96aaa025453602db3b00e8f49deaa777e9b5b4134 +size 361241 diff --git a/videos/Airbot_MMK2_place_the_piano_and_the_needle-nose_pliers.mp4 b/videos/Airbot_MMK2_place_the_piano_and_the_needle-nose_pliers.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0498b821be5d5ed3245773f4c59e411c44044fd2 --- /dev/null +++ b/videos/Airbot_MMK2_place_the_piano_and_the_needle-nose_pliers.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bb2015117ae792966f06e019afaa0c7c36ecf131bbbb0a55696d14a034062b +size 461772 diff --git a/videos/Airbot_MMK2_place_the_pliers_and_wallpaper_knife.mp4 b/videos/Airbot_MMK2_place_the_pliers_and_wallpaper_knife.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d7c458059a35b09d518e9b9837120790fd62001 --- /dev/null +++ b/videos/Airbot_MMK2_place_the_pliers_and_wallpaper_knife.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f9ff8e176f83a4b6fc4724460a8cf42e85a37bfafbdb32db0ab4ffa32f1ead +size 256288 diff --git a/videos/Airbot_MMK2_place_the_shark_toys_and_gold_bars.mp4 b/videos/Airbot_MMK2_place_the_shark_toys_and_gold_bars.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11570268cad75501bdf17135767046b71db40c5e --- /dev/null +++ b/videos/Airbot_MMK2_place_the_shark_toys_and_gold_bars.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797c157e6ed90dd5d461cbe1b185cedc2a467e9287442a2c6dac8d995d3a5cbc +size 205121 diff --git a/videos/Airbot_MMK2_place_the_small_bowl_of_canned_food.mp4 b/videos/Airbot_MMK2_place_the_small_bowl_of_canned_food.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55404a77d53e5a80eff77af3c203956f27e9ee07 --- /dev/null +++ b/videos/Airbot_MMK2_place_the_small_bowl_of_canned_food.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e70bbd5ec1c01e7f576d5ab2d4f805b099892e7b663f10456aae4aa35140c5c +size 202733 diff --git a/videos/Airbot_MMK2_place_the_sponge_and_wet_wipes.mp4 b/videos/Airbot_MMK2_place_the_sponge_and_wet_wipes.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..548e1a6fb5a02a24d3384a61ed2dd19aadb83184 --- /dev/null +++ b/videos/Airbot_MMK2_place_the_sponge_and_wet_wipes.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11505d48ec9c44142cb71fcbe4f1a19ed532b381753ac3dbce595118d679cf96 +size 229470 diff --git a/videos/Airbot_MMK2_place_the_umbrella_and_the_ruler.mp4 b/videos/Airbot_MMK2_place_the_umbrella_and_the_ruler.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3105f47670cb29a4c39bd596d8690953fdf4e245 --- /dev/null +++ b/videos/Airbot_MMK2_place_the_umbrella_and_the_ruler.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ff454c36d7da318154acd81c66c5dc2651a28c7a6a85976886cb02e50e0fe9 +size 191128 diff --git a/videos/Airbot_MMK2_place_the_yellow_block.mp4 b/videos/Airbot_MMK2_place_the_yellow_block.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecd711947aef07b0ed8b69266b8818f82bcd39cb --- /dev/null +++ b/videos/Airbot_MMK2_place_the_yellow_block.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dece1c61d068963144a4e203c7bf41ed070ca6deb9ef748b753131514290721b +size 361552 diff --git a/videos/Airbot_MMK2_play_guitar.mp4 b/videos/Airbot_MMK2_play_guitar.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9296b1f4511d1cbc703c330532b56c38f15ec911 --- /dev/null +++ b/videos/Airbot_MMK2_play_guitar.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28229a034c6c80ff6bb4e5611217b6c7b32612615992bcfeacf17552d0603a0e +size 301771 diff --git a/videos/Airbot_MMK2_play_the_guitar.mp4 b/videos/Airbot_MMK2_play_the_guitar.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3867038d81b69bff6bb7c8946899486394d8d49 --- /dev/null +++ b/videos/Airbot_MMK2_play_the_guitar.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c7630c491e43e5ab8af11e48071fc8bbf8490e17088135e0468be913055980 +size 230227 diff --git a/videos/Airbot_MMK2_play_toy_piano.mp4 b/videos/Airbot_MMK2_play_toy_piano.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e23509c31aafbfce976ae3305da7c8c3a1e3ef31 --- /dev/null +++ b/videos/Airbot_MMK2_play_toy_piano.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baaf817f57db4ef65eb5030a53cf82a224a35184be0579baddc50598b75de52d +size 142234 diff --git a/videos/Airbot_MMK2_potato_storage.mp4 b/videos/Airbot_MMK2_potato_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc23f703a8f6e154982edf6571f2de825b55e1aa --- /dev/null +++ b/videos/Airbot_MMK2_potato_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3821233cefc72fbc768ac52abb5c77b05668f19c3aa8a6c249f321b52aa8f540 +size 271705 diff --git a/videos/Airbot_MMK2_pour_BBs.mp4 b/videos/Airbot_MMK2_pour_BBs.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d14ec2c9daa1c351becfbab12ae9a9e6905ed200 --- /dev/null +++ b/videos/Airbot_MMK2_pour_BBs.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad9ec481195179536d49c785569fd40bcb2e7e2dd881d1ad008b4445bfa135f +size 361246 diff --git a/videos/Airbot_MMK2_pour_out_the_beauty_blender.mp4 b/videos/Airbot_MMK2_pour_out_the_beauty_blender.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b8dee1afa810c6897217299dc08bc645f1878db --- /dev/null +++ b/videos/Airbot_MMK2_pour_out_the_beauty_blender.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e59ebb085886740c312e38d571b31570f8f40726e843663607d5e22deca797d +size 247191 diff --git a/videos/Airbot_MMK2_pull_plunger.mp4 b/videos/Airbot_MMK2_pull_plunger.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb5e1dcfa980841b919aec0aeb8f69bcd904c444 --- /dev/null +++ b/videos/Airbot_MMK2_pull_plunger.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c9ddb5b8e5c069b78dd0bc8de9d00fc8b06f7593204738ac9f21034cb5f79f +size 342755 diff --git a/videos/Airbot_MMK2_pull_the_syringe_piston.mp4 b/videos/Airbot_MMK2_pull_the_syringe_piston.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..446aedb6d8f05a3c1d767d0531306fbd8e23ce7b --- /dev/null +++ b/videos/Airbot_MMK2_pull_the_syringe_piston.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aeaea14e0e3ea0fdf292ec8837579042bd57bf2aec7d88da222b4828ca84334 +size 355219 diff --git a/videos/Airbot_MMK2_pull_tissue.mp4 b/videos/Airbot_MMK2_pull_tissue.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce0dd49eae23b01cd85aeec46f3778eddacfa6c4 --- /dev/null +++ b/videos/Airbot_MMK2_pull_tissue.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196bc32d38c9a7d3d8e32777c3cdd578bfe336a754a486a4c10e795fae06c880 +size 224585 diff --git a/videos/Airbot_MMK2_pumpkin_storage.mp4 b/videos/Airbot_MMK2_pumpkin_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed5c0d93d3a777b1008380c4a819b6fe0ce5767c --- /dev/null +++ b/videos/Airbot_MMK2_pumpkin_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1afb1cf349bc7e5fbcbae36e1860026c284d13a94314a5796fd3b2afaa55d68a +size 317186 diff --git a/videos/Airbot_MMK2_push_away_book.mp4 b/videos/Airbot_MMK2_push_away_book.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97830ab5723d8c00bd9c44b7685a45d6186b1f18 --- /dev/null +++ b/videos/Airbot_MMK2_push_away_book.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c371fc35f3bc05991ca1ba82e7d195039a9166c7ec8bf04b722eabc64cbec2a +size 222429 diff --git a/videos/Airbot_MMK2_push_building_blocks.mp4 b/videos/Airbot_MMK2_push_building_blocks.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..843b354a7c63142b98e1cff29a5b969dbb2f9bb6 --- /dev/null +++ b/videos/Airbot_MMK2_push_building_blocks.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32cd71097cab104dcd81db23f6a4970e90c02c16f8e5a349d89ba44c7ebec406 +size 226225 diff --git a/videos/Airbot_MMK2_push_piston.mp4 b/videos/Airbot_MMK2_push_piston.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..208412cf1b0dcbb352d007508aa73213b7e586cb --- /dev/null +++ b/videos/Airbot_MMK2_push_piston.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cbc0ba2cb1c3e960e689218049e42de03b6a7f2deebe2a8d3f85186de60dae9 +size 462355 diff --git a/videos/Airbot_MMK2_push_plunger.mp4 b/videos/Airbot_MMK2_push_plunger.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d5f8c8c6d09a0392d2b73248bfeebe44ad16090 --- /dev/null +++ b/videos/Airbot_MMK2_push_plunger.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff159b7f9adbd11d35f792ddd2bbd2194d7a0036a8e88e76cfb6217b817ff804 +size 341048 diff --git a/videos/Airbot_MMK2_push_toy_car.mp4 b/videos/Airbot_MMK2_push_toy_car.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38d922dacf1639409906c02f4bb5041f0b6b96b6 --- /dev/null +++ b/videos/Airbot_MMK2_push_toy_car.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4034ff713d8db25a051ee658694f66a49f5e954926cd4a887a6b72e2ea54d8f +size 97800 diff --git a/videos/Airbot_MMK2_remove_lid.mp4 b/videos/Airbot_MMK2_remove_lid.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2078f840de2b7383f771216217ced19b51d0d64a --- /dev/null +++ b/videos/Airbot_MMK2_remove_lid.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ce08292fc2d70c8aef953a1643e28a90a0345520745164196d0c8b9165442b +size 244612 diff --git a/videos/Airbot_MMK2_remove_pen_cap.mp4 b/videos/Airbot_MMK2_remove_pen_cap.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0cb4983d3767d1cd9b7531b8d3443d531d56a2b --- /dev/null +++ b/videos/Airbot_MMK2_remove_pen_cap.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab074e365b88e2e9baff5fd408ac92192c2c19287772a080e64876971be1a46 +size 316053 diff --git a/videos/Airbot_MMK2_rotate_cube_face.mp4 b/videos/Airbot_MMK2_rotate_cube_face.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e06f7a66bb1623074877115db4c73a802093a10c --- /dev/null +++ b/videos/Airbot_MMK2_rotate_cube_face.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623965c9f8f3f7ecc11d1affbcd65dc8ff8e393e1fda7771b93373f53cdc0716 +size 266081 diff --git a/videos/Airbot_MMK2_screw_the_bottle_cap.mp4 b/videos/Airbot_MMK2_screw_the_bottle_cap.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1095380be9c8f6479119bbb6154cd706ac9913f5 --- /dev/null +++ b/videos/Airbot_MMK2_screw_the_bottle_cap.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69f2916cc0fd80f134a60f206bf79e44ece189052f93ed1c8dc928b138ea8d06 +size 466556 diff --git a/videos/Airbot_MMK2_slide_block.mp4 b/videos/Airbot_MMK2_slide_block.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d762dc23d155d3eb568d648c1e4b55c8bf8f6e07 --- /dev/null +++ b/videos/Airbot_MMK2_slide_block.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd15c9870dacdbd8e0b34e4b3939ebd797ca16ecd98df075127236168674cfe8 +size 553266 diff --git a/videos/Airbot_MMK2_slide_block_onto_post.mp4 b/videos/Airbot_MMK2_slide_block_onto_post.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d81f2f704ea6b50d172151f203e8855092a3abe2 --- /dev/null +++ b/videos/Airbot_MMK2_slide_block_onto_post.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b583036cafcb08a7d0c1d27881837adc0e82e9eafc64174e633596c1ec1fa9c8 +size 117952 diff --git a/videos/Airbot_MMK2_slide_tape_onto_can.mp4 b/videos/Airbot_MMK2_slide_tape_onto_can.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36a3c26faea1d7715b924a24accca4b64ab3a84f --- /dev/null +++ b/videos/Airbot_MMK2_slide_tape_onto_can.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934bbd09ec2e3695254c186c3bd3049ce05b13d1fd751c52406e8c85892ea204 +size 296622 diff --git a/videos/Airbot_MMK2_square_arrangement.mp4 b/videos/Airbot_MMK2_square_arrangement.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd1eb9afbb23e6772f159487008750de1e8795f6 --- /dev/null +++ b/videos/Airbot_MMK2_square_arrangement.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cefaff211694a0abfc9dac345c9593c3b344a6a4e0583746774b0a71cd7e7de +size 199042 diff --git a/videos/Airbot_MMK2_stack_block.mp4 b/videos/Airbot_MMK2_stack_block.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5852167a0fe30e646463591352e9035491484eb8 --- /dev/null +++ b/videos/Airbot_MMK2_stack_block.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1667a3bf049c37ed401a012d45004b0af6faaa115c955df28cd52cd7b4cf5f +size 235518 diff --git a/videos/Airbot_MMK2_stack_bowl.mp4 b/videos/Airbot_MMK2_stack_bowl.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5acad7d4ad9cdb8a8d2a51ebeceae0436f7706c --- /dev/null +++ b/videos/Airbot_MMK2_stack_bowl.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d242a3e91a54e1e5d8a4409d1d4d300ffe7e1e7f552276769c75ad363fe130 +size 185473 diff --git a/videos/Airbot_MMK2_stack_cubic_block.mp4 b/videos/Airbot_MMK2_stack_cubic_block.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa5f032172b1c89e200ce8b338e9e2d9c83f27cd --- /dev/null +++ b/videos/Airbot_MMK2_stack_cubic_block.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004cd4fabca3042098f9d047976ff04e8b96cf994428ba8163b4a79daf562b82 +size 183356 diff --git a/videos/Airbot_MMK2_stack_cup.mp4 b/videos/Airbot_MMK2_stack_cup.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f8df58c3dbee9873b8b32e4df8f0c74a0f87b73 --- /dev/null +++ b/videos/Airbot_MMK2_stack_cup.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:543f7844f8d863fa908a5abe1d719e21d94a78014ccb5004513bba6e64dac355 +size 512952 diff --git a/videos/Airbot_MMK2_stacking_blocks.mp4 b/videos/Airbot_MMK2_stacking_blocks.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48261cf076a5a9ed107b086d7dc6e3512609dc68 --- /dev/null +++ b/videos/Airbot_MMK2_stacking_blocks.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c999b56baf0b456ffb7b1bf331fac2780b7694bbf4564aeace95dbbd2b842a2f +size 401180 diff --git a/videos/Airbot_MMK2_storage_and_take_cake_plate.mp4 b/videos/Airbot_MMK2_storage_and_take_cake_plate.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bb8c1ca0520499292000cb16746f5131ad8fc56 --- /dev/null +++ b/videos/Airbot_MMK2_storage_and_take_cake_plate.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1732ecba38813f5ee002ba5144629e6a5fa57b9ce7060284e814551671050070 +size 294068 diff --git a/videos/Airbot_MMK2_storage_apple_orange.mp4 b/videos/Airbot_MMK2_storage_apple_orange.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5435a458b27e9ced0887c53797b9c576d7465e51 --- /dev/null +++ b/videos/Airbot_MMK2_storage_apple_orange.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f83170a876f83f0ac1c741bb085324b564ef82a8d5c171cd6f864bf125f8391 +size 144643 diff --git a/videos/Airbot_MMK2_storage_badminton.mp4 b/videos/Airbot_MMK2_storage_badminton.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81173ef356f32ff85a82d1371a9ee131ace33e72 --- /dev/null +++ b/videos/Airbot_MMK2_storage_badminton.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4771c8348dad1193088035dc9b70a4c6eb1a22bf492cdc136c2330056d938a4 +size 137029 diff --git a/videos/Airbot_MMK2_storage_bell_pepper.mp4 b/videos/Airbot_MMK2_storage_bell_pepper.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..241bfc7175eaf5da8af6a21f20202bad45c7b7c3 --- /dev/null +++ b/videos/Airbot_MMK2_storage_bell_pepper.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ceb9f672257d48547152c42af796581d2cce8dd21e8637798938a653718405 +size 143945 diff --git a/videos/Airbot_MMK2_storage_bell_pepper_bowl.mp4 b/videos/Airbot_MMK2_storage_bell_pepper_bowl.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..179041d7de87bf9a5dc983bca253b5d4d1886a24 --- /dev/null +++ b/videos/Airbot_MMK2_storage_bell_pepper_bowl.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe684cc869832b9a76178c06945507e281a100510c3b65ff423dbdb4b2052b3 +size 127682 diff --git a/videos/Airbot_MMK2_storage_block.mp4 b/videos/Airbot_MMK2_storage_block.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3bb61d7dadb103ac3f21f26ca9fa4cb53bae4b05 --- /dev/null +++ b/videos/Airbot_MMK2_storage_block.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf27d3e0640f95c54cece61a2e9df7a1aedf2b63f0a0d5567b64beffc4d655b0 +size 238675 diff --git a/videos/Airbot_MMK2_storage_block_BBs.mp4 b/videos/Airbot_MMK2_storage_block_BBs.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f1bcff0487056f16aba7a20fe9151ee82351c24 --- /dev/null +++ b/videos/Airbot_MMK2_storage_block_BBs.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bcdbaffd93b3d69ea3e91d98373e48fde87c06276f5ab519e18462b5fa74eea +size 248535 diff --git a/videos/Airbot_MMK2_storage_block_both_hands.mp4 b/videos/Airbot_MMK2_storage_block_both_hands.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbbd5ac0819d53fac1075b58e6807bdc0c370f3c --- /dev/null +++ b/videos/Airbot_MMK2_storage_block_both_hands.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1391c9104188975c32d38b5c5095f3f8d3cd0f3416d65ef6b356aa3a36625afa +size 108066 diff --git a/videos/Airbot_MMK2_storage_block_tape_measure.mp4 b/videos/Airbot_MMK2_storage_block_tape_measure.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8edac08b3e0922aeb40fcf89feebe8f8c26aa46 --- /dev/null +++ b/videos/Airbot_MMK2_storage_block_tape_measure.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e036fe384eca22d0a42dc48860c1f4645dd8bd41ed191053b28053e85508700 +size 221965 diff --git a/videos/Airbot_MMK2_storage_book.mp4 b/videos/Airbot_MMK2_storage_book.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c132c70a2cfeba063af535966a3c9b818e128bb --- /dev/null +++ b/videos/Airbot_MMK2_storage_book.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62eacdd3e32d784f6b24694e30489b931537aa0eac2820143b9718fc57b7c41 +size 184234 diff --git a/videos/Airbot_MMK2_storage_bottle_part.mp4 b/videos/Airbot_MMK2_storage_bottle_part.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c47b62447c353417c75519ff06aafee250cfa7dd --- /dev/null +++ b/videos/Airbot_MMK2_storage_bottle_part.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b564105aa9626757fc14f4e6e78d5d37a31900fd984c0c5e6cf7b1df7d93f66 +size 311906 diff --git a/videos/Airbot_MMK2_storage_bowl.mp4 b/videos/Airbot_MMK2_storage_bowl.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80f5c92bc0dbf8f491bd1fdfaeeeca942a73a94d --- /dev/null +++ b/videos/Airbot_MMK2_storage_bowl.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f6f366197f23f2a278e81e2d0092ddb754dd297eaa7afcf697492062954504 +size 209068 diff --git a/videos/Airbot_MMK2_storage_bowl_wet_wipes.mp4 b/videos/Airbot_MMK2_storage_bowl_wet_wipes.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..126d616472305211064e994874daa7251219cca7 --- /dev/null +++ b/videos/Airbot_MMK2_storage_bowl_wet_wipes.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd4d0254cac55001c4cf4fc2245803c9e1e27023645eab7124e27f762d41c54 +size 403982 diff --git a/videos/Airbot_MMK2_storage_box_for_mouse_and_sponge.mp4 b/videos/Airbot_MMK2_storage_box_for_mouse_and_sponge.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78b23d976b2df46dfe0e14ddd336c1b9b44dda94 --- /dev/null +++ b/videos/Airbot_MMK2_storage_box_for_mouse_and_sponge.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f7bbae12751561b67f2de38925a4930d846c1fc781a971b94d1a17ee86172e +size 285197 diff --git a/videos/Airbot_MMK2_storage_braised_pork_belly_shrimp.mp4 b/videos/Airbot_MMK2_storage_braised_pork_belly_shrimp.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..344747e3b25af85f5ace67709b2e9479c77a50ed --- /dev/null +++ b/videos/Airbot_MMK2_storage_braised_pork_belly_shrimp.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc373192e6790b362cc1b796c5b95d4695cfb9c759b6bca252ec44ae2a6561a +size 216893 diff --git a/videos/Airbot_MMK2_storage_cake_both_hands.mp4 b/videos/Airbot_MMK2_storage_cake_both_hands.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11579470f42de05626e1c55c2c2eb03d8187f8d5 --- /dev/null +++ b/videos/Airbot_MMK2_storage_cake_both_hands.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181b3492a1f9a413368643342ce3f05e707024dec60686d09fae1bb2224851d8 +size 112874 diff --git a/videos/Airbot_MMK2_storage_cake_box.mp4 b/videos/Airbot_MMK2_storage_cake_box.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5db3aa72849828910ca1be965c75731d5a9a1d0e --- /dev/null +++ b/videos/Airbot_MMK2_storage_cake_box.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4dd35ab6ab87f3c58b226d68380c60c16bb0957c90d9ccc58e387d619fb35ff +size 214164 diff --git a/videos/Airbot_MMK2_storage_cake_cup.mp4 b/videos/Airbot_MMK2_storage_cake_cup.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fd3e7872dfea799d94c897a29b37476aff0ff62 --- /dev/null +++ b/videos/Airbot_MMK2_storage_cake_cup.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11af2e2294a24583260bd852dfe538e2a6c558c0448efb8765cf4595a4090717 +size 652348 diff --git a/videos/Airbot_MMK2_storage_cake_ice_cream.mp4 b/videos/Airbot_MMK2_storage_cake_ice_cream.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7271ac4c01fc501cf8c5fc2175fb35d86029e6bc --- /dev/null +++ b/videos/Airbot_MMK2_storage_cake_ice_cream.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb5c183dff47c0540193a68acc91559585fe73a8306bb30fa5e729e960f5f51 +size 403641 diff --git a/videos/Airbot_MMK2_storage_cake_pan.mp4 b/videos/Airbot_MMK2_storage_cake_pan.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fac7aeb94c25dd9a883ce00e6407cbda99cf4af --- /dev/null +++ b/videos/Airbot_MMK2_storage_cake_pan.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97705be6b265dac46897b6b1e38794cbf48c0f74e8184f83425b475da2753d12 +size 207596 diff --git a/videos/Airbot_MMK2_storage_cake_plate.mp4 b/videos/Airbot_MMK2_storage_cake_plate.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39824e3940e4c174db3c0caf936a600c09ceedf4 --- /dev/null +++ b/videos/Airbot_MMK2_storage_cake_plate.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ef3098b895d7b5ba4e4443229e6fdfdfab54af9ff9ea5f082cc5e994ac867e +size 190422 diff --git a/videos/Airbot_MMK2_storage_computer_box.mp4 b/videos/Airbot_MMK2_storage_computer_box.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4385d84fdb1d4dd78634dea094a4fb18b9417ba --- /dev/null +++ b/videos/Airbot_MMK2_storage_computer_box.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f132c1644e926a3b14a12c9ebd4249909b744bd14d584c3960d4b58c6aaf0601 +size 180401 diff --git a/videos/Airbot_MMK2_storage_cookie_cup.mp4 b/videos/Airbot_MMK2_storage_cookie_cup.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..815feb1bc87b147403850f111d84fcaea489a1de --- /dev/null +++ b/videos/Airbot_MMK2_storage_cookie_cup.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9b8c4647a32525b5dcf0ea3029de3488d5e6ba5bd84439d6084ba0722b5b5a +size 286358 diff --git a/videos/Airbot_MMK2_storage_cookie_toy_car.mp4 b/videos/Airbot_MMK2_storage_cookie_toy_car.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46d7d1e69bfc16b1de7a5fc73e946276910415be --- /dev/null +++ b/videos/Airbot_MMK2_storage_cookie_toy_car.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f66fb29ce850b18e6733c27f047e7c55c8ab7e1397d9f893367ea6e891a2c2 +size 229791 diff --git a/videos/Airbot_MMK2_storage_cup.mp4 b/videos/Airbot_MMK2_storage_cup.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..213d7e0f6a891b85c769688bfa72489a5f84d1d9 --- /dev/null +++ b/videos/Airbot_MMK2_storage_cup.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a14df634d2a8ec3f04c8086ac393ffc372a2f52cb2ba1b2bd3db31b7e0483d +size 271277 diff --git a/videos/Airbot_MMK2_storage_cup_plate.mp4 b/videos/Airbot_MMK2_storage_cup_plate.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..074400c930d46889aa7e3dd1025902bc1373a560 --- /dev/null +++ b/videos/Airbot_MMK2_storage_cup_plate.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0d60855d8772529480c2e0a708da8141c6539a8a54a2699be4b054112e1951 +size 384890 diff --git a/videos/Airbot_MMK2_storage_cup_rubik's_cube.mp4 b/videos/Airbot_MMK2_storage_cup_rubik's_cube.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a9deae3bb43bac0a155e4b024439a47c50f1815 --- /dev/null +++ b/videos/Airbot_MMK2_storage_cup_rubik's_cube.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed32554fa3322c3abda1d641d1504b14a33edbdd6d8c9adcdf1521544c2356a +size 285129 diff --git a/videos/Airbot_MMK2_storage_diamond_ring.mp4 b/videos/Airbot_MMK2_storage_diamond_ring.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d1f92057e211003c2a89c2a649ccc1ade59e692 --- /dev/null +++ b/videos/Airbot_MMK2_storage_diamond_ring.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5927bf5732075e5c2664d7444ec2c8b892fc287df8996a9819be96faea8b1355 +size 181178 diff --git a/videos/Airbot_MMK2_storage_egg_bowl.mp4 b/videos/Airbot_MMK2_storage_egg_bowl.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f31a41115d20e45fe3e331e146059f75af73563 --- /dev/null +++ b/videos/Airbot_MMK2_storage_egg_bowl.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7709087c12be49a336705fc1a7a384bd73b43d4d9a57c5908aea788eef4e555 +size 158137 diff --git a/videos/Airbot_MMK2_storage_egg_plate.mp4 b/videos/Airbot_MMK2_storage_egg_plate.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82b84c57cd4a84bcdb254fc71f97e8fea21e2003 --- /dev/null +++ b/videos/Airbot_MMK2_storage_egg_plate.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcba6068e5b778202e294485bc17c02a54ddaf83eff73255016794fce95b2b6a +size 199614 diff --git a/videos/Airbot_MMK2_storage_egg_white_box.mp4 b/videos/Airbot_MMK2_storage_egg_white_box.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f973aad863a3aaa9ae347b3c2c36dc1b3359e9a --- /dev/null +++ b/videos/Airbot_MMK2_storage_egg_white_box.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2437c27d856116372b66bab4deef851dc3fc57931a2e37294251051463b8b44 +size 151563 diff --git a/videos/Airbot_MMK2_storage_egg_yellow_box.mp4 b/videos/Airbot_MMK2_storage_egg_yellow_box.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..061312c19ee9622be6872d2202b2ac6d1a31b97c --- /dev/null +++ b/videos/Airbot_MMK2_storage_egg_yellow_box.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85dc6fd6a22105533e5db57d10a67d8d2e5e5ad6cb4b0fede6aef79e2056d37 +size 253922 diff --git a/videos/Airbot_MMK2_storage_electronics_white_basket.mp4 b/videos/Airbot_MMK2_storage_electronics_white_basket.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74ae2e636fd7b9563f7fdcd516c4f76d56ee9c84 --- /dev/null +++ b/videos/Airbot_MMK2_storage_electronics_white_basket.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd00275da37569d519cc8182d47f7156daaf3434357b61cd6eba5e9e89ceb1d2 +size 355317 diff --git a/videos/Airbot_MMK2_storage_electronics_yellow_baket.mp4 b/videos/Airbot_MMK2_storage_electronics_yellow_baket.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4463b631cb78292a8f38c0fe3e35daa2f52059ea --- /dev/null +++ b/videos/Airbot_MMK2_storage_electronics_yellow_baket.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4ba29acc091eeb50fec84aa2bd9ca0524d6c99bdb47c0f8dc9912708af06da +size 231526 diff --git a/videos/Airbot_MMK2_storage_for_building_blocks_and_beauty_sponges.mp4 b/videos/Airbot_MMK2_storage_for_building_blocks_and_beauty_sponges.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8af24f9421ac56d7b0cec04b4cbd414b578c7a58 --- /dev/null +++ b/videos/Airbot_MMK2_storage_for_building_blocks_and_beauty_sponges.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f75d3c6e780b4ba1a505661f5a776d0fd233c602b23524b04092b7b0fc21cd +size 260580 diff --git a/videos/Airbot_MMK2_storage_gold_bar_model_shark_doll.mp4 b/videos/Airbot_MMK2_storage_gold_bar_model_shark_doll.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27b61a495956a13cb03cd1c26519f0c53b86b8f3 --- /dev/null +++ b/videos/Airbot_MMK2_storage_gold_bar_model_shark_doll.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ed060b23823e8b90c2f5bc319055236cbae0a5a42074085cbe0e21cfe6bdf2 +size 227864 diff --git a/videos/Airbot_MMK2_storage_grape.mp4 b/videos/Airbot_MMK2_storage_grape.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2bc59a0e75e10a10271cd70c2fac6c3e344d864 --- /dev/null +++ b/videos/Airbot_MMK2_storage_grape.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6359e01123068c9b63677b3834be54a8b85996e60293d7341ae51e4019a2afe9 +size 111427 diff --git a/videos/Airbot_MMK2_storage_hourglass.mp4 b/videos/Airbot_MMK2_storage_hourglass.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae89ae915bf8ef0e566c4a2d37f16a99cab51544 --- /dev/null +++ b/videos/Airbot_MMK2_storage_hourglass.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a9df75126ced544b74b89e5ed62673e737600e668e503982c5cbd1ca87e578 +size 125718 diff --git a/videos/Airbot_MMK2_storage_ice_cream.mp4 b/videos/Airbot_MMK2_storage_ice_cream.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b203e8e175ef716aa8dcd5c98a27b65e49ae2a1 --- /dev/null +++ b/videos/Airbot_MMK2_storage_ice_cream.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b5af82e956d49a265aae907235f4e0e66e9b66a5bb00adcfe7db909dd94719 +size 191223 diff --git a/videos/Airbot_MMK2_storage_item.mp4 b/videos/Airbot_MMK2_storage_item.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f0da972f36e84b64f7d9c112876e9c9f9b27c72 --- /dev/null +++ b/videos/Airbot_MMK2_storage_item.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4981a9c2aeeca7526f35c5d80668f42b5c572d6941fee9e7ac55d8ae49c916c5 +size 220600 diff --git a/videos/Airbot_MMK2_storage_lemon_mango.mp4 b/videos/Airbot_MMK2_storage_lemon_mango.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5001c2f5569b69c615085ada169abc30ecd14e0c --- /dev/null +++ b/videos/Airbot_MMK2_storage_lemon_mango.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2a6466fe0df8a1b99b78d4579713f44e2b0280a5e31f15150b0f5ddb4ca3df +size 158994 diff --git a/videos/Airbot_MMK2_storage_mango_pomegranate.mp4 b/videos/Airbot_MMK2_storage_mango_pomegranate.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a31d98a1ac4c978c83cc8fb90198a398140d853e --- /dev/null +++ b/videos/Airbot_MMK2_storage_mango_pomegranate.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ce184db1a1d1895d0c0132ecce94b054704b9e2636fb9d96a30dcf24ffda3a +size 329659 diff --git a/videos/Airbot_MMK2_storage_milk_tissue.mp4 b/videos/Airbot_MMK2_storage_milk_tissue.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a63a36cff61466cfe272a255fd89a9e6cc97653 --- /dev/null +++ b/videos/Airbot_MMK2_storage_milk_tissue.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9cf54205c45a7cc404065a96ab942916c9c8114317a5501cd6db86ad89c306 +size 260667 diff --git a/videos/Airbot_MMK2_storage_network_cable_paper_box.mp4 b/videos/Airbot_MMK2_storage_network_cable_paper_box.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..442ac181e2ad53d8e31a083997545f964fc2c524 --- /dev/null +++ b/videos/Airbot_MMK2_storage_network_cable_paper_box.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2129cd247f9d55a801ae9bf6584632275b0e47049f591a219443c6e32c0fb23 +size 462019 diff --git a/videos/Airbot_MMK2_storage_onion_sweet_potato.mp4 b/videos/Airbot_MMK2_storage_onion_sweet_potato.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1edbcf1f150c30e7fa05d9971e6a39853fc3558d --- /dev/null +++ b/videos/Airbot_MMK2_storage_onion_sweet_potato.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff2d444d460a278e95fed39d519b589520a90f7b7b022c567e622316eeb853b +size 119394 diff --git a/videos/Airbot_MMK2_storage_paper_box_sponge.mp4 b/videos/Airbot_MMK2_storage_paper_box_sponge.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9db47d966ecd11004facee4cb478dc489bd1662 --- /dev/null +++ b/videos/Airbot_MMK2_storage_paper_box_sponge.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52526acdbd4203f2324b74433e2d28fdcc148bc1ae60c98b64a1d72580ed6a0a +size 241465 diff --git a/videos/Airbot_MMK2_storage_peach_pear.mp4 b/videos/Airbot_MMK2_storage_peach_pear.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..959ea7057f141d4875ec3a2cd9d4118636af9c0b --- /dev/null +++ b/videos/Airbot_MMK2_storage_peach_pear.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a0b2bc519d8d9fccdc98eb9ad28be8dc8db795b572a4c451219a59ae689c06 +size 334207 diff --git a/videos/Airbot_MMK2_storage_penguin_doll_tiger_doll.mp4 b/videos/Airbot_MMK2_storage_penguin_doll_tiger_doll.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..946411913b7c619837f310d9f643aad26ab74dee --- /dev/null +++ b/videos/Airbot_MMK2_storage_penguin_doll_tiger_doll.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a02c6cf7b136bd2a7b484ed95744958c33919dd26b48b7368aa7df8a0dad018e +size 211716 diff --git a/videos/Airbot_MMK2_storage_pineapple.mp4 b/videos/Airbot_MMK2_storage_pineapple.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a7ba2c624a1756f5cc1f59575a71c3d2b874d86 --- /dev/null +++ b/videos/Airbot_MMK2_storage_pineapple.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c1951134eb8932ba21a569695ec779138005d3cae31d95215fb3d8c932f3ff3 +size 96476 diff --git a/videos/Airbot_MMK2_storage_potato_left.mp4 b/videos/Airbot_MMK2_storage_potato_left.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4905b333973e1fe5daf2b0ee844480712fdb895c --- /dev/null +++ b/videos/Airbot_MMK2_storage_potato_left.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d26144beb908163910a27bae764f44ff20703950d1221055e491563cc56758 +size 157519 diff --git a/videos/Airbot_MMK2_storage_potato_pumpkin.mp4 b/videos/Airbot_MMK2_storage_potato_pumpkin.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73ddc7ba2394a22e95f735a42ffa09614a55bc2f --- /dev/null +++ b/videos/Airbot_MMK2_storage_potato_pumpkin.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664a2a774ca00c9a6daf7d22f279e2fc130883bd72ae391f6993ffeaf0f33fec +size 227259 diff --git a/videos/Airbot_MMK2_storage_pumpkin_left.mp4 b/videos/Airbot_MMK2_storage_pumpkin_left.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b83c601183d069ccb804339b9e4e28fce264d5ef --- /dev/null +++ b/videos/Airbot_MMK2_storage_pumpkin_left.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60e1d2b12ac64751fde6b8b32da344d0468ab435f7fca84393ca3c93c76586c +size 160465 diff --git a/videos/Airbot_MMK2_storage_pumpkin_right.mp4 b/videos/Airbot_MMK2_storage_pumpkin_right.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc1b31116d24c96da71992109697d61672419d5b --- /dev/null +++ b/videos/Airbot_MMK2_storage_pumpkin_right.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bca6bb575b4dbc219401ba2226048dbcccfcea8f035c2d9297ebd6f3f15dac3 +size 365459 diff --git a/videos/Airbot_MMK2_storage_remote_control_clip_box_water_bottle.mp4 b/videos/Airbot_MMK2_storage_remote_control_clip_box_water_bottle.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14250bd001c3a15b26fe505a6e990772326bf001 --- /dev/null +++ b/videos/Airbot_MMK2_storage_remote_control_clip_box_water_bottle.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5236fd7f6e2d169763fd68ac43aaa4da78c63b2942734faab58d3e8cd442197b +size 356150 diff --git a/videos/Airbot_MMK2_storage_rubiks_cube_and_cup.mp4 b/videos/Airbot_MMK2_storage_rubiks_cube_and_cup.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52e47c35bb610b9f65d53085765a91d8cc735cc2 --- /dev/null +++ b/videos/Airbot_MMK2_storage_rubiks_cube_and_cup.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6e1a955832bbed7603797c258b94464c963078d88f6a4c5b06c27becc5ed91 +size 393610 diff --git a/videos/Airbot_MMK2_storage_shark_doll.mp4 b/videos/Airbot_MMK2_storage_shark_doll.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf508162744a66b111f4326e04e694909c020972 --- /dev/null +++ b/videos/Airbot_MMK2_storage_shark_doll.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0aae4e73d9b423b85e9a9e022a807ed93a237df5ed02335446e2179507ef59 +size 156082 diff --git a/videos/Airbot_MMK2_storage_sponge_wet_wipes.mp4 b/videos/Airbot_MMK2_storage_sponge_wet_wipes.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32dc42b1cfc69edce2cb7a9b6c15023e3427259c --- /dev/null +++ b/videos/Airbot_MMK2_storage_sponge_wet_wipes.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9721477e4287ed0f12ce444b2cb471900ff1c0986adfc6d5431fb2bdc050143 +size 269317 diff --git a/videos/Airbot_MMK2_storage_spoon.mp4 b/videos/Airbot_MMK2_storage_spoon.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44c7fb86c1d70d04b606caac0000f9f6a7bf64a4 --- /dev/null +++ b/videos/Airbot_MMK2_storage_spoon.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1aa76c3aeac00c9d2b38c088d799d0b9d2f0839447428fe84eea265336f261 +size 416418 diff --git a/videos/Airbot_MMK2_storage_stationery_xylophone.mp4 b/videos/Airbot_MMK2_storage_stationery_xylophone.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1edc4964ff8a839b06484d66d30363791d8a3ab --- /dev/null +++ b/videos/Airbot_MMK2_storage_stationery_xylophone.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9053f861d8d8237709ca64fba9e8542574ad62c284c473f9305c4e9545afe54 +size 700344 diff --git a/videos/Airbot_MMK2_storage_tape_measure_umbrella.mp4 b/videos/Airbot_MMK2_storage_tape_measure_umbrella.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a6fb7d5ab71ea7f6f8f52e369cb13d5c088aed3 --- /dev/null +++ b/videos/Airbot_MMK2_storage_tape_measure_umbrella.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e0878d733d39f5ac1b109a85459fd3153cb16c4f04b61f4843e00133c17a46 +size 193997 diff --git a/videos/Airbot_MMK2_storage_tissue_and_milk_carton.mp4 b/videos/Airbot_MMK2_storage_tissue_and_milk_carton.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ce4d3f8da2ca3a47e3c916f30d062c5e4b07acc --- /dev/null +++ b/videos/Airbot_MMK2_storage_tissue_and_milk_carton.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a55443d21916e93ff1b27483db5d732598036939a918518cc9c5403ca38b8e +size 225510 diff --git a/videos/Airbot_MMK2_storage_tissue_paper.mp4 b/videos/Airbot_MMK2_storage_tissue_paper.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0fc7a2c891629e2668d557c8ab01e6dc21c3b26 --- /dev/null +++ b/videos/Airbot_MMK2_storage_tissue_paper.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24938a8b4cab6885220994b9ce65036f85601e7a43c3e4605bf51b5c52bacdd +size 210837 diff --git a/videos/Airbot_MMK2_storage_tissues_tub.mp4 b/videos/Airbot_MMK2_storage_tissues_tub.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79ce0676230ff1f20afaa91829600ff595aaf254 --- /dev/null +++ b/videos/Airbot_MMK2_storage_tissues_tub.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec9c83bd6afc74b7ef15dd0f8db05c33582d38e5b49d0fda04755a7870678f8 +size 195125 diff --git a/videos/Airbot_MMK2_storage_tomato_potato.mp4 b/videos/Airbot_MMK2_storage_tomato_potato.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..487bd8fd9eb98198d91a1217b57de9eb7996a18a --- /dev/null +++ b/videos/Airbot_MMK2_storage_tomato_potato.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28a03d91251a1baf9061d05da5a378ef2dea8e63df9e27d6f0d00c9a34f17da +size 126565 diff --git a/videos/Airbot_MMK2_storage_tools.mp4 b/videos/Airbot_MMK2_storage_tools.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3df5ad0ecc845dcd2e1c80c99e5997dc45d659e --- /dev/null +++ b/videos/Airbot_MMK2_storage_tools.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb67d31f4255eee8839bcc0f81aebcf9e1d2a2cbc7ab17cfe38b19f0b4a6658e +size 185692 diff --git a/videos/Airbot_MMK2_storage_toy_cars_and_cookies.mp4 b/videos/Airbot_MMK2_storage_toy_cars_and_cookies.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91e3e04ce3976498d8ad3d3098acb369980826ca --- /dev/null +++ b/videos/Airbot_MMK2_storage_toy_cars_and_cookies.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616c8517b027a0424137e5738d79bd49970a8e751a80e5a5b075771681077353 +size 220699 diff --git a/videos/Airbot_MMK2_storage_tumbler_umbrella.mp4 b/videos/Airbot_MMK2_storage_tumbler_umbrella.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3ce8287213c30b601a9d4fc05237c13a2640831 --- /dev/null +++ b/videos/Airbot_MMK2_storage_tumbler_umbrella.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83f18f3eb18e1403a4b730281398b99df5efa5a85e0f9466ba5ccf0c2359968 +size 300257 diff --git a/videos/Airbot_MMK2_storage_wet_tissue_and_building_block.mp4 b/videos/Airbot_MMK2_storage_wet_tissue_and_building_block.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e7ede3a38c43ca477813d81757e29f92c614365 --- /dev/null +++ b/videos/Airbot_MMK2_storage_wet_tissue_and_building_block.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a15afefbf6e29a45872791c7c5cb6c36aa09bbaabdbaf2d2a12bf2a0bb932f +size 295153 diff --git a/videos/Airbot_MMK2_store_beauty_blender_and_building_blocks.mp4 b/videos/Airbot_MMK2_store_beauty_blender_and_building_blocks.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6c199b7fb62394c794cf34c3bd3168a252c1f26 --- /dev/null +++ b/videos/Airbot_MMK2_store_beauty_blender_and_building_blocks.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0052457ff047a1d8f4eb32cd6c8ba8f65aa3b1d07037fdf19f85d53350ff0378 +size 262984 diff --git a/videos/Airbot_MMK2_store_coffee_cups.mp4 b/videos/Airbot_MMK2_store_coffee_cups.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..783bea810bc91ed5184d69fc73fd2349565b1b41 --- /dev/null +++ b/videos/Airbot_MMK2_store_coffee_cups.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90613505bf47412225a21c1cb5e8252cd88ee946bb2aa3361f57fb53c765c11 +size 270155 diff --git a/videos/Airbot_MMK2_store_peaches_and_pears.mp4 b/videos/Airbot_MMK2_store_peaches_and_pears.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ff1c95c8500a3c9b01ebcc89d0418c039008349 --- /dev/null +++ b/videos/Airbot_MMK2_store_peaches_and_pears.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c633e881d2db18a88cb126e665558456ca49ec10fe8c0734a6aad3bff9528fb7 +size 264151 diff --git a/videos/Airbot_MMK2_store_pomegranates_and_mangoes.mp4 b/videos/Airbot_MMK2_store_pomegranates_and_mangoes.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10a35a0b723e2f64409303b465b44fe35fefe5bf --- /dev/null +++ b/videos/Airbot_MMK2_store_pomegranates_and_mangoes.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b81bab349a917e2289f9376508b000e89646a3f5746b572e7254ff1492c3b6 +size 399571 diff --git a/videos/Airbot_MMK2_store_wet_wipes_and_bowls.mp4 b/videos/Airbot_MMK2_store_wet_wipes_and_bowls.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32de85d630dc56efa0d8e8c22272d52b1bf33358 --- /dev/null +++ b/videos/Airbot_MMK2_store_wet_wipes_and_bowls.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75300f3dca42bd71d7b06c51e4dbd772afd57da61d38b350d31448425ac23cd4 +size 296437 diff --git a/videos/Airbot_MMK2_storge_cake_ice_cream.mp4 b/videos/Airbot_MMK2_storge_cake_ice_cream.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95054d12c8755da0320cf9c9a329fc9e2ab41144 --- /dev/null +++ b/videos/Airbot_MMK2_storge_cake_ice_cream.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822c5eb478102c4371ec0ed92e7b20a4d4a0c7aecc6a1833802c104c4ea0aef4 +size 179557 diff --git a/videos/Airbot_MMK2_swap_apple_cake_plate.mp4 b/videos/Airbot_MMK2_swap_apple_cake_plate.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c68e742065347035b1f447af3d4fdc732418e29 --- /dev/null +++ b/videos/Airbot_MMK2_swap_apple_cake_plate.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca88b34808fad447931de90030f4d602f1d43c7e1fbe8fd9b2e71a324b8f2153 +size 189969 diff --git a/videos/Airbot_MMK2_swap_bbs_block_plate.mp4 b/videos/Airbot_MMK2_swap_bbs_block_plate.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04403fad744e3c94528bb9fa9da127ce28c7c099 --- /dev/null +++ b/videos/Airbot_MMK2_swap_bbs_block_plate.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f151630b78e96406c3ff5c3216293b54cfeaec1cfe7a8e1217b10d419ab17baa +size 276149 diff --git a/videos/Airbot_MMK2_swap_bbs_cake_plate.mp4 b/videos/Airbot_MMK2_swap_bbs_cake_plate.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91e8e98d8badd73d308040a33d3a5aaabbdf9a0b --- /dev/null +++ b/videos/Airbot_MMK2_swap_bbs_cake_plate.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b96cbc40efbef359226f359e9a9c90b6def3138145916e07710ed240aabf75 +size 279696 diff --git a/videos/Airbot_MMK2_swap_bottle_wet_wipes_plate.mp4 b/videos/Airbot_MMK2_swap_bottle_wet_wipes_plate.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa7b16fa5c7d8ee5ef0921ea932bde57794b7d34 --- /dev/null +++ b/videos/Airbot_MMK2_swap_bottle_wet_wipes_plate.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5472773c997a0680ae486bbd4ebc6e529ce3b4bf463c9832212aa5a68ab645ac +size 405888 diff --git a/videos/Airbot_MMK2_swap_bread_cake_plate.mp4 b/videos/Airbot_MMK2_swap_bread_cake_plate.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00e0b64934e9ba8bb49dba603c207ddfb5f40f44 --- /dev/null +++ b/videos/Airbot_MMK2_swap_bread_cake_plate.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3b556b4c1a57725d06a7dd1e33db76762820e54bb65ebbfabeeda6d197d205 +size 250685 diff --git a/videos/Airbot_MMK2_swap_cake_pumpkin_plate.mp4 b/videos/Airbot_MMK2_swap_cake_pumpkin_plate.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14ae0412c2eea88334f57f363550abaf386f6f68 --- /dev/null +++ b/videos/Airbot_MMK2_swap_cake_pumpkin_plate.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801fc35359aec88a317516ea3b01b7535aaf018074ebac4efadc0e5037f6aa3a +size 375620 diff --git a/videos/Airbot_MMK2_swap_cake_sponge_plate.mp4 b/videos/Airbot_MMK2_swap_cake_sponge_plate.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f307777c00e92035eeb4d8788fdb40bd10997c41 --- /dev/null +++ b/videos/Airbot_MMK2_swap_cake_sponge_plate.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f2b805f0070c4f4529f47305a54b89159b0fddbc5e77ca852f16511775e666 +size 144488 diff --git a/videos/Airbot_MMK2_swap_sponge_paper_box_plate.mp4 b/videos/Airbot_MMK2_swap_sponge_paper_box_plate.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d102fcb3c54427b46b4baf6b9f369383c328002d --- /dev/null +++ b/videos/Airbot_MMK2_swap_sponge_paper_box_plate.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a6f082220a490e80db62dda1a404d7d13374b069feb21995d1dc4781d86d5c +size 185261 diff --git a/videos/Airbot_MMK2_sweep_peaper.mp4 b/videos/Airbot_MMK2_sweep_peaper.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6965945c80131388d657909883dc9ed0c01240e6 --- /dev/null +++ b/videos/Airbot_MMK2_sweep_peaper.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a2c4577cd0c6032fbbdac296a9c2889c47000d38e002af7d300572026e0c24 +size 470027 diff --git a/videos/Airbot_MMK2_take_BBs_block.mp4 b/videos/Airbot_MMK2_take_BBs_block.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74919bf8117636d5f934adec37f7a71646094582 --- /dev/null +++ b/videos/Airbot_MMK2_take_BBs_block.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1520f31f9f88c2d80822a9938aebdb3c533638f0be3c6a4aec46d4177b5d122 +size 363434 diff --git a/videos/Airbot_MMK2_take_block.mp4 b/videos/Airbot_MMK2_take_block.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76913d6dce669cec01a93380939fcb387945ff4b --- /dev/null +++ b/videos/Airbot_MMK2_take_block.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b426a6a22074557c7d80ed1a75c8694cb4131fe43eb11906f85de3e73f20dfc2 +size 202971 diff --git a/videos/Airbot_MMK2_take_block_both_hands.mp4 b/videos/Airbot_MMK2_take_block_both_hands.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70fcac17061dfef23870bad0eda60114cfc4682b --- /dev/null +++ b/videos/Airbot_MMK2_take_block_both_hands.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8b3464030d3d4545b432b3bfef0273c3975e7a8b3fd7894295c15909ca44be +size 250307 diff --git a/videos/Airbot_MMK2_take_book.mp4 b/videos/Airbot_MMK2_take_book.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3699612153a58948298bfb61ce980ec18d1d4fb --- /dev/null +++ b/videos/Airbot_MMK2_take_book.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52ecf606efccaefe3c1518a200045ee7260cc2642a23a8d4eea193454d835f0 +size 388969 diff --git a/videos/Airbot_MMK2_take_bottle_umbrella.mp4 b/videos/Airbot_MMK2_take_bottle_umbrella.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3633d88c0475720760d2c126ae7a1f91568f7343 --- /dev/null +++ b/videos/Airbot_MMK2_take_bottle_umbrella.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398d94d93f6c9c66c3eb248fd22d032c6d06b0b05e39f8b20e63fb6758305a71 +size 437148 diff --git a/videos/Airbot_MMK2_take_bowl_sponge.mp4 b/videos/Airbot_MMK2_take_bowl_sponge.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..763bf123c3ee4792c052a3535d747abddaee4701 --- /dev/null +++ b/videos/Airbot_MMK2_take_bowl_sponge.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4530e1821573f84c1c2b60c2ba27fb651fe7d8ff36c3778097178b6903f5ff +size 387730 diff --git a/videos/Airbot_MMK2_take_cake_both_hands.mp4 b/videos/Airbot_MMK2_take_cake_both_hands.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf10664f8cc50a53eb654ab19d3e0a5a9480f9b1 --- /dev/null +++ b/videos/Airbot_MMK2_take_cake_both_hands.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f13403dcb5cd48e12075bc315c9bda97784c5b04a5d35066ee5b148facf48c2 +size 205724 diff --git a/videos/Airbot_MMK2_take_cup.mp4 b/videos/Airbot_MMK2_take_cup.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8edcc1b987fa6e01370f24dc9ee7ea5c5ea4f89c --- /dev/null +++ b/videos/Airbot_MMK2_take_cup.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f73ae03b01b0ab95b4acefff0cdceb10dda559580c3a9a55aa4e01fbab13c6d +size 221810 diff --git a/videos/Airbot_MMK2_take_dog_doll.mp4 b/videos/Airbot_MMK2_take_dog_doll.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f223cb45acc5f00bd23caa068b1c5bac5379a12 --- /dev/null +++ b/videos/Airbot_MMK2_take_dog_doll.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68129dc5bc221be1ec30e107e2b8935c62cd8c7daa495b2968f49f0fac546311 +size 285393 diff --git a/videos/Airbot_MMK2_take_down_paper_cup.mp4 b/videos/Airbot_MMK2_take_down_paper_cup.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21fee27cbf74556e214390a937ccb44807829c6e --- /dev/null +++ b/videos/Airbot_MMK2_take_down_paper_cup.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9c604d05eecdda243396f8f6e60b828bf2e1e33a9ff973e1b4addc64e4ae0b +size 187233 diff --git a/videos/Airbot_MMK2_take_down_umbrella_and_mineral_water.mp4 b/videos/Airbot_MMK2_take_down_umbrella_and_mineral_water.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e762f15f8a5ca266fb4b7ca5fd4abd3e2d2d76f4 --- /dev/null +++ b/videos/Airbot_MMK2_take_down_umbrella_and_mineral_water.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c666ebcca93fcc1c85340db5d761f4c425cd72e5cf3e46169f06f2fd24162a1 +size 192825 diff --git a/videos/Airbot_MMK2_take_drink.mp4 b/videos/Airbot_MMK2_take_drink.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0349a27c9bcc0fdb054896fec4bc54ba0639a7c9 --- /dev/null +++ b/videos/Airbot_MMK2_take_drink.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:868469c0131e6ac7164403afdeb4727f5abb8cd1c5f78aff619b4c3811227079 +size 265174 diff --git a/videos/Airbot_MMK2_take_egg.mp4 b/videos/Airbot_MMK2_take_egg.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81451d983b0352e0695ae108f583ce98b33d6daf --- /dev/null +++ b/videos/Airbot_MMK2_take_egg.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d577ab1ca6452956451671245b224fe2b420d7dd6028a5670ad2f4b68f134a +size 161120 diff --git a/videos/Airbot_MMK2_take_electronics.mp4 b/videos/Airbot_MMK2_take_electronics.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43798eac14db07a2195c0fc3e2ab8975f82102c4 --- /dev/null +++ b/videos/Airbot_MMK2_take_electronics.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0451dcdd1984e0317e0c3d85f08510a764dbccbc79df6ba2f25e8fcbcc53f4c9 +size 384676 diff --git a/videos/Airbot_MMK2_take_part_both_hands.mp4 b/videos/Airbot_MMK2_take_part_both_hands.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c44daa0c1a40ce5bbf7173da973845e378b9d236 --- /dev/null +++ b/videos/Airbot_MMK2_take_part_both_hands.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b0f09958202934bccb5d822e2a38f4159a29012ed4cd13f2cf6abb4e2249f9 +size 200810 diff --git a/videos/Airbot_MMK2_take_the_book.mp4 b/videos/Airbot_MMK2_take_the_book.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..117bf2b398f388c92bbeb964d0101ec685255b4c --- /dev/null +++ b/videos/Airbot_MMK2_take_the_book.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d093088125585faecc87ba01b42c63e22374d5d4f3d4a01ba17c539464ce2116 +size 123506 diff --git a/videos/Airbot_MMK2_take_tissues.mp4 b/videos/Airbot_MMK2_take_tissues.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69b28e8e1c77c3b9db2cb53243a6e9741e4b34b0 --- /dev/null +++ b/videos/Airbot_MMK2_take_tissues.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5b6a3982f8f1d305ea17b68147f85d0a7a2dd6925bb2602abc481e6357f65c +size 178478 diff --git a/videos/Airbot_MMK2_take_toy_car.mp4 b/videos/Airbot_MMK2_take_toy_car.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b98aa766a98a342916e1b97a9c7730ab25ac7b7 --- /dev/null +++ b/videos/Airbot_MMK2_take_toy_car.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dcbc3588e1633b36fb35df3b126f5b0fb7aae845757b4538b90a31fc9856b22 +size 343249 diff --git a/videos/Airbot_MMK2_the_cup_is_put_into_the_bucket.mp4 b/videos/Airbot_MMK2_the_cup_is_put_into_the_bucket.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25582fcd2f643034be760ccd336d6c5323fbad6f --- /dev/null +++ b/videos/Airbot_MMK2_the_cup_is_put_into_the_bucket.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100ae7ee469c239e096f0fb33ad6ca8a855d0c1044b93103691a252aba250fb2 +size 231498 diff --git a/videos/Airbot_MMK2_toy_storage.mp4 b/videos/Airbot_MMK2_toy_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b62efd52954d12f77670f3a0f98972b10ae2f88c --- /dev/null +++ b/videos/Airbot_MMK2_toy_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64023e789f6e7c585128e4944dbc529f9fe0d9afc3c4f2743dc29e94bd9bd557 +size 306983 diff --git a/videos/Airbot_MMK2_turn_page.mp4 b/videos/Airbot_MMK2_turn_page.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5459108c35a6f699af33472a61c5a7f014af6182 --- /dev/null +++ b/videos/Airbot_MMK2_turn_page.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208322df8944a143cff552286a547dac1ab9d48b872f5d44a2ac731a90ad5b5a +size 134022 diff --git a/videos/Airbot_MMK2_unplug.mp4 b/videos/Airbot_MMK2_unplug.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89a48d86c928e2f7b06d5a408f49377d1c97ad88 --- /dev/null +++ b/videos/Airbot_MMK2_unplug.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19390fbebc9831fe0122b3e67da8b02408e20c0b8bf5189cd39b4a03de6b28e3 +size 214970 diff --git a/videos/Airbot_MMK2_unscrew_bottle_cap.mp4 b/videos/Airbot_MMK2_unscrew_bottle_cap.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0ece77e4a9c8f6f2c76d077694f7a6dcc404d3a --- /dev/null +++ b/videos/Airbot_MMK2_unscrew_bottle_cap.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a11f44eb833a37e85378a44e56b1e000ff4b858cccd4f4ba101b9130615099 +size 444981 diff --git a/videos/Galaxea_R1_Lite_arrange_baai_then_brain.mp4 b/videos/Galaxea_R1_Lite_arrange_baai_then_brain.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f39e1d0efd1f5bddf3cac295690d0a914e643f2b --- /dev/null +++ b/videos/Galaxea_R1_Lite_arrange_baai_then_brain.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc3984a5b3e1a969cfbb2dcfbd5b960c7878b39be45757d1913fc5b940ce3f84 +size 1420746 diff --git a/videos/Galaxea_R1_Lite_boil_water_in_a_kettle.mp4 b/videos/Galaxea_R1_Lite_boil_water_in_a_kettle.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f96bd4fbeb4de57dc38f21d8e15547de542ddb4b --- /dev/null +++ b/videos/Galaxea_R1_Lite_boil_water_in_a_kettle.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9210503d432e467b0705d04c83eb2d44a7f5482b8adba34eaff5d6c35102de41 +size 2371493 diff --git a/videos/Galaxea_R1_Lite_build_blocks.mp4 b/videos/Galaxea_R1_Lite_build_blocks.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..381f105cd6e400a9a67f2f6030abab375f6c8765 --- /dev/null +++ b/videos/Galaxea_R1_Lite_build_blocks.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821ab0d71401e470560d99acfc9ff8c66a3d9a5a756de774c9d64be848b4066b +size 1053165 diff --git a/videos/Galaxea_R1_Lite_catch_the_water.mp4 b/videos/Galaxea_R1_Lite_catch_the_water.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..676584b36b810ab62093ebbb09c966c119775f40 --- /dev/null +++ b/videos/Galaxea_R1_Lite_catch_the_water.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6787ad227324f08b97e31e0661e8ecb16762ee818c4bc87d9912187ac5000284 +size 1365214 diff --git a/videos/Galaxea_R1_Lite_change_baai_into_brain.mp4 b/videos/Galaxea_R1_Lite_change_baai_into_brain.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a98c40b5253c465f8b0f6ee36da1e3ba2d54be4e --- /dev/null +++ b/videos/Galaxea_R1_Lite_change_baai_into_brain.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e077ba03a561ebd674b7959434e0e9a8557241eb55b2cde1192bf5aa7d0ee0 +size 1768165 diff --git a/videos/Galaxea_R1_Lite_classify_object_five.mp4 b/videos/Galaxea_R1_Lite_classify_object_five.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98ba2160cd814ff248a7061b99c6744a4b3e3660 --- /dev/null +++ b/videos/Galaxea_R1_Lite_classify_object_five.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408471760bb12b9b09f45bf26b2d4123d150cac410398a6e77e84c49077af7fa +size 1848743 diff --git a/videos/Galaxea_R1_Lite_classify_object_four.mp4 b/videos/Galaxea_R1_Lite_classify_object_four.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4d4d9cdec14aec2bfe34ae2e512d77d95abe781 --- /dev/null +++ b/videos/Galaxea_R1_Lite_classify_object_four.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1215fc941beb90f1ca27713c238f901303e953d693f7ae640cc289b12cdfef3c +size 1450119 diff --git a/videos/Galaxea_R1_Lite_classify_object_green_tablecloth.mp4 b/videos/Galaxea_R1_Lite_classify_object_green_tablecloth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9c6f9d22c73a537346148f3161d653b03d3d52b --- /dev/null +++ b/videos/Galaxea_R1_Lite_classify_object_green_tablecloth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93948066eb937bb2535b60e31e60d285aeeb06d2836d4a542f47c67eae6fe5f +size 4452662 diff --git a/videos/Galaxea_R1_Lite_classify_object_six.mp4 b/videos/Galaxea_R1_Lite_classify_object_six.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01eb77e6f881e6235bf33e4da7164e53f781b75a --- /dev/null +++ b/videos/Galaxea_R1_Lite_classify_object_six.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fbf48cf23858a72ab212fb04281c9c413cd53f6c0d3675648b21576172ea021 +size 1903385 diff --git a/videos/Galaxea_R1_Lite_classify_object_three.mp4 b/videos/Galaxea_R1_Lite_classify_object_three.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b781d1a8b06f6cba44a15376004900b9b8f6844 --- /dev/null +++ b/videos/Galaxea_R1_Lite_classify_object_three.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f3f40df58c18a291f2eda33171c40cece1d6235470fa33ed7147a4b8e8dc0d +size 1137636 diff --git a/videos/Galaxea_R1_Lite_clean_the_floor.mp4 b/videos/Galaxea_R1_Lite_clean_the_floor.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75fbfa96046cc485cb689e14c1df7a0d621c6cc0 --- /dev/null +++ b/videos/Galaxea_R1_Lite_clean_the_floor.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1992416211f4bf0177aea9f86542b59aab1ce1ecf17fd476a64b96c2c4f1a1aa +size 3818611 diff --git a/videos/Galaxea_R1_Lite_clean_the_sink.mp4 b/videos/Galaxea_R1_Lite_clean_the_sink.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39e5e8583e9058e4799850ad7b9b85fa28b37328 --- /dev/null +++ b/videos/Galaxea_R1_Lite_clean_the_sink.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15185a77ed82f1d80ecd7e263d2e767355609074ca099fd89923777d2efdf8d3 +size 2035312 diff --git a/videos/Galaxea_R1_Lite_clean_toilet.mp4 b/videos/Galaxea_R1_Lite_clean_toilet.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9abf612d81179268c8f06d11ead4d5b452a2d08d --- /dev/null +++ b/videos/Galaxea_R1_Lite_clean_toilet.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b08b60e1460e898a2939e9b3db1609715fc76a3950851a48ff73cb12b0b72f +size 7344117 diff --git a/videos/Galaxea_R1_Lite_connect_the_router_cable.mp4 b/videos/Galaxea_R1_Lite_connect_the_router_cable.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73e716e0cd1784df19ae3d59f4e0135fae48682b --- /dev/null +++ b/videos/Galaxea_R1_Lite_connect_the_router_cable.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4287770b0ac412de4142a32c7a19d280c7da1522237c1ee6096b690a4f0fd10 +size 2926727 diff --git a/videos/Galaxea_R1_Lite_cook_a_meal.mp4 b/videos/Galaxea_R1_Lite_cook_a_meal.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..558fce3476a53746516632046e1b7243281dc656 --- /dev/null +++ b/videos/Galaxea_R1_Lite_cook_a_meal.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8015e6028d4f8637cfeafc9b7a5524c63cadb7870bb8b8e037ffcd5780f8afcf +size 4016473 diff --git a/videos/Galaxea_R1_Lite_cover_the_pot_lid.mp4 b/videos/Galaxea_R1_Lite_cover_the_pot_lid.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6aae1d95e48e12fe668308d2bb04f2e2ff27df86 --- /dev/null +++ b/videos/Galaxea_R1_Lite_cover_the_pot_lid.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205c9ed7fc393b83660848eedb448ca6a37e8c252ca847d83e8e3c157309ac6a +size 1640391 diff --git a/videos/Galaxea_R1_Lite_dispose_of_leftover_food.mp4 b/videos/Galaxea_R1_Lite_dispose_of_leftover_food.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..976003af40d23b1b3bcbd992989a6a595a4003ca --- /dev/null +++ b/videos/Galaxea_R1_Lite_dispose_of_leftover_food.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b786d3cdf5cd0fb26191d0d282118fb1122093720e1e7d9a0fe9a9143000d9 +size 2175358 diff --git a/videos/Galaxea_R1_Lite_drawer_storage_hair_dryer.mp4 b/videos/Galaxea_R1_Lite_drawer_storage_hair_dryer.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb4064d5a9b7fb0c3657f61a13d37f9ad190e3ac --- /dev/null +++ b/videos/Galaxea_R1_Lite_drawer_storage_hair_dryer.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2b6adcca187e9939d0cc6c0f7970a0d76599390df1ef63d2ef17dca05612c4 +size 2925266 diff --git a/videos/Galaxea_R1_Lite_fold_clothes.mp4 b/videos/Galaxea_R1_Lite_fold_clothes.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40420e7b5994e76e24ad36c4dd025efdc0a6f7f8 --- /dev/null +++ b/videos/Galaxea_R1_Lite_fold_clothes.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382ef292e3ea6f1f512c84feaec0a737a815741f5aa916d1570e761442109820 +size 4521733 diff --git a/videos/Galaxea_R1_Lite_fold_towel_twice.mp4 b/videos/Galaxea_R1_Lite_fold_towel_twice.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de49c87e22cedd335047121aac95b0d791144263 --- /dev/null +++ b/videos/Galaxea_R1_Lite_fold_towel_twice.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15701719561459cd818cf7f92fdbf23e40705b3211d23408304dbcd6b603ed07 +size 1826926 diff --git a/videos/Galaxea_R1_Lite_garbage_disposal.mp4 b/videos/Galaxea_R1_Lite_garbage_disposal.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..852d58faeef07eb9cc372466f23df8aee292bbfe --- /dev/null +++ b/videos/Galaxea_R1_Lite_garbage_disposal.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f14d1fa5fe3d0131c0e4631653a3b5f39bb6d59e5a37e173e293c2b6a45f1d +size 2252150 diff --git a/videos/Galaxea_R1_Lite_hang_clothes.mp4 b/videos/Galaxea_R1_Lite_hang_clothes.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6763368c56edb2bfea25d8fe4da22d341ff502d2 --- /dev/null +++ b/videos/Galaxea_R1_Lite_hang_clothes.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58f052bfbdd22d9cc6d494a3bda43751a6777da73126f2558bcc6a1f7b6cbfe +size 8159429 diff --git a/videos/Galaxea_R1_Lite_make_a_landline_call.mp4 b/videos/Galaxea_R1_Lite_make_a_landline_call.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2739bc04bd741661c0534da0511978b506c7e15a --- /dev/null +++ b/videos/Galaxea_R1_Lite_make_a_landline_call.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c8aa279ddcb87fc2f276355bd4026a96e6e0589759a7ea4dc234b5a71080d1 +size 2295797 diff --git a/videos/Galaxea_R1_Lite_make_breakfast.mp4 b/videos/Galaxea_R1_Lite_make_breakfast.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1646bd5e1df330ccff0f9f4487759167337fca29 --- /dev/null +++ b/videos/Galaxea_R1_Lite_make_breakfast.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47543c60b863c22576f6e835d1b7e8c6a6569ab80be79b9e3e05287345388a02 +size 3723684 diff --git a/videos/Galaxea_R1_Lite_make_tea.mp4 b/videos/Galaxea_R1_Lite_make_tea.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8cdc80763deb2882f0d23d0831afb591c750d93 --- /dev/null +++ b/videos/Galaxea_R1_Lite_make_tea.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5f9faa72400c7001bc2de25174c0f817956a10a005859ca062d3904bd649d4 +size 2605907 diff --git a/videos/Galaxea_R1_Lite_make_the_bed.mp4 b/videos/Galaxea_R1_Lite_make_the_bed.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf22d102f18c89a75492b16be7bdd988c629b2d3 --- /dev/null +++ b/videos/Galaxea_R1_Lite_make_the_bed.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b66ffe989897a0ea1fb69d3ef3bc66e349ed38beae526a70b007d68c17581da +size 3797402 diff --git a/videos/Galaxea_R1_Lite_mix_blue_yellow_large_test_tube.mp4 b/videos/Galaxea_R1_Lite_mix_blue_yellow_large_test_tube.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..528f858620ec69027293a574154383e7b707fdc9 --- /dev/null +++ b/videos/Galaxea_R1_Lite_mix_blue_yellow_large_test_tube.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1537bfd4fe330167b140df423bd76932cfe32d5801710ac57b9a47bc3d5ff5 +size 1108236 diff --git a/videos/Galaxea_R1_Lite_mix_blue_yellow_left_large_test_tube.mp4 b/videos/Galaxea_R1_Lite_mix_blue_yellow_left_large_test_tube.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22a9302eec49412189e3f52be934f78bf8385e29 --- /dev/null +++ b/videos/Galaxea_R1_Lite_mix_blue_yellow_left_large_test_tube.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41730d0cd9c457699c5229c42b7b92d2e633715ee87474b3ddc0dc22ea0835d +size 1340332 diff --git a/videos/Galaxea_R1_Lite_mix_blue_yellow_left_small_test_tube.mp4 b/videos/Galaxea_R1_Lite_mix_blue_yellow_left_small_test_tube.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69b0cff33118f49da23d7bdb16f2b229ae978d6c --- /dev/null +++ b/videos/Galaxea_R1_Lite_mix_blue_yellow_left_small_test_tube.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44ba178525bd6616b1e480fabcc69f67169cd4334a25493e59ae50a9ddcad66 +size 972820 diff --git a/videos/Galaxea_R1_Lite_mix_blue_yellow_right.mp4 b/videos/Galaxea_R1_Lite_mix_blue_yellow_right.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..653ccd092b611fd9f28ab1dcb19040f48dbc3c04 --- /dev/null +++ b/videos/Galaxea_R1_Lite_mix_blue_yellow_right.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b6a544e0accbc7401037b1295480472f89c327b92ef7f4728fcbc04b9e2a1b +size 1102305 diff --git a/videos/Galaxea_R1_Lite_mix_color.mp4 b/videos/Galaxea_R1_Lite_mix_color.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ebb8c0d616d1f9c04e5687b370ad5647659e0bc --- /dev/null +++ b/videos/Galaxea_R1_Lite_mix_color.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cda8049325ed3e96245ca86c40fa76d6b40b20fdd2084c408e00e1f3f19531d +size 1788065 diff --git a/videos/Galaxea_R1_Lite_mix_color_large_test_tube.mp4 b/videos/Galaxea_R1_Lite_mix_color_large_test_tube.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce2e087c45de2278f33bbe0435eaae80622d293a --- /dev/null +++ b/videos/Galaxea_R1_Lite_mix_color_large_test_tube.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009394106d879b3e37f66ff7c315c2e55dcf4c2aeaafb292bb9c0c38f2e38fde +size 1092892 diff --git a/videos/Galaxea_R1_Lite_mix_color_small_test_tube.mp4 b/videos/Galaxea_R1_Lite_mix_color_small_test_tube.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..450093c5b4ee6a95eb2c0fdb114a638831c00e9f --- /dev/null +++ b/videos/Galaxea_R1_Lite_mix_color_small_test_tube.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1033a78abc3869a5cda52dda197711ad8700ca8f6606b44004151b2c61d17d8f +size 723894 diff --git a/videos/Galaxea_R1_Lite_mix_red_blue_large_test_tube.mp4 b/videos/Galaxea_R1_Lite_mix_red_blue_large_test_tube.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e86cd24eb68f06b5a3383b33100adf4cb218d0a --- /dev/null +++ b/videos/Galaxea_R1_Lite_mix_red_blue_large_test_tube.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a56f7e18863da54516df3f9bcdbc889810292cca1026926ed6787962b1405f +size 1126092 diff --git a/videos/Galaxea_R1_Lite_mix_red_blue_left_large_test_tube.mp4 b/videos/Galaxea_R1_Lite_mix_red_blue_left_large_test_tube.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..653d0c3b95a37bc2d61b9a5080bf9e9d52edcfea --- /dev/null +++ b/videos/Galaxea_R1_Lite_mix_red_blue_left_large_test_tube.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57fcfca6b32b96a9d01db115128ed9746fc7b1198b892dfa4229573ea7196595 +size 904151 diff --git a/videos/Galaxea_R1_Lite_mix_red_blue_right.mp4 b/videos/Galaxea_R1_Lite_mix_red_blue_right.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..804784514c0e3134ea443902f2fff897f91a085d --- /dev/null +++ b/videos/Galaxea_R1_Lite_mix_red_blue_right.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba032556e61c0a67d80d90d9b09a0c64caeaf5adf531e3513dabd854cc4d7eb +size 972752 diff --git a/videos/Galaxea_R1_Lite_mix_red_yellow_large_test_tube.mp4 b/videos/Galaxea_R1_Lite_mix_red_yellow_large_test_tube.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f17bc6b7996e61c27a5014d6415466925f19ff62 --- /dev/null +++ b/videos/Galaxea_R1_Lite_mix_red_yellow_large_test_tube.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b55d28c9e9d56f84fd6e4e322b6b9599b1f158e6a358f5c19ec419a72bb57c +size 1042937 diff --git a/videos/Galaxea_R1_Lite_mix_red_yellow_left_large_test_tube.mp4 b/videos/Galaxea_R1_Lite_mix_red_yellow_left_large_test_tube.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c4b7de7202cd35183a06a94b7266c02573b728c --- /dev/null +++ b/videos/Galaxea_R1_Lite_mix_red_yellow_left_large_test_tube.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faca4d8b05c95bcbb2f45c77b180bc9bc9290f8180521fe56f21eed78451ace8 +size 901946 diff --git a/videos/Galaxea_R1_Lite_mix_red_yellow_right.mp4 b/videos/Galaxea_R1_Lite_mix_red_yellow_right.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e6df7ca6685c0dc871c864d933d48da93f7e959 --- /dev/null +++ b/videos/Galaxea_R1_Lite_mix_red_yellow_right.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4f700c647f38575d6a4b07940693602f482c73cfcba83dac2ebfe591d108aa +size 1222542 diff --git a/videos/Galaxea_R1_Lite_move_mouse.mp4 b/videos/Galaxea_R1_Lite_move_mouse.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25ad8f360f6dd1ade9572e5d93e4317ce2cddd5a --- /dev/null +++ b/videos/Galaxea_R1_Lite_move_mouse.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8a0bb0151c974edaef0655b52a092aabed665ebaa8f8ae05837bdbc8c3825f +size 380389 diff --git a/videos/Galaxea_R1_Lite_move_the_position_of_the_apple.mp4 b/videos/Galaxea_R1_Lite_move_the_position_of_the_apple.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa73d0d7c90d986d27190aab51ab82f9298bc17f --- /dev/null +++ b/videos/Galaxea_R1_Lite_move_the_position_of_the_apple.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318ccf0d0f6d402fbd8a6190993127702108ec0f95c416b6fa458ff713050fc7 +size 277293 diff --git a/videos/Galaxea_R1_Lite_move_the_position_of_the_black_marker.mp4 b/videos/Galaxea_R1_Lite_move_the_position_of_the_black_marker.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b2de2d2bc3c21bf2a7b7cd3138187cba3acadae --- /dev/null +++ b/videos/Galaxea_R1_Lite_move_the_position_of_the_black_marker.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a771cab4eb91687ebdd58db3ab88675ffd4e9e4950df94856813ef0977a33e6 +size 373110 diff --git a/videos/Galaxea_R1_Lite_move_the_position_of_the_brush.mp4 b/videos/Galaxea_R1_Lite_move_the_position_of_the_brush.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9909f6d5f02c8ba595111d0ea289cef6b38eb569 --- /dev/null +++ b/videos/Galaxea_R1_Lite_move_the_position_of_the_brush.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a78123c414ae6f4d56c14f2c8d6ff590ae9adcd29c63671afe5fbbd4ed3a314 +size 486935 diff --git a/videos/Galaxea_R1_Lite_move_the_position_of_the_coffee_capsule.mp4 b/videos/Galaxea_R1_Lite_move_the_position_of_the_coffee_capsule.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7718cfe81b8eacfb94070a081664b34837b796e9 --- /dev/null +++ b/videos/Galaxea_R1_Lite_move_the_position_of_the_coffee_capsule.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7369f3b7f50ec2119dbedf3affcaedc9a992b77380128058aef28d77d6c1f85 +size 482209 diff --git a/videos/Galaxea_R1_Lite_move_the_position_of_the_cookie.mp4 b/videos/Galaxea_R1_Lite_move_the_position_of_the_cookie.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c1fadbf6b4ab8beb03dcff7aa5a3b16dfcc1827 --- /dev/null +++ b/videos/Galaxea_R1_Lite_move_the_position_of_the_cookie.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df48f3c0d95fb37ae954092f4cd59d41766e7ae4d27b025cc39d7325caf2c414 +size 336299 diff --git a/videos/Galaxea_R1_Lite_move_the_position_of_the_duck.mp4 b/videos/Galaxea_R1_Lite_move_the_position_of_the_duck.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d76de8c6d74ea3b85fd4e9a97306dadc7991706 --- /dev/null +++ b/videos/Galaxea_R1_Lite_move_the_position_of_the_duck.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb54e102486491f17bfd296ee8dcb34c06b5cac9e2c2d1cccf51c6582761fa2 +size 452909 diff --git a/videos/Galaxea_R1_Lite_move_the_position_of_the_glass.mp4 b/videos/Galaxea_R1_Lite_move_the_position_of_the_glass.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d499f6e5cca4237d4284ec72d0cf75e7f0c1fd8a --- /dev/null +++ b/videos/Galaxea_R1_Lite_move_the_position_of_the_glass.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1cbb9ea5789dfc16eddf0121f6147f3e909bfddf83af4662caf98968dee4bfc +size 594160 diff --git a/videos/Galaxea_R1_Lite_move_the_position_of_the_long_bread.mp4 b/videos/Galaxea_R1_Lite_move_the_position_of_the_long_bread.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd3ce37f8f0c87df015f3c72abe692a4c18234ba --- /dev/null +++ b/videos/Galaxea_R1_Lite_move_the_position_of_the_long_bread.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d6c22157779b2b856ba00645518d03e19d6f7840345bc250da6243dc0f0602 +size 390813 diff --git a/videos/Galaxea_R1_Lite_move_the_position_of_the_milk.mp4 b/videos/Galaxea_R1_Lite_move_the_position_of_the_milk.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfb7afa68f133b41917bbad16503412ac3f68e8d --- /dev/null +++ b/videos/Galaxea_R1_Lite_move_the_position_of_the_milk.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c524d2c2c11f84c162b5e6123ca39ee14e1d1aefdfffec7fb5326de2db695a1c +size 409417 diff --git a/videos/Galaxea_R1_Lite_move_the_position_of_the_orange.mp4 b/videos/Galaxea_R1_Lite_move_the_position_of_the_orange.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ff82d062a18a2ca675b4d43c1de4494ad4e420c --- /dev/null +++ b/videos/Galaxea_R1_Lite_move_the_position_of_the_orange.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949acf36e5cfd8f20c4e424ff1173f4eb389d74ef9e587d7f5eeacf3a0b94da0 +size 393832 diff --git a/videos/Galaxea_R1_Lite_move_the_position_of_the_peeler.mp4 b/videos/Galaxea_R1_Lite_move_the_position_of_the_peeler.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..454e19e8cb830e293e5b570db388f570ace48ced --- /dev/null +++ b/videos/Galaxea_R1_Lite_move_the_position_of_the_peeler.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3213ae1be8ea64717dc5c5bba5a10833af70c73a6450123226f7cfb133df8548 +size 366076 diff --git a/videos/Galaxea_R1_Lite_move_the_position_of_the_pen.mp4 b/videos/Galaxea_R1_Lite_move_the_position_of_the_pen.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8eb9d5f2829e39f1db916d2c116ef1e28e38f81b --- /dev/null +++ b/videos/Galaxea_R1_Lite_move_the_position_of_the_pen.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156af9718c25396f7e42b1d73dfbeef61ba038cdacc226fe44ae98fa40696432 +size 550313 diff --git a/videos/Galaxea_R1_Lite_move_the_position_of_the_rubiks_cube.mp4 b/videos/Galaxea_R1_Lite_move_the_position_of_the_rubiks_cube.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a254a2e201b6cc63c68df0d1bfb13986713b85f --- /dev/null +++ b/videos/Galaxea_R1_Lite_move_the_position_of_the_rubiks_cube.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02ad43e5c27f8cfb4f9ac3b44d1374082a1821d3b86a231c910b696710184e8 +size 367785 diff --git a/videos/Galaxea_R1_Lite_move_the_position_of_the_soda.mp4 b/videos/Galaxea_R1_Lite_move_the_position_of_the_soda.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79306225132582e09633cfdb3a610116db2e6bc3 --- /dev/null +++ b/videos/Galaxea_R1_Lite_move_the_position_of_the_soda.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90febf99a8d9707c252029bb1fb48211ac88a45bd92759d0ff9c5baf9013e3c6 +size 570921 diff --git a/videos/Galaxea_R1_Lite_move_the_position_of_the_spoon.mp4 b/videos/Galaxea_R1_Lite_move_the_position_of_the_spoon.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01e6df12c015637c4ce5f90177c2c0b79e3f0d3a --- /dev/null +++ b/videos/Galaxea_R1_Lite_move_the_position_of_the_spoon.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f3cf0a3df047d21a109713794fc30fe2d5079052e5945d1d062288c4e18289 +size 493403 diff --git a/videos/Galaxea_R1_Lite_move_the_position_of_the_triangle_bread.mp4 b/videos/Galaxea_R1_Lite_move_the_position_of_the_triangle_bread.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91db49a149c95a0ec13f5fe0196a6df3958c9dd8 --- /dev/null +++ b/videos/Galaxea_R1_Lite_move_the_position_of_the_triangle_bread.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1865facc95c8a63b9a43967d81c9f068dc0ab8c9bbf7669b61ac63d0d8b3dc5e +size 250024 diff --git a/videos/Galaxea_R1_Lite_open_and_close_curtains.mp4 b/videos/Galaxea_R1_Lite_open_and_close_curtains.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f58e42cf25f1d2a6ec4aa9f3ae3c70503affc342 --- /dev/null +++ b/videos/Galaxea_R1_Lite_open_and_close_curtains.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7341a81b11c04be45c79b6a3ff95d4d7bd05d0c934960b112ad305f3e8cc8da +size 4925273 diff --git a/videos/Galaxea_R1_Lite_open_and_close_microwave_oven.mp4 b/videos/Galaxea_R1_Lite_open_and_close_microwave_oven.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef33c1fde148325e177dec5584110fc1d6bf17c6 --- /dev/null +++ b/videos/Galaxea_R1_Lite_open_and_close_microwave_oven.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f864d063255f7314c5ae19b507589140beb26cb14bd6473b01e978e3cfd6f8d6 +size 3315081 diff --git a/videos/Galaxea_R1_Lite_open_and_close_nightstand_door.mp4 b/videos/Galaxea_R1_Lite_open_and_close_nightstand_door.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e7b2f431f69523c9babcb2a9e3ab01b5557e2ae --- /dev/null +++ b/videos/Galaxea_R1_Lite_open_and_close_nightstand_door.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e677eb888dbee5f52eac3bdb786dd3c65c98ce3a9ced067f409815a48a3a7ac +size 4630953 diff --git a/videos/Galaxea_R1_Lite_open_and_close_nightstand_drawer.mp4 b/videos/Galaxea_R1_Lite_open_and_close_nightstand_drawer.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0074c75d8be818101c6c86db0a0d4241e3179fd5 --- /dev/null +++ b/videos/Galaxea_R1_Lite_open_and_close_nightstand_drawer.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e11f7d465e518cdd7e055f5169390a0877bd2f1b081abaa33f4b7a449dca75 +size 3504144 diff --git a/videos/Galaxea_R1_Lite_open_and_close_the_freezer_door.mp4 b/videos/Galaxea_R1_Lite_open_and_close_the_freezer_door.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac3d5e6d6b5b0c700cbacb899bf874a81bfd82da --- /dev/null +++ b/videos/Galaxea_R1_Lite_open_and_close_the_freezer_door.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a67b95c15994649e5c52f6108dbbf6bee4b586d80b82abd9e60d7dace82ec0 +size 5351109 diff --git a/videos/Galaxea_R1_Lite_open_the_food_pan.mp4 b/videos/Galaxea_R1_Lite_open_the_food_pan.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..973fe5d96d5fb0c05101762b698f907c84d310bc --- /dev/null +++ b/videos/Galaxea_R1_Lite_open_the_food_pan.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19c656ad84b6cee87fd811cdb376ea56dbfdc606cfebab523c9565c809dbbe9 +size 1461545 diff --git a/videos/Galaxea_R1_Lite_opening_and_closing_aalcony_sliding_doors.mp4 b/videos/Galaxea_R1_Lite_opening_and_closing_aalcony_sliding_doors.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99aa427ef713bca13ad5b5e4d09da03f45ecbd44 --- /dev/null +++ b/videos/Galaxea_R1_Lite_opening_and_closing_aalcony_sliding_doors.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc5f913f3aa16daa613b12d1c04966928270f6ab8a371e88ef33cf64c0971c2 +size 2189626 diff --git a/videos/Galaxea_R1_Lite_peach_storage.mp4 b/videos/Galaxea_R1_Lite_peach_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..896d371f975c8379c0edd6abf7d97331302cea10 --- /dev/null +++ b/videos/Galaxea_R1_Lite_peach_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d07a3a932d9197f9f450db5e8e9e0331cb55fe9567edc030e9d62ec89734bdb +size 480657 diff --git a/videos/Galaxea_R1_Lite_pick_up_and_store_items.mp4 b/videos/Galaxea_R1_Lite_pick_up_and_store_items.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49c1e42624ea8fc1b1ccbd5f0dd0708a1f35fdbb --- /dev/null +++ b/videos/Galaxea_R1_Lite_pick_up_and_store_items.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d45d568158bc478f5d1cd5bb752199e016cf08969299c32f8e93ef83ffa9492 +size 3451006 diff --git a/videos/Galaxea_R1_Lite_place_the_dress_shirt_on_the_hanger.mp4 b/videos/Galaxea_R1_Lite_place_the_dress_shirt_on_the_hanger.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9778b9c0407bf0aa7885760802510eae32c1f46 --- /dev/null +++ b/videos/Galaxea_R1_Lite_place_the_dress_shirt_on_the_hanger.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f7dfe326054f1835fe5e7bb5b4cd54a1c41614056ba7da14c7c9b1d16825d0 +size 3517891 diff --git a/videos/Galaxea_R1_Lite_plug_the_socket.mp4 b/videos/Galaxea_R1_Lite_plug_the_socket.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..539bceae84f826577d3fea0745703918914a60f7 --- /dev/null +++ b/videos/Galaxea_R1_Lite_plug_the_socket.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82ad08622e827b9df3c0e6a73bd30fa1a691e16c4d8415057cd36eef6d2f465 +size 3404022 diff --git a/videos/Galaxea_R1_Lite_pour_liquid_mrable_bar_counter.mp4 b/videos/Galaxea_R1_Lite_pour_liquid_mrable_bar_counter.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ef3cb9d89bc59ff0f2e0ce0de3bfde2edfdb2bf --- /dev/null +++ b/videos/Galaxea_R1_Lite_pour_liquid_mrable_bar_counter.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437bf048d05c584cb1f9d0511305f1f63ab6983336cddd1617a21a00f216c1c7 +size 648982 diff --git a/videos/Galaxea_R1_Lite_pour_powder.mp4 b/videos/Galaxea_R1_Lite_pour_powder.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e59beb42c55f3daea2bbb7fa032dcac4e6ed7229 --- /dev/null +++ b/videos/Galaxea_R1_Lite_pour_powder.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fbbc3b2837d90b32bc192c419a2fd53efc02a6b821a9362c25f166b1b62f3a +size 656571 diff --git a/videos/Galaxea_R1_Lite_pour_powder_marble_bar_counter.mp4 b/videos/Galaxea_R1_Lite_pour_powder_marble_bar_counter.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ffd154409649d96fbb917f97c70c051056ff293 --- /dev/null +++ b/videos/Galaxea_R1_Lite_pour_powder_marble_bar_counter.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81855e9bd3cbbcc85bca5210c2355cc1386d79b660026c19afb1676d1214a581 +size 389070 diff --git a/videos/Galaxea_R1_Lite_pour_solid.mp4 b/videos/Galaxea_R1_Lite_pour_solid.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b1a0ad1fd2510de6e7e96263fe13197b52ba6be --- /dev/null +++ b/videos/Galaxea_R1_Lite_pour_solid.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b1605ba38bb7edc820ac194824c27d1a549fcb45ca7a6a3a71e430e3d0756f +size 489641 diff --git a/videos/Galaxea_R1_Lite_pour_solid_marble_bar_counter.mp4 b/videos/Galaxea_R1_Lite_pour_solid_marble_bar_counter.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d75b7ebf55f28d13fb5f31994bdd8d12ca4d9e24 --- /dev/null +++ b/videos/Galaxea_R1_Lite_pour_solid_marble_bar_counter.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd0754236f0ff7f60d1cc2f5ba417b5e5126671cdb0c5dea7172c76a25dcc6c8 +size 437508 diff --git a/videos/Galaxea_R1_Lite_pour_water.mp4 b/videos/Galaxea_R1_Lite_pour_water.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c24fff48fbf5e00056d38954144b618bfbff9e23 --- /dev/null +++ b/videos/Galaxea_R1_Lite_pour_water.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab025410e412356cf5cb7936f3f4886002223b14c2e0a993d870a50205f3b4b +size 519635 diff --git a/videos/Galaxea_R1_Lite_pour_water_black_tablecloth.mp4 b/videos/Galaxea_R1_Lite_pour_water_black_tablecloth.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b30a10ec09517bfb99885210520832fe06ed7ca9 --- /dev/null +++ b/videos/Galaxea_R1_Lite_pour_water_black_tablecloth.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b06032da468bdbcfee5877c99c32868df728bd269fe5a213b89c4600c06516 +size 645464 diff --git a/videos/Galaxea_R1_Lite_put_on_a_garbage_bag.mp4 b/videos/Galaxea_R1_Lite_put_on_a_garbage_bag.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2596c9d0127bd91d39b3bcc8fbba1859529144b --- /dev/null +++ b/videos/Galaxea_R1_Lite_put_on_a_garbage_bag.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7d8ec485993a24d87b913e68a5c88153105e8f00942be831b5d0c1a87fa4ac +size 5428261 diff --git a/videos/Galaxea_R1_Lite_put_slippers_into_floor_standing_shoe_cabinet.mp4 b/videos/Galaxea_R1_Lite_put_slippers_into_floor_standing_shoe_cabinet.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2e28a6ed83bd77166bbe38b8ada9f79775fe440 --- /dev/null +++ b/videos/Galaxea_R1_Lite_put_slippers_into_floor_standing_shoe_cabinet.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38a8b23f410ebf612ee77d2368e0335ab7d184184e4cef3fe20260649da94ed +size 4368432 diff --git a/videos/Galaxea_R1_Lite_put_the_pillow_on_the_bed.mp4 b/videos/Galaxea_R1_Lite_put_the_pillow_on_the_bed.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7881adfb6230adc5cbfdf8c175e814573c8baaa7 --- /dev/null +++ b/videos/Galaxea_R1_Lite_put_the_pillow_on_the_bed.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e7726f636b39b533c65f53058efd609a3a1c874a9119ef7d56154e49e48a10 +size 1629471 diff --git a/videos/Galaxea_R1_Lite_put_the_shoes_into_the_shoe_box.mp4 b/videos/Galaxea_R1_Lite_put_the_shoes_into_the_shoe_box.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ee92266d5f8b081f787f91ace06fdec63f6bef3 --- /dev/null +++ b/videos/Galaxea_R1_Lite_put_the_shoes_into_the_shoe_box.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26830e84dd637ff5e74fd142d7614dab49f3d75ed6cd2e2b70470f59a7ff6ad9 +size 1771029 diff --git a/videos/Galaxea_R1_Lite_put_the_tableware_into_the_cupboard.mp4 b/videos/Galaxea_R1_Lite_put_the_tableware_into_the_cupboard.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c94e1b86463432959930734bee7af50fa01ba6ed --- /dev/null +++ b/videos/Galaxea_R1_Lite_put_the_tableware_into_the_cupboard.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba2b4c3e80f3cf23529176a4d3183f1e5ef36786990a5742aba8ebd3e6a3a9f +size 5948937 diff --git a/videos/Galaxea_R1_Lite_sliding_chair.mp4 b/videos/Galaxea_R1_Lite_sliding_chair.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c804b384185029d5ebb9667fd471fd898ae57d6 --- /dev/null +++ b/videos/Galaxea_R1_Lite_sliding_chair.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924811bf9b90f5c4bc210ccc63df6b7f5df2688f199725c9e2e6b64e44e3ab5b +size 4647054 diff --git a/videos/Galaxea_R1_Lite_stack_baskets.mp4 b/videos/Galaxea_R1_Lite_stack_baskets.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b3e796b10a699f64c9a8075dd1153a5f19f1d5d --- /dev/null +++ b/videos/Galaxea_R1_Lite_stack_baskets.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a932ee77abfee05fc3165aa11d6841507c470088e95c50a6eeaad545ee820a +size 834889 diff --git a/videos/Galaxea_R1_Lite_storage_object_blue_plate.mp4 b/videos/Galaxea_R1_Lite_storage_object_blue_plate.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bed05ba972981aed18284b005b71cf1b8cb52445 --- /dev/null +++ b/videos/Galaxea_R1_Lite_storage_object_blue_plate.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426f428b63142f2d9afe57222d176c3d69a458d8eeb0fea4011294397727e06e +size 306803 diff --git a/videos/Galaxea_R1_Lite_storage_object_brown_basket.mp4 b/videos/Galaxea_R1_Lite_storage_object_brown_basket.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f382a320aac0e2093fc1f4e7bf67ef3534d09cd --- /dev/null +++ b/videos/Galaxea_R1_Lite_storage_object_brown_basket.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5721a133c643fb72f5754914a1d9d71259cfbff10fee80b1b3c3d2f811208a +size 232704 diff --git a/videos/Galaxea_R1_Lite_storage_object_brown_bowl.mp4 b/videos/Galaxea_R1_Lite_storage_object_brown_bowl.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36a4a68383b27c9e5ceca98171dd0aac539826eb --- /dev/null +++ b/videos/Galaxea_R1_Lite_storage_object_brown_bowl.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c698d79a5263d3de8c02eec9bf1a7d0899e9bf824efb3a4ed155c3e0b6ed42 +size 344135 diff --git a/videos/Galaxea_R1_Lite_storage_object_brown_plate.mp4 b/videos/Galaxea_R1_Lite_storage_object_brown_plate.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24148e2cdf557903ca1edca880680ba07147fc0c --- /dev/null +++ b/videos/Galaxea_R1_Lite_storage_object_brown_plate.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44846ddfac6b6de6f1a93a8e8c4489cb58f15b1cacc75289955570b2e92b8caa +size 289856 diff --git a/videos/Galaxea_R1_Lite_storage_object_dish.mp4 b/videos/Galaxea_R1_Lite_storage_object_dish.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63afd2ec9b2f7da299e8a3e51d3bad0a439db22e --- /dev/null +++ b/videos/Galaxea_R1_Lite_storage_object_dish.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:237004955758d16e5286eccdf262cdcbb36aba0fc4196ee7056c4e388a75d589 +size 447881 diff --git a/videos/Galaxea_R1_Lite_storage_object_gray_plate.mp4 b/videos/Galaxea_R1_Lite_storage_object_gray_plate.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4545348f58feff85397020597710c5720845f5e --- /dev/null +++ b/videos/Galaxea_R1_Lite_storage_object_gray_plate.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8114524f0f9f2b7d86ea3b92d03b0112a6927a4c5de3bc5805e4dbd4a460e2f2 +size 321559 diff --git a/videos/Galaxea_R1_Lite_storage_object_pink_bowl.mp4 b/videos/Galaxea_R1_Lite_storage_object_pink_bowl.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b571b8f6a2dd7ac052e1e1f537803c7acea25e78 --- /dev/null +++ b/videos/Galaxea_R1_Lite_storage_object_pink_bowl.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372b6c75ed62a25aafbdcda58e2cd18af065a7bf9fb9b10e8658a4dc70af708d +size 244745 diff --git a/videos/Galaxea_R1_Lite_storage_object_white_box.mp4 b/videos/Galaxea_R1_Lite_storage_object_white_box.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a36f6ce8a15910e4acbf6b6745b0f5e848b9ae76 --- /dev/null +++ b/videos/Galaxea_R1_Lite_storage_object_white_box.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb22206763f2fa14fa2b0519839f6748a819710d9d9d5e758146935e886f099 +size 382056 diff --git a/videos/Galaxea_R1_Lite_storage_object_yellow_basket.mp4 b/videos/Galaxea_R1_Lite_storage_object_yellow_basket.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..445bedf6a219b817f2d85a8ff6e3db13aa31ee28 --- /dev/null +++ b/videos/Galaxea_R1_Lite_storage_object_yellow_basket.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc8b921c9f0be4928b2bba461363c38229911542e4be4d1268c1cf1ae4237216 +size 300939 diff --git a/videos/Galaxea_R1_Lite_storage_of_toiletries.mp4 b/videos/Galaxea_R1_Lite_storage_of_toiletries.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd200fbdf38e68c5ce2c9cefe646fd9d792f339d --- /dev/null +++ b/videos/Galaxea_R1_Lite_storage_of_toiletries.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc09c23e384ab2fbef85dfdf4dddc0376240501a27f6e304b38d3fa7f8ace17 +size 2868647 diff --git a/videos/Galaxea_R1_Lite_switch_labels.mp4 b/videos/Galaxea_R1_Lite_switch_labels.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a88df848d0721c6e66ef12fc96a8c4f237e8d618 --- /dev/null +++ b/videos/Galaxea_R1_Lite_switch_labels.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba07484bcb68b61488f81c2e852bc99efd6c227ab6e3478dade5529e25f175c0 +size 3383573 diff --git a/videos/Galaxea_R1_Lite_switch_on_and_off_the_central_air_conditioning.mp4 b/videos/Galaxea_R1_Lite_switch_on_and_off_the_central_air_conditioning.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21741ae46f57206c52a28cf1fa7031d0b5cbdb10 --- /dev/null +++ b/videos/Galaxea_R1_Lite_switch_on_and_off_the_central_air_conditioning.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3daa05af8fcc811354988280683fc946713e096c35c86804353e453d30e1c457 +size 1216357 diff --git a/videos/Galaxea_R1_Lite_tableware_arrangement.mp4 b/videos/Galaxea_R1_Lite_tableware_arrangement.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cdea2235810080930196a23cc7cc47e5fd38463 --- /dev/null +++ b/videos/Galaxea_R1_Lite_tableware_arrangement.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee706fd63a77963f5a5eaddc585a378bca28fdd3e036545566f9bc46c3465b67 +size 4261101 diff --git a/videos/Galaxea_R1_Lite_tableware_cleaning.mp4 b/videos/Galaxea_R1_Lite_tableware_cleaning.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e64aad466cb8098f39eb3b2847ea2b94331d1b38 --- /dev/null +++ b/videos/Galaxea_R1_Lite_tableware_cleaning.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4fbe5ab6222aa69d6c19ae32ee74c9b9b42e815c9ce60f2d868e76a18a7db82 +size 7579713 diff --git a/videos/Galaxea_R1_Lite_take_and_place_the_portable_power_bank.mp4 b/videos/Galaxea_R1_Lite_take_and_place_the_portable_power_bank.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81a72dd8404ba891a89248cbe2050d4a2e68c018 --- /dev/null +++ b/videos/Galaxea_R1_Lite_take_and_place_the_portable_power_bank.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fbd2cdbaf6cc3e95f2becdb5559ea3b4dd8ff695a4faa0d0cfe50900f8f415 +size 4901353 diff --git a/videos/Galaxea_R1_Lite_take_and_put_away_garden_stuff.mp4 b/videos/Galaxea_R1_Lite_take_and_put_away_garden_stuff.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45b71244b8683db08279ae22a52ddbdd87b985e0 --- /dev/null +++ b/videos/Galaxea_R1_Lite_take_and_put_away_garden_stuff.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858a62518a63e77dd6a8a65ba5e86377eb9bf421b7f5439792541ca150d4da6e +size 4745761 diff --git a/videos/Galaxea_R1_Lite_take_and_put_away_garden_stuff_a.mp4 b/videos/Galaxea_R1_Lite_take_and_put_away_garden_stuff_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96519acb3284aa9a625d0e53ab124a8cdb7331a9 --- /dev/null +++ b/videos/Galaxea_R1_Lite_take_and_put_away_garden_stuff_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d8f7e7e4fbfbabb0e6c07f886f302a0ef737fc1e68f817b122693b9f9d6c82 +size 6196759 diff --git a/videos/Galaxea_R1_Lite_take_and_put_away_items.mp4 b/videos/Galaxea_R1_Lite_take_and_put_away_items.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed538c8ba2d032aae4bafa98f6e0f63bca2a8b69 --- /dev/null +++ b/videos/Galaxea_R1_Lite_take_and_put_away_items.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd79356ca506a45a0bdb34a66279a0fc542adce1547410f1ee3f23cbafe78c9 +size 2064595 diff --git a/videos/Galaxea_R1_Lite_take_and_put_the_bowl.mp4 b/videos/Galaxea_R1_Lite_take_and_put_the_bowl.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e6de75f63c320dad1a2f2e235a28fe3aa8aa495 --- /dev/null +++ b/videos/Galaxea_R1_Lite_take_and_put_the_bowl.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c7d29f07aea45694780f37159e5f0e954cc9022b03d5bd4bbada04d28406af +size 3447570 diff --git a/videos/Galaxea_R1_Lite_take_clothes_out_of_the_washing_machine.mp4 b/videos/Galaxea_R1_Lite_take_clothes_out_of_the_washing_machine.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..703f0d950d7a391eca450b0567f99958fea5c4af --- /dev/null +++ b/videos/Galaxea_R1_Lite_take_clothes_out_of_the_washing_machine.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0480ebc5038f0d3b8804342b6cae2906a1ed6a89b6c9ac96511f0ca67d3a64fe +size 7857457 diff --git a/videos/Galaxea_R1_Lite_take_or_store_plates.mp4 b/videos/Galaxea_R1_Lite_take_or_store_plates.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8535cc9d986368405904794b83a1d9aa227418c6 --- /dev/null +++ b/videos/Galaxea_R1_Lite_take_or_store_plates.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e5ea3fadcda940704451ed15863a970c19561f350d531dfedf9183fc044255 +size 2585046 diff --git a/videos/Galaxea_R1_Lite_tea_service_table_setting.mp4 b/videos/Galaxea_R1_Lite_tea_service_table_setting.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2a50477e57762fe6b0d43571e153cf3559cf65b --- /dev/null +++ b/videos/Galaxea_R1_Lite_tea_service_table_setting.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd922706cdaf840ca8fb53879c6a8fcbecece946998a83c308c0ddf2f18818fc +size 1950446 diff --git a/videos/Galaxea_R1_Lite_throw_out_the_trash.mp4 b/videos/Galaxea_R1_Lite_throw_out_the_trash.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2684dd8db6e97749eafd6817ec5bc65cf60a92b --- /dev/null +++ b/videos/Galaxea_R1_Lite_throw_out_the_trash.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f85380086ac893da994267f01f37d6dae7c22c5d1c0bcb6db35493e0ad7a88 +size 2900617 diff --git a/videos/Galaxea_R1_Lite_tidy_up_toiletries.mp4 b/videos/Galaxea_R1_Lite_tidy_up_toiletries.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc55e3aa0dfc22c7afc307628cdae015f6deebf8 --- /dev/null +++ b/videos/Galaxea_R1_Lite_tidy_up_toiletries.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1492f114896b47d371b335fb0e47b3a09ba98435b9920b3dc124e0649ac526e +size 2710755 diff --git a/videos/Galaxea_R1_Lite_toggle_drawer_red.mp4 b/videos/Galaxea_R1_Lite_toggle_drawer_red.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..234fa08535dc10388e1bf6b77d5557cea8e214c6 --- /dev/null +++ b/videos/Galaxea_R1_Lite_toggle_drawer_red.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bed6ec89bbddb31f9799d3011532035eb3d5b0572dab35c2fc18439df0c940ba +size 585565 diff --git a/videos/Galaxea_R1_Lite_toggle_drawer_yellow.mp4 b/videos/Galaxea_R1_Lite_toggle_drawer_yellow.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fefd0390ff1c930f4f3765943e7b9ef43a09741c --- /dev/null +++ b/videos/Galaxea_R1_Lite_toggle_drawer_yellow.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e387d11d940af98071b3264cbb5eab6c38b9a583c2ae2aee4ab17aaf7f9505 +size 613774 diff --git a/videos/Galaxea_R1_Lite_wash_the_tableware.mp4 b/videos/Galaxea_R1_Lite_wash_the_tableware.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38858c4eec8080aabc116bc4bae468f200ee02ac --- /dev/null +++ b/videos/Galaxea_R1_Lite_wash_the_tableware.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64943b31058238b4018a8a46d2788c73e98cca81c2ecc93991e8db30678bbe65 +size 3669080 diff --git a/videos/Galaxea_R1_Lite_washing_board.mp4 b/videos/Galaxea_R1_Lite_washing_board.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2bb250eb7d842dc0ede422f113ab04a7462aa0b --- /dev/null +++ b/videos/Galaxea_R1_Lite_washing_board.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f43f0004504a61f90b98f2921b5352f999453220c6e93afa651882944a31274 +size 4579116 diff --git a/videos/Galaxea_R1_Lite_wipe_the_table.mp4 b/videos/Galaxea_R1_Lite_wipe_the_table.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b21537358e22da62a9462a736d64107b7c974039 --- /dev/null +++ b/videos/Galaxea_R1_Lite_wipe_the_table.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c163f412bccf081a840b377152c5a3d0420347038c909271ab39d60a4f0b3435 +size 879545 diff --git a/videos/Galbot_G1_fold_clothe_b.mp4 b/videos/Galbot_G1_fold_clothe_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73061e1593b0136d7091576feccb5e73844f788e --- /dev/null +++ b/videos/Galbot_G1_fold_clothe_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d89a547e11c8f85501d35f48ec07e4c0afce5db316ca51df6749a694b2ee3e +size 1260846 diff --git a/videos/Galbot_G1_fold_clothe_c.mp4 b/videos/Galbot_G1_fold_clothe_c.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f66f55f628f95d22e6c2bbf2224e4cb9ec95c63 --- /dev/null +++ b/videos/Galbot_G1_fold_clothe_c.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c2a08f1663dcc2997659fcda860bb073f8e2bf2c40fb164d6aa4b150ddcdb4 +size 959595 diff --git a/videos/Galbot_G1_fold_clothe_e.mp4 b/videos/Galbot_G1_fold_clothe_e.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54d8288529a9a7f56fe72111723d50f42860b936 --- /dev/null +++ b/videos/Galbot_G1_fold_clothe_e.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f901b16626598a9629f640275fbef1ba0b2cad7c32ded535c876b7879ed1c80f +size 1083765 diff --git a/videos/Galbot_G1_steamer_storage_baozi_a.mp4 b/videos/Galbot_G1_steamer_storage_baozi_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e9bd543815e421cf625493ba051ea8dd51d142e --- /dev/null +++ b/videos/Galbot_G1_steamer_storage_baozi_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce27dcf77aad0127b2675d87acdace7300c52e57a7c399149752f258e888635d +size 482616 diff --git a/videos/Galbot_G1_steamer_storage_baozi_b.mp4 b/videos/Galbot_G1_steamer_storage_baozi_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..727ceb59abfa2b4ff23ca033fa363e5438b75736 --- /dev/null +++ b/videos/Galbot_G1_steamer_storage_baozi_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3830f39f9b75ffc8a5130c297d23fc08cca5025d2de257abe2a8a76f408331e +size 1181108 diff --git a/videos/Galbot_G1_steamer_storage_baozi_c.mp4 b/videos/Galbot_G1_steamer_storage_baozi_c.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04ff59120d0ec08436bd5ad2d7d70aa6ed585459 --- /dev/null +++ b/videos/Galbot_G1_steamer_storage_baozi_c.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e7a42451c26ff7159b8793ce6f4677097a12f95a23adac8aa873b82741c055 +size 897815 diff --git a/videos/Galbot_G1_steamer_storage_baozi_d.mp4 b/videos/Galbot_G1_steamer_storage_baozi_d.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e25e9f32c87af0a65d8bfc7163bb15f0a47bd314 --- /dev/null +++ b/videos/Galbot_G1_steamer_storage_baozi_d.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e905194b26ee3e3330f7be334088c3b0cfc82aee4a681c8142b4246049dbca4 +size 694146 diff --git a/videos/Galbot_G1_steamer_storage_baozi_e.mp4 b/videos/Galbot_G1_steamer_storage_baozi_e.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e5b6dcdf44be16be8570caee5ae1f57051113df --- /dev/null +++ b/videos/Galbot_G1_steamer_storage_baozi_e.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:080f3e1e78ac29ea9da02dd798fad5b89b2f311492cdfd3a5535772285aa13f7 +size 1020145 diff --git a/videos/Galbot_G1_steamer_storage_baozi_f.mp4 b/videos/Galbot_G1_steamer_storage_baozi_f.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3bf316f520a4a6964616acb362c9fff03a38d6e --- /dev/null +++ b/videos/Galbot_G1_steamer_storage_baozi_f.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260e646be684d2edfc411fe9675ae652b710f0ff1758b9b4a49d3babda11153f +size 817172 diff --git a/videos/Galbot_G1_steamer_storage_baozi_g.mp4 b/videos/Galbot_G1_steamer_storage_baozi_g.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6c2377099d3a0f785b66dbfeb19aa47676d27aa --- /dev/null +++ b/videos/Galbot_G1_steamer_storage_baozi_g.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ee61b7d53e2fcce0f11851d9da21a20a8ee3078418214e9991634df56f2b9e +size 693216 diff --git a/videos/Galbot_G1_steamer_storage_baozi_h.mp4 b/videos/Galbot_G1_steamer_storage_baozi_h.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c315dea8bd10c01154cfa8883695ca0b4e8c5b74 --- /dev/null +++ b/videos/Galbot_G1_steamer_storage_baozi_h.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2768973065b2fb23a9c6951651b8790e352d5ea021fe4b1226b40d31bc2b4400 +size 607322 diff --git a/videos/Galbot_G1_steamer_storage_baozi_i.mp4 b/videos/Galbot_G1_steamer_storage_baozi_i.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5d14aeb8df7d12966b1251321e99221cac02949 --- /dev/null +++ b/videos/Galbot_G1_steamer_storage_baozi_i.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2575845f35c71a11e558f1bf419acbe205d0c4e7585acb21bc4e186e960c76db +size 617450 diff --git a/videos/Galbot_G1_steamer_storage_baozi_j.mp4 b/videos/Galbot_G1_steamer_storage_baozi_j.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f05dea7a2eed479ec7d808b226845016fafa0bd --- /dev/null +++ b/videos/Galbot_G1_steamer_storage_baozi_j.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd70f90731e4cf244dba0ef17b363584cb7a3384c037cc9b33db091c385a3dca +size 975052 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8aca2820ce544cec45f84a1f09851ffb9d0dbb3f --- /dev/null +++ b/videos/Leju_Kuavo_4_box_storage_parcel.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9c2c3f26264040dc093e93ba6b1f57f28a0db23cb1ced95890d5affe9c6795 +size 635065 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel_a.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a1ffa9ee684354fedf06ac12728511996ba51ab --- /dev/null +++ b/videos/Leju_Kuavo_4_box_storage_parcel_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702b939728dcbd10de4958edd90b9139be282cbf3554114630c9db213f034819 +size 952414 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel_b.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c29fb4a0afd3b3efbc6c0fa8b4f3faf0990e0b6b --- /dev/null +++ b/videos/Leju_Kuavo_4_box_storage_parcel_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdbb229d81f771c4fa07b2803b695e29fb52ca08d0086f247837b1e61e33b9c8 +size 723376 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel_c.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel_c.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..062f6fcd962d386fb7755051d726e7e2d0155372 --- /dev/null +++ b/videos/Leju_Kuavo_4_box_storage_parcel_c.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f00ff981f977eef95fa3abf2c4b079f650bba021c897dbe030c5c1deb1eaf6 +size 666375 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel_d.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel_d.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f190e64ad4373762025b6e60c8d2ea31c659d8b --- /dev/null +++ b/videos/Leju_Kuavo_4_box_storage_parcel_d.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390fe62525b9b9bc6976e579f102af5bd17c8e9441c51239b86e1c81f0831722 +size 4281043 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel_f.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel_f.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74ac43bc3beba5903f4d82d8b22b77c06496c50c --- /dev/null +++ b/videos/Leju_Kuavo_4_box_storage_parcel_f.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4712ba42ca2098dcb1e74966a409bbeb07ef3e4e368ff65bfb1496dd5fff79 +size 629880 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel_g.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel_g.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fb5462f73f0afbcd5e0c1d1c7c6ab768a04e1af --- /dev/null +++ b/videos/Leju_Kuavo_4_box_storage_parcel_g.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0369118a79a6ec9bebd98071f9c62b01837658a2bf58757b1ca69a0dbdd9fd32 +size 675864 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel_h.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel_h.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e469352b861903b1d982ea0c93771c21f5fda17 --- /dev/null +++ b/videos/Leju_Kuavo_4_box_storage_parcel_h.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58ef0f43d3faac835eb6852e4723e7e600d50106ad266c2f943b4ddc9ced662 +size 816965 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel_i.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel_i.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32daa9842583c378ea476a5f8b23f75b4c31fadc --- /dev/null +++ b/videos/Leju_Kuavo_4_box_storage_parcel_i.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3189379255eb52893f9ce505fbabfc2dc9115cbb177e83446c893b5475a5bc +size 3292008 diff --git a/videos/Leju_Kuavo_4_box_storage_parcel_j.mp4 b/videos/Leju_Kuavo_4_box_storage_parcel_j.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b12b45af8ef4e58cd38ebca0124255395120945 --- /dev/null +++ b/videos/Leju_Kuavo_4_box_storage_parcel_j.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e50c8e197bec4bda1f32a0fc5594660e2aa2d3f1fc79dd40ea0bcce80746a1 +size 5079148 diff --git a/videos/Leju_Kuavo_4_hotel_services_a.mp4 b/videos/Leju_Kuavo_4_hotel_services_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fb70e05dfae94b00f26d9ffcae0054d0557f18e --- /dev/null +++ b/videos/Leju_Kuavo_4_hotel_services_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bdc901cbd5e4d9f8cd4af19025e59240bb9e33ec670c92aec91ec66f7988d88 +size 1566749 diff --git a/videos/Leju_Kuavo_4_hotel_services_aa.mp4 b/videos/Leju_Kuavo_4_hotel_services_aa.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b85edbd6e41af0ebac45cc40433c5969630eeb90 --- /dev/null +++ b/videos/Leju_Kuavo_4_hotel_services_aa.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96dfc4e5a6eb9c081e33e91c05701b95c337f0f2d1952b1d88e2ee535aa0bdc +size 236252 diff --git a/videos/Leju_Kuavo_4_hotel_services_ab.mp4 b/videos/Leju_Kuavo_4_hotel_services_ab.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0376e908e63934a9a3dfab01f89059fa8c5b3ff --- /dev/null +++ b/videos/Leju_Kuavo_4_hotel_services_ab.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edfa2140f8b0a9af03d3833648355d7b2146f9a3a507a8860648905d23e27d15 +size 165748 diff --git a/videos/Leju_Kuavo_4_hotel_services_ac.mp4 b/videos/Leju_Kuavo_4_hotel_services_ac.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9c7da0606a6f3328d0a376897272c9aa880bc17 --- /dev/null +++ b/videos/Leju_Kuavo_4_hotel_services_ac.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ce619990c036f99a142ac095f37bb44b3e494adbe6acef62935d1cfc7371a0 +size 250502 diff --git a/videos/Leju_Kuavo_4_hotel_services_ad.mp4 b/videos/Leju_Kuavo_4_hotel_services_ad.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e49fe4e68795a1a663a939c7c8a3044f9b129ce --- /dev/null +++ b/videos/Leju_Kuavo_4_hotel_services_ad.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ca7db843f0673ad31a6449973086fca03f27bb1140c54344a7246119eda55d +size 452574 diff --git a/videos/Leju_Kuavo_4_hotel_services_ae.mp4 b/videos/Leju_Kuavo_4_hotel_services_ae.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bfe6266a8bcada3612a812eff802207149010fd --- /dev/null +++ b/videos/Leju_Kuavo_4_hotel_services_ae.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f113ba4861c5d657057aa142114123f971a5524e723afec02e905e69bc695351 +size 268870 diff --git a/videos/Leju_Kuavo_4_hotel_services_af.mp4 b/videos/Leju_Kuavo_4_hotel_services_af.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebda4ec89ebbc48e0d163668fddba33febaeec91 --- /dev/null +++ b/videos/Leju_Kuavo_4_hotel_services_af.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea67f77d7cd9824206563434f64e2851e30b4c9e90ec7b9866726d843a81d6d +size 243904 diff --git a/videos/Leju_Kuavo_4_hotel_services_ag.mp4 b/videos/Leju_Kuavo_4_hotel_services_ag.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2172c755301f18ecdea9be120411ee0c8c21081f --- /dev/null +++ b/videos/Leju_Kuavo_4_hotel_services_ag.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d7905cb16e402431d7c968bed9fa646255b8efc0b2b412f14501bb26e7041b +size 241515 diff --git a/videos/Leju_Kuavo_4_hotel_services_ah.mp4 b/videos/Leju_Kuavo_4_hotel_services_ah.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fec9bc11f469616dc20fe8f31ffeb9a7e8094ebb --- /dev/null +++ b/videos/Leju_Kuavo_4_hotel_services_ah.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01151987669964b0307599c62bb0f22b85a9a2e4f2f47db0f974aa82c1bc8b3d +size 234290 diff --git a/videos/Leju_Kuavo_4_hotel_services_b.mp4 b/videos/Leju_Kuavo_4_hotel_services_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f620336276de25319ff3527f8d1b92e105d8fe25 --- /dev/null +++ b/videos/Leju_Kuavo_4_hotel_services_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a18302d97fa5e7570c6ef1d7e4a0ad8c4f59493597bf5584fb6408887550aba +size 1330953 diff --git a/videos/Leju_Kuavo_4_hotel_services_c.mp4 b/videos/Leju_Kuavo_4_hotel_services_c.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c812c194c594e52d55c19950d4b0c7f35ff9b1d --- /dev/null +++ b/videos/Leju_Kuavo_4_hotel_services_c.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b60448392ab382786a7cb976647480147c43e5ead785c357d18afaf7c91f245 +size 1242061 diff --git a/videos/Leju_Kuavo_4_hotel_services_d.mp4 b/videos/Leju_Kuavo_4_hotel_services_d.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fec69524e08626c81e1a71e2ebec7631a9dde42 --- /dev/null +++ b/videos/Leju_Kuavo_4_hotel_services_d.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10cf9c678150058aeb9270b205c6a2ea96e35b2cc3d5058d46d6b03c8eec702f +size 529556 diff --git a/videos/Leju_Kuavo_4_hotel_services_e.mp4 b/videos/Leju_Kuavo_4_hotel_services_e.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4489d5a7db247d8e504257c7381a8e33521c6e1b --- /dev/null +++ b/videos/Leju_Kuavo_4_hotel_services_e.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b392f7556452a819cd242fb8f36790f5fec96dc045a3545f587b1a056bfc759 +size 1254131 diff --git a/videos/Leju_Kuavo_4_hotel_services_f.mp4 b/videos/Leju_Kuavo_4_hotel_services_f.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35e979509030d180337ea08a9918c0c4e926d270 --- /dev/null +++ b/videos/Leju_Kuavo_4_hotel_services_f.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3261eb6e2019bc0013277b9679bba82237ddc825af68a0a01f8198c9115e2d5f +size 1360797 diff --git a/videos/Leju_Kuavo_4_hotel_services_h.mp4 b/videos/Leju_Kuavo_4_hotel_services_h.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c5fe11a5980e26af6b07a6b387c88195cf1ebf9 --- /dev/null +++ b/videos/Leju_Kuavo_4_hotel_services_h.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e4cfed1a9d23140a000479a89064d9dacc2746d133bae3b1f1e2324fda7ceb3 +size 364508 diff --git a/videos/Leju_Kuavo_4_hotel_services_i.mp4 b/videos/Leju_Kuavo_4_hotel_services_i.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..124df8c956d7e0e25efdbbb8be418aa80c6c342c --- /dev/null +++ b/videos/Leju_Kuavo_4_hotel_services_i.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761fb435b9621b9e4b982e152caf2666b1e2519ee0a6b864464cfdb08541917b +size 259518 diff --git a/videos/Leju_Kuavo_4_moving_parts_a.mp4 b/videos/Leju_Kuavo_4_moving_parts_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d8ce39b03131d96d2f2268d620653cbac2fc383 --- /dev/null +++ b/videos/Leju_Kuavo_4_moving_parts_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dab68389ae2b7b1191fe146af01dc8f5f76cae4ad7692330a9b8c7b0870bf9b +size 3050343 diff --git a/videos/Leju_Kuavo_4_moving_parts_b.mp4 b/videos/Leju_Kuavo_4_moving_parts_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f83e6b7e242276f6becf7040d308dc6bb380ac7 --- /dev/null +++ b/videos/Leju_Kuavo_4_moving_parts_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a909ba55ebbbf212d2ef2132ba7fa2f38c11bd5761c978e85a2e16455287d13e +size 4287785 diff --git a/videos/Leju_Kuavo_4_moving_parts_c.mp4 b/videos/Leju_Kuavo_4_moving_parts_c.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d827dcab8ef83aea67d1a8e0ce788eaff810e0c9 --- /dev/null +++ b/videos/Leju_Kuavo_4_moving_parts_c.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d0e87e3a7f254b1e126d2279ed824d6397016c3d8335ca4df234c1a44fa4b3 +size 2690850 diff --git a/videos/Leju_Kuavo_4_moving_parts_f.mp4 b/videos/Leju_Kuavo_4_moving_parts_f.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebba204b783d92c1bada43063d942c8641b25488 --- /dev/null +++ b/videos/Leju_Kuavo_4_moving_parts_f.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cabf644cbfc941c1d3962bce7291ab4e5903f9eb6277c71a7c207c3826fe035 +size 6106185 diff --git a/videos/Leju_Kuavo_4_moving_parts_g.mp4 b/videos/Leju_Kuavo_4_moving_parts_g.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1146c1f5906a60c6614638cfc9867a5392a61af --- /dev/null +++ b/videos/Leju_Kuavo_4_moving_parts_g.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17cf72efa0307b077395292db43e00d6ec455c3eb13ada67e407cb7a2bd536f +size 2899201 diff --git a/videos/Leju_Kuavo_4_moving_parts_h.mp4 b/videos/Leju_Kuavo_4_moving_parts_h.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0992d643ffab0423972129319ea73fef4c97075 --- /dev/null +++ b/videos/Leju_Kuavo_4_moving_parts_h.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f84bb17aad019390d3646fabfb9484a6a7b4b59c028932d479aeed4b43d3bf +size 6854937 diff --git a/videos/Leju_Kuavo_4_moving_parts_i.mp4 b/videos/Leju_Kuavo_4_moving_parts_i.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5508f8d4678177f0cd392ca6c20cc511092033d1 --- /dev/null +++ b/videos/Leju_Kuavo_4_moving_parts_i.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62c598fcaa82691e05a1f203e275630ef1e506c5aeac5174559ba68cc319c47 +size 5971435 diff --git a/videos/Leju_Kuavo_4_moving_parts_j.mp4 b/videos/Leju_Kuavo_4_moving_parts_j.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fe82b7838fca064415d6314948ef5b13b166819 --- /dev/null +++ b/videos/Leju_Kuavo_4_moving_parts_j.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9945b50646dfda3b28ff3a5ced98c6a00581ae224b1b71a24adb123a639f62cc +size 2868892 diff --git a/videos/Leju_Kuavo_4_moving_parts_k.mp4 b/videos/Leju_Kuavo_4_moving_parts_k.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ceeb0ebe3c028cc065eed6bcd0ffb6a94b392cc7 --- /dev/null +++ b/videos/Leju_Kuavo_4_moving_parts_k.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad1608efca4c94387df9331c2c0d9799c6f5144c822f0dca53bb73d085a5eb0 +size 2961708 diff --git a/videos/Leju_Kuavo_4_moving_parts_m.mp4 b/videos/Leju_Kuavo_4_moving_parts_m.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14a6101fe9f383e9c33391c9cb1f653337faad0e --- /dev/null +++ b/videos/Leju_Kuavo_4_moving_parts_m.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d420386ec12283754596c18907088e74ec8d8067e23dd3dc2fb4c633d4e5052 +size 4093122 diff --git a/videos/Leju_Kuavo_4_moving_parts_n.mp4 b/videos/Leju_Kuavo_4_moving_parts_n.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ce8cb9ddb36cc4d47d20125a3daae8d488edf94 --- /dev/null +++ b/videos/Leju_Kuavo_4_moving_parts_n.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd078b2f86f0e918cb28cd29e79bf273199fefee49e459134f72ccdb365797b +size 5089519 diff --git a/videos/Leju_Kuavo_4_moving_parts_o.mp4 b/videos/Leju_Kuavo_4_moving_parts_o.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6af15a0258fe570211461cd86bf37abe6195e0f --- /dev/null +++ b/videos/Leju_Kuavo_4_moving_parts_o.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58da47e86dc38986f93eb76d9bf7c03b9d206c1acfc297be0f046ba51a9dcc5 +size 5355852 diff --git a/videos/Leju_Kuavo_4_moving_parts_q.mp4 b/videos/Leju_Kuavo_4_moving_parts_q.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae8eb507b965552d9aad4db2d4600c92eb97472c --- /dev/null +++ b/videos/Leju_Kuavo_4_moving_parts_q.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e78659bc28d3ac8172dd9cc85570c800c9167af402f172068ec50439e9210f +size 4369775 diff --git a/videos/Leju_Kuavo_4_moving_parts_r.mp4 b/videos/Leju_Kuavo_4_moving_parts_r.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4737ee175dd00cbe6f7e052d1d5ff8e48a9239c6 --- /dev/null +++ b/videos/Leju_Kuavo_4_moving_parts_r.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78bdb9e07369eb1e4a741a9284c7b57f7e53171c6f9a378302a0a224a06deae8 +size 2904820 diff --git a/videos/Leju_Kuavo_4_moving_parts_s.mp4 b/videos/Leju_Kuavo_4_moving_parts_s.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2ca46ac043ea6a47ac2fe99c20c593095196e33 --- /dev/null +++ b/videos/Leju_Kuavo_4_moving_parts_s.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15de34d29858dd0ee5163af6d75e489246ded62733c83da107b2908546e52671 +size 3334717 diff --git a/videos/Leju_Kuavo_4_moving_parts_t.mp4 b/videos/Leju_Kuavo_4_moving_parts_t.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9afa9da02bfd80a3e827f5d8fc265997d59b660 --- /dev/null +++ b/videos/Leju_Kuavo_4_moving_parts_t.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0019831792d47e8114893d20014962bbb0cab0dbee159ef4be9a96e893f88931 +size 5896173 diff --git a/videos/Leju_Kuavo_4_moving_parts_u.mp4 b/videos/Leju_Kuavo_4_moving_parts_u.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95d38c67b01ac4f6b71372e22fdaf8b905ad4f76 --- /dev/null +++ b/videos/Leju_Kuavo_4_moving_parts_u.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83f9c7327928836720903e093dc87eb4026344ed544b5289c26bf46c091b0b2 +size 5579317 diff --git a/videos/Leju_Kuavo_4_part_placement.mp4 b/videos/Leju_Kuavo_4_part_placement.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..213bfd47c90145122772d9f0fe1e32e54985105e --- /dev/null +++ b/videos/Leju_Kuavo_4_part_placement.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87d4118482b061c1e4ea7b113b73a4b4bdb4d484ff389ba5707368fadddc988 +size 2849809 diff --git a/videos/Leju_Kuavo_4_pass_the_cleaner_a.mp4 b/videos/Leju_Kuavo_4_pass_the_cleaner_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f2c04354e6a9f11e767f9ac37730af3d6d932d8 --- /dev/null +++ b/videos/Leju_Kuavo_4_pass_the_cleaner_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2991f946bf6d28de9725612848522d58edf09ccdb7cd73d1bdc9e13eaa337960 +size 352065 diff --git a/videos/Leju_Kuavo_4_pass_the_cleaner_b.mp4 b/videos/Leju_Kuavo_4_pass_the_cleaner_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d4df2254ec89bc0a7e3e3246065e3b77277a617 --- /dev/null +++ b/videos/Leju_Kuavo_4_pass_the_cleaner_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9f2f13e057d115d034d62654b5698ada34ea65d87a6a33f81f8aeee96e8b34 +size 839171 diff --git a/videos/Leju_Kuavo_4_pass_the_cleaner_c.mp4 b/videos/Leju_Kuavo_4_pass_the_cleaner_c.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bad9999287f78085605b46a5fa6d10e80bb239b --- /dev/null +++ b/videos/Leju_Kuavo_4_pass_the_cleaner_c.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270abb777f509b24d2ef750b9a2452c6fd06a605e88a9f8eb41cb387cc0786cf +size 861655 diff --git a/videos/Leju_Kuavo_4_pass_the_cleaner_d.mp4 b/videos/Leju_Kuavo_4_pass_the_cleaner_d.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..605eabcfc74073c32f045dd7f31460a4b962df9e --- /dev/null +++ b/videos/Leju_Kuavo_4_pass_the_cleaner_d.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802a717827c2b5f6e1952c57abd76aae3110c1700e98b50bc6e16b5278ebf38f +size 505737 diff --git a/videos/Leju_Kuavo_4_pass_the_cleaner_e.mp4 b/videos/Leju_Kuavo_4_pass_the_cleaner_e.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4535a1c3650d143d16bf0490a3094951e2d37c5b --- /dev/null +++ b/videos/Leju_Kuavo_4_pass_the_cleaner_e.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e336a632c98a7a72cb7fa6f208ac57ed47055a224aefa2cc611d1494acbc6b9 +size 544679 diff --git a/videos/Realman_RMC-AIDA-L_arrange_flower.mp4 b/videos/Realman_RMC-AIDA-L_arrange_flower.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..053bccf3bd6626156335ebb2c12ae96908fdfaac --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_arrange_flower.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0e729357d0e0e086231250b1551b11c421b7aea9b0b5ad7a6fdb0535b52ba6 +size 266247 diff --git a/videos/Realman_RMC-AIDA-L_basket_storage_banana.mp4 b/videos/Realman_RMC-AIDA-L_basket_storage_banana.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcb0b1f5d7aa55b1df4e12ce3563d73c1196d313 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_basket_storage_banana.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e631eb06a7a5df297dce7d615e7ac396fea2613450b0ca83e0fa0a4b2f635f +size 258685 diff --git a/videos/Realman_RMC-AIDA-L_basket_storage_egg_yolk_pastry.mp4 b/videos/Realman_RMC-AIDA-L_basket_storage_egg_yolk_pastry.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..876214661e4ee2d110b1208fd1dbe1538bfd700e --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_basket_storage_egg_yolk_pastry.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7b4d2d4deb54d93780d693fe5023c6c5a37d50f346ce172bae14bb91fef8d1 +size 215184 diff --git a/videos/Realman_RMC-AIDA-L_basket_storage_long_bread.mp4 b/videos/Realman_RMC-AIDA-L_basket_storage_long_bread.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e987d5c2137097562cd21056f02de2e440f19f17 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_basket_storage_long_bread.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8371bb215ce7be26bd1b417e15b0969ead7dfae01a16bb50454c2128eb5aa2d7 +size 265126 diff --git a/videos/Realman_RMC-AIDA-L_basket_storage_orange.mp4 b/videos/Realman_RMC-AIDA-L_basket_storage_orange.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96430ef6c1c7b68e5462dad2e70860e76c9c3778 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_basket_storage_orange.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f96156f1e8813ad61a0163cd5357edaab2849c12153d9ac0dd31e7cd2d41f6 +size 207095 diff --git a/videos/Realman_RMC-AIDA-L_basket_storage_peach.mp4 b/videos/Realman_RMC-AIDA-L_basket_storage_peach.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..740ed35de7be8b938bd5ef545972184a6dc04c71 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_basket_storage_peach.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3f15ee575cadf85634517521b7509b5fe25e480192068ede3177435b88d438 +size 333456 diff --git a/videos/Realman_RMC-AIDA-L_box_up_down.mp4 b/videos/Realman_RMC-AIDA-L_box_up_down.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..843958abef94d5187cd0dc7b8c3eab6d6d89707f --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_box_up_down.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6231b28c1bf83270023c385eb9c2978135b1ea623c2b41b7b82d803a1ad0e76f +size 112496 diff --git a/videos/Realman_RMC-AIDA-L_clean_table.mp4 b/videos/Realman_RMC-AIDA-L_clean_table.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0bb945a7b39e6ba11c5bc2a8d4b04dc742a9521 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_clean_table.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9bcc6ab1bcfbb91fd8e15e5a52358ceb6684aad1bac3f5c083c76fd0433a489 +size 410763 diff --git a/videos/Realman_RMC-AIDA-L_desktop_organization.mp4 b/videos/Realman_RMC-AIDA-L_desktop_organization.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fdc5d5d798e0d32ff13fd8b0e3271650fe608e8 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_desktop_organization.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90727c9212b650d2620724211fbdcb109e0d15f8c079d592f132af58cc4041d +size 893162 diff --git a/videos/Realman_RMC-AIDA-L_fold_shirt.mp4 b/videos/Realman_RMC-AIDA-L_fold_shirt.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4891857086e8ffb70153a551adf374bcc724717c --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_fold_shirt.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f911f7d5982f8d984ddd02bac77c3f6bbabf104c22ef3011ea739ec7ee140f8 +size 1460997 diff --git a/videos/Realman_RMC-AIDA-L_fold_shorts.mp4 b/videos/Realman_RMC-AIDA-L_fold_shorts.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f6ebbbdfe30f677faf4d68a741c6c266392c08e --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_fold_shorts.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2824460c96e61fd601ccda435624a32e30d513c5b437fce0bbca4d830d97a24 +size 679216 diff --git a/videos/Realman_RMC-AIDA-L_fold_towel.mp4 b/videos/Realman_RMC-AIDA-L_fold_towel.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fd34a43fb5123044f33415b95eb884762646f7f --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_fold_towel.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31f4a87276e293327e972ea0023f3db836ddb3ae038336a5eb40952623a3a17 +size 208925 diff --git a/videos/Realman_RMC-AIDA-L_food_packaging.mp4 b/videos/Realman_RMC-AIDA-L_food_packaging.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd8cf37d7f403ff25118cd3090a0b30875b14303 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_food_packaging.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c2f4fb084d392969c35dab89d2b0bf526af1225f20829ffd201c7dd2303fd0 +size 1287616 diff --git a/videos/Realman_RMC-AIDA-L_food_storage.mp4 b/videos/Realman_RMC-AIDA-L_food_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43520c4af50967dd5e5e23fa80b9a0db41ecec51 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_food_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4dfb5f271a774970eef4a60a11e6b73f84a8dbbe19ab0308bc12287dd6e52e +size 319933 diff --git a/videos/Realman_RMC-AIDA-L_fruit_storage.mp4 b/videos/Realman_RMC-AIDA-L_fruit_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e158803044bf80593ce89820d74665ebe68ea42 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_fruit_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27bb071582e9e8ae72ad75fa7a43c74681eea5d183d5223b8cdd9520275c9a3e +size 360654 diff --git a/videos/Realman_RMC-AIDA-L_get_water.mp4 b/videos/Realman_RMC-AIDA-L_get_water.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6542d9d049ee27f04fa097bb1dc182329b2943e --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_get_water.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c89ad5c053c4ae88420b736f8bdc41c24a15e13f0491ad342482703acaec68c +size 424540 diff --git a/videos/Realman_RMC-AIDA-L_glasses_storage.mp4 b/videos/Realman_RMC-AIDA-L_glasses_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58fa97643ba6055f2bd1fea1d8a289fe4c97226a --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_glasses_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230ddd457422cccc2d423233158af39fe0eb0e734945c3c4d0edcd643cf7b8be +size 423663 diff --git a/videos/Realman_RMC-AIDA-L_hang_clothes.mp4 b/videos/Realman_RMC-AIDA-L_hang_clothes.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d570a2a7678351ce71838a0989abc4573d76df3f --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_hang_clothes.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b264bbb73c6baff10c042d29d782091b8e234e69198e5bb46b9026d1cc9f650b +size 216220 diff --git a/videos/Realman_RMC-AIDA-L_organise_the_document_bag.mp4 b/videos/Realman_RMC-AIDA-L_organise_the_document_bag.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1c5a661d539047fcf27ab058b9f0aa897487e23 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_organise_the_document_bag.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c72422edb20774b25d7bfad6e6271f8f725e0f259ae290b13bced5bb8506e03 +size 215297 diff --git a/videos/Realman_RMC-AIDA-L_pass_bowl.mp4 b/videos/Realman_RMC-AIDA-L_pass_bowl.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c686a851337e575ecfc1d66b7f739e687cb3337 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_pass_bowl.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e28bc3d9d59059096271b490df1ef72aa4ac587bf86d6b31135945a94077da2 +size 219729 diff --git a/videos/Realman_RMC-AIDA-L_place_test_tube.mp4 b/videos/Realman_RMC-AIDA-L_place_test_tube.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe0c9b16bb52bca860138764f7d7299c0717c562 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_place_test_tube.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61ca5e81d10bb3f73d609d73dbf9895d11c8ed89d33c4ff52f3fc963f3d92d3 +size 259345 diff --git a/videos/Realman_RMC-AIDA-L_place_the_fruits_repeatedly.mp4 b/videos/Realman_RMC-AIDA-L_place_the_fruits_repeatedly.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93be7612426788007fad3bd5670c0b7cc73ae626 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_place_the_fruits_repeatedly.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c298eebe50423ed72ce83c70a092d3fd4e592dba295ec74140094b3da74797 +size 1300648 diff --git a/videos/Realman_RMC-AIDA-L_place_towel.mp4 b/videos/Realman_RMC-AIDA-L_place_towel.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54dd3a8daf4a7902a8ba3aef42119510a26f342e --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_place_towel.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc905ac7be2128d9b87c108d50fdde12cd361b122b289576ac48744ad25fa69b +size 809939 diff --git a/videos/Realman_RMC-AIDA-L_plate_storage.mp4 b/videos/Realman_RMC-AIDA-L_plate_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce0ea87a2d0d6460e360a550e92f6752f34d0c16 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_plate_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eaf0056321ff20a4ae33119beb25ca1a4a85ab09daa0b20f287dcdaf49927c7 +size 312250 diff --git a/videos/Realman_RMC-AIDA-L_pour_coffee_beans.mp4 b/videos/Realman_RMC-AIDA-L_pour_coffee_beans.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b740dcbf106e34b8230d88089a64f5dbea56155 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_pour_coffee_beans.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a94c2486fef8c231cadf899ab2587c0bba8e69bff6eaa9ec36a3bef7a6c30c4 +size 386306 diff --git a/videos/Realman_RMC-AIDA-L_pour_rice.mp4 b/videos/Realman_RMC-AIDA-L_pour_rice.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a673316c766c4adc7f1fb875215ee2767f71c30 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_pour_rice.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd1d4dc92ab4663e1365456028fd15231eee96ae895514caa56cdd15406375d +size 297304 diff --git a/videos/Realman_RMC-AIDA-L_pour_tea.mp4 b/videos/Realman_RMC-AIDA-L_pour_tea.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e0cebb4253964148ed33da98636f686cf53da90 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_pour_tea.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6ca3188d41e77a4cd1a2a2e5b1f25b0b52f6db8302ddb71ebea620dbcfa7e8 +size 270532 diff --git a/videos/Realman_RMC-AIDA-L_pull_open_bag.mp4 b/videos/Realman_RMC-AIDA-L_pull_open_bag.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54e39b2995704b397ad4387378f31eb80fc7265d --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_pull_open_bag.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5c4d9a4c12f54a7a5dd33e03da8c78bdbbf643aa261cbbee081bc87e6ab812 +size 342449 diff --git a/videos/Realman_RMC-AIDA-L_stack_baskets.mp4 b/videos/Realman_RMC-AIDA-L_stack_baskets.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfed3ac151650a3c20a2860b14e78332425d42b8 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_stack_baskets.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b198977379738d30b2a4abd90d8084507d4da818ff3235db9800cb257816d568 +size 353380 diff --git a/videos/Realman_RMC-AIDA-L_stir_coffee.mp4 b/videos/Realman_RMC-AIDA-L_stir_coffee.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fae539fc6e6c74a649c8f386014ae15385bfad8 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_stir_coffee.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6abaaad777bbb9c730c0062f70f54559205a4aafebc267903c6aee2212f5e6a +size 253041 diff --git a/videos/Realman_RMC-AIDA-L_storage_bin_storage.mp4 b/videos/Realman_RMC-AIDA-L_storage_bin_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d5b762ed66a4f9ed2a87c47a6fdc722a1faebac --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_storage_bin_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78a1d7620eb24997a45bb949bdea353630e54493319d900d50b7b76f41c8604 +size 1427958 diff --git a/videos/Realman_RMC-AIDA-L_storage_block_basket.mp4 b/videos/Realman_RMC-AIDA-L_storage_block_basket.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a8e67e97a13a71e1843e2c982b531d182dc6ba7 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_storage_block_basket.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe395cf4814c326a8e82c21c33368e0dac156df01e9ae38c5f92b82ca360a96b +size 164249 diff --git a/videos/Realman_RMC-AIDA-L_storage_peach_box.mp4 b/videos/Realman_RMC-AIDA-L_storage_peach_box.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e900d2b20c8e34ec8a3891d9e9d37525e8647f59 --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_storage_peach_box.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00a11c2d1cc350dd4d6b7d12bb08bd2322b1175672274a5b3ee8fa70b87b137 +size 254339 diff --git a/videos/Realman_RMC-AIDA-L_storage_peach_drawer.mp4 b/videos/Realman_RMC-AIDA-L_storage_peach_drawer.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..275578c01f9e589d79316cbc940e41550663d8ed --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_storage_peach_drawer.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1afc539cc4693a9b4660bb11c4065b702065289c5287d3875480fd3dc0429c7 +size 212252 diff --git a/videos/Realman_RMC-AIDA-L_storage_towel_basket.mp4 b/videos/Realman_RMC-AIDA-L_storage_towel_basket.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fd8edc7e1a5626ed569c549a60ff8ed07a7159d --- /dev/null +++ b/videos/Realman_RMC-AIDA-L_storage_towel_basket.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3fcd7fdb179f494a356756e110cfbfbd4cf4b011d7158a1cc1a70c42a79c71b +size 260642 diff --git a/videos/Tianqing_A2D_battery_storage_b.mp4 b/videos/Tianqing_A2D_battery_storage_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..002b7b105f5d509c1f29051c89077c5a0478b6e2 --- /dev/null +++ b/videos/Tianqing_A2D_battery_storage_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0730dbc0dceec3dd79273937fb882f7d19beda3ea2e81c1760d64549531d0f4d +size 1071864 diff --git a/videos/Tianqing_A2D_battery_storage_c.mp4 b/videos/Tianqing_A2D_battery_storage_c.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..032041128a7f2e8aa7c2962650b0569eaa6afc47 --- /dev/null +++ b/videos/Tianqing_A2D_battery_storage_c.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db05cd7891ac74a2bb64b89db41f4686e996059084b88812cfbde17857b7209 +size 3666454 diff --git a/videos/Tianqing_A2D_box_storage_a.mp4 b/videos/Tianqing_A2D_box_storage_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed20e768b76b4fbe710c7b5ce2657a6dfb55376b --- /dev/null +++ b/videos/Tianqing_A2D_box_storage_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc7674281709eba09eaf68a38cc1dfd33ba5a142c1b4f3f7a7426c59c00f5af +size 858506 diff --git a/videos/Tianqing_A2D_box_storage_b.mp4 b/videos/Tianqing_A2D_box_storage_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47db6c558ca7b623741b9e73ed81dc68f6d6cc65 --- /dev/null +++ b/videos/Tianqing_A2D_box_storage_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738ba7af79d01cbf68570fa8a63777deb8e4c13fb9c3e0cd776295cbe5e2f29d +size 865520 diff --git a/videos/Tianqing_A2D_box_storage_c.mp4 b/videos/Tianqing_A2D_box_storage_c.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5cbd7d13a1f22b9262a170be10f268799ca1f554 --- /dev/null +++ b/videos/Tianqing_A2D_box_storage_c.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1dd2635f845f98f4502440ce0a7403af192fdcb1e57b937c46c2e73ff05e5e +size 918771 diff --git a/videos/Tianqing_A2D_box_storage_cardboard_box_a.mp4 b/videos/Tianqing_A2D_box_storage_cardboard_box_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52b8c1d1777ea9219c1c7f714756923b9a5d42b7 --- /dev/null +++ b/videos/Tianqing_A2D_box_storage_cardboard_box_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe05d5fb68c69633d7378554cc8d56e447ebb9dd638ede99ce51e041cddbe124 +size 999545 diff --git a/videos/Tianqing_A2D_box_storage_cardboard_box_b.mp4 b/videos/Tianqing_A2D_box_storage_cardboard_box_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..255e4c0b024e4f6b76f137419cb944f85c50cb0c --- /dev/null +++ b/videos/Tianqing_A2D_box_storage_cardboard_box_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367f44222f6fce834680c45580e3067664739edc3bc1fc7ab4964044cbcea6a8 +size 1210836 diff --git a/videos/Tianqing_A2D_box_storage_cardboard_box_c.mp4 b/videos/Tianqing_A2D_box_storage_cardboard_box_c.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84bb34aa2f39a9bb3387d9bc8ea78f63b5e1ac51 --- /dev/null +++ b/videos/Tianqing_A2D_box_storage_cardboard_box_c.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b9f88c0f4b6e2c605f6abf425fc2b3c798d5d72268f79722859c20617131a5 +size 2145654 diff --git a/videos/Tianqing_A2D_box_storage_e.mp4 b/videos/Tianqing_A2D_box_storage_e.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8f4d7f40ebab7480eb454780ff50d8c9745ea2f --- /dev/null +++ b/videos/Tianqing_A2D_box_storage_e.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31c5171ef58ab49c773c159b947a68cd9068f034b370556742a08c118f3da3a +size 2555313 diff --git a/videos/Tianqing_A2D_box_storage_part.mp4 b/videos/Tianqing_A2D_box_storage_part.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d769604445be5b4cd15ac39aa76ee50f917e522e --- /dev/null +++ b/videos/Tianqing_A2D_box_storage_part.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe128246b8a15f50b15b64e45a4f132bb6030a5b17a75807b0cb612f2535dae +size 295774 diff --git a/videos/Tianqing_A2D_box_storage_part_a.mp4 b/videos/Tianqing_A2D_box_storage_part_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24b4f2f852db792bec3f2f0b90e4a3e2db54c4de --- /dev/null +++ b/videos/Tianqing_A2D_box_storage_part_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68667d0e82f3c1462982c716c87fdb07452dcdaf4f189c342b257c5d95ea3c26 +size 2646567 diff --git a/videos/Tianqing_A2D_box_storage_tool.mp4 b/videos/Tianqing_A2D_box_storage_tool.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..692ce13ad14ddac9aa9721813b12728d55c39894 --- /dev/null +++ b/videos/Tianqing_A2D_box_storage_tool.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d10e54f6507087806b10f5c52880d3478dccc7a222b2757137338fb6ea43f37 +size 225320 diff --git a/videos/Tianqing_A2D_container_storage_graphics_card.mp4 b/videos/Tianqing_A2D_container_storage_graphics_card.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88f92f7a2ed220db14f23f385dc9a1c1f9bf264b --- /dev/null +++ b/videos/Tianqing_A2D_container_storage_graphics_card.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ee941f3201a3244e6ebb3d2c1e293146daf77d56fbc71bdc55b7b5a6e27aa3 +size 635156 diff --git a/videos/Tianqing_A2D_left_capture_part.mp4 b/videos/Tianqing_A2D_left_capture_part.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba63b19047db6c6dde09c5d391bd5c5d250faa94 --- /dev/null +++ b/videos/Tianqing_A2D_left_capture_part.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf06da1b992661c68fb5563777c8c8262ec3996091ea2ead3debb203fff0a12 +size 1890745 diff --git a/videos/Tianqing_A2D_mobile_accessory_storage_box_a.mp4 b/videos/Tianqing_A2D_mobile_accessory_storage_box_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da08acad651ec916d59229210eaef8d035701b64 --- /dev/null +++ b/videos/Tianqing_A2D_mobile_accessory_storage_box_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836dabc927d4148c8961b571e133e879b448f031d11e0121a7ee5dffbc46a1a3 +size 1252213 diff --git a/videos/Tianqing_A2D_mobile_accessory_storage_box_c.mp4 b/videos/Tianqing_A2D_mobile_accessory_storage_box_c.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7839106e94df141c49b9d00cd9babb11618d1ab1 --- /dev/null +++ b/videos/Tianqing_A2D_mobile_accessory_storage_box_c.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1ab5a26d354d8d417499f527fc54205818e27bfa8c24f3e8fcb4313ce4bb9d +size 2840551 diff --git a/videos/Tianqing_A2D_mobile_accessory_storage_box_d.mp4 b/videos/Tianqing_A2D_mobile_accessory_storage_box_d.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3dc990503b88a8ae65ebc28748937027463a80d8 --- /dev/null +++ b/videos/Tianqing_A2D_mobile_accessory_storage_box_d.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554276c0106a68dbe660af1cc391f3026579e0498c9136d1be69ceb3f1917f49 +size 2993909 diff --git a/videos/Tianqing_A2D_mobile_accessory_storage_box_e.mp4 b/videos/Tianqing_A2D_mobile_accessory_storage_box_e.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b85fe371b389b3438c32897f74d3c7346d32e2ef --- /dev/null +++ b/videos/Tianqing_A2D_mobile_accessory_storage_box_e.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a070fe5ebf68e8d1d97e33dac8d222b5df9f16c649fac3608f9b370432ac3ad +size 1081963 diff --git a/videos/Tianqing_A2D_mobile_accessory_storage_box_f.mp4 b/videos/Tianqing_A2D_mobile_accessory_storage_box_f.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85f861b9d1125fb021bb86f198f1b6686576df82 --- /dev/null +++ b/videos/Tianqing_A2D_mobile_accessory_storage_box_f.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c83d8636bae74169fd658ae2a51e6b9f2d28a51bbc0a011496a5d37d3cd2d0 +size 2648552 diff --git a/videos/Tianqing_A2D_pick_up_battery.mp4 b/videos/Tianqing_A2D_pick_up_battery.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d53a42295003208b56c69d4002682d743e7b8ad0 --- /dev/null +++ b/videos/Tianqing_A2D_pick_up_battery.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe1b02da3bf7cd1959c6cac5ff1e866285c61af24bb425503cbc90bb47d528a +size 925379 diff --git a/videos/Tianqing_A2D_picks_up_battery_a.mp4 b/videos/Tianqing_A2D_picks_up_battery_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97999e4c09369caeb67f0e41e12e0d599d6733f0 --- /dev/null +++ b/videos/Tianqing_A2D_picks_up_battery_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf26ccd9618d2992941dc191de0e917653bca97f7e864c8344676ffcd8192fa +size 1712047 diff --git a/videos/Tianqing_A2D_picks_up_battery_b.mp4 b/videos/Tianqing_A2D_picks_up_battery_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a52f9948ffebad5f3d097ef2b87cd7008093784 --- /dev/null +++ b/videos/Tianqing_A2D_picks_up_battery_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42f55968e05c20ce676ff5d7c1f7690c9c882a324b8e66585c0d07a12fd63f8 +size 1035477 diff --git a/videos/Tianqing_A2D_picks_up_cardboard_box.mp4 b/videos/Tianqing_A2D_picks_up_cardboard_box.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e18fd559b42cccef0f4996823856d87a9bf872b7 --- /dev/null +++ b/videos/Tianqing_A2D_picks_up_cardboard_box.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8cc28685bdc9d299c2e48188305d048ef5271dccaa3130d9240b989652d8a46 +size 1909847 diff --git a/videos/Tianqing_A2D_picks_up_parts_a.mp4 b/videos/Tianqing_A2D_picks_up_parts_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f82aa29bb09c65a748c88ba1404fadceaded6fd --- /dev/null +++ b/videos/Tianqing_A2D_picks_up_parts_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5871184a09cd5dfd3f197bb70c2ec4654fcfe6b9d028e0fb5e3ada4a26a264 +size 1906135 diff --git a/videos/Tianqing_A2D_picks_up_parts_b.mp4 b/videos/Tianqing_A2D_picks_up_parts_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bec9b8f9fd91fbe710013cce804cc6b9545adeb1 --- /dev/null +++ b/videos/Tianqing_A2D_picks_up_parts_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35a477f7450890d1c83064014382d72813bf9cfb75710eabf5743634dfecdc0 +size 1636669 diff --git a/videos/Tianqing_A2D_place_the_paper_box.mp4 b/videos/Tianqing_A2D_place_the_paper_box.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6db822fda41e1f49670f616968e42ec282b6b842 --- /dev/null +++ b/videos/Tianqing_A2D_place_the_paper_box.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4c0966d7b0266eb93bd2ecbb16a72f1c69222689d80492ec2dac9cac480656 +size 182436 diff --git a/videos/Tianqing_A2D_remove_the_accessory.mp4 b/videos/Tianqing_A2D_remove_the_accessory.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dedacb3fccbcf97353102919d6ea8cd27c7edb28 --- /dev/null +++ b/videos/Tianqing_A2D_remove_the_accessory.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1997008125b8541d3a12213ad85287e7767b0c32e5c0e47b723211fadba27479 +size 1036044 diff --git a/videos/Tianqing_A2D_right_capture_part.mp4 b/videos/Tianqing_A2D_right_capture_part.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfb9066fb02ddfde91282abebe122e44a1b5a71b --- /dev/null +++ b/videos/Tianqing_A2D_right_capture_part.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df869bcbc3b626ea3c2d857e243bd3e46008c889d8b44b13a6ef7e625f78d941 +size 1054919 diff --git a/videos/Tianqing_A2D_robotic_arm_picks_up_battery.mp4 b/videos/Tianqing_A2D_robotic_arm_picks_up_battery.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d46432e31be79c777c1ffba4e6a23bae90d2c74c --- /dev/null +++ b/videos/Tianqing_A2D_robotic_arm_picks_up_battery.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb6a280e0a0e789d0d6e5513418d9ea461421277b39f184fc83c235dd8ccb10 +size 4366605 diff --git a/videos/Tianqing_A2D_robotic_arm_picks_up_parts.mp4 b/videos/Tianqing_A2D_robotic_arm_picks_up_parts.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9902869436cf7ba3de71ffe5e3cf90b785bfc39a --- /dev/null +++ b/videos/Tianqing_A2D_robotic_arm_picks_up_parts.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7e8eb7740df66384849125d0f730751207c4e41daa34a848f0951535f387df +size 2613581 diff --git a/videos/Tianqing_A2D_storage_item_b.mp4 b/videos/Tianqing_A2D_storage_item_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eaa2bddb385201cbb032c71176f131b1482b102e --- /dev/null +++ b/videos/Tianqing_A2D_storage_item_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e17ff7e11b6a42e717c200dcbbf4df3bd4fb1ea0f02d158c679b727ede66be3 +size 2258276 diff --git a/videos/Tianqing_A2D_storage_item_d.mp4 b/videos/Tianqing_A2D_storage_item_d.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecc1c62f3018e85a162191000a38d28236c4eb7f --- /dev/null +++ b/videos/Tianqing_A2D_storage_item_d.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b726086762cdb6688fd1c81671df48bd9b02f612670dfa459746b24b1d5de6 +size 1020818 diff --git a/videos/Tianqing_A2D_storage_item_e.mp4 b/videos/Tianqing_A2D_storage_item_e.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb21db52a6ec7675442c5bbcf023a4eb4ec9ec46 --- /dev/null +++ b/videos/Tianqing_A2D_storage_item_e.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f1c28c2afe2d27b286f1b3b60964ae9f438491b477210bb5b22c9de8624b9a +size 2302152 diff --git a/videos/Tianqing_A2D_tool_storage.mp4 b/videos/Tianqing_A2D_tool_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8086120dadf760b8b9ff9f283bfebc2db3a97c73 --- /dev/null +++ b/videos/Tianqing_A2D_tool_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5cb7f4669e65b724f63f23c679306d834b10f86d5d5e28fb4e3800f6ae9543 +size 2501835 diff --git a/videos/Unitree_G1edu-u3_basket_storage_apple.mp4 b/videos/Unitree_G1edu-u3_basket_storage_apple.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a161fbb04f96d9fa28fe0f9477b775c67bf49303 --- /dev/null +++ b/videos/Unitree_G1edu-u3_basket_storage_apple.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf279a65f05c54b78d87ed52f527d6c2381bf5c34d86c4ac1d13cf39b69a8bd +size 507238 diff --git a/videos/Unitree_G1edu-u3_basket_storage_apple_b.mp4 b/videos/Unitree_G1edu-u3_basket_storage_apple_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..868f227756687b40d4980cee351a07fab5e13161 --- /dev/null +++ b/videos/Unitree_G1edu-u3_basket_storage_apple_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e83ac3fbc1802ba9f58e6f2c61aea0bf8a5859649359c86de6b60ac75ee902 +size 706061 diff --git a/videos/Unitree_G1edu-u3_bowl_storage_grape_singletry.mp4 b/videos/Unitree_G1edu-u3_bowl_storage_grape_singletry.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea8cfab275d7f08bd6b5de3dd274d4ce0e66d491 --- /dev/null +++ b/videos/Unitree_G1edu-u3_bowl_storage_grape_singletry.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7cb9ba99b7e83265f8fd3e11c3173de8370a3a1136bf41a658d6726668c943 +size 593793 diff --git a/videos/Unitree_G1edu-u3_food_storage.mp4 b/videos/Unitree_G1edu-u3_food_storage.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11d4dca1e7bad5dab960dfe240a27016aa8ee3d4 --- /dev/null +++ b/videos/Unitree_G1edu-u3_food_storage.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0feae1efbe814cf1b1eec29334200bcbd9ddfbeb0d5a5e37183b31ba793917b +size 1575280 diff --git a/videos/Unitree_G1edu-u3_little_tray_storage_apple_b.mp4 b/videos/Unitree_G1edu-u3_little_tray_storage_apple_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f03550afca57a061283f45f1e7ec7db0cb61e0f4 --- /dev/null +++ b/videos/Unitree_G1edu-u3_little_tray_storage_apple_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486fb2f3cf3a449cb218a933c0a8e9b090e3dba3487d7b928913da79cbfd20ee +size 307573 diff --git a/videos/Unitree_G1edu-u3_little_tray_storage_lemon_b.mp4 b/videos/Unitree_G1edu-u3_little_tray_storage_lemon_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dda01e31623eb70fe9711db96dfe92dee83038e8 --- /dev/null +++ b/videos/Unitree_G1edu-u3_little_tray_storage_lemon_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d58af39d222894cb96c45d74f53609760d60c282eb777935ad660ffe214ca8a +size 149718 diff --git a/videos/Unitree_G1edu-u3_pick_apple_a.mp4 b/videos/Unitree_G1edu-u3_pick_apple_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9111e0a52b718ab4f76af094e711f995bbf24197 --- /dev/null +++ b/videos/Unitree_G1edu-u3_pick_apple_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5cb5acb78ad154bd2229ccd540b4a2bc00a48a8df3dfd40cfaa31d9aeec3963 +size 397369 diff --git a/videos/Unitree_G1edu-u3_pick_apple_b.mp4 b/videos/Unitree_G1edu-u3_pick_apple_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0d092aa52e2d24c7c97c66b2cca516e15d56962 --- /dev/null +++ b/videos/Unitree_G1edu-u3_pick_apple_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:125cb6f60dc35d1d6ecdae9f1b1735b3d814dd4291db246fd7c3b2122cfe78a8 +size 271594 diff --git a/videos/Unitree_G1edu-u3_pick_crumpled_paper_aa.mp4 b/videos/Unitree_G1edu-u3_pick_crumpled_paper_aa.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f68abb0ebfe3b05758e9c95845dd707c1778bab6 --- /dev/null +++ b/videos/Unitree_G1edu-u3_pick_crumpled_paper_aa.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:433b84e9db3d7770c7edd5e0e6f07cbebf6119e5735b33ca76be30972475e6cb +size 423609 diff --git a/videos/Unitree_G1edu-u3_pick_cup_a.mp4 b/videos/Unitree_G1edu-u3_pick_cup_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92d779c224322504f9869aca49864f3f944eb198 --- /dev/null +++ b/videos/Unitree_G1edu-u3_pick_cup_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a04e492e4c372b16bc18287742a74286ec67fed3d5edaf7b826c4f0d52b3a1d +size 458539 diff --git a/videos/Unitree_G1edu-u3_pick_empty_bottle_ab.mp4 b/videos/Unitree_G1edu-u3_pick_empty_bottle_ab.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c7f34072381c4a553c30eda7a925318341af8bb --- /dev/null +++ b/videos/Unitree_G1edu-u3_pick_empty_bottle_ab.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85d61f46d02f52c0717b71d8f699eb5f1c32a7777ee8cc5c37d053c1c62630b +size 378098 diff --git a/videos/Unitree_G1edu-u3_pick_leftover_food_ac.mp4 b/videos/Unitree_G1edu-u3_pick_leftover_food_ac.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6225c822674263a23d648eff7bbaabe6b56f86d --- /dev/null +++ b/videos/Unitree_G1edu-u3_pick_leftover_food_ac.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2447afc5618a1d079d3e2002b97c059a42d0e82b09b6d8cf5ec9888579107f1c +size 444677 diff --git a/videos/Unitree_G1edu-u3_pick_metal_bowl_aa.mp4 b/videos/Unitree_G1edu-u3_pick_metal_bowl_aa.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1307409d0e8da6dce582a3832667b2a9c14d488 --- /dev/null +++ b/videos/Unitree_G1edu-u3_pick_metal_bowl_aa.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7a33199ee149640322504574c9b3d57e1190b963209ba1a893deb4512a5780 +size 577116 diff --git a/videos/Unitree_G1edu-u3_pick_metal_bowl_ab.mp4 b/videos/Unitree_G1edu-u3_pick_metal_bowl_ab.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f52d818f50982d4d28d3a1f3c4a75f2b57a14f1 --- /dev/null +++ b/videos/Unitree_G1edu-u3_pick_metal_bowl_ab.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc09e68851028a82a472c028c362704612eba7c92d70e102ce8a305f5eec9a5c +size 305000 diff --git a/videos/Unitree_G1edu-u3_pick_plastic_bowl_ac.mp4 b/videos/Unitree_G1edu-u3_pick_plastic_bowl_ac.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..370f477c929a41ae10b91be703bd19b7d1e401e9 --- /dev/null +++ b/videos/Unitree_G1edu-u3_pick_plastic_bowl_ac.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3924db72d797dcb0ea61efe157785015e2d68b50eeaacfd227d46c09c49b010 +size 351389 diff --git a/videos/Unitree_G1edu-u3_pick_plastic_bowl_ad.mp4 b/videos/Unitree_G1edu-u3_pick_plastic_bowl_ad.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4a81db3e81a07bb2226ed050cd657b31821fd62 --- /dev/null +++ b/videos/Unitree_G1edu-u3_pick_plastic_bowl_ad.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72fba2f0a693d6dc3aa1fac1f514300e401f6981c1baf50a2f71cfa7a23b0d11 +size 330122 diff --git a/videos/Unitree_G1edu-u3_pick_up_the_bottled_water_a.mp4 b/videos/Unitree_G1edu-u3_pick_up_the_bottled_water_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8afb56a516beb73731d24b5a2a8f061958fb73e0 --- /dev/null +++ b/videos/Unitree_G1edu-u3_pick_up_the_bottled_water_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab8ec33bab4344f9da73d9bda5d9872d0bf7f7833c196257146410b8c1a460c +size 505534 diff --git a/videos/Unitree_G1edu-u3_pick_up_the_bottled_water_as.mp4 b/videos/Unitree_G1edu-u3_pick_up_the_bottled_water_as.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c3c3d4a9482fff40e735a84fab171064699f2dd --- /dev/null +++ b/videos/Unitree_G1edu-u3_pick_up_the_bottled_water_as.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd020c2e76fa73952cf058a67f3b7e7f5e074cd2737ab18c73fda602050d6b3 +size 528714 diff --git a/videos/Unitree_G1edu-u3_pick_up_the_bottled_water_b.mp4 b/videos/Unitree_G1edu-u3_pick_up_the_bottled_water_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2140119502eaf73372a37b9d1c0d60e5d37636a1 --- /dev/null +++ b/videos/Unitree_G1edu-u3_pick_up_the_bottled_water_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3735ee8e94938bc132ce855ce87c204467d94921f91153b93e677fcb402e0025 +size 353893 diff --git a/videos/Unitree_G1edu-u3_pick_up_the_bread_az.mp4 b/videos/Unitree_G1edu-u3_pick_up_the_bread_az.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00fdc60e127d2f10ef5fd2852b3800b2c0da2e31 --- /dev/null +++ b/videos/Unitree_G1edu-u3_pick_up_the_bread_az.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0036b4c00e1cc8558f194a41e92e4dbdd3fb077cdebe47be4b5dd0d25d0b74 +size 581996 diff --git a/videos/Unitree_G1edu-u3_pick_up_the_lemon_a.mp4 b/videos/Unitree_G1edu-u3_pick_up_the_lemon_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d32507885dd61ab91a0d7e4a8790d098a86d02e --- /dev/null +++ b/videos/Unitree_G1edu-u3_pick_up_the_lemon_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77fbe4fddd6554c7538fe299d6c4871fd524f0ca0245975c96d084e592d7e765 +size 304643 diff --git a/videos/Unitree_G1edu-u3_pick_up_the_lemon_at.mp4 b/videos/Unitree_G1edu-u3_pick_up_the_lemon_at.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b76726b194b333a8f6e1a464afbecea4293051e4 --- /dev/null +++ b/videos/Unitree_G1edu-u3_pick_up_the_lemon_at.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f529bb148117d8997b46148ff1dfe75eb2752fb67af8a5a2f8856ce81a6e57 +size 253953 diff --git a/videos/Unitree_G1edu-u3_pick_up_the_tissue_box_ao.mp4 b/videos/Unitree_G1edu-u3_pick_up_the_tissue_box_ao.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9a86f67a998df191f4aa71ed35742276d4704d1 --- /dev/null +++ b/videos/Unitree_G1edu-u3_pick_up_the_tissue_box_ao.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212ee0acb865c638462e4645fb8732eaeda76a32527ffc08bd7f58b58b4abaac +size 937306 diff --git a/videos/Unitree_G1edu-u3_pick_up_the_toy_ai.mp4 b/videos/Unitree_G1edu-u3_pick_up_the_toy_ai.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70781d1c5a437de2e692adad018ba6f38106b0df --- /dev/null +++ b/videos/Unitree_G1edu-u3_pick_up_the_toy_ai.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f2776ff4af82fe6727de6dab0d5d0536703a58874d498efa8a7d1c78db2628 +size 386308 diff --git a/videos/Unitree_G1edu-u3_place_apple_c.mp4 b/videos/Unitree_G1edu-u3_place_apple_c.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b5cd7c3ff8144e19e7bebf3a2f53f77a2bba583 --- /dev/null +++ b/videos/Unitree_G1edu-u3_place_apple_c.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32ccd44fab7d5129f922d50ea0ddee11dc0c6cb5b51e5407a26744043a7a37e +size 171874 diff --git a/videos/Unitree_G1edu-u3_place_bottle_c.mp4 b/videos/Unitree_G1edu-u3_place_bottle_c.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bc32520634fd06f74bc3830906c12fb0e5f5941 --- /dev/null +++ b/videos/Unitree_G1edu-u3_place_bottle_c.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae214bfc187185fd92b3d6385b1d4909e4c5a02776367d2de309d6051d9592ef +size 281701 diff --git a/videos/Unitree_G1edu-u3_place_metal_bowl_ae.mp4 b/videos/Unitree_G1edu-u3_place_metal_bowl_ae.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1bd63f4ff725886653b9c93c86609195a0a5e65 --- /dev/null +++ b/videos/Unitree_G1edu-u3_place_metal_bowl_ae.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8622da2282aac6a5291e7aedf1b9eb5d0aada1b3489fc18fbf92b0974fc688a8 +size 278995 diff --git a/videos/Unitree_G1edu-u3_place_metal_bowl_af.mp4 b/videos/Unitree_G1edu-u3_place_metal_bowl_af.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b44d419e29865a25204fc358ca2ef23cb8db65d2 --- /dev/null +++ b/videos/Unitree_G1edu-u3_place_metal_bowl_af.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c3186609bba1be1d03c403f68c78f06375238223a1895e77176f8addacfa3f +size 161095 diff --git a/videos/Unitree_G1edu-u3_place_plastic_bowl_ag.mp4 b/videos/Unitree_G1edu-u3_place_plastic_bowl_ag.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d3f0554345ce340178e689df4a82082245fd6df --- /dev/null +++ b/videos/Unitree_G1edu-u3_place_plastic_bowl_ag.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed4fe12706f165e33b7746b67ea8490ae536f0ed5af720e6e1acf3832a2f707 +size 209092 diff --git a/videos/Unitree_G1edu-u3_place_plastic_bowl_ah.mp4 b/videos/Unitree_G1edu-u3_place_plastic_bowl_ah.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e37cff800d44088947f718eaeb450078d9d08a8 --- /dev/null +++ b/videos/Unitree_G1edu-u3_place_plastic_bowl_ah.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d943c2ad745686d4324cfed08e957c8e7587157490a556adb4b16f250951e0 +size 149825 diff --git a/videos/Unitree_G1edu-u3_plate_storage_doll.mp4 b/videos/Unitree_G1edu-u3_plate_storage_doll.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e96db1cd079df313d42f95b1d691c0ca0ce9a2a2 --- /dev/null +++ b/videos/Unitree_G1edu-u3_plate_storage_doll.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc5fb3f0fcfab70e8dccc4f2c941566e80cc0b3d219ac172482eaab0d0121d5 +size 315562 diff --git a/videos/Unitree_G1edu-u3_plate_storage_rabbit_doll.mp4 b/videos/Unitree_G1edu-u3_plate_storage_rabbit_doll.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..133bf6c84a662c9e1f2b13b7009a4bceb5c8248f --- /dev/null +++ b/videos/Unitree_G1edu-u3_plate_storage_rabbit_doll.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d944e00c95d7eb3ad60e473e022ad0beb41c77dbd7c5339b37af6c84748603a1 +size 235133 diff --git a/videos/Unitree_G1edu-u3_pullBowl_storage_bread_a.mp4 b/videos/Unitree_G1edu-u3_pullBowl_storage_bread_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16e79e1e79f78bb0642ab8f13237c7b3f04bf0c7 --- /dev/null +++ b/videos/Unitree_G1edu-u3_pullBowl_storage_bread_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3050bc063df434c4179705e86f17ed2a5f78864ac242232526dc737874e71c +size 1162464 diff --git a/videos/Unitree_G1edu-u3_pullBowl_storage_bread_b.mp4 b/videos/Unitree_G1edu-u3_pullBowl_storage_bread_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb567624a0a05361927ee01ff60d50a5710cb5f8 --- /dev/null +++ b/videos/Unitree_G1edu-u3_pullBowl_storage_bread_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a88a02cd99b14d64d9d2a87822baed42afc56bf146704ba8c55a31701a89ea4 +size 1045593 diff --git a/videos/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_C.mp4 b/videos/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_C.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3a9893629f677014d770bf48a4ee579efc74b08 --- /dev/null +++ b/videos/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_C.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143194ed257269be92ccfc429e6b28d770d16aeaea8aa101890d6ad5ecdd0ef8 +size 1004718 diff --git a/videos/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_a.mp4 b/videos/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a28210fbf230aae5931f9fa312cb1e28ba9ff5a --- /dev/null +++ b/videos/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b20060871fb6d33e89663219603cd1ca4014ae8b2bce83e920f4a63786b633 +size 1442105 diff --git a/videos/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_b.mp4 b/videos/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcc1901a68eedaeaa15d3347d7bc8e76333b8307 --- /dev/null +++ b/videos/Unitree_G1edu-u3_pullBowl_storage_bread_unordered_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e5a354e0fb2b11e461fecc2323019a951e22b5169fd1e2cc7bbd55adf9b3be +size 1240381 diff --git a/videos/Unitree_G1edu-u3_put_the_bread_aw.mp4 b/videos/Unitree_G1edu-u3_put_the_bread_aw.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44aa1443815aed40f2c9e208721636eb24b9e513 --- /dev/null +++ b/videos/Unitree_G1edu-u3_put_the_bread_aw.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0e1764f0f5b93a75c2fb619785a7a7b2e176b0bec60d9803254d4d1dc57af3 +size 129684 diff --git a/videos/Unitree_G1edu-u3_put_the_cup_b.mp4 b/videos/Unitree_G1edu-u3_put_the_cup_b.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83b5f3d0c1334991abaf250ea723b1814a0b2251 --- /dev/null +++ b/videos/Unitree_G1edu-u3_put_the_cup_b.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83becda5bfd131079e27e7b44eeb957a7c9473be3309d851c0ffd723fac0617d +size 173363 diff --git a/videos/Unitree_G1edu-u3_put_the_lemon_af.mp4 b/videos/Unitree_G1edu-u3_put_the_lemon_af.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f7e7a67a7157d3ddf1e4801e511b711c2ae92aa --- /dev/null +++ b/videos/Unitree_G1edu-u3_put_the_lemon_af.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7347bd189edb038571da55f6580e026777bae87978b951a479c16cc9cadedbd +size 115731 diff --git a/videos/Unitree_G1edu-u3_put_the_lemon_on_the_plate_ah.mp4 b/videos/Unitree_G1edu-u3_put_the_lemon_on_the_plate_ah.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..023eefdab378026b5fd79356b02fe9eb1c5434a0 --- /dev/null +++ b/videos/Unitree_G1edu-u3_put_the_lemon_on_the_plate_ah.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508a27494ce45328a762b097d82688ffd09535c36c649fb4a6428039972f12d6 +size 194286 diff --git a/videos/Unitree_G1edu-u3_put_the_tissue_box_al.mp4 b/videos/Unitree_G1edu-u3_put_the_tissue_box_al.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38f088efab3e4eae868eb76511d6e0bd960ba683 --- /dev/null +++ b/videos/Unitree_G1edu-u3_put_the_tissue_box_al.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08657b83b169f29822101b70a07d35f08d8de5ae476e16435aa7e2ec2da971bd +size 258510 diff --git a/videos/Unitree_G1edu-u3_put_the_toy_ap.mp4 b/videos/Unitree_G1edu-u3_put_the_toy_ap.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bebbc07f3dd8e165f9b1b97a47fcd7aa011bb501 --- /dev/null +++ b/videos/Unitree_G1edu-u3_put_the_toy_ap.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace5280a4df0cd6d50583252029dd2a7e7c8c05c99fc57f8ed792ccad7c56efb +size 216945 diff --git a/videos/Unitree_G1edu-u3_put_the_water_bottle_aq.mp4 b/videos/Unitree_G1edu-u3_put_the_water_bottle_aq.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e96daaa15c739788345bd6f41105323cd1b047c --- /dev/null +++ b/videos/Unitree_G1edu-u3_put_the_water_bottle_aq.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cef72e1fcf1296c437d4930dd10987e976f9971f871186aa6743be2af4bf18c +size 235299 diff --git a/videos/Unitree_G1edu-u3_put_the_water_bottle_on_the_table_d.mp4 b/videos/Unitree_G1edu-u3_put_the_water_bottle_on_the_table_d.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94b82a1b4539177117279e54bd3bf4be6539ebe1 --- /dev/null +++ b/videos/Unitree_G1edu-u3_put_the_water_bottle_on_the_table_d.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5840fa433beba943c4834e0445ca56e7637813235008f71a2a0e67c211e7a94 +size 137459 diff --git a/videos/Unitree_G1edu-u3_tray_storage_lemon_a.mp4 b/videos/Unitree_G1edu-u3_tray_storage_lemon_a.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06b76d28aaeddeda0b5e46b4852c673354f5a84b --- /dev/null +++ b/videos/Unitree_G1edu-u3_tray_storage_lemon_a.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98dca7f5092699e82183499a5cdbbea35bfc04f8bcd4d79b1116fa9e11de0406 +size 132285