This is a tool kit for Gait Analysis to work with the Vicon tool kit. It provides tools to analyze gaits, including separating the gait cycle
This package requires:
This package and its dependencies can be installed automatically via pip.
pip install git+https://github.com/WPI-AIM/AIM_GaitAnalysisToolkit.git
(If you have both Python 2 and Python 3 installed you'll need to use pip3
- pip
defaults to Python 2 if installed.)
This package can be upgraded via pip:
pip install --upgrade git+https://github.com/WPI-AIM/AIM_GaitAnalysisToolkit.git
If necessary, Vicon and GaitCore can also be upgraded via pip:
pip install --upgrade git+https://github.com/WPI-AIM/AIM_Vicon.git
pip install --upgrade git+https://github.com/WPI-AIM/AIM_GaitCore.git
Gaiting data can be found here.
ModelBase.py
. TrainerBase.py
.RunnerBase.py
.