remove_cap_from_bottles_001
收藏资源简介:
该数据集是一个基于LeRobot框架创建的机器人操作数据集,核心任务为执行单一操作任务(标识符remove_cap_from_bottles_001,具体任务名称未明确)。数据集记录了双机械臂机器人(bi_so_follower类型)执行任务的过程,包含多模态数据。数据规模包括11个完整任务执行序列(episodes),共计38,501帧,以30 FPS帧率记录。主要字段包括:1) 动作(action):12维浮点向量,表示左右机械臂各6个关节(肩部平移、肩部抬升、肘部弯曲、腕部弯曲、腕部旋转、夹爪)的目标位置;2) 观测(observation):状态观测为12维浮点向量(表示关节当前位置),图像观测来自三个摄像头视角(左腕摄像头、左上方摄像头、右腕摄像头),每个视角提供640x480分辨率的RGB三通道图像;3) 元数据:包括时间戳、帧索引、episode索引、全局索引和任务索引。所有数据划分为训练集,适用于机器人学习领域的研究,如模仿学习、强化学习或行为克隆,用于训练机器人从多视角视觉观察中学习双臂协调操作技能。
This dataset is a robot manipulation dataset created using the LeRobot framework, with the core task of performing a single manipulation task (identifier remove_cap_from_bottles_001, specific task name not explicitly stated). It records the process of a dual-arm robot (bi_so_follower type) executing the task and includes multimodal data. The dataset consists of 11 complete task execution episodes, totaling 38,501 frames recorded at 30 FPS. Key fields include: 1) Action: a 12-dimensional floating-point vector representing target positions for six joints per arm (shoulder translation, shoulder lift, elbow bend, wrist bend, wrist rotation, gripper); 2) Observation: state observation as a 12-dimensional floating-point vector (current joint positions) and image observation from three camera views (left_wrist, left_top, right_wrist), each providing RGB three-channel images at 640x480 resolution; 3) Metadata: including timestamp, frame_index, episode_index, index, and task_index. All data is divided into the training set and is suitable for research in robot learning, such as imitation learning, reinforcement learning, or behavior cloning, for training robots to learn bimanual coordination skills from multi-view visual observations.
数据集概述:remove_cap_from_bottles_001
该数据集是一个用于机器人操控任务的演示数据集,专门针对从瓶子上移除瓶盖这一具体操作。数据集采用 LeRobot 格式构建,并遵循 Apache-2.0 开源许可协议。
数据集基本信息
- 数据集名称: remove_cap_from_bottles_001
- 创建工具: LeRobot
- 许可证: Apache-2.0
- 任务类型: 机器人操控 (robotics)
- 机器人类型: bi_so_follower
数据规模与结构
- 总演示片段 (Episodes): 14
- 总帧数: 49,040
- 总任务数: 1
- 帧率 (FPS): 30
- 数据文件大小: 100 MB
- 视频文件大小: 200 MB
- 数据分块大小: 1000
- 数据划分: 训练集 (train) 包含全部14个片段(索引 0:14)
数据特征 (Features)
数据集包含动作、状态观测和图像观测等多种特征,具体如下:
1. 动作 (action)
- 数据类型: float32
- 形状: [12] - 包含12个维度,对应双臂6个自由度的位置指令:
- 左臂:肩部旋转/升降、肘部屈伸、腕部屈伸/旋转、夹爪位置
- 右臂:同上
- 字段名称: left_shoulder_pan.pos, left_shoulder_lift.pos, left_elbow_flex.pos, left_wrist_flex.pos, left_wrist_roll.pos, left_gripper.pos, right_shoulder_pan.pos, right_shoulder_lift.pos, right_elbow_flex.pos, right_wrist_flex.pos, right_wrist_roll.pos, right_gripper.pos
2. 观测状态 (observation.state)
- 数据类型: float32
- 形状: [12] - 与动作特征结构完全相同,反映机械臂各关节的实际状态
3. 观测图像 (observation.images)
- 包含三个摄像头视角,均为视频流格式:
- left_wrist: 左腕部摄像头,480x640分辨率,3通道(RGB),帧率30fps,编码为AV1
- left_top: 左侧上方摄像头,规格同上
- right_wrist: 右腕部摄像头,规格同上
4. 其他元数据
- timestamp: float32,时间戳,形状 [1]
- frame_index: int64,帧索引,形状 [1]
- episode_index: int64,片段索引,形状 [1]
- index: int64,全局索引,形状 [1]
- task_index: int64,任务索引,形状 [1](当前仅1个任务)
数据文件格式
- 数据路径:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet(Parquet格式) - 视频路径:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4(MP4格式)
可视化与引用
- 数据集可视化: 可通过 Hugging Face Space 在线查看。
- 论文: 暂无提供。
- 引用格式: 暂无提供BibTeX引用信息。




