franka_pnp_language
收藏资源简介:
该数据集是使用LeRobot创建的,专为机器人任务设计。数据集基于LeRobot v2.1代码库,涉及franka机器人类型,包含20个episodes、7673帧和2个任务,帧率为20fps。数据以parquet格式存储,特征包括图像观测(如256x256x3的图像和手腕图像)、状态观测(7维浮点数组)、动作(8维浮点数组)、对象初始化状态(9维浮点数组)以及时间戳、帧索引、episode索引、索引和任务索引等元数据。数据集结构支持训练分割,用于机器人学习和控制任务。
This dataset is created using LeRobot and is specifically designed for robot tasks. It is based on the LeRobot v2.1 codebase, involves the franka robot type, contains 20 episodes, 7673 frames, and 2 tasks, with a frame rate of 20fps. The data is stored in parquet format, with features including image observations (such as 256x256x3 images and wrist images), state observations (7-dimensional floating-point arrays), actions (8-dimensional floating-point arrays), object initialization states (9-dimensional floating-point arrays), and metadata such as timestamps, frame indices, episode indices, indices, and task indices. The dataset structure supports training splits for robot learning and control tasks.
数据集概述
- 名称:franka_pnp_language
- 许可证:Apache-2.0
- 任务类别:机器人学(Robotics)
- 标签:LeRobot
数据集来源
该数据集使用 LeRobot 创建。
数据集结构
- 代码库版本:v2.1
- 机器人类型:Franka
- 总片段数:20
- 总帧数:7673
- 总任务数:2
- 总视频数:0
- 总块数:1
- 块大小:1000
- 帧率(FPS):20
- 数据划分:
- 训练集:片段 0 到 19(共 20 个片段)
数据特征
数据集包含以下特征字段:
| 字段名称 | 数据类型 | 形状 | 说明 |
|---|---|---|---|
observation.image |
图像(image) | [256, 256, 3] | 主摄像头图像,分辨率 256x256,RGB 三通道 |
observation.wrist_image |
图像(image) | [256, 256, 3] | 腕部摄像头图像,分辨率 256x256,RGB 三通道 |
observation.state |
float32 | [7] | 机器人状态,7 维 |
action |
float32 | [8] | 机器人动作,8 维 |
obj_init |
float32 | [9] | 初始物体状态,9 维 |
timestamp |
float32 | [1] | 时间戳 |
frame_index |
int64 | [1] | 帧序号 |
episode_index |
int64 | [1] | 片段序号 |
index |
int64 | [1] | 索引 |
task_index |
int64 | [1] | 任务序号 |
数据文件
数据文件存储在 data/*/*.parquet 路径下。



