so101_pen_pick_place
收藏资源简介:
该数据集是一个机器人操作数据集,使用LeRobot框架创建。数据集包含来自so_follower机器人的动作和状态数据,以及两个摄像头(前视和腕部)的640x480视频。每个样本包含6维动作指令(肩部、肘部、腕部、夹爪位置)和对应的6维状态观测。数据集共有54个片段,总帧数为40500帧,帧率为30fps。所有数据均以parquet格式存储,视频以AV1编码的mp4格式存储。该数据集适用于机器人模仿学习、操作技能学习等任务。
This dataset is a robot manipulation dataset created using the LeRobot framework. It contains action and state data from the so_follower robot, along with 640x480 videos from two cameras (front view and wrist). Each sample includes 6-dimensional action commands (shoulder, elbow, wrist, gripper position) and corresponding 6-dimensional state observations. The dataset consists of 54 episodes with a total of 40500 frames at 30fps. All data is stored in parquet format, and videos are in AV1-encoded mp4 format. This dataset is suitable for tasks such as robot imitation learning and manipulation skill learning.
数据集概述:so101_pen_pick_place
基本信息
- 许可证: Apache-2.0
- 任务类别: 机器人(robotics)
- 标签: LeRobot
- 机器人类型: so_follower
- 数据集格式: Parquet 文件(
data/*/*.parquet)
数据集结构
规模
- 总回合数(Episodes): 54
- 总帧数(Frames): 40,500
- 总任务数: 1
- 数据文件大小: 100 MB
- 视频文件大小: 200 MB
- 帧率(FPS): 30
数据划分
- 训练集: 0:54(全部54个回合)
特征信息
| 特征名 | 数据类型 | 形状 | 说明 |
|---|---|---|---|
| action | float32 | [6] | 动作指令,包含6个关节位置(肩部旋转、肩部升降、肘部弯曲、腕部弯曲、腕部滚动、夹爪位置) |
| observation.state | float32 | [6] | 机器人状态观测,与动作空间一致(6个关节位置) |
| observation.images.front | video | [480, 640, 3] | 前置摄像头视频流(AV1编码,RGB,30fps) |
| observation.images.wrist | video | [480, 640, 3] | 腕部摄像头视频流(AV1编码,RGB,30fps) |
| timestamp | float32 | [1] | 时间戳 |
| frame_index | int64 | [1] | 帧索引 |
| episode_index | int64 | [1] | 回合索引 |
| index | int64 | [1] | 全局索引 |
| task_index | int64 | [1] | 任务索引 |
数据存储路径
- 数据文件路径(Parquet):
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频文件路径(MP4):
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
引用信息
该数据集的引用信息(BibTeX)尚未提供。




