Page 1 of 1

gait analysis

Posted: Sat Jan 20, 2024 3:34 am
by tangruihao1106
Hi
May I ask if the function of calculating biomechanical gait index in gait analysis is not available at present
Thank you for your reply

Re: gait analysis

Posted: Mon Jan 22, 2024 10:01 am
by suhlrich
It is available, but the algorithm may fail in some instances. You can run it locally using this script https://github.com/stanfordnmbl/opencap ... nalysis.py

Re: gait analysis

Posted: Mon Mar 11, 2024 8:26 am
by stefdella
I am posting here to avoid opening another thread.
I am trying to do gait analysis with the example script you provided. I am having some trouble importing the package "gait_analysis".

"ImportError: cannot import name 'gait_analysis' from 'gait_analysis' (c:\Users\stefa\anaconda3\envs\opencap-processing\lib\site-packages\gait_analysis\__init__.py)"

The other example you provided works well. Do you have any suggestion how to proceed?
Thank you in advance for your brilliant work!

Re: gait analysis

Posted: Mon Mar 11, 2024 10:13 am
by antoinefalisse
Is that happening when you run things locally?

Re: gait analysis

Posted: Tue Mar 12, 2024 12:25 am
by stefdella
Yes, sorry for not being specific on that.
I think everything is installed correctly, but I will try to reinstall another time and let you know. Thank you in advance for the help and attention.