dice_white_pnp_und_500_b01
收藏资源简介:
该数据集是使用Fanuc CRX-5iA机器人进行白色骰子拾取与放置任务的机器人操作数据集。数据集通过LeRobot框架收集,包含82个演示片段(episodes),共计52546帧,帧率为30fps,总演示时长约1752秒。每个样本包含来自四个视角的摄像头图像(夹爪相机、cam0、cam1、cam2,均为480x640分辨率、AV1编码的彩色视频),以及13维的机器人状态和动作数据,具体包括6个关节角度(J1-J6)、工具末端位置(x, y, z)、姿态(W, P, R)和夹爪开合度(gripper)。数据集还提供了时间戳、帧索引、episode索引等辅助信息。该数据集适用于机器人模仿学习、行为克隆、动作规划等任务,特别是针对精细的抓取与放置操作。数据集的收集指标显示,其具有较高的动作质量(如低重复姿态比、平稳的抓取深度等),适合用于训练高精度机器人控制模型。
This dataset is a robot manipulation dataset for the pick-and-place task of white dice using a Fanuc CRX-5iA robot. It was collected via the LeRobot framework and contains 82 demonstration episodes, totaling 52,546 frames at 30 fps, with a total demonstration duration of approximately 1,752 seconds. Each sample includes camera images from four viewpoints (gripper camera, cam0, cam1, cam2, all 480x640 resolution, AV1-encoded color videos), as well as 13-dimensional robot state and action data, specifically including 6 joint angles (J1-J6), tool end-effector position (x, y, z), orientation (W, P, R), and gripper opening degree (gripper). The dataset also provides auxiliary information such as timestamps, frame indices, and episode indices. This dataset is suitable for robot imitation learning, behavior cloning, motion planning, and other tasks, especially for fine-grained grasping and placing operations. The collection metrics indicate high action quality (e.g., low repetition pose ratio, stable grasping depth), making it suitable for training high-precision robot control models.
数据集概述:azorematter/dice_white_pnp_und_500_b01
基本信息
- 许可证: Apache-2.0
- 任务类型: 机器人技术(Robotics)
- 标签: LeRobot, FANUC, CRX-5iA, 拾放操作(Pick-and-Place), 骰子, 真实机器人, 无畸变(Undistorted)
- 数据规模: 100K < n < 1M(共333,586帧)
- 机器人类型: FANUC CRX-5iA
数据内容简介
该数据集由FANUC CRX-5iA机器人通过脚本伺服(scripted servo)模式记录,展示骰子拾放操作,动作为将骰子拾起并放置到空白色块上。共包含500个演示片段、333,586帧(30 fps)、演示时长约11,120秒。每个片段均通过收集器验证骰子正确就位后才保存。
相机配置与图像规格
- 相机数量: 4个(gripper, cam0, cam1, cam2)
- 分辨率: 640×480,RGB三通道
- 视频编码: AV1,30 fps
- 图像预处理: 所有帧均已去畸变处理(undistorted),使用工厂镜头标定参数(OpenCV rational model,全部14项系数,K保留),标定参数存储于
meta/undistort.json。推理时亦需使用相同去畸变模式处理输入帧。
状态与动作空间
observation.state 和 action 维度均为 13,包含:
| 通道 | 描述 |
|---|---|
| J1–J6 | 六个关节角度(度) |
| X, Y, Z | 工具尖端在机器人基坐标系下的位置(毫米) |
| W, P, R | FANUC工具姿态角(度) |
| grip | 夹爪状态(1.0=打开,0.0=闭合) |
动作定义: action[t] 等于 observation.state[t+1](最后一帧重复),即绝对目标位姿而非增量。位姿来自控制器125 Hz状态流,按每帧相机采集时间戳采样,无插值。
采集质量指标
位姿通道指标
- 连续重复位姿占比: 0.0%
- 纯线性斜坡帧占比: 23.1%
- 静止帧占比(关节速度<0.5°/s): 39.1%
- 静止运行长度中位数/90分位/最大(帧): 10 / 50 / 89
- 关节速度中位数/90分位/最大(°/s): 4.1 / 47.9 / 79.8
抓取几何指标
- 含闭合/释放操作的片段数: 500 / 500
- 闭合点高于下降底部距离中位数/90分位/最大(mm): 0.05 / 0.09 / 0.14(限值3)
- 闭合前深度停留帧数中位数/90分位/最大: 12 / 13 / 14
- 闭合时Z值中位数/90分位/最大(mm): -126.5(恒值)
- 释放时Z值中位数/90分位/最大(mm): -125.0(恒值)
同步与产出指标
- 产出率: 500/546 = 92%(丢弃46个未知原因样本)
- 位姿节奏中位数/90分位/最大(ms): 8.00(标称值)
- 位姿最大间隙中位数/90分位/最大(ms): 8.0 / 8.0 / 32.0
- 相机间偏移中位数/90分位/最大(ms): 50 / 51 / 54
- 腕部相机与位姿延迟中位数/|中位数|/最大(ms): 20.7 / 25.3 / 204.4
相机质量指标
| 相机 | 中位亮度 | 裁剪像素占比 |
|---|---|---|
| gripper | 30 | 0.01% |
| cam0 | 97 | 0.61% |
| cam1 | 1 | 0.46% |
| cam2 | 1 | 0.69% |
数据文件结构与格式
- 数据路径: Parquet文件(
data/*/*.parquet),按data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet组织 - 视频路径: MP4视频文件(AV1编码),按
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4组织 - 数据文件大小: 约100 MB,视频文件约200 MB
- 分割:
train: 0:500(全部500个片段用于训练) - 数据集结构版本: v3.0(LeRobot codebase)
- 任务数: 1个
- 块大小: 1000帧
特征字段列表
observation.state(float32, 13维)action(float32, 13维)observation.images.gripper/cam0/cam1/cam2(视频,480×640×3,AV1编码)timestamp(float32, 1维)frame_index(int64, 1维)episode_index(int64, 1维)index(int64, 1维)task_index(int64, 1维)




