Skip to content
Mike Wu edited this page Feb 22, 2014 · 1 revision

GaitLibDemoBeat

This app represents the user’s gait by playing a different sound clip for each identified gait at the frequency determined by user’s cadence.

Set up

Before running the app, classifier model files need to be loaded onto the device.

  1. On the storage of the Android device, create a folder at Android/data/org.spin.gaitlib/files/classification_models/
  2. Copy the model file and the xml file in ClassifierModel folder to the above folder.

Cadence

To play sound that match the your cadence, while ignoring the difference in gait, turn on "Sound" switch, and turn off "Gait" switch. Then walk with the phone in your hand or in your pocket.

Gait

The set of gaits that the app is trying to recognize includes walking while lifting knees high, walking sideways, walking on toes, and normal walking.

Sound clip

Turn on the "Gait" switch to play different sound that match your step based on your gait.

  • liftknee: person saying the word "knee"
  • walksideways: sound of chicken
  • toes: "ding" sound
  • walk: normal footstep sound

Clone this wiki locally