Search found 124 matches

by Scott Uhlrich
Mon Nov 20, 2023 2:12 pm
Forum: OpenCap
Topic: Collect synchronized EMG and GRFs
Replies: 3
Views: 569

Re: Collect synchronized EMG and GRFs

There is no way to hardware sync with OpenCap, as everything is done over internet. We do have an example of using common signals to synchronize a force plate (https://github.com/stanfordnmbl/opencap ... ntegration). Keep in mind, however, the time sync'ing method is specific to the task (jumping in...
by Scott Uhlrich
Fri Nov 17, 2023 12:45 pm
Forum: OpenCap
Topic: using opencap for model scaling in opensim
Replies: 2
Views: 305

Re: using opencap for model scaling in opensim

OpenCap automatically scales a musculoskeletal model. And yes, when you download the data you get the scaled model as well as the .trc of the neutral trial if you'd like to scale a different model.
by Scott Uhlrich
Fri Nov 17, 2023 12:44 pm
Forum: OpenCap
Topic: sunglasses and masks
Replies: 4
Views: 469

Re: sunglasses and masks

It should be fine since we do not use face markers, but you'd need to try it out. Participants in our validation study had masks on, so I'd imagine it would be fine.
by Scott Uhlrich
Fri Nov 17, 2023 12:43 pm
Forum: OpenCap
Topic: Use of OpenCap with rugby scrummaging
Replies: 1
Views: 188

Re: Use of OpenCap with rugby scrummaging

Hi Harry,

OpenCap can currently only analyze one person at a time, which would make it not work great in this situation. Many human mesh reconstruction algorithms could give you SMPL body models of many people that you could potentially use.

Scott
by Scott Uhlrich
Fri Nov 17, 2023 12:41 pm
Forum: OpenCap
Topic: Error in changeSessionMetadata.py
Replies: 7
Views: 536

Re: Error in changeSessionMetadata.py

Try dropping breakpoints in the main.py function prior to inverse kinematics to see what is happening.
by Scott Uhlrich
Thu Nov 16, 2023 4:03 pm
Forum: OpenCap
Topic: Error in changeSessionMetadata.py
Replies: 7
Views: 536

Re: Error in changeSessionMetadata.py

It worked fine for me. Have you pulled the latest version of the code from github?
by Scott Uhlrich
Thu Nov 16, 2023 3:59 pm
Forum: OpenCap
Topic: Model and coordinate system
Replies: 3
Views: 425

Re: Model and coordinate system

Hi Sandra, When you open a model in opensim, there is no motion associated with it, so how it appears relative to the floor is determined by the default pelvis_ty. You can change pelvis_ty in the coordinates pane. It depends what you intend to do with this synchronization. If you want to perform inv...
by Scott Uhlrich
Thu Nov 16, 2023 3:55 pm
Forum: OpenCap
Topic: Verify camera calibration
Replies: 1
Views: 245

Re: Verify camera calibration

That step is now automated, so you do not need to verify the calibrations anymore. The videos are a bit out of date :)
by Scott Uhlrich
Thu Nov 16, 2023 3:52 pm
Forum: OpenCap
Topic: Questions Regarding Wait Time
Replies: 9
Views: 959

Re: Questions Regarding Wait Time

Do you mean it took 20 minutes for the videos to upload (i.e., the 'cancel trial' button was on the screen for that long), or it took 20 minutes for the trial to turn from yellow (processing) to green (done)? If you are referring to it taking time to turn from yellow to green, you can continue colle...
by Scott Uhlrich
Thu Nov 16, 2023 3:46 pm
Forum: OpenCap
Topic: Hip Joint Centre Calculation
Replies: 3
Views: 369

Re: Hip Joint Centre Calculation

With the mocap data, we computed a functional hip joint center using the method described in Piazza 2004. https://pubmed.ncbi.nlm.nih.gov/14757454/

We didn't do functional hip joint centers for the opencap model. All scaling was based on the augmented markers in a standing neutral trial.