GG
收藏资源简介:
该数据集是一个机器人数据集,使用LeRobot工具创建,针对so_follower类型的机器人。它包含5个完整的情节(episodes),总计3478帧数据,覆盖1个任务。数据以parquet格式存储,总数据文件大小为100MB,视频文件大小为200MB,帧率为30fps。数据集特征包括动作(action)和观测状态(observation.state),两者均为6维浮点数组,表示机器人的关节位置,具体包括肩部平移、肩部提升、肘部弯曲、腕部弯曲、腕部旋转和夹爪位置。观测图像包括来自前部摄像头(observation.images.front)和顶部摄像头(observation.images.top)的视频,分辨率为480x640,3通道(RGB),使用AV1编解码器。此外,还包含时间戳、帧索引、情节索引、索引和任务索引等元数据。数据集仅用于训练分割(train: 0:5)。
This robotic dataset was created using the LeRobot toolkit, tailored for so_follower-type robots. It contains 5 complete episodes, totaling 3478 frames across one single task. The dataset is stored in Parquet format, with an overall data file size of 100 MB and a total video file size of 200 MB, at a frame rate of 30 fps. The dataset includes two core features: `action` and `observation.state`, both 6-dimensional floating-point arrays representing the robot's joint positions, specifically including shoulder translation, shoulder elevation, elbow flexion, wrist flexion, wrist rotation, and gripper position. The observational imagery includes videos from the front camera (`observation.images.front`) and top camera (`observation.images.top`), with a resolution of 480×640, 3 RGB channels, and encoded using the AV1 codec. Additionally, it contains metadata such as timestamps, frame index, episode index, index, and task index. This dataset is exclusively used for training splits (train: 0:5).
数据集概述:GG
该数据集是基于 LeRobot 框架创建的机器人数据集。
- 许可证: Apache-2.0
- 任务类型: 机器人学
- 机器人类型: so_follower
数据集规模
- 总片段数: 5
- 总帧数: 3478
- 总任务数: 1
- 帧率 (fps): 30
- 数据文件大小: 约 100 MB
- 视频文件大小: 约 200 MB
数据集划分
- 训练集: 包含所有 5 个片段(索引 0 至 4)。
数据特征
数据集包含以下特征,以 Parquet 文件和 MP4 视频文件形式存储。
| 特征名称 | 数据类型 | 维度 | 说明 |
|---|---|---|---|
action |
float32 | (6,) | 动作指令,包括6个关节的位置(shoulder_pan, shoulder_lift, elbow_flex, wrist_flex, wrist_roll, gripper)。 |
observation.state |
float32 | (6,) | 观测到的机器人状态,同样包含6个关节的位置信息。 |
observation.images.front |
video | (480, 640, 3) | 前视摄像头视频,AV1编码,30fps,无音频。 |
observation.images.top |
video | (480, 640, 3) | 俯视摄像头视频,AV1编码,30fps,无音频。 |
timestamp |
float32 | (1,) | 时间戳。 |
frame_index |
int64 | (1,) | 帧索引。 |
episode_index |
int64 | (1,) | 片段索引。 |
index |
int64 | (1,) | 全局索引。 |
task_index |
int64 | (1,) | 任务索引。 |
数据文件结构
数据文件存储在 data/ 目录下,视频文件存储在 videos/ 目录下,具体路径模式如下:
- 数据路径:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频路径:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4



