widowxai-clear-table-test2
收藏资源简介:
该数据集是使用LeRobot框架创建的机器人操控数据集,旨在为机器人学习任务提供训练和评估数据。数据集包含2个完整情节(episode),共2134帧,专注于单一任务。数据来源于一个名为widowxai_follower_robot的机器人平台,记录了机器人执行操作时的动作序列和观测信息。数据特征包括:动作(action)和机器人状态(observation.state),均为7维关节位置向量(joint_0.pos至joint_5.pos及left_carriage_joint.pos);两个摄像头视角(手腕摄像头wrist和外部摄像头exterior)的RGB视频图像,分辨率为480x640,帧率30fps,采用AV1编码;此外还包含时间戳、帧索引、情节索引、任务索引等元数据。数据集总大小约100MB(数据文件)和200MB(视频文件),适用于机器人模仿学习、行为克隆、强化学习等任务,特别适合用于桌面清理等简单操作任务的研究。
This dataset is a robot manipulation dataset created using the LeRobot framework, designed to provide training and evaluation data for robot learning tasks. It contains 2 complete episodes, totaling 2134 frames, focusing on a single task. The data originates from a robot platform named widowxai_follower_robot, recording action sequences and observation information during robot operation. Data features include: action and observation.state, both 7-dimensional joint position vectors (joint_0.pos to joint_5.pos and left_carriage_joint.pos); RGB video images from two camera perspectives (wrist camera and exterior camera), resolution 480x640, frame rate 30fps, encoded with AV1; additionally, metadata such as timestamps, frame indices, episode indices, and task indices are included. The total dataset size is approximately 100MB (data files) and 200MB (video files), suitable for robot imitation learning, behavior cloning, reinforcement learning, and other tasks, particularly for research on simple manipulation tasks such as desktop cleaning.
数据集概述
该数据集名为 widowxai-clear-table-test2,由 Guilhermefrazao 提供,是一个用于机器人学习(Robotics)领域的数据集,遵循 Apache-2.0 许可证。数据集通过 Hugging Face 的 LeRobot 框架创建。
基本信息
| 属性 | 值 |
|---|---|
| 首页 | 暂无信息 |
| 论文 | 暂无信息 |
| 许可证 | Apache-2.0 |
| 任务类别 | 机器人学(Robotics) |
| 标签 | LeRobot |
| 代码库版本 | v3.0 |
| 机器人类型 | widowxai_follower_robot |
数据规模
| 指标 | 值 |
|---|---|
| 总片段数(Episodes) | 2 |
| 总帧数(Frames) | 2134 |
| 总任务数(Tasks) | 1 |
| 数据文件大小 | 约100 MB |
| 视频文件大小 | 约200 MB |
| 帧率(FPS) | 30 |
数据集划分
数据集包含一个训练集(train)划分,其范围为 0:2,即使用全部2个片段进行训练。
数据结构与特征
数据集中每个样本(帧)包含以下特征:
| 特征名称 | 数据类型 | 形状 | 说明 |
|---|---|---|---|
action |
float32 | [7] | 7维关节位置指令,包含6个关节和1个滑动关节 |
observation.state |
float32 | [7] | 7维关节位置观测,包含6个关节和1个滑动关节 |
observation.images.wrist |
视频 | [480, 640, 3] | 腕部摄像头图像,分辨率480x640,AV1编码,30 FPS |
observation.images.exterior |
视频 | [480, 640, 3] | 外部摄像头图像,分辨率480x640,AV1编码,30 FPS |
timestamp |
float32 | [1] | 时间戳 |
frame_index |
int64 | [1] | 帧索引 |
episode_index |
int64 | [1] | 片段索引 |
index |
int64 | [1] | 全局索引 |
task_index |
int64 | [1] | 任务索引 |
动作和状态特征的具体名称包括:
joint_0.pos至joint_5.pos:6个旋转关节的位置left_carriage_joint.pos:1个滑动关节的位置
视频特征规格如下:
- 分辨率:480 × 640 像素
- 编码:AV1
- 像素格式:yuv420p
- 通道数:3
- 帧率:30 FPS
- 音频:无
数据文件格式
- 数据路径:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet(Parquet格式) - 视频路径:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4(MP4格式) - 块大小(Chunk Size):1000帧
引用信息
该数据集目前暂无 BibTeX 引用格式。用户可访问 Hugging Face 数据集页面或使用 LeRobot 的可视化工具(可视化数据集空间)查看具体数据内容。




