place_box
收藏资源简介:
该数据集由LeRobot项目创建,专注于机器人操作任务,适用于机器人控制、模仿学习或强化学习的研究与应用。它包含52个完整回合(episodes),总计28,949帧数据,覆盖单一任务。数据以结构化格式存储,包括动作、状态观测和多视角图像观测:动作和状态观测均为6维浮点向量,对应机器人关节位置(如肩部平移、肩部升降、肘部弯曲、腕部弯曲、腕部旋转和夹爪位置);图像观测提供腕部摄像头和顶部摄像头的视频流,分辨率均为480x640,帧率30 FPS,采用AV1编码。此外,数据集还包含时间戳、帧索引、回合索引和任务索引等元数据。数据以Parquet文件形式组织,视频文件以MP4格式存储,总数据量约300 MB(其中结构化数据100 MB,视频数据200 MB)。机器人类型为so_follower。数据集遵循Apache 2.0许可。
This dataset is created by the LeRobot project and focuses on robot manipulation tasks, suitable for research and applications in robot control, imitation learning, or reinforcement learning. It contains 52 complete episodes, totaling 28,949 frames of data, covering a single task. The data is stored in a structured format, including actions, state observations, and multi-view image observations: both actions and state observations are 6-dimensional floating-point vectors corresponding to robot joint positions (such as shoulder translation, shoulder elevation, elbow flexion, wrist flexion, wrist rotation, and gripper position); image observations provide video streams from a wrist camera and a top camera, both with a resolution of 480x640, a frame rate of 30 FPS, and AV1 encoding. Additionally, the dataset includes metadata such as timestamps, frame indices, episode indices, and task indices. The data is organized in Parquet files, with video files stored in MP4 format, totaling approximately 300 MB (with structured data at 100 MB and video data at 200 MB). The robot type is so_follower. The dataset follows the Apache 2.0 license.
数据集概述
- 数据集名称: place_box
- 许可协议: Apache-2.0
- 任务类别: 机器人学 (Robotics)
- 标签: LeRobot
- 创建工具: LeRobot
- 总片段数: 52
- 总帧数: 28949
- 总任务数: 1
- 帧率: 30 FPS
- 机器人类型: so_follower
数据特征
数据集包含以下特征:
- action: 动作数据,形状为
[6],数据类型为float32,包含shoulder_pan.pos,shoulder_lift.pos,elbow_flex.pos,wrist_flex.pos,wrist_roll.pos,gripper.pos。 - observation.state: 观测状态数据,形状为
[6],数据类型为float32,包含与action相同的6个关节位置。 - observation.images.wrist: 腕部摄像头图像,视频格式,分辨率为 480x640,3通道,编码为 AV1,帧率 30 FPS。
- observation.images.top: 顶部摄像头图像,视频格式,分辨率为 480x640,3通道,编码为 AV1,帧率 30 FPS。
- timestamp: 时间戳,形状为
[1],数据类型为float32。 - frame_index: 帧索引,形状为
[1],数据类型为int64。 - episode_index: 片段索引,形状为
[1],数据类型为int64。 - index: 总索引,形状为
[1],数据类型为int64。 - task_index: 任务索引,形状为
[1],数据类型为int64。
数据拆分
- 训练集: 包含索引 0 至 51 的全部 52 个片段。
数据文件
- 数据路径:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频路径:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4 - 数据文件大小: 100 MB
- 视频文件大小: 200 MB
- 代码库版本: v3.0




