Before running any commands, be sure your virtual python environment is activated .type activate pycgm39
Kalman gap filling method
Code contribution, we thank Mickael Burke for sharing scripts.
Our script is an adaptation of the open-access code from Burke and Lasenby 2016 (Burke and Lasenby 2016)
Find out the theory of this approach in the next section
Load the gait trial, then run the command
pyCGM2.exe NEXUS Gaps Kalman
Add -h
to know their input arguments or or refer to the documentation API
Gloersen gap filling method
This gait event detecto is an implementation Gløersen et al, 2016
Gløersen, Øyvind; Federolf, Peter (2016) Predicting Missing Marker Trajectories in Human Motion Data Using Marker Intercorrelations. In : PloS one, vol. 11, n° 3, e0152616. DOI: 10.1371/journal.pone.0152616.
Load the gait trial, then run the command
pyCGM2.exe NEXUS Gaps Gloersen
Add -h
to know their input arguments or or refer to the documentation API