deskorgv2dataset
收藏资源简介:
该数据集是使用LeRobot框架创建的机器人操作数据集,采用Apache-2.0许可证,主要用于机器人技术的研究与开发。它包含126个独立的任务片段(episodes),总计32,431帧数据,数据文件总大小约100MB,视频文件总大小约200MB。数据以10fps的采样率记录,包含两个摄像头视角的RGB视频流,每个视频分辨率为256x256像素,采用AV1编码。核心数据字段包括:7维机器人动作向量(包含dx、dy、dz位置增量,droll、dpitch、dyaw姿态增量,以及夹爪状态),9维机器人状态观测向量,时间戳,以及frame_index、episode_index、task_index等多个索引字段。数据以分块形式组织(每块1000帧),存储为Parquet格式,视频存储为MP4格式。数据集目前仅包含训练划分,涵盖所有126个任务片段。
This dataset is a robot manipulation dataset created using the LeRobot framework under the Apache-2.0 license, primarily for robotics research and development. It consists of 126 independent task episodes, totaling 32,431 frames of data, with data files approximately 100MB in size and video files approximately 200MB. The data is recorded at a sampling rate of 10fps and includes RGB video streams from two camera perspectives, each with a resolution of 256x256 pixels and encoded in AV1. Core data fields include: a 7-dimensional robot action vector (comprising dx, dy, dz positional increments, droll, dpitch, dyaw attitude increments, and gripper state), a 9-dimensional robot state observation vector, timestamps, and multiple index fields such as frame_index, episode_index, and task_index. The data is organized in chunks (1,000 frames per chunk) and stored in Parquet format, with videos stored in MP4 format. The dataset currently includes only a training split, covering all 126 task episodes.
数据集概述
- 数据集名称: deskorgv2dataset
- 许可证: Apache-2.0
- 任务类别: 机器人技术 (robotics)
- 标签: LeRobot
- 创建工具: 使用 LeRobot 创建
- 可视化: 可通过 可视化界面 查看
数据集结构
- 代码库版本: v3.0
- 帧率 (fps): 10
特征 (Features)
- action: 浮点32位,形状 [7],包括动作参数:dx, dy, dz, droll, dpitch, dyaw, gripper。
- observation.state: 浮点32位,形状 [9],无命名。
- observation.images.image: 视频类型,形状 [3, 256, 256](通道、高度、宽度),编码为av1,帧率10fps。
- observation.images.image2: 视频类型,形状 [3, 256, 256],编码为av1,帧率10fps。
- timestamp: 浮点32位,形状 [1]。
- frame_index: 整数64位,形状 [1]。
- episode_index: 整数64位,形状 [1]。
- index: 整数64位,形状 [1]。
- task_index: 整数64位,形状 [1]。
统计数据
- 总采集次数 (episodes): 126
- 总帧数 (frames): 32431
- 总任务数 (tasks): 126
- 数据块大小 (chunks_size): 1000
- 数据文件大小: 100 MB
- 视频文件大小: 200 MB
- 数据路径:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频路径:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4 - 机器人类型: 未指定 (null)
数据分割
- 训练集 (train): 索引范围
0:126,即全部126个采集用于训练。




