Skip to content

nkueng/SparseSuit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

179 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SparseSuit

All code behind my Master's thesis about reducing the number of sensors in an inertial motion capture suit.

Installation

In a directory of choice:

# install this project
git clone git@github.com:nkueng/SparseSuit.git
cd SparseSuit
virtualenv venv
source venv/bin/activate
pip install -e .
cd ..

# install pymusim (required only for data synthesis)
git clone git@github.com:Rokoko/IMUsimulator.git
cd IMUsimulator
mkdir build && cd build
cmake ..
pip install ninja
pip install -e .
cd ../..

# install procrustes
git clone git@github.com:theochem/procrustes.git
cd procrustes
pip install .

About

All code behind my MSc Thesis about reducing the number of sensors in an inertial motion capture suit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors