How can I load the model?

We describe here the methods we used to create a detailed musculoskeletal model with 84 degrees of freedom and 134 muscles. Our model has three key-features: three-dimensionality, scalability, and modularity. We tested the validity of the model by identifying forelimb muscle synergies of a beagle at walk.
POST REPLY
User avatar
Gihyeok Na
Posts: 1
Joined: Thu Oct 21, 2021 8:59 pm

How can I load the model?

Post by Gihyeok Na » Wed Nov 17, 2021 7:13 pm

I tried to load the osim file, but I got these messages :

[2021-10-22 13:09:16.862] [info] Updating Model file from 10902 to latest format...
[2021-10-22 13:09:16.863] [warning] Model name 'Stark (2016) Spezzoo' contains whitespace.
[2021-10-22 13:09:16.863] [warning] It was renamed to 'Stark(2016)Spezzoo'.
[2021-10-22 13:09:17.002] [info] Loaded model Stark(2016)Spezzoo from file C:\Users\Gihyeok Na\Desktop\Full curve\stark(2016)spezzoo.osim
[2021-10-22 13:09:17.034] [warning] GeometryPath 'geometrypath' has subcomponents with duplicate name 'pathpoint'. The duplicate is being renamed to 'pathpoint_0'.
[2021-10-22 13:09:17.034] [warning] GeometryPath 'geometrypath' has subcomponents with duplicate name 'pathpoint'. The duplicate is being renamed to 'pathpoint_1'.
[2021-10-22 13:09:17.034] [warning] GeometryPath 'geometrypath' has subcomponents with duplicate name 'pathpoint'. The duplicate is being renamed to 'pathpoint_2'.
[2021-10-22 13:09:17.034] [warning] GeometryPath 'geometrypath' has subcomponents with duplicate name 'pathpoint'. The duplicate is being renamed to 'pathpoint_3'.
[2021-10-22 13:09:17.034] [warning] GeometryPath 'geometrypath' has subcomponents with duplicate name 'pathpoint'. The duplicate is being renamed to 'pathpoint_4'.
[2021-10-22 13:09:17.034] [warning] GeometryPath 'geometrypath' has subcomponents with duplicate name 'pathpoint'. The duplicate is being renamed to 'pathpoint_5'.
[2021-10-22 13:09:17.034] [warning] GeometryPath 'geometrypath' has subcomponents with duplicate name 'pathpoint'. The duplicate is being renamed to 'pathpoint_6'.
[2021-10-22 13:09:17.034] [warning] GeometryPath 'geometrypath' has subcomponents with duplicate name 'pathpoint'. The duplicate is being renamed to 'pathpoint_7'.
[2021-10-22 13:09:17.034] [warning] GeometryPath 'geometrypath' has subcomponents with duplicate name 'pathpoint'. The duplicate is being renamed to 'pathpoint_8'.
[2021-10-22 13:09:17.034] [warning] GeometryPath 'geometrypath' has subcomponents with duplicate name 'pathpoint'. The duplicate is being renamed to 'pathpoint_9'.
[2021-10-22 13:09:17.034] [warning] GeometryPath 'geometrypath' has subcomponents with duplicate name 'pathpoint'. The duplicate is being renamed to 'pathpoint_10'.
[2021-10-22 13:09:17.034] [warning] GeometryPath 'geometrypath' has subcomponents with duplicate name 'pathpoint'. The duplicate is being renamed to 'pathpoint_11'.
[2021-10-22 13:09:17.034] [warning] GeometryPath 'geometrypath' has subcomponents with duplicate name 'pathpoint'. The duplicate is being renamed to 'pathpoint_12'.
[2021-10-22 13:09:17.035] [warning] GeometryPath 'geometrypath' has subcomponents with duplicate name 'pathpoint'. The duplicate is being renamed to 'pathpoint_13'.
[2021-10-22 13:09:17.035] [warning] GeometryPath 'geometrypath' has subcomponents with duplicate name 'pathpoint'. The duplicate is being renamed to 'pathpoint_14'.
[2021-10-22 13:09:17.035] [warning] GeometryPath 'geometrypath' has subcomponents with duplicate name 'pathpoint'. The duplicate is being renamed to 'pathpoint_15'.
[2021-10-22 13:09:17.035] [warning] GeometryPath 'geometrypath' has subcomponents with duplicate name 'pathpoint'. The duplicate is being renamed to 'pathpoint_16'.
[2021-10-22 13:09:17.035] [warning] GeometryPath 'geometrypath' has subcomponents with duplicate name 'pathpoint'. The duplicate is being renamed to 'pathpoint_17'.
[2021-10-22 13:09:17.035] [warning] GeometryPath 'geometrypath' has subcomponents with duplicate name 'pathpoint'. The duplicate is being renamed to 'pathpoint_18'.
[2021-10-22 13:09:17.035] [info] 'left_trapezius_cervical' Parameter update for the damped-model: ActiveForceLengthCurve minimum value was 0.1 but is now 0.0.

How can I solve this problem? May I ask how to load the dog model to OpenSim 4.3?

User avatar
Heiko Stark
Posts: 11
Joined: Tue Jan 05, 2016 6:59 am

Re: How can I load the model?

Post by Heiko Stark » Mon Jan 24, 2022 3:30 am

Sorry for the very late reply. :roll:

Please change the memory sizes in the following file::
C:\OpenSim 4.3\etc\OpenSim.conf
->
default_options="--branding opensim -J-Xms512m -J-Xmx4096m -J-Dsun.java2d.ddoffscreen=false -J-Dsun.java2d.gdiblit=false -J-Dsun.java2d.noddraw=true -J-Duser.language=en -J-Dopensim.buildnumber=4.3"

More explanations:
viewtopicPhpbb.php?f=91&t=13078&p=37504&start=0&view=

Then start the program and load the low version:
stark(2021) - beagle - fore_low.osim

Best,
Heiko

POST REPLY