gait analysis

New project for OpenCap, which is a new software package to estimate 3D human movement dynamics from smartphone videos. OpenCap strongly relies on OpenSim.
POST REPLY
User avatar
ruihao tang
Posts: 2
Joined: Sun Nov 05, 2023 12:29 am

gait analysis

Post by ruihao tang » Sat Jan 20, 2024 3:34 am

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
Attachments
585ef0ef0a5b10936783fa6c3aef2f3.png
585ef0ef0a5b10936783fa6c3aef2f3.png (567.57 KiB) Viewed 586 times

User avatar
Scott Uhlrich
Posts: 124
Joined: Tue Jan 20, 2015 4:29 pm

Re: gait analysis

Post by Scott Uhlrich » Mon Jan 22, 2024 10:01 am

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

User avatar
Stefano Dell''Anna
Posts: 2
Joined: Mon Feb 19, 2024 3:26 am

Re: gait analysis

Post by Stefano Dell''Anna » Mon Mar 11, 2024 8:26 am

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!

User avatar
Antoine Falisse
Posts: 422
Joined: Wed Jan 07, 2015 2:21 am

Re: gait analysis

Post by Antoine Falisse » Mon Mar 11, 2024 10:13 am

Is that happening when you run things locally?

User avatar
Stefano Dell''Anna
Posts: 2
Joined: Mon Feb 19, 2024 3:26 am

Re: gait analysis

Post by Stefano Dell''Anna » Tue Mar 12, 2024 12:25 am

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.

POST REPLY