2cam_top_frt_goal_blu_1pos_15hz_80ep_seed1234
收藏资源简介:
该数据集是一个机器人数据集,使用LeRobot创建,专门针对Isaac Piper机器人类型。它包含80个episodes,总计19969帧数据,以15fps的帧率采集。数据以parquet格式存储,视频以mp4格式存储。数据集特征包括:动作(8个关节控制,数据类型为float32)、观测状态(8个关节状态,数据类型为float32)、两个摄像头图像观测(顶部和腕部摄像头,分辨率均为480x640,3通道,视频编码为av1,帧率15fps),以及时间戳、帧索引、episode索引、索引和任务索引等元数据。数据集用于机器人任务,但具体任务未明确说明,仅提到总任务数为1。
This dataset is a robotics dataset created using LeRobot, specifically designed for the Isaac Piper robot type. It contains 80 episodes, totaling 19969 frames, collected at a frame rate of 15fps. The data is stored in parquet format, and videos are stored in mp4 format. Dataset features include: actions (8 joint controls, data type float32), observation states (8 joint states, data type float32), two camera image observations (top and wrist cameras, resolution 480x640 each, 3 channels, video encoding av1, frame rate 15fps), and metadata such as timestamps, frame index, episode index, index, and task index. The dataset is used for robotics tasks, but the specific task is not explicitly stated, with only the total number of tasks mentioned as 1.
数据集概述
- 数据集名称: shenj/2cam_top_frt_goal_blu_1pos_15hz_80ep_seed1234
- 许可证: Apache-2.0
- 任务类别: 机器人学(Robotics)
- 标签: LeRobot
- 创建工具: 该数据集使用 LeRobot 创建。
数据集规模与结构
| 属性 | 数值 |
|---|---|
| 总片段数 | 80 |
| 总帧数 | 19,969 |
| 总任务数 | 1 |
| 分块大小 | 1,000 |
| 数据文件大小 | 100 MB |
| 视频文件大小 | 200 MB |
| 帧率 (FPS) | 15 |
| 机器人类型 | isaac_piper |
- 数据分割: 全部80个片段用于训练(train: 0:80)。
- 数据路径格式:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频路径格式:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
特征(Features)
数据集包含以下特征字段:
1. action(动作)
- 数据类型:
float32 - 形状:
[8] - 含义: 8维关节动作指令(joint1 至 joint8)。
2. observation.state(观测状态)
- 数据类型:
float32 - 形状:
[8] - 含义: 8维关节状态(joint1 至 joint8)。
3. observation.images.top(顶部摄像头图像)
- 数据类型: 视频(video)
- 形状: 480 x 640 x 3(高 x 宽 x 通道)
- 编码: AV1,像素格式 yuv420p
- 帧率: 15 FPS
- 是否为深度图: 否
4. observation.images.wrist(腕部摄像头图像)
- 数据类型: 视频(video)
- 形状: 480 x 640 x 3(高 x 宽 x 通道)
- 编码: AV1,像素格式 yuv420p
- 帧率: 15 FPS
- 是否为深度图: 否
5. timestamp(时间戳)
- 数据类型:
float32 - 形状:
[1]
6. frame_index(帧索引)
- 数据类型:
int64 - 形状:
[1]
7. episode_index(片段索引)
- 数据类型:
int64 - 形状:
[1]
8. index(索引)
- 数据类型:
int64 - 形状:
[1]
9. task_index(任务索引)
- 数据类型:
int64 - 形状:
[1]
可视化
可通过 可视化此数据集 在线预览数据集内容。



