gello-hil-dataset
收藏资源简介:
该数据集是一个基于 LeRobot 框架构建的机器人操作数据集,使用 UR5 机械臂。数据包含动作指令(7维:6个关节位置+夹爪位置)和观测状态(同样7维关节位置+夹爪位置),以及来自前置摄像头和腕部摄像头的视频图像(分辨率480×640,RGB三通道)。数据以 parquet 格式存储结构化数据,以 mp4 格式存储视频,并按照 chunk 和 file 进行组织。数据集可用于机器人模仿学习、行为克隆、策略学习等任务。
This dataset is a robotic manipulation dataset built on the LeRobot framework, utilizing the UR5 robotic arm. The data includes action commands (7-dimensional: 6 joint positions + gripper position) and observation states (also 7-dimensional joint positions + gripper position), as well as video images captured by the front-facing camera and wrist-mounted camera, with a resolution of 480×640 and three RGB channels. Structured data is stored in Parquet format, while video data is stored in MP4 format, and the entire dataset is organized by chunks and files. This dataset can be applied to tasks such as robotic imitation learning, behavioral cloning, and policy learning.
数据集概述:aliy98/gello-hil-dataset
基本信息
- 许可证: Apache 2.0
- 任务类别: 机器人学(Robotics)
- 标签: LeRobot
- 创建工具: 使用 LeRobot 框架创建
数据集结构
文件格式
- 数据文件:
data/*/*.parquet(Parquet格式) - 视频文件:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4(MP4格式)
元数据信息
- 代码库版本: v3.0
- 机器人类型: UR5(通用机器人5型)
- 总片段数: 0
- 总帧数: 0
- 总任务数: 0
- 块大小: 1000
- 数据文件大小: 100 MB
- 视频文件大小: 200 MB
- 帧率: 30 FPS
特征定义
动作数据(Action)
- 数据类型: float32
- 维度: 7
- 包含变量: 6个关节位置(joint_1.pos 至 joint_6.pos)和夹爪位置(gripper.pos)
观测状态(Observation State)
- 数据类型: float32
- 维度: 7
- 包含变量: 与动作数据相同的7个变量
图像数据(Observation Images)
- 前置摄像头(front): 视频数据,分辨率480×640×3(高×宽×通道)
- 腕部摄像头(wrist): 视频数据,分辨率480×640×3(高×宽×通道)
其他特征
- 时间戳(timestamp): float32格式,维度1
- 帧索引(frame_index): int64格式,维度1
- 片段索引(episode_index): int64格式,维度1
- 索引(index): int64格式,维度1
- 任务索引(task_index): int64格式,维度1
引用信息
目前数据集的引用信息尚未提供(标记为“More Information Needed”)。
可视化工具
该数据集提供了可视化入口,可通过 数据集可视化空间 进行在线预览。




