Search found 422 matches

by Antoine Falisse
Fri Feb 23, 2024 9:30 am
Forum: OpenCap
Topic: OpenCap installation
Replies: 5
Views: 662

Re: OpenCap installation

Great, do you know what went wrong the first time?
by Antoine Falisse
Fri Feb 23, 2024 9:29 am
Forum: OpenCap
Topic: Where to find KAM data
Replies: 5
Views: 428

Re: Where to find KAM data

Hi, this should help: https://github.com/stanfordnmbl/opencap ... D.py#L1854
Best, Antoine
by Antoine Falisse
Thu Feb 22, 2024 4:45 pm
Forum: OpenCap
Topic: Obstructions in Video
Replies: 1
Views: 69

Re: Obstructions in Video

You should position your cameras such that occlusion is minimized. You can use three cameras for trials with a wheelchair .

Antoine
by Antoine Falisse
Thu Feb 22, 2024 4:44 pm
Forum: OpenCap
Topic: Open Cap Kinetics Code
Replies: 6
Views: 920

Re: Open Cap Kinetics Code

Hey, > Do I simply upload it into python and then input my own naming conventions from my trials? Yes. There are instructions here https://github.com/stanfordnmbl/opencap-processing?tab=readme-ov-file#muscle-driven-simulations and examples here https://github.com/stanfordnmbl/opencap-processing/blob...
by Antoine Falisse
Thu Feb 22, 2024 10:28 am
Forum: OpenCap
Topic: OpenCap installation
Replies: 5
Views: 662

Re: OpenCap installation

Please make sure you go through the steps in the right order: https://www.opencap.ai/get-started
by Antoine Falisse
Thu Feb 22, 2024 10:27 am
Forum: OpenCap
Topic: Where to find KAM data
Replies: 5
Views: 428

Re: Where to find KAM data

Hey,

The KAM results are saved in the optimaltrajectories.npy file.

Best,
Antoine
by Antoine Falisse
Thu Feb 22, 2024 10:25 am
Forum: OpenCap
Topic: Energy cost prediction
Replies: 4
Views: 211

Re: Energy cost prediction

Hi, You could use whatever model you like. I think I only have python implementation of the bhargava one. I have matlab implementations of some other ones though: https://github.com/antoinefalisse/3dpredictsim/tree/master/MetabolicEnergy. > Additionally, can the KIMR15 model be also used as a joint-...
by Antoine Falisse
Tue Feb 20, 2024 10:56 am
Forum: OpenCap
Topic: Data collection only
Replies: 2
Views: 239

Re: Data collection only

You should get this data (camera parameters and synced videos) when you download the results from your data collection.
Best,

Antoine
by Antoine Falisse
Tue Feb 20, 2024 10:54 am
Forum: OpenCap
Topic: Energy cost prediction
Replies: 4
Views: 211

Re: Energy cost prediction

Hi Sauvik, There is no support for metabolic/energetic cost estimation at the moment. However, the code you used to generate the simulations is very similar to the one here https://github.com/antoinefalisse/predsim_tutorial used to generate predictive simulations of movement. In that code, I compute...
by Antoine Falisse
Thu Feb 15, 2024 2:15 pm
Forum: OpenCap
Topic: inverse dynamics
Replies: 1
Views: 275

Re: inverse dynamics

You can generate dynamic simulations to estimate ground reaction forces and musculoskeletal forces. Please take a look at the paper https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1011462 and at our scripting examples https://github.com/stanfordnmbl/opencap-processing?tab=read...