eval_yellow_block
收藏资源简介:
该数据集是使用LeRobot工具创建的机器人领域数据集,包含5个完整的情节(episodes),总计4430帧数据,对应1个任务。数据以parquet文件格式存储(总大小约100MB),并包含相应的视频文件(总大小约200MB),视频帧率为30fps。数据集目前仅包含训练集。每个样本包含动作(6维浮点数组表示机器人末端执行器的关节位置)、观测状态(6维浮点数组表示当前机器人状态)、图像观测(两个视角的视频流:手腕视角和俯视视角,分辨率为480x640 RGB,使用h.264编码)以及元数据(如时间戳、帧索引等)。该数据集适用于机器人学习任务,如模仿学习、强化学习或行为克隆,模型需基于多模态观测预测机器人动作,使用的机器人平台为“so_follower”。
This dataset is a robotics domain dataset created using the LeRobot tool. It contains 5 complete episodes, totaling 4430 frames of data, corresponding to 1 task. The data is stored in parquet file format (total size approximately 100MB) and includes corresponding video files (total size approximately 200MB) with a frame rate of 30fps. The dataset currently only includes a training set. Each sample includes actions (a 6-dimensional floating-point array representing the joint positions of the robot end-effector), observation states (a 6-dimensional floating-point array representing the current robot state), image observations (two video streams from wrist and overhead perspectives, with a resolution of 480x640 RGB, encoded using h.264), and metadata (such as timestamp, frame index, etc.). The dataset is suitable for robotics learning tasks, such as imitation learning, reinforcement learning, or behavior cloning, where models need to predict robot actions based on multimodal observations, and the robot platform used is so_follower.
数据集概述
- 数据集名称: eval_yellow_block
- 许可证: Apache-2.0
- 任务类别: 机器人学 (Robotics)
- 标签: LeRobot
- 创建工具: 使用 LeRobot 创建
数据集结构
- 代码版本: v3.0
- 机器人类型: so_follower
- 总片段数: 5
- 总帧数: 4430
- 总任务数: 1
- 块大小: 1000
- 数据文件大小: 100 MB
- 视频文件大小: 200 MB
- 帧率: 30 fps
- 数据分割:
- 训练集: 片段 0 至 4 (共5个片段)
数据特征
动作 (action):
- 数据类型: float32
- 维度: 6
- 名称: shoulder_pan.pos, shoulder_lift.pos, elbow_flex.pos, wrist_flex.pos, wrist_roll.pos, gripper.pos
观察状态 (observation.state):
- 数据类型: float32
- 维度: 6
- 名称: shoulder_pan.pos, shoulder_lift.pos, elbow_flex.pos, wrist_flex.pos, wrist_roll.pos, gripper.pos
观察图像 - 腕部摄像头 (observation.images.wrist):
- 数据类型: video
- 分辨率: 480 x 640 (高 x 宽)
- 通道数: 3
- 视频编码: h264
- 像素格式: yuv420p
- 帧率: 30 fps
- 非深度图
观察图像 - 俯视摄像头 (observation.images.overhead):
- 数据类型: video
- 分辨率: 480 x 640 (高 x 宽)
- 通道数: 3
- 视频编码: h264
- 像素格式: yuv420p
- 帧率: 30 fps
- 非深度图
时间戳 (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
可视化
- 可通过 可视化工具 交互式浏览数据集。




