Program never stop

New project for OpenCap, which is a new software package to estimate 3D human movement dynamics from smartphone videos. OpenCap strongly relies on OpenSim.
POST REPLY
User avatar
vassily Delmas
Posts: 3
Joined: Mon Jul 22, 2024 7:51 am

Program never stop

Post by vassily Delmas » Mon Jul 22, 2024 8:46 am

Hello, I tried to use your program for my repo.

I tested all of them first with the example you provided and it worked great.

So I modified and restarted example_kinetics.py to see if it worked but whatever parameters I entered the number of iterations always reached 5000, do you know what causes this? Can you tell me what variables I need to enter for this program to work with the public session:

https://app.opencap.ai/session/b8dc3d65 ... 0632dc7137

Thanks in advance

Tags:

User avatar
Matt Petrucci
Posts: 185
Joined: Fri Feb 24, 2012 11:49 am

Re: Program never stop

Post by Matt Petrucci » Tue Jul 23, 2024 9:48 am

Hi Vassily,

What time period were you trying to simulate? If you try and simulate all the jumps together it will probably take longer than 5000 iterations to converge. I would suggest starting with a shorter time period or one jump cycle at a time.

Hope this helps,

User avatar
vassily Delmas
Posts: 3
Joined: Mon Jul 22, 2024 7:51 am

Re: Program never stop

Post by vassily Delmas » Tue Jul 23, 2024 10:27 am

Yes thank you very much, I did a few tests and it worked over a smaller period of time and with smaller ipopt_tolerance and meshDensity values in mainOpenSimAD.py :D

POST REPLY