quadloco-object-navigation
收藏资源简介:
该数据集基于 LeRobot 框架构建,用于机器人控制任务。数据集包含 1000 个 episode,共 269973 帧,覆盖 9 个不同的任务。机器人类型为 quadloco。数据格式包括 parquet 文件(存储状态、动作、速度指令等结构化数据)和 MP4 视频文件(存储摄像头图像)。具体特征包括:来自 camera1 的 RGB 视频(分辨率 480×640,帧率 50fps,AV1 编码,无深度信息);45 维浮点型观察状态向量;12 维浮点型动作向量;3 维浮点型速度指令(vx, vy, wz);以及时间戳、帧索引、episode 索引、任务索引等辅助字段。所有数据使用 Apache-2.0 许可证。
This dataset is built on the LeRobot framework for robot control tasks. It contains 1000 episodes with a total of 269,973 frames, covering 9 different tasks. The robot type is quadloco. The data format includes parquet files (storing structured data such as states, actions, velocity commands, etc.) and MP4 video files (storing camera images). Specific features include: RGB video from camera1 (resolution 480×640, frame rate 50fps, AV1 encoding, no depth information); 45-dimensional float observation state vector; 12-dimensional float action vector; 3-dimensional float velocity command (vx, vy, wz); and auxiliary fields such as timestamps, frame index, episode index, task index. All data is licensed under Apache-2.0.
数据集详情总结
基本信息
- 数据集名称: quadloco-object-navigation
- 许可证: apache-2.0
- 任务类型: 机器人学(Robotics)
- 数据集标签: LeRobot
- 创建工具: 该数据集使用 LeRobot 创建
数据集结构
规模统计
- 机器人类型: quadloco
- 总片段数(Episodes): 1000
- 总帧数(Frames): 269,973
- 总任务数(Tasks): 9
- 数据分块大小: 1000
- 数据文件大小: 100 MB
- 视频文件大小: 200 MB
- 帧率(FPS): 50
- 数据集划分: 训练集(train)包含全部1000个片段,划分为 0:1000
特征说明
| 特征名称 | 数据类型 | 形状 | 说明 |
|---|---|---|---|
| observation.images.camera1 | 视频 | [3, 480, 640] | 摄像头图像,分辨率为640x480,采用AV1编码,RGB格式 |
| observation.state | float32 | [45] | 机器人状态信息 |
| action | float32 | [12] | 动作指令 |
| observation.velocity_command | float32 | [3] | 速度命令,包含vx、vy、wz(线速度和角速度) |
| timestamp | float32 | [1] | 时间戳 |
| frame_index | int64 | [1] | 帧索引 |
| episode_index | int64 | [1] | 片段索引 |
| index | int64 | [1] | 全局索引 |
| task_index | int64 | [1] | 任务索引 |
数据存储格式
- 数据路径:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet,采用Parquet格式存储 - 视频路径:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4,采用MP4格式存储
其他说明
- 数据集未提供主页(Homepage)和论文(Paper)链接
- 未提供BibTeX引用信息




