TH ¨OR-MAGNI Act
收藏资源简介:
TH ¨OR-MAGNI Act数据集是由厄勒布鲁大学和慕尼黑工业大学合作创建的,旨在模拟工业环境中的人类与机器人互动。该数据集包含8.3小时的精细动作标签,来源于参与者佩戴眼动追踪眼镜录制的视频,涵盖了多种语义和空间情境。数据集的创建过程包括手动标注动作标签,并与高质量的多模态数据(如眼动和运动捕捉数据)对齐。TH ¨OR-MAGNI Act数据集主要用于动作条件下的轨迹预测和联合动作与轨迹预测任务,旨在提升复杂环境中人机交互的安全性和可靠性。
The THÖR-MAGNI Act dataset was co-created by Örebro University and Technical University of Munich, aiming to simulate human-robot interaction in industrial environments. This dataset contains 8.3 hours of fine-grained action labels sourced from videos recorded by participants wearing eye-tracking glasses, covering a variety of semantic and spatial scenarios. The dataset creation process includes manual annotation of action labels, which are aligned with high-quality multimodal data such as eye-tracking and motion capture data. The THÖR-MAGNI Act dataset is primarily used for action-conditioned trajectory prediction, joint action and trajectory prediction tasks, with the goal of improving the safety and reliability of human-robot interaction in complex environments.
THÖR-MAGNI Act 数据集概述
数据集简介
THÖR-MAGNI Act 数据集是一个用于人机共享工业空间中人体运动建模的动作数据集。该数据集提供了用于建模的原始数据、中间数据和最终处理后的数据集。
数据结构
数据集的组织结构如下:
- data/raw: 原始数据,不可变的数据集。
- data/external: 来自第三方的数据。
- data/interim: 经过转换的中间数据。
- data/processed: 最终用于建模的规范数据集。
数据预处理步骤
-
准备
thor-magni-tools工具。 -
修改配置文件
cfg.yaml,设置输入路径 (in_path) 和输出路径 (out_path)。 -
从
thor-magni-tools运行预处理脚本:python -m thor_magni_tools.run_preprocessing
-
检查
data/external目录。 -
对每个预处理的场景目录,运行以下命令以对齐动作和轨迹数据:
unzip data/processed/thor_magni/QTM_frames_actions.zip -d data/processed/thor_magni/ && python -m thor_magni_tools.run_actions_merging --actions_path data/processed/thor_magni/QTM_frames_actions.csv --files_dir outputs/data/thor_magni/Scenario_{ID}/ --out_path data/interim/thor_magni/
-
计算特征:
python -m thor_magni_actions.features.build_features data/interim/thor_magni data/interim/thor_magni
-
创建固定长度的轨迹片段数据集:
python -m thor_magni_actions.data.make_dataset thor_magni data/interim/thor_magni data/processed/thor_magni
模型训练与验证
运行 k-fold 交叉验证和多任务学习方法:
python -m thor_magni_actions.data_modeling.runners.k_fold_cv 5 thor_magni_actions/data_modeling/cfgs/mtl_tf.yaml

- 1THÖR-MAGNI Act: Actions for Human Motion Modeling in Robot-Shared Industrial Spaces厄勒布鲁大学 · 2024年



