TIC Dataset
收藏资源简介:
本研究提出了一种创新的动态校准方法,用于稀疏惯性运动捕捉系统,打破了IMU校准中的绝对静态假设,实现了动态变化下的实时校准。研究团队创建了合成数据集,并使用基于Transformer的模型学习其映射关系。数据集包含配对的坐标漂移矩阵、测量偏移矩阵和IMU读数,旨在解决惯性运动捕捉中校准参数随时间变化的问题,为长时间准确捕捉运动提供支持。
This study proposes an innovative dynamic calibration method for sparse inertial motion capture systems, which breaks the absolute static assumption in IMU calibration and enables real-time calibration under dynamic changes. The research team created a synthetic dataset and employed a Transformer-based model to learn its mapping relationships. The dataset contains paired coordinate drift matrices, measurement offset matrices, and IMU readings, aiming to address the issue that calibration parameters vary over time in inertial motion capture, providing support for accurate long-term motion capture.
Transformer IMU Calibrator (TIC) 数据集概述
数据集基本信息
- 名称: Transformer IMU Calibrator (TIC) Dataset
- 应用领域: 惯性动作捕捉中的动态身体IMU校准
- 相关论文: "Transformer IMU Calibrator: Dynamic On-body IMU Calibration for Inertial Motion Capture" (SIGGRAPH 2025 Best Papers)
- 论文链接: https://arxiv.org/pdf/2506.10580
- 演示视频: https://youtu.be/xu2v_yPJoLs
数据集内容
- 数据来源: 5名受试者(s1~s5)的数据采集
- 数据文件:
- acc.pt: 6个身体IMU的加速度数据(静态校准)
- rot.pt: 6个身体IMU的方向数据(静态校准)
- pose.pt: 由NOKOV系统捕获的SMPL姿势(使用光学跟踪器)
- trans.pt: 全局身体平移(位置)
- drift.pt: 6个身体IMU的绝对坐标漂移
- offset.pt: 6个身体IMU的测量偏移
- acc_gt.pt: 由NOKOV系统捕获的GT IMU加速度(使用光学跟踪器)
数据说明
- IMU顺序: 左前臂、右前臂、左小腿、右小腿、头部、臀部
- 数据格式: 所有数据均为SMPL坐标系
- 数据集下载: https://www.dropbox.com/scl/fo/ggrvm8x2xjhu1m0pjomc9/ADClW3gbt4swggoulhndBKA?rlkey=bagguhrnze7fdvgr2toggce0v&st=p3fj8g1e&dl=0
相关资源
- 代码实现: 包含网络权重、训练和评估脚本
- train.py: TIC网络训练
- eval.py: 在数据集上运行动态校准并计算OME、AME和R_GG/R_BS误差
- 基础模型: SMPL_MALE模型来自https://smpl.is.tue.mpg.de/




