dataset-sy
收藏资源简介:
siyuan_project是一个多源机器人操作数据集,专门为视频生成任务而重新构建和调整。该数据集整合了来自8个不同源数据集的1121个操作片段。其核心设计是确保每个片段的语言提示与其对应的初始帧精确对齐,并且每个初始帧中机器人的夹爪都清晰可见。数据内容包括:与初始帧对齐并经过清理的文本提示、原始提示、简短提示、初始帧图像(PNG格式)、真实操作视频(MP4格式)以及任务类型、审核状态等元数据。数据集经过了严格的清理审核,包括基于初始帧对提示进行重写以确保对象和场景匹配、调整初始帧以突出显示夹爪,并对少量无法显示夹爪的片段进行了替换。该数据集适用于机器人操作视频生成、具身智能、多模态学习等研究领域。
siyuan_project is a multi-source robot manipulation dataset, specifically reconstructed and adapted for video generation tasks. The dataset integrates 1121 manipulation episodes from 8 different source datasets. Its core design ensures that the language prompt for each episode is precisely aligned with its corresponding initial frame, and the robot gripper is clearly visible in every initial frame. The data content includes: cleaned text prompts aligned with initial frames, original prompts, short prompts, initial frame images (in PNG format), real manipulation videos (in MP4 format), and metadata such as task type and review status. The dataset has undergone rigorous cleaning and review processes, including rewriting prompts based on initial frames to ensure object and scene matching, adjusting initial frames to highlight the gripper, and replacing a small number of episodes where the gripper could not be displayed. It is suitable for research areas such as robot manipulation video generation, embodied intelligence, and multimodal learning.
数据集概述:siyuan_project — 多源机器人操作数据集
该数据集是一个面向视频生成任务的多源机器人操作数据集,包含 1121 个片段(episodes),来自 8 个不同的源数据集。所有语言提示(prompt)均已与初始帧(init_frame)对齐,且每个初始帧中机器人的夹爪(gripper)清晰可见。
数据集结构
每个子数据集(<dataset>)目录下包含以下文件:
metadata.jsonl— 每个片段的元数据,字段包括:id、prompt(清洗后、与帧对齐的提示)、prompt_original(清洗前的原始提示)、prompt_short、changed、init_frame、video、task、audit_status、audit_reason。init_frames/*.png— 每个片段的初始帧图像(夹爪清晰可见)。videos/*.mp4— 每个片段的真实视频(视频生成的核心数据)。visualizations/— 整个数据集的词云、统计信息、技能(动作动词)分布可视化。
数据来源及片段数量
| 数据集名称 | 片段数 |
|---|---|
| agibot_world | 200 |
| dreamdojo_hv | 47 |
| droid | 200 |
| egodex | 24 |
| gr1_inlab | 171 |
| libero | 139 |
| open_x_embodiment | 142 |
| robotwin | 198 |
| 总计 | 1121 |
清理审核(Cleaning Audit)
- 审核时间:2026-06-05/06
- 对每个片段的基于帧的提示(frame-grounded prompts)依据初始帧重新诊断,评估标准包括:对象与场景匹配、夹爪清晰度、提示的具体性和准确性。
- 571 个提示被重写;在必要时调整初始帧,以确保夹爪清晰可见(评级从“有/无”到“存在”再到“清晰”再到“突出”)。
- 8 个完全无夹爪的片段被移除并通过回填(backfill)替换。
prompt_original字段保留了所有清洗前的原始提示。audit_status字段表示审核状态,包括:normal(正常)、gripper_recovered_by_shift(通过移动初始帧恢复夹爪可见性)、backfilled_post_drop(移除后回填)。




