rubber_duck_ur5
收藏资源简介:
该数据集是一个基于LeRobot平台创建的机器人演示数据集,包含25个完整的演示序列(episodes),总计2455帧数据,对应单一任务。数据以Parquet文件格式存储,总数据量约100MB,并附带总大小约500MB的配套视频文件(视频帧率为10fps)。数据集仅提供训练集。每条记录包含多模态信息:观测部分包括两个视角的图像(主图像分辨率为320x320,腕部图像分辨率为720x1280)和一个7维的机器人状态向量(包含6个关节位置和1个夹爪状态);动作部分为一个7维的指令向量(结构与状态向量对应)。此外,记录还包含时间戳、帧索引、episode索引、全局索引和任务索引等元数据。该数据集适用于机器人模仿学习、视觉-动作策略学习等研究任务。
This dataset is a robotic demonstration dataset developed based on the LeRobot platform. It comprises 25 complete demonstration episodes, totaling 2455 frames of data, all aligned to a single task. The core dataset is stored in Parquet file format, with an approximate total size of 100 MB, and is accompanied by supplementary video files with a combined size of around 500 MB (video frame rate: 10 fps). Only the training split is provided for this dataset. Each record contains multimodal data: the observation module includes two-view images (the main camera image has a resolution of 320×320, and the wrist-mounted camera image has a resolution of 720×1280) and a 7-dimensional robotic state vector consisting of 6 joint positions and 1 gripper state. The action module is a 7-dimensional command vector with a structure consistent with that of the state vector. Additionally, the records include metadata such as timestamps, frame index, episode index, global index, and task index. This dataset is suitable for research tasks such as robotic imitation learning and visual-action policy learning.
数据集概述
该数据集是一个机器人操作数据集,使用 LeRobot 框架创建,用于机器人模仿学习等任务。
基本信息
- 许可证: Apache-2.0
- 任务类别: 机器人学 (robotics)
- 机器人类型: UR5e
- 数据格式: Parquet 文件(数据)和 MP4 文件(视频)
数据集规模
- 总片段数 (Episodes): 25
- 总帧数 (Frames): 2455
- 总任务数: 1
- 数据文件大小: 100 MB
- 视频文件大小: 500 MB
- 帧率 (FPS): 10
- 数据分块大小: 每块 1000 帧
数据划分
- 训练集 (Train): 片段索引 0 到 24(共 25 个片段),所有数据均用于训练,无验证/测试集划分。
数据特征 (Features)
每条记录包含以下字段:
observation.images.image: 主摄像头图像,尺寸为 320x320,3 通道 RGB。observation.images.wrist_image: 腕部摄像头图像,尺寸为 720x1280,3 通道 RGB。observation.state: 机器人状态,包含 7 个元素:6 个关节位置(joint0 至 joint5)和夹爪状态(gripper),数据类型为 float32。action: 动作指令,与状态维度一致,包含 6 个关节位置和夹爪控制,数据类型为 float32。timestamp: 时间戳,float32 类型,形状为 [1]。frame_index: 帧索引,int64 类型,形状为 [1]。episode_index: 片段索引,int64 类型,形状为 [1]。index: 全局索引,int64 类型,形状为 [1]。task_index: 任务索引,int64 类型,形状为 [1]。
数据文件路径结构
- 数据文件:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频文件:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4




