record-test-4
收藏Hugging Face2026-06-14 更新2026-06-14 收录
下载链接:
https://huggingface.co/datasets/woh7539/record-test-4
下载链接
链接失效反馈官方服务:
资源简介:
该数据集使用LeRobot工具创建,专注于机器人技术领域,针对omx_follower机器人类型。它包含机器人的动作和观察状态数据:动作特征由6个浮点数值组成,分别表示肩部平移、肩部提升、肘部弯曲、腕部弯曲、腕部旋转和夹爪位置;观察状态特征同样包括这些关节位置,以及来自前置摄像头的图像数据(分辨率为480x640,3通道)。数据以Parquet文件组织,包含时间戳、帧索引、剧集索引等元数据,帧率为30 fps。该数据集可能用于机器人控制、模仿学习或强化学习任务,但具体应用场景和任务目标未在README中明确说明。
This dataset is created using LeRobot and focuses on the robotics domain, specifically for the omx_follower robot type. It includes robot action and observation state data: the action features consist of 6 floating-point values representing shoulder translation, shoulder lift, elbow bend, wrist bend, wrist rotation, and gripper position; the observation state features similarly include these joint positions, along with image data from a front-facing camera (resolution 480x640, 3 channels). The data is organized in Parquet files with metadata such as timestamps, frame indices, and episode indices, and has a frame rate of 30 fps. It may be used for robot control, imitation learning, or reinforcement learning tasks, but specific application scenarios and task objectives are not explicitly stated in the README.
提供机构:
woh7539创建时间:
2026-06-14
原始信息汇总
数据集概述
- 数据集名称: record-test-4
- 许可证: Apache-2.0
- 任务类别: 机器人技术 (robotics)
- 标签: LeRobot
数据集结构
- 代码库版本: v3.0
- 机器人类型: omx_follower
- 总集数 (episodes): 0
- 总帧数 (frames): 0
- 总任务数 (tasks): 0
- 数据块大小 (chunks_size): 1000
- 数据文件大小: 100 MB
- 视频文件大小: 200 MB
- 帧率 (fps): 30
数据路径模式:
- 数据文件:
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] | 动作:肩部旋转、肩部升降、肘部弯曲、腕部弯曲、腕部旋转、夹爪位置 |
| observation.state | float32 | [6] | 观察状态:与动作相同的6个关节位置 |
| observation.images.front | video | [480, 640, 3] | 前方摄像头图像 (高度480, 宽度640, 3通道) |
| timestamp | float32 | [1] | 时间戳 |
| frame_index | int64 | [1] | 帧索引 |
| episode_index | int64 | [1] | 集索引 |
| index | int64 | [1] | 索引 |
| task_index | int64 | [1] | 任务索引 |



