so101_tidy-up-table
收藏资源简介:
该数据集使用 LeRobot 工具创建,是一个机器人控制相关的数据集,适用于机器人模仿学习或强化学习任务。数据集包含 13 个 episode,总计 11591 帧,数据以 parquet 文件格式存储,总数据文件大小为 100 MB,视频文件大小为 200 MB。数据采集自 so_follower 类型机器人,帧率为 30 fps。数据集仅包含训练集划分(0:13)。数据特征包括:动作(action)和观测状态(observation.state),均为 6 维浮点数组,对应机器人肩部平移、肩部抬升、肘部弯曲、腕部弯曲、腕部旋转和夹爪位置;观测图像包括顶部摄像头(observation.images.top)和腕部摄像头(observation.images.wrist)的视频数据,分辨率均为 480x640,3 通道彩色视频,编码为 h264,像素格式为 yuv420p;此外,还包含时间戳(timestamp)、帧索引(frame_index)、episode 索引(episode_index)、索引(index)和任务索引(task_index)等元数据字段。
This dataset is created using the LeRobot tool and is related to robot control, suitable for robot imitation learning or reinforcement learning tasks. It contains 13 episodes, totaling 11591 frames, with data stored in parquet file format. The total data file size is 100 MB, and the video file size is 200 MB. The data is collected from a so_follower type robot at a frame rate of 30 fps. The dataset only includes a training set split (0:13). Data features include: action and observation.state, both 6-dimensional floating-point arrays corresponding to robot shoulder translation, shoulder elevation, elbow flexion, wrist flexion, wrist rotation, and gripper position; observation images include video data from a top camera (observation.images.top) and a wrist camera (observation.images.wrist), both with a resolution of 480x640, 3-channel color video, encoded as h264 with pixel format yuv420p; additionally, it includes metadata fields such as timestamp, frame_index, episode_index, index, and task_index.
数据集:so101_tidy-up-table
该数据集是一个用于机器人(Robotics)任务的数据集,由 LeRobot 工具创建,采用 Apache-2.0 许可证。
基本信息
- 任务类型:机器人(Robotics)
- 机器人类型:so_follower
- 总片段数(Episodes):17
- 总帧数(Frames):15,148
- 总任务数:1
- 帧率(FPS):30
- 数据文件大小:约 100 MB
- 视频文件大小:约 200 MB
- 数据集划分:
- 训练集(Train):片段 0 到 16(共 17 个片段)
数据结构
数据集以 chunk 和 file 的方式组织,parquet 文件存放数据,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,) | 机器人动作:肩部、肘部、腕部(flex/roll)及夹爪位置 |
| observation.state | float32 | (6,) | 机器人状态(观测):对应各关节位置 |
| observation.images.top | video | (480, 640, 3) | 顶部摄像头画面(H264编码,30fps,无音频) |
| observation.images.wrist | video | (480, 640, 3) | 腕部摄像头画面(H264编码,30fps,无音频) |
| timestamp | float32 | (1,) | 时间戳 |
| frame_index | int64 | (1,) | 帧索引 |
| episode_index | int64 | (1,) | 所属片段索引 |
| index | int64 | (1,) | 样本索引 |
| task_index | int64 | (1,) | 任务索引 |
动作与状态的具体维度:
shoulder_pan.posshoulder_lift.poselbow_flex.poswrist_flex.poswrist_roll.posgripper.pos
可视化
可以通过 LeRobot 可视化空间 在线查看此数据集的内容。




