Search found 124 matches

by Scott Uhlrich
Wed Nov 29, 2023 5:44 pm
Forum: OpenCap
Topic: Improving Accuracy On Lower Body Rapid Movements
Replies: 2
Views: 323

Re: Improving Accuracy On Lower Body Rapid Movements

Can you verify that you were using the v0.3 augmenter model? It has been default for the past ~month. If you download your data, the augmenter model will be in the session metadata. If so, then it can be helpful to visualize the marker data in the OpenSim gui to see if errors are coming when creatin...
by Scott Uhlrich
Wed Nov 29, 2023 5:40 pm
Forum: OpenCap
Topic: Synchronisation of two cameras
Replies: 1
Views: 183

Re: Synchronisation of two cameras

Cameras are automatically synchronized based on keypoint data. A fail-safe way to sync them is to have the participant raise and lower their hand at any point during the trial. Otherwise, we have sync algorithms that work well for gait and most other activities. See the supplemental material in the ...
by Scott Uhlrich
Wed Nov 29, 2023 5:39 pm
Forum: OpenCap
Topic: Questions Regarding Wait Time
Replies: 9
Views: 959

Re: Questions Regarding Wait Time

Hi Ya, See the first response above. When the platform is busy, it takes time to process. Usually it takes a few hours, and even when busy it typically does not take more than 1 day. You can click on the red trial to see if there's a specific error message, or try reprocessing locally using our open...
by Scott Uhlrich
Tue Nov 28, 2023 10:08 am
Forum: OpenCap
Topic: Problems with iOS 17.x - Please use 16.x for now
Replies: 1
Views: 205

Re: Problems with iOS 17.x - Please use 16.x for now

The problem is fixed. Update the OpenCap ios app to version 1.6(29).
by Scott Uhlrich
Mon Nov 27, 2023 11:07 pm
Forum: OpenCap
Topic: Using the gait 2392 model for kinematic and kinetic analyses
Replies: 15
Views: 1969

Re: Using the gait 2392 model for kinematic and kinetic analyses

This may have to do with the different model that you're using. Not sure we can help debug much further than this without more specific error messages. Try isolating the line of code and getting the exact error message (drop a breakpoint right before the line, then hit f9 to run the line that is cau...
by Scott Uhlrich
Wed Nov 22, 2023 1:54 pm
Forum: OpenCap
Topic: OpenCap pipeline locally
Replies: 6
Views: 1117

Re: OpenCap pipeline locally

Hi Corey,

We don't have an estimated timeline unfortunately.

Thanks,
Scott
by Scott Uhlrich
Tue Nov 21, 2023 3:25 pm
Forum: OpenCap
Topic: Using the gait 2392 model for kinematic and kinetic analyses
Replies: 15
Views: 1969

Re: Using the gait 2392 model for kinematic and kinetic analyses

I recommend dropping some breakpoints in main.py. It is failing somewhere between https://github.com/stanfordnmbl/opencap-core/blob/dc5fccacd41ee6f70dc834b595d25b59b778ad1c/main.py#L389 and https://github.com/stanfordnmbl/opencap-core/blob/dc5fccacd41ee6f70dc834b595d25b59b778ad1c/main.py#L488 A mode...
by Scott Uhlrich
Tue Nov 21, 2023 3:15 pm
Forum: OpenCap
Topic: Collect synchronized EMG and GRFs
Replies: 3
Views: 568

Re: Collect synchronized EMG and GRFs

https://github.com/stanfordnmbl/opencap ... ntegration

We do not currently write out to c3d. You can see how we do inverse dynamics in this example. It is possible to do inverse dynamics, but the synchronization part is non-trivial.
by Scott Uhlrich
Mon Nov 20, 2023 2:18 pm
Forum: OpenCap
Topic: Foot pronation over subtalar joint axis
Replies: 1
Views: 157

Re: Foot pronation over subtalar joint axis

You can visualize the different joints by loading the model into the OpenSim gui and moving around a coordinate with the slider in the 'Coordinates' pane. The subtalar axis is roughly pronation/supination, but it isn't an orthogonal axis to the ankle angle. This is a challenging coordinate for OpenC...
by Scott Uhlrich
Mon Nov 20, 2023 2:14 pm
Forum: OpenCap
Topic: Model and coordinate system
Replies: 3
Views: 423

Re: Model and coordinate system

If you only want to compare joint angles, GRFs, and joint moments, you would only have to synchronize in time. You would need the coordinate systems aligned to compare GRFs, but the origin of the coordinate systems wouldn't necessarily have to align.