five

Z1_Dual_Dex1_FoldClothes_Dataset

收藏
魔搭社区2025-11-27 更新2025-11-03 收录
下载链接:
https://modelscope.cn/datasets/unitreerobotics/Z1_Dual_Dex1_FoldClothes_Dataset
下载链接
链接失效反馈
官方服务:
资源简介:
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot). ## Dataset Description - **Homepage:** [More Information Needed] - **Paper:** [More Information Needed] - **License:** apache-2.0 - **Task Objective:** Operate the Z1 dual-arm robotic system to execute T-shirt folding tasks. - **Operational Objects:** T-shirt with the Unitree logo - **Operation Duration:** Each operation takes approximately 100 to 200 seconds. - **Recording Frequency:** 30 Hz. - **Robot Type:** Z1 7-DOF robotic arm with parallel gripper. - **End Effector:** Parallel gripper. - **Dual-Arm Operation:** Yes. - **Image Resolution:** 640x480. - **Camera Positions:** Mount a monocular camera at the end of each robotic arm; position two additional monocular cameras side-by-side at the midpoint between the two arms, 40cm above the work surface. - **Data Content:** • Robot's current state. • Robot's next action. • Current camera view images. - **Robot Initial Posture:** The first robot state in each dataset entry. - **Object Placement:** Position the two robotic arms spaced approximately 60cm apart. Place the T-shirt within the reachable workspace of the dual robotic arms. ## Dataset Structure [meta/info.json](meta/info.json): ```json { "codebase_version": "v2.0", "robot_type": "Unitree_Z1_Dual", "total_episodes": 83, "total_frames": 293197, "total_tasks": 1, "total_videos": 249, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:83" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", "features": { "observation.state": { "dtype": "float32", "shape": [ 14 ], "names": [ [ "kLeftWaist", "kLeftShoulder", "kLeftElbow", "kLeftForearmRoll", "kLeftWristAngle", "kLeftWristRotate", "kLeftGripper", "kRightWaist", "kRightShoulder", "kRightElbow", "kRightForearmRoll", "kRightWristAngle", "kRightWristRotate", "kRightGripper" ] ] }, "action": { "dtype": "float32", "shape": [ 14 ], "names": [ [ "kLeftWaist", "kLeftShoulder", "kLeftElbow", "kLeftForearmRoll", "kLeftWristAngle", "kLeftWristRotate", "kLeftGripper", "kRightWaist", "kRightShoulder", "kRightElbow", "kRightForearmRoll", "kRightWristAngle", "kRightWristRotate", "kRightGripper" ] ] }, "observation.images.cam_high": { "dtype": "video", "shape": [ 3, 480, 640 ], "names": [ "channels", "height", "width" ], "info": { "video.fps": 30.0, "video.height": 480, "video.width": 640, "video.channels": 3, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "has_audio": false } }, "observation.images.cam_left_wrist": { "dtype": "video", "shape": [ 3, 480, 640 ], "names": [ "channels", "height", "width" ], "info": { "video.fps": 30.0, "video.height": 480, "video.width": 640, "video.channels": 3, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "has_audio": false } }, "observation.images.cam_right_wrist": { "dtype": "video", "shape": [ 3, 480, 640 ], "names": [ "channels", "height", "width" ], "info": { "video.fps": 30.0, "video.height": 480, "video.width": 640, "video.channels": 3, "video.codec": "av1", "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 } } } ``` ## Citation **BibTeX:** ```bibtex [More Information Needed] ```

本数据集基于[LeRobot](https://github.com/huggingface/lerobot)构建。 ## 数据集说明 - **主页:** [需补充更多信息] - **论文:** [需补充更多信息] - **许可证:** Apache-2.0 - **任务目标:** 操作Z1双臂机器人系统执行T恤折叠任务。 - **操作对象:** 带有Unitree标识的T恤 - **单次操作时长:** 单次操作耗时约100至200秒。 - **录制帧率:** 30 Hz。 - **机器人类型:** 搭载平行夹爪(parallel gripper)的Z1 7自由度(7-DOF)机械臂。 - **末端执行器:** 平行夹爪。 - **双臂操作:** 是。 - **图像分辨率:** 640×480。 - **相机布置:** 在每台机械臂末端各安装一台单目相机(monocular camera);在双臂中点处、工作台面上方40cm位置并排安装两台额外的单目相机。 - **数据内容:** • 机器人当前状态 • 机器人下一动作 • 当前相机视角的采集图像 - **机器人初始位姿:** 每条数据条目中的首个机器人状态。 - **物体摆放:** 将两台机械臂间距设置为约60cm;将T恤放置在双臂可达的工作空间内。 ## 数据集结构 元数据文件为`meta/info.json`,其内容如下: json { "codebase_version": "v2.0", "robot_type": "Unitree_Z1_Dual", "total_episodes": 83, "total_frames": 293197, "total_tasks": 1, "total_videos": 249, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:83" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", "features": { "observation.state": { "dtype": "float32", "shape": [ 14 ], "names": [ [ "kLeftWaist", "kLeftShoulder", "kLeftElbow", "kLeftForearmRoll", "kLeftWristAngle", "kLeftWristRotate", "kLeftGripper", "kRightWaist", "kRightShoulder", "kRightElbow", "kRightForearmRoll", "kRightWristAngle", "kRightWristRotate", "kRightGripper" ] ] }, "action": { "dtype": "float32", "shape": [ 14 ], "names": [ [ "kLeftWaist", "kLeftShoulder", "kLeftElbow", "kLeftForearmRoll", "kLeftWristAngle", "kLeftWristRotate", "kLeftGripper", "kRightWaist", "kRightShoulder", "kRightElbow", "kRightForearmRoll", "kRightWristAngle", "kRightWristRotate", "kRightGripper" ] ] }, "observation.images.cam_high": { "dtype": "video", "shape": [ 3, 480, 640 ], "names": [ "channels", "height", "width" ], "info": { "video.fps": 30.0, "video.height": 480, "video.width": 640, "video.channels": 3, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "has_audio": false } }, "observation.images.cam_left_wrist": { "dtype": "video", "shape": [ 3, 480, 640 ], "names": [ "channels", "height", "width" ], "info": { "video.fps": 30.0, "video.height": 480, "video.width": 640, "video.channels": 3, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "has_audio": false } }, "observation.images.cam_right_wrist": { "dtype": "video", "shape": [ 3, 480, 640 ], "names": [ "channels", "height", "width" ], "info": { "video.fps": 30.0, "video.height": 480, "video.width": 640, "video.channels": 3, "video.codec": "av1", "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 } } } ## 引用 **BibTeX格式:** bibtex [需补充更多信息]
提供机构:
maas
创建时间:
2025-09-11
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作