P_P_Green_Cube_Structured_Placement_Generalisation
收藏资源简介:
这是一个使用LeRobot框架创建的机器人操作数据集,专注于绿色立方体的结构化放置泛化任务。数据集包含34个episodes,共17993帧,所有帧均属于单个任务。数据特征包括:6维动作(肩部旋转、肩部抬升、肘部弯曲、腕部弯曲、腕部旋转、夹爪位置)、6维观测状态(相同关节位置)、两个视角的视频图像(俯视摄像头和腕部摄像头,分辨率为480x640,帧率30fps,AV1编码)、时间戳、帧索引、episode索引、任务索引等。机器人类型为so_follower。数据以Parquet和MP4格式存储,总数据大小约100MB,视频大小约200MB。该数据集适用于机器人模仿学习、行为克隆等任务。
This is a robotic manipulation dataset created using the LeRobot framework, focusing on the generalized structured placement task for green cubes. The dataset contains 34 episodes with a total of 17993 frames, all belonging to a single task. The data features include: 6-dimensional actions (shoulder rotation, shoulder elevation, elbow flexion, wrist flexion, wrist rotation, gripper position), 6-dimensional observation states (same joint positions), video images from two viewpoints (top-down camera and wrist camera, with a resolution of 480x640, frame rate 30fps, AV1 encoding), timestamps, frame indices, episode indices, task indices, etc. The robot type is so_follower. The data is stored in Parquet and MP4 formats, with a total data size of approximately 100 MB and a video size of approximately 200 MB. This dataset is applicable to tasks such as robotic imitation learning and behavioral cloning.
数据集总结
P_P_Green_Cube_Structured_Placement_Generalisation 是一个用于机器人操作任务的数据集,旨在支持结构化放置泛化场景下的机器人学习与研究。
基本信息
- 许可证:Apache-2.0
- 任务类型:机器人学(robotics)
- 标签:LeRobot
- 创建工具:该数据集使用 LeRobot 框架创建。
数据集概述
- 总回合数:34 个回合(episodes)
- 总帧数:17,993 帧
- 总任务数:1 个任务
- 帧率(fps):30
- 数据划分:全部数据(34 个回合)作为训练集(
train: "0:34") - 机器人类型:so_follower
数据文件结构与大小
- 数据文件大小:100 MB(Parquet 格式)
- 视频文件大小:200 MB(MP4 格式)
- 数据路径:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频路径:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
数据特征(Features)
该数据集包含以下特征:
| 特征名 | 数据类型 | 形状 | 说明 |
|---|---|---|---|
action |
float32 | (6,) | 动作数据:肩部旋转、肩部升降、肘部弯曲、腕部弯曲、腕部旋转、夹爪位置 |
observation.state |
float32 | (6,) | 观察状态:与动作相同的 6 维关节位置信息 |
observation.images.overhead_cam |
video | (480, 640, 3) | 顶部摄像头视频,AV1 编码,30 fps,无音频 |
observation.images.wrist_cam |
video | (480, 640, 3) | 腕部摄像头视频,AV1 编码,30 fps,无音频 |
timestamp |
float32 | (1,) | 时间戳 |
frame_index |
int64 | (1,) | 帧索引 |
episode_index |
int64 | (1,) | 回合索引 |
index |
int64 | (1,) | 索引 |
task_index |
int64 | (1,) | 任务索引 |
引用信息
该数据集的 BibTeX 引用信息暂未提供("More Information Needed")。




