dreamlake-lerobot-annotated
收藏资源简介:
该数据集名为 DreamLake viz template,采用 LeRobot v2.1 格式,包含一段30秒的真实自我中心视频录制(900帧,29.97 fps)。数据内容包括:自我中心视角的RGB图像(分辨率1080×1920,3通道);左右手2D关键点(每手21个关键点,每个点包含x、y坐标和置信度,共3维);以及子任务索引和对应的标签表(用于标注时间轴上的不同阶段)。关键点数据在未检测到手时以NaN填充(而非零,避免与左上角像素混淆)。该数据集适用于机器人模仿学习、手部姿态估计、动作识别等任务,并支持基于时间段的子任务标注。
The dataset named DreamLake viz template is a robotic learning dataset in LeRobot v2.1 format, containing a 30-second real egocentric video recording (900 frames, 29.97 fps). The data includes: egocentric RGB images (resolution 1080×1920, 3 channels); 2D keypoints for left and right hands (21 keypoints per hand, each with x, y coordinates and confidence, 3 dimensions); and subtask indices with a corresponding label table (for annotating different stages along the timeline). Keypoints are filled with NaN when hands are not detected (instead of zero, to avoid confusion with the top-left pixel). This dataset is suitable for tasks such as robot imitation learning, hand pose estimation, action recognition, and supports time-segment-based subtask annotation.
数据集总结
该数据集为一个带有标注特征的机器人学习数据集,遵循 LeRobot v2.1 格式,内容为一段30秒的真实第一人称视角录制视频(共900帧,帧率29.97fps)。
核心内容
| 特征 | 数据类型/形状 | 渲染方式 |
|---|---|---|
observation.images.ego |
视频 [1080, 1920, 3] | 相机画面 |
observation.keypoints_2d.left.ego |
float32 [21, 3] | 手部骨架叠加于相机画面 |
observation.keypoints_2d.right.ego |
float32 [21, 3] | 手部骨架叠加于相机画面 |
subtask_index + meta/subtasks.jsonl |
int64 [1] + 标签表 | 带标签的时间轴区块 |
关键设计细节
-
关键点特征命名需与相机名称对应:关键点特征名称必须以对应相机名称结尾,例如
observation.keypoints_2d.left.ego继承自observation.images.ego。若命名为keypoints_2d.ego_left则匹配失败。 -
标注片段结构:采用索引列加标签表的方式,即沿用 LeRobot 中
task_index+meta/tasks.jsonl的模式,此处降一级使用。 -
缺失数据处理:未检测到手部的帧使用 NaN 表示,而非0。因为0代表真实的像素坐标(左上角),使用NaN可避免将虚构原点与实际测量值混淆。
许可信息
- 许可证:cc-by-4.0
- 标签:robotics, LeRobot, dreamlake




