Knee valgus, endo/exo-rotation

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
Finn Frielink
Posts: 3
Joined: Fri Sep 09, 2022 2:30 am

Knee valgus, endo/exo-rotation

Post by Finn Frielink » Thu Oct 06, 2022 1:53 am

Knee valgus, endo, exo-rotation and head movements do not seem to be captured completely with the model used in Opencap. Will this be added in a newer version? I saw in this topic viewtopicPhpbb.php?f=2385&t=14986&p=0&s ... 3e0205c85f, that you could add new DoF to the model captured with Opencap in Opensim to be able to calculate knee valgus. Is this also possible for the other movements and is there an online tutorial for this?

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

Re: Knee valgus, endo/exo-rotation

Post by Antoine Falisse » Thu Oct 06, 2022 10:02 am

Hi Finn,

We are not planning to update the lower-extremity model in the near future. However, as you mentioned, you could reprocess your data locally with a more expressive model (eg, a model with more degrees of freedom for the knee joint).

The OpenCap source code is posted here: https://github.com/stanfordnmbl/opencap-core
The model we are using is here: https://github.com/stanfordnmbl/opencap ... dHand.osim
And here is an example of how to reprocess data locally: https://github.com/stanfordnmbl/opencap ... essions.py

FYI there is no neck joint in the model, the head is fixed to the torso. This is why you don't see any head movement.

Best,
Antoine

User avatar
Ben Senderling
Posts: 1
Joined: Tue Apr 25, 2023 11:46 am

Re: Knee valgus, endo/exo-rotation

Post by Ben Senderling » Thu Apr 27, 2023 8:20 am

Knee adduction moments are mentioned in the results of the pre-print article. But the default model in the source code only has a 1 dof knee joint. Is there a reason for that?

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

Re: Knee valgus, endo/exo-rotation

Post by Antoine Falisse » Thu Apr 27, 2023 9:49 am

Hi, you can compute the knee adduction moment using a joint reaction analysis of your simulation results. FYI the code we use to do that is here: https://github.com/stanfordnmbl/opencap ... ing.py#L25

User avatar
Bernhard Faerber
Posts: 27
Joined: Thu Nov 10, 2022 1:57 am

Re: Knee valgus, endo/exo-rotation

Post by Bernhard Faerber » Fri Jan 12, 2024 8:21 am

Hi,

what are the steps necessary prior to running the script for estimating KAM?
How does one control which set of data the script is working with?
Can this be done using data dervived from a model other than the base version?

Thanks for any feedback!

Best

Bernhard

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

Re: Knee valgus, endo/exo-rotation

Post by Scott Uhlrich » Fri Jan 12, 2024 5:07 pm

The KAM is computed using joint reaction analysis after the simulation. See code antoine posted above. If you are using a different model (eg with a knee adduction dof), you will need to change some things in the simulation.

POST REPLY