handedit_demo1
收藏资源简介:
该数据集名为HandEdit ARCTIC Demo Sequences,是一个专注于机器人手-物体交互的图像到图像任务数据集。它包含从ARCTIC数据集中手动挑选的序列,每个序列至少包含一个DEMO(演示)范围。数据规模包括:10个URDF机器人模型、59个机器人序列、35,934个选中的机器人帧,其中14,412帧属于DEMO范围。数据以TAR存档格式存储,每个存档对应一个机器人和一个序列,保存在`archives/<robot>/<sequence>.tar`路径下。每个存档保留了原始的目录结构,包含该机器人/序列所有被接受的帧;其`demo/`子目录专门存放手动选择的DEMO范围数据,并且序列的qpos(关节位置)已根据包含的帧ID进行切片处理。数据集还提供了选择摘要、范围、来源信息以及每个URDF的清单,位于`manifests/`目录中。该数据集适用于机器人学、手-物体交互研究,特别是基于ARCTIC框架的视觉任务。
The dataset is named HandEdit ARCTIC Demo Sequences and is focused on image-to-image tasks for robot hand-object interaction. It contains manually selected sequences from the ARCTIC dataset, with each sequence including at least one DEMO (demonstration) range. The data scale comprises 10 URDF robot models, 59 robot sequences, and 35,934 selected robot frames, of which 14,412 frames belong to DEMO ranges. Data is stored in TAR archive format, with each archive corresponding to a robot and a sequence, saved under the path `archives/<robot>/<sequence>.tar`. Each archive preserves the original directory structure, containing all accepted frames for that robot/sequence; its `demo/` subdirectory specifically stores manually selected DEMO range data, and the sequences qpos (joint positions) have been sliced based on the included frame IDs. The dataset also provides selection summaries, ranges, source information, and manifests for each URDF, located in the `manifests/` directory. It is suitable for robotics, hand-object interaction research, particularly visual tasks based on the ARCTIC framework.
数据集概述
数据集名称:HandEdit ARCTIC Demo Sequences
数据类型:图像到图像(image-to-image)
许可协议:其他(other)
标签:机器人学、手物交互、ARCTIC、机械手
数据集规模
- 快照:arctic-demo-sequences-20260712-120618
- URDF 机器人数量:10
- 机器人-序列对数量:59
- 选择的总帧数:35,934
- DEMO 帧数:14,412
数据存储结构
每个机器人和序列的数据存储为一个独立的 TAR 归档文件,路径格式为:
archives/<机器人名称>/<序列名称>.tar
每个归档文件保持原始目录布局,包含该机器人/序列所有被接受的帧。其中 demo/ 子目录仅包含手动选择的 DEMO 范围。序列的 qpos 数据已根据包含的帧 ID 进行切片。
解压示例
解压一个序列的命令如下:
bash tar -xf archives/<机器人名称>/<序列名称>.tar -C /path/to/output
附加信息
选择摘要、范围、来源以及每个 URDF 的清单文件位于 manifests/ 目录下。




