EgoTouch_hdf5
收藏资源简介:
EgoTouch HDF5是TouchAnything项目发布的一个大规模多视角触觉数据集,专注于自我中心视角下的双手-物体交互。该数据集包含208个多样化的操作任务,共计1,891个交互序列(episodes),采集环境涵盖家庭、办公室、户外、零售店和工作台等多种室内外场景。数据集的核心内容为多模态同步数据:包括自我中心视角(胸部摄像头)和双腕摄像头的RGB视频流(分辨率480x640,30 FPS)、精确的双手3D姿态标注(每只手21个关节点的3D坐标,并附带有效性掩码)、来自可穿戴传感器的密集连续压力图(左右手各21x21的归一化压力网格),以及相应的摄像头位姿信息。数据以HDF5格式组织,每个episode为一个独立的HDF5文件,内部结构清晰地划分为images(视频帧)、hands(手部姿态)、pressure(压力数据)、poses(相机位姿)、masks(物体/手套分割掩码)、metadata(任务名称、轨迹ID、帧率等元数据)和timestamps等组。数据集提供了官方的数据划分:训练集1665个episodes,验证集208个episodes,测试集(seen场景)208个episodes,测试集(unseen场景)147个episodes。该数据集适用于计算机视觉、机器人学习、触觉感知、手部姿态估计、多模态融合以及自我中心视频理解等领域的研究与模型开发。
EgoTouch HDF5 is a large-scale multi-view tactile dataset released by the TouchAnything project, focusing on two-hand object interaction from an egocentric view. This dataset contains 208 diverse manipulation tasks, totaling 1,891 interaction episodes, with acquisition environments covering various indoor and outdoor scenarios such as homes, offices, outdoors, retail stores and workbenches. The core content of the dataset is multimodal synchronous data: including RGB video streams from the egocentric view (chest-mounted camera) and dual wrist-mounted cameras (resolution 480×640, 30 FPS), accurate two-hand 3D pose annotations (3D coordinates of 21 keypoints per hand with validity masks), dense continuous pressure maps from wearable sensors (normalized 21×21 pressure grids for left and right hands respectively), as well as corresponding camera pose information. The data is organized in HDF5 format, with each episode stored as an independent HDF5 file, and its internal structure is clearly divided into groups including images (video frames), hands (hand poses), pressure (pressure data), poses (camera poses), masks (object/glove segmentation masks), metadata (meta data such as task name, trajectory ID, frame rate and other information) and timestamps. The dataset provides official data splits: 1665 episodes for the training set, 208 episodes for the validation set, 208 episodes for the seen-scenario test set, and 147 episodes for the unseen-scenario test set. This dataset is applicable to research and model development in fields such as computer vision, robotic learning, tactile perception, hand pose estimation, multimodal fusion and egocentric video understanding.
数据集概述
- 名称: EgoTouch HDF5
- 来源: TouchAnything 项目,一个面向自我中心手-物交互的大规模多视角触觉数据集。
- 许可协议: MIT
规模与内容
- 任务: 包含 208 种不同的操作任务。
- 片段: 总计 1,891 个片段。
- 环境: 涵盖室内和室外环境。
- 数据模态:
- 同步的自我中心 (chest) 和双腕 (left/right) 摄像头视频。
- 双手手部姿态标注。
- 来自可穿戴触觉传感器的密集连续压力图。
数据组织
- 顶级目录:
Home/,Office/,Outdoor/,Retail/,Workbench/: 按环境和任务分组存储的 HDF5 片段。pose3d/: 预计算的 3D 手部姿态相关文件。vipe_chest_depth_camera/: 辅助处理文件。split.json: 官方训练/验证/测试集划分文件。
- 数据划分:
train: 1,665 个片段val: 208 个片段test_seen: 208 个片段test_unseen: 147 个片段
HDF5 格式结构
每个片段存储为一个 HDF5 文件,其内部结构如下:
images/: 图像数据chest_color: (T, 480, 640, 3) 自我中心 RGB 图像left_color: (T, 480, 640, 3) 左手腕 RGB 图像right_color: (T, 480, 640, 3) 右手腕 RGB 图像
hands/: 手部姿态wilor_left_joint_xyz: (T, 21, 3) 左手姿态wilor_right_joint_xyz: (T, 21, 3) 右手姿态wilor_left_valid: (T,) 左手姿态有效性掩码wilor_right_valid: (T,) 右手姿态有效性掩码
pressure/: 压力数据left_pressure_grid: (T, 21, 21) 归一化压力图right_pressure_grid: (T, 21, 21) 归一化压力图
poses/: 相机姿态chest_pose: (T, 7) 相机姿态 [xyz, quat]left_pose: (T, 7) 左手腕相机姿态right_pose: (T, 7) 右手腕相机姿态
masks/: 掩码glove_masks: (T, N, 480, 640) 手套/物体掩码glove_obj_ids: (T, N) 对象 IDglove_valid_frames: (T,) 掩码有效帧标志
metadata/: 元数据attrs: 任务名称、轨迹 ID、帧率、帧数等
timestamps: (T,) 帧时间戳
注:T 表示一个片段中的帧数。发布的数据使用 30 FPS,片段长度可变。此 HDF5 版本的数据集排除了原始的
depth/和pose3d_dynhamr/目录。
使用与引用
- 加载示例: 使用
h5py和huggingface_hub库。 - 引用论文: Zhou 等人,2026年,arXiv:2605.13083。




