Gait Sequence Detection (GSD)#
Algorithms to detect gait sequences within raw IMU data.
Algorithms#
|
Implementation of the GSD algorithm by Iluz et al. (2014) [Rea5df3d1a481-1]. |
|
Implementation of the GSD algorithm developed by Paraschiv-Ionescu et al. (2014) [R58e9f9eaa522-1]. |
|
Implementation of the GSD algorithm by Paraschiv-Ionescu et al. (2019) [1, 2]_ with adaptive threshold. |
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. |
|
Evaluate a gait sequence list against a reference sequence-by-sequence with a minimum overlap threshold. |
Plot the categorized intervals together with the detected and reference intervals. |
|
|
Extract the detected and reference gait sequences that are considered as matches sequence-by-sequence. |
Evaluation Challenges#
|
Evaluation challenge for Gait Sequence Detection (GSD) algorithms. |
|
Evaluation challenge for Gait Sequence Detection (GSD) algorithms using cross-validation. |
|
Evaluate the performance of a GSD algorithm on a single datapoint. |