Table of Contents
Normalisation of gait cycles is a key towards using clinical gait analysis as a tool to monitor neuromotor pathologies. Most commonly, this normalisation is achieved by detecting gait events, such as initial contact (IC) or toe-off (TO), through either manually annotated video data, or based on thresholds of ground reaction forces. This study developed a deep-learning long short-term memory approach to automatically detect IC and TO based on the foot-marker kinematics of
This git repository consists python codes for training the network. MATLAB was used for performance analysis.
- Clone/download this repo
git clone https://github.com/ykukkim/W04_DL.git
- Trainin_LSTM -> consists python scripts from training to validating the performance of models.
Python version: 3.9 conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cudatoolkit=10.2 -c pytorch