o-ring_remove
收藏资源简介:
该数据集是一个面向机器人操作任务的模仿学习数据集,由LeRobot框架创建。数据集记录了使用双机器人臂(bi_widowxai_follower_robot)执行“移除O形环”(o-ring remove)任务的完整流程。数据包含37个episodes,共32183帧,帧率为30fps。每个样本包含:14维的动作指令(左右各7个关节位置);42维的观察状态(左右关节的位置、速度、力);以及来自多个视角的RGB和深度图像(cam_high、cam_low、cam_right_wrist,分辨率480x640,深度图使用HEVC无损编码)。此外还包括时间戳、帧索引、episode索引等元数据。数据集划分为训练集(0:37),适用于机器人模仿学习、行为克隆、强化学习等任务。许可证为Apache-2.0。
This dataset is an imitation learning dataset for robotic manipulation tasks, created using the LeRobot framework. It records the complete process of performing the o-ring remove task using a dual robot arm (bi_widowxai_follower_robot). The data consists of 37 episodes, totaling 32,183 frames at a frame rate of 30 fps. Each sample contains: 14-dimensional action commands (7 joint positions for each arm); 42-dimensional observation states (joint positions, velocities, and forces for both arms); and RGB and depth images from multiple viewpoints (cam_high, cam_low, cam_right_wrist, resolution 480x640, depth images encoded with HEVC lossless). Additionally, metadata such as timestamps, frame indices, and episode indices are included. The dataset is split into a training set (0:37) and is suitable for tasks such as robot imitation learning, behavior cloning, and reinforcement learning. The license is Apache-2.0.
数据集概述:o-ring_remove
该数据集是一个用于机器人操作任务的机器人学习数据集,基于 LeRobot 框架创建,主要应用于 robotics(机器人学)领域。
基本信息
- 任务类型:机器人学(Robotics)
- 许可证:Apache-2.0
- 数据集版本:v3.0(基于LeRobot codebase)
- 机器人类型:bi_widowxai_follower_robot(双臂WidowX AI跟随机器人)
- 数据格式:包含Parquet数据文件和MP4视频文件
数据规模
| 项目 | 数值 |
|---|---|
| 总回合数(Episodes) | 82 |
| 总帧数 | 71,569 |
| 任务数 | 1 |
| 数据文件大小 | 约100 MB (Parquet) |
| 视频文件大小 | 约200 MB |
| 帧率(FPS) | 30 |
数据划分
- 训练集(Train):包含全部82个回合(索引0至82),采用 LeRobot 标准格式存储。
数据特征(Features)
数据集包含以下类型的特征:
- 动作(Action):14维向量,包含双臂7个关节(左臂/右臂各7个)的位置指令。
- 状态观测(Observation.State):42维向量,包含双臂各关节的位置、速度、力矩信息,每个关节3种属性(.pos, .vel, .eff),双臂共42个字段。
- 图像观测(Observation.Images):包含6个摄像机视角:
cam_high:高位RGB相机(480x640x3)cam_high_depth:高位深度相机(480x640x1,毫米为单位,无损编码)cam_low:低位RGB相机(480x640x3)cam_low_depth:低位深度相机(480x640x1,毫米为单位,无损编码)cam_right_wrist:右腕部RGB相机(480x640x3)cam_right_wrist_depth:右腕部深度相机(480x640x1,毫米为单位,无损编码)
- 元数据:时间戳(timestamp)、帧索引(frame_index)、回合索引(episode_index)、总索引(index)和任务索引(task_index)。
数据存储结构
- Parquet文件路径:按照分块存储,格式为
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet,每块包含1000帧。 - 视频文件存储路径:格式为
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4。 - 图像数据使用视频编码存储:RGB图像采用 AV1 编码(yuv420p格式),深度图采用 HEVC 编码(gray12le格式,无损压缩)。
数据可视化与引用
- 可通过Hugging Face Space页面进行数据集可视化浏览(提供专门的可视化工具入口)。
- 数据集目前未提供论文引用信息和BibTeX引用格式(待补充)。
任务说明
该数据集针对 "o-ring_remove"(O型环移除) 这一特定机器人操作任务进行采集,全部82个回合均针对该任务进行演示数据收集。




