Search found 6 matches

by Jip Helsloot
Fri Jun 30, 2023 12:32 am
Forum: OpenSim
Topic: ImportError: DLL load failed while importing _simbody
Replies: 4
Views: 597

Re: ImportError: DLL load failed while importing _simbody

I tried this because I am working on windows:
import os
os.add_dll_directory("C:/OpenSim 4.4/bin")
Unfortunately this didn't work for me, I still get the same error.



@Mohammadreza Rezaie
My OpenSim version is 4.4 and my python version is 3.9
I used anaconda and spyder.

Best,

Jip
by Jip Helsloot
Thu Jun 29, 2023 12:33 am
Forum: OpenCap
Topic: unable to download data ('download in progress' shows for over 30 minutes already)
Replies: 3
Views: 314

Re: unable to download data ('download in progress' shows for over 30 minutes already)

Hi Antoine,

I am happy to announce that after trying it again this morning, I was able to download my sessions.

Best,

Jip
by Jip Helsloot
Tue Jun 27, 2023 2:01 am
Forum: OpenCap
Topic: unable to download data ('download in progress' shows for over 30 minutes already)
Replies: 3
Views: 314

unable to download data ('download in progress' shows for over 30 minutes already)

Dear, I have been trying to download my recorded data from the OpenCap interface, however the pop-up 'download in progress' has been showing for over 30 minutes already (file = 1 neutral, 2 movement files). download in progress.png Is there something I can do about this? Kind regards, Jip Helsloot
by Jip Helsloot
Tue Jun 27, 2023 12:26 am
Forum: OpenSim
Topic: ImportError: DLL load failed while importing _simbody
Replies: 4
Views: 597

ImportError: DLL load failed while importing _simbody

Dear, When following the installation guide on the website: https://simtk-confluence.stanford.edu:8443/display/OpenSim/Scripting+in+Python the following error appears: ImportError: DLL load failed while importing _simbody: cannot find given module. The website says: 'If you get an error about loadin...
by Jip Helsloot
Fri May 26, 2023 7:35 am
Forum: OpenCap
Topic: Filter analysis dashboard
Replies: 1
Views: 237

Filter analysis dashboard

Dear, I was wondering which filter is used when plotting for example Knee_angle (see attachment) on de analysis dashboard within OpenCap uitself? I tried to find it using Google Colab and opening https://github.com/stanfordnmbl/opencap-processing.git, here it says it has already been filtered: coord...
by Jip Helsloot
Wed May 03, 2023 2:35 am
Forum: OpenSim
Topic: ModuleNotFoundError: No module named 'opensim'
Replies: 2
Views: 539

ModuleNotFoundError: No module named 'opensim'

I am totally new to OpenSim and Google colab and I am following "Getting started with analyzing OpenCap data using OpenSim API" in Google Colab. When trying to install the OpenSim conda package using conda in Google Colab with the following code: -----------------------------------------------------...