@@ -22,7 +22,7 @@ abstract: >+
2222 Analyzing human gait is essential for various health applications to improve life quality of patients suffering
2323 from gait disorders such as monitoring the elderly.
2424 Wearable sensors are increasingly replacing traditional methods (e.g., motion capture, pressure mats)
25- because they are smaller, cheaper, and can return quantitative real-life data.
25+ because they are smaller, cheaper, and can return quantitative real-world data.
2626 The aim of the method is to detect the specific events defining the human gait cycle that are the right and left
2727 Heel Strike events and the right and left Toe Off events. These events allow in-depth gait analysis by deducing from
2828 them a number of spatio-temporal parameters giving crucial information on the patient's health.
@@ -36,7 +36,9 @@ abstract: >+
3636 The resulting neural network detects the four gait events allowing to segment strides in the signal as
3737 well as computing gait parameters for each gait cycle. Our method gives similar results as the reference one
3838 in terms of number of detected strides, their duration, or the percentage of stance phase in subject gaits.
39- keywords : [Gait analysis, wearable sensors, event detection, gait segmentation, machine learning, supervised learning, classification, neural network, quaternions, imbalanced data]
39+ This suggests that our event detection method used on wearable sensor data could replace the use of the reference
40+ tool to monitor patient gaits with a more objective measurement and in non-specialized settings.
41+ keywords : [Gait analysis, wearable sensors, event detection, gait segmentation, machine learning, supervised learning, classification, neural network, quaternions, imbalanced data.]
4042citation :
4143 type : article-journal
4244 container-title : " Computo"
@@ -52,6 +54,8 @@ published: false # will be set to true once accepted
5254format :
5355 computo-html : default
5456 computo-pdf :
57+ toc : false
58+ colorlinks : false
5559 cite-method : biblatex
5660 biblatexoptions : " sorting=none"
5761 header-includes :
0 commit comments