xiangyudxy / IMU-Pose-Estimation

Undergrad dissertation on 3D pose estimation from inertial data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigation of Pose Estimation From Sparse Inertial Data

For my final-year undergraduate dissertation at the University of Cambridge, I investigated the problem of inferring 3D pose from inertial sensor measurements. This repository holds the modules I wrote for non-linear optimization, kinematic modeling, calibration, data collection, and exact inference.

A fixed-lag smoother was derived using Gaussian Belief Propagation on a junction tree, generalizing the Kalman filter. Calibration of 9-axis IMUs was extensively researched to provide an end-to-end solution. The implemented algorithms were successful at decreasing error in estimated pose compared to dead-reckoning on the tested IMU sensors as well as a synthetic dataset of human motion.

Full report: pose_estimation.pdf

Many thanks to Andrea Ferlini for supervising me during this project, as well as Andreas Grammenos and Manon Kok for providing highly valuable advice regarding sensor calibration and fusion.

About

Undergrad dissertation on 3D pose estimation from inertial data.

License:MIT License


Languages

Language:Python 94.7%Language:C++ 5.3%