real_table
收藏资源简介:
该数据集使用LeRobot框架创建,面向机器人学习任务,包含300个episode,共111,007帧数据,涉及2个任务。数据集记录了一个机器人(型号:so_follower)的操控数据,包括动作指令(6维,包含肩部、肘部、腕部、夹爪位置)、机器人状态(同样6维)、以及两个视角的RGB视频图像(侧面视角和腕部视角,分辨率480x640,帧率30fps,AV1编码)。此外还包含时间戳、帧索引、episode索引、任务索引等辅助信息。数据以parquet格式存储,视频以mp4格式存储,训练集包含全部300个episode。该数据集可用于模仿学习、机器人操控策略训练等任务。遵循Apache-2.0许可证。
This dataset is created using the LeRobot framework for robot learning tasks. It contains 300 episodes with a total of 111,007 frames, covering 2 tasks. The dataset records manipulation data of a robot (model: so_follower), including 6-dimensional action commands (shoulder, elbow, wrist, gripper position), 6-dimensional robot state, and RGB video images from two perspectives (side view and wrist view, resolution 480x640, frame rate 30fps, AV1 codec). Additionally, it includes auxiliary information such as timestamps, frame indices, episode indices, and task indices. The data is stored in parquet format, videos in mp4 format, and the training set contains all 300 episodes. This dataset can be used for imitation learning, robot manipulation policy training, etc. Licensed under Apache-2.0.
数据集概述
| 属性 | 内容 |
|---|---|
| 数据集名称 | real_table |
| 任务类型 | 机器人技术(robotics) |
| 许可证 | Apache-2.0 |
| 创建工具 | LeRobot |
| 数据格式 | Parquet |
数据集结构
- 总样本数(episodes): 300
- 总帧数(frames): 111,007
- 总任务数(tasks): 2
- 采样频率(fps): 30 帧/秒
- 数据文件大小: 约100 MB(Parquet文件)
- 视频文件大小: 约200 MB(MP4文件)
- 机器人类型: so_follower
- 数据划分: 全部300个样本用于训练集(train: 0-300)
特征说明
动作与状态(Action & Observation State)
- 数据类型: float32
- 维度: 6维
- 含义: 包含肩部旋转、肩部升降、肘部弯曲、腕部弯曲、腕部旋转和夹爪位置6个自由度
图像观测(Observation Images)
提供**侧方摄像头(side)和腕部摄像头(wrist)**两个视角:
| 属性 | 值 |
|---|---|
| 图像分辨率 | 480×640×3(高×宽×通道) |
| 视频编码 | AV1 |
| 像素格式 | yuv420p |
| 视频帧率 | 30 fps |
| 是否深度图 | 否 |
其他特征
- timestamp: 时间戳(float32)
- frame_index: 帧索引(int64)
- episode_index: 样本索引(int64)
- index: 全局索引(int64)
- task_index: 任务索引(int64)
使用方式
该数据集可通过LeRobot可视化工具进行浏览(可视化地址:https://huggingface.co/spaces/lerobot/visualize_dataset?path=mwhnh10/real_table),适用于机器人操作任务的训练与评估。




