so101-yellow-lego-to-white-case_20260727_220921
收藏资源简介:
该数据集使用 LeRobot 框架创建,是一个面向机器人操作任务的模仿学习数据集。数据集包含 100 个片段,共计 38384 帧,所有片段对应单一任务。数据特征包括:6 维动作指令(肩部旋转、肩部升降、肘部弯曲、腕部弯曲、腕部旋转、夹爪位置),6 维观察状态(与动作维度相同),以及两个摄像头视角的观测图像(手腕摄像头和前方摄像头,分辨率 480×640,RGB 三通道,视频编码为 AV1,帧率 30 FPS)。此外还包含时间戳、帧索引、片段索引、索引和任务索引等辅助信息。机器人类型为 so_follower(一种跟随机器人)。数据以 Parquet 文件存储结构化数据,视频以 MP4 文件存储。整个数据集适用于机器人控制策略的模仿学习、行为克隆或强化学习训练。
This dataset is created using the LeRobot framework for imitation learning of robotic manipulation tasks. It contains 100 episodes with 38384 frames, all for a single task. Features include 6-dimensional action commands (shoulder rotation, shoulder lift, elbow bend, wrist bend, wrist rotation, gripper position), 6-dimensional observation state (same dimensions as actions), and observation images from two camera views (wrist camera and front camera, resolution 480x640, RGB, video codec AV1, 30 FPS). Auxiliary information includes timestamps, frame indices, episode indices, index, and task index. The robot type is so_follower (a follower robot). Data is stored as Parquet files for structured data and MP4 files for videos. The dataset is suitable for imitation learning, behavior cloning, or reinforcement learning of robot control policies.
数据集概述:so101-yellow-lego-to-white-case_20260727_220921
基本信息
- 许可证:Apache 2.0
- 任务类别:机器人(Robotics)
- 标签:LeRobot
- 创建工具:该数据集使用 LeRobot 创建
- 机器人类型:so_follower
数据集结构
数据规模
- 总episodes数:100
- 总帧数:38,384
- 总任务数:1
- 数据文件大小:100 MB
- 视频文件大小:200 MB
- 数据分块大小:1,000
- 数据划分:训练集(train)覆盖 0:100,即全部数据用于训练
数据特性(Features)
数据集包含以下字段:
| 字段 | 数据类型 | 形状 | 说明 |
|---|---|---|---|
action |
float32 | [6] | 动作信号,包含6个关节位置 |
observation.state |
float32 | [6] | 观察状态,包含6个关节位置 |
observation.images.wrist |
video | [480, 640, 3] | 腕部摄像头视频流(RGB) |
observation.images.front |
video | [480, 640, 3] | 前方摄像头视频流(RGB) |
timestamp |
float32 | [1] | 时间戳 |
frame_index |
int64 | [1] | 帧索引 |
episode_index |
int64 | [1] | Episode索引 |
index |
int64 | [1] | 全局索引 |
task_index |
int64 | [1] | 任务索引 |
动作与观察状态空间
action 和 observation.state 均包含以下6个维度:
shoulder_pan.posshoulder_lift.poselbow_flex.poswrist_flex.poswrist_roll.posgripper.pos
视频参数
两个摄像头(wrist 和 front)的视频参数如下:
- 分辨率:480 × 640,3通道(RGB)
- 编码格式:AV1
- 像素格式:yuv420p
- 视频帧率:30 FPS
数据存储格式
- 数据路径:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频路径:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4




