TIC Dataset
收藏资源简介:
该数据集收集自5个受试者(s1~s5)。对于每个受试者,数据集提供:1. **acc.pt**----6个身体IMU的加速度,开始时通过静态校准校准。2. **rot.pt**----6个身体IMU的方向,开始时通过静态校准校准。3. **pose.pt**----由NOKOV系统捕获的SMPL姿势(使用光学跟踪器)。4. **trans.pt**----全局身体平移(位置)。5. **drift.pt**----6个身体IMU的绝对坐标漂移。6. **offset.pt**----6个身体IMU的测量偏移。7. **acc_gt.pt**----由NOKOV系统捕获的GT IMU加速度(使用光学跟踪器)。
This dataset is collected from 5 subjects (s1~s5). For each subject, the dataset provides: 1. **acc.pt**: Acceleration data from 6 body-worn IMUs, calibrated via static calibration at the start. 2. **rot.pt**: Orientation data from 6 body-worn IMUs, calibrated via static calibration at the start. 3. **pose.pt**: SMPL pose captured by the NOKOV optical tracking system. 4. **trans.pt**: Global body translation (position). 5. **drift.pt**: Absolute coordinate drift of the 6 body-worn IMUs. 6. **offset.pt**: Measurement offset of the 6 body-worn IMUs. 7. **acc_gt.pt**: Ground-truth IMU acceleration captured by the NOKOV optical tracking system.
数据集概述
数据集基本信息
- 名称: Transformer IMU Calibrator (TIC) 数据集
- 相关论文: "Transformer IMU Calibrator: Dynamic On-body IMU Calibration for Inertial Motion Capture" (SIGGRAPH 2025)
- 作者: Chengxu Zuo, Jiawei Huang, Xiao Jiang, Yuan Yao, Xiangren Shi, Rui Cao, Yinyu Yi, Feng Xu, Shihui Guo, Yipeng Qin
- 机构: 厦门大学, 清华大学, 卡迪夫大学, 伯恩茅斯大学
数据集内容
- 数据来源: 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误差
致谢
- 部分代码改编自PIP
- SMPL_MALE模型下载自https://smpl.is.tue.mpg.de/




