robocasa24-cache-batch1-base50
收藏资源简介:
该数据集是 RoboCasa Atomic-24 任务的第一批缓存,包含了前50个成功演示的语义、几何和运动辅助监督缓存。数据覆盖24个任务,每个任务包含50个演示片段,总计332859个策略帧/语义行,332699个几何目标,251348个运动目标。语义缓存提供与每个策略帧一一对应的分词化子任务监督;几何缓存提供2048维FP32的当前阶段任务相关VGGT目标;运动缓存提供256维FP32的任务相关Track4World目标,跨越t到t+50时间步,使用11个真实帧(偏移[0,5,...,50])。所有索引路径相对于仓库根目录,无效行在索引中缺失,但通过源清单中的显式有效性标志表示。数据集布局包括每个任务的源清单、语义目标、几何和运动分片文件,以及验证和溯源目录。该数据集适用于机器人模仿学习、任务规划、语义理解、几何推理和运动预测等相关研究。
This dataset is the first batch of cache for the RoboCasa Atomic-24 tasks, containing semantic, geometric, and motion auxiliary supervision caches from the first 50 successful demonstrations. It covers 24 tasks, each with 50 demonstration episodes, totaling 332,859 policy frames/semantic lines, 332,699 geometric targets, and 251,348 motion targets. The semantic cache provides tokenized subtask supervision corresponding one-to-one with each policy frame; the geometric cache provides 2048-dimensional FP32 task-relevant VGGT targets for the current stage; the motion cache provides 256-dimensional FP32 task-relevant Track4World targets spanning from time step t to t+50, using 11 real frames (offsets [0,5,...,50]). All index paths are relative to the repository root; invalid rows are missing from the indices but indicated by explicit validity flags in the source manifests. The dataset layout includes source manifests, semantic targets, geometric and motion shard files for each task, as well as validation and provenance directories. This dataset is suitable for research in robot imitation learning, task planning, semantic understanding, geometric reasoning, and motion prediction.
RoboCasa Atomic-24 Batch 1 语义几何运动缓存数据集
数据集概述
本数据集包含 RoboCasa Atomic-24 任务中前 50 个成功演示的语义(Semantic)、几何(Geometry)和运动(Motion)辅助监督缓存,用于机器人模仿学习研究。
数据规模
| 项目 | 数值 |
|---|---|
| 任务数量 | 24 |
| 每个任务演示数 | 50 |
| 策略帧数 / 语义行数 | 332,859 |
| 几何目标数 | 332,699 |
| 运动目标数 | 251,348 |
原始 RGB/分割演示数据未在此副本中,而是固定引用自 Zhiyuan17/robocasa24-atomic-success100-256(修订版本 7236e704a04ebe477cc06d0a06ad540cd968fa5d)。
缓存定义
- 语义缓存:与每个策略帧一一对应的分词化子任务监督。
- 几何缓存:2048维 FP32 格式的当前阶段任务相关 VGGT 目标。
- 运动缓存:256维 FP32 格式的任务相关 Track4World 目标,覆盖从时间
t到t+50的范围,使用偏移量[0,5,...,50]对应的 11 个真实帧。
几何和运动缓存中的无效行未包含在索引中,并在源清单中以显式有效性标志表示。
文件布局
text <task>/source/source_manifest.parquet <task>/semantic/semantic_targets.npz <task>/geometry/final/shards/.npz <task>/motion/final/shards/.npz validation/ provenance/ RELEASE_MANIFEST.json verify_release.py
验证信息
可通过运行 python verify_release.py 进行验证。该版本已通过 PyTorch DataLoader 对所有 332,859 个策略行进行了完整扫描,聚合结果存储在 validation/JOINT_CACHE_VALIDATION_FULL.json 中。




