WPI-AIM / AIM_GaitAnalysisToolkit

Code base for learning motion data
7 stars 6 forks source link
anaylsis-gaiting gait-analysis kit vicon

AIM Gait Anaylsis Toolkit

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

Authors

Dependencies

This package requires:

Install

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.)

Upgrading

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

Data

Gaiting data can be found here.

Learning tools