Search found 125 matches

by Scott Uhlrich
Tue Dec 03, 2024 1:38 pm
Forum: OpenCap
Topic: OpenCap pipeline locally
Replies: 13
Views: 2947

Re: OpenCap pipeline locally

This is most likely an issue with camera calibration parameters (intrinsics or extrinsics). Make sure the camera model you are using (i.e., the intrinsic/extrinsic parameters in the mathematical camera model) matches what is used in the code base. The distortion parameters are a likely culprit here.
by Scott Uhlrich
Mon Apr 15, 2024 2:06 pm
Forum: OpenCap
Topic: Shaking image and whirring sound - Calibration error
Replies: 5
Views: 1531

Re: Shaking image and whirring sound - Calibration error

No solution. Iphone 11 is the only phone it has seemed to happen on. We typically just try different phones.
by Scott Uhlrich
Mon Mar 11, 2024 2:18 pm
Forum: OpenCap
Topic: Motion capture collection and pasting method
Replies: 3
Views: 1379

Re: Motion capture collection and pasting method

I'm not sure what you mean by load-bearing calf gaiters? Can you state it another way? We use functional hip joint center trials to compute the hip center markers as described here: https://pubmed.ncbi.nlm.nih.gov/14757454/ . The individual moves their hip through a star pattern as well as a maximum...
by Scott Uhlrich
Wed Feb 28, 2024 10:32 am
Forum: OpenCap
Topic: Motion capture collection and pasting method
Replies: 3
Views: 1379

Re: Motion capture collection and pasting method

Hello, I'm not exactly sure what you mean by patches, but if you mean tracking marker clusters, we use between 3 and 5 tracking markers on semi-rigid plates affixed to the lateral sides of the shanks and thighs. The markers are arranged so there are one or more orthogonal triads per plate. Since we ...
by Scott Uhlrich
Wed Jan 31, 2024 10:39 am
Forum: OpenCap
Topic: OpenCap Validation Session
Replies: 5
Views: 1945

Re: OpenCap Validation Session

The easiest way would be to write a script to reorganize the validation videos into a file structure similar to what gets created when gait_analysis.py downloads the data. The data within the session folders of the validation is organized quite closely to what gait_analysis expects.
by Scott Uhlrich
Wed Jan 31, 2024 10:37 am
Forum: OpenCap
Topic: CasADi error
Replies: 3
Views: 1085

Re: CasADi error

The dynamic simulations don't yet support different MSK models out of the box, unfortunately.
by Scott Uhlrich
Wed Jan 31, 2024 10:36 am
Forum: OpenCap
Topic: Calibration process
Replies: 4
Views: 1374

Re: Calibration process

You can capture sagittal and frontal plane by orienting the checkerboard 45 degrees from the frontal plane. both cameras will be able to see it in that case.
by Scott Uhlrich
Wed Jan 31, 2024 10:34 am
Forum: OpenCap
Topic: Treadmill speeds on gait analysis.
Replies: 3
Views: 1187

Re: Treadmill speeds on gait analysis.

We estimate treadmill speed from marker positions at different points in the gait cycle here. https://github.com/stanfordnmbl/opencap-processing/blob/1c13203a3ad7e85b760919bfe5080ac6ca26d53d/ActivityAnalyses/gait_analysis.py#L208 Try dropping a breakpoint in that function to see what is going on. We...
by Scott Uhlrich
Mon Jan 22, 2024 10:01 am
Forum: OpenCap
Topic: gait analysis
Replies: 4
Views: 1267

Re: gait analysis

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
by Scott Uhlrich
Fri Jan 19, 2024 1:34 am
Forum: OpenCap
Topic: reprocessing error
Replies: 6
Views: 1515

Re: reprocessing error

Can you take a screenshot of what values you have in lines 54-75? I suspect something is wrong with how you specify the static trial id.