Gait Sequence Detection (GSD)#
Algorithms to detect gait sequences within raw IMU data.
Algorithms#
|
Implementation of the GSD algorithm by Iluz et al. (2014) [R6ae519170d22-1]. |
Pipelines#
Run a GSD algorithm in isolation on a Gait Dataset. |
Base Classes#
Base class for GSD detectors.
Base class for GS-detectors. |
Docu-helper#
|
Decorator to fill common parts of the docstring for subclasses of |
Evaluation#
Calculate commonly known performance metrics for based on the matched overlap with the reference. |
|
Calculate general performance metrics that don't rely on matching the detected and reference gait sequences. |
|
|
Evaluate detected gait sequence intervals against a reference on a sample-wise level. |
|
Find all matches of |
Plot the categorized intervals together with the detected and reference intervals. |