Gait Dataset

Data available here (46 MB). This data was collected at McGill University in June and July, 2010 by Jordan Frank. The data was collected using the HumanSense open-source Android data collection platform.

This package contains the raw sensor data collected from a mobile phone in the pocket of 20 individuals, performing two separate 15 minute walks on two different days. The subject information, including the gender, height, weight, and descriptions of clothing and shoes warn on each day are found in SubjectInformation.xls. The columns titled sensor give the id of the mobile phone that the subject used. There were four HTC Nexus One phones used in the experiment with ids 1, 2, 3, and 4.

The CSV data files contain the data in tab-separated format. The first row contains the column headers. The timestamps are in milliseconds. The three columns, accel_x, accel_y, and accel_z, give the values collected by the triaxial accelerometer, and the units are m/s2. The accel_mag values are computed as sqrt(accel_x2 + accel_y2 + accel_z2)-9.8066. The temperature data was not collected, since the Nexus One does not contain a temperature sensor, although the column has not been removed. The mag_x, mag_y, and mag_z columns contain the values from the magnetometer sensor, and the azimuth, pitch, and roll are the values provided by the Google Android OS, which calculates an approximation of the orientation of the phone based on the accelerometer and magnetometer readings [1].

The files have the following naming conventions: w0XXdayY-raw.csv, which contains the data for the subject identified by XX (ranging from 01 to 20) on the day identified by Y (either 1 or 2).

This work is supported by NSERC and the PASCAL 2 Harvest Programme.

[1] See http://developer.android.com/reference/android/hardware/SensorManager.html#getOrientation(float[], float[]) for more information.