Source code for pkl_data_structure_exame
########## load osim model parameters ##################
import pickle
[docs]file_path = '/home/ml/myoConverter/models/converted/RajagopalModel/Step2_MomentArmOpt/glmax2_r.pkl'
with open(file_path, "rb") as input_file:
[docs]file_path2 = '/home/ml/myoConverter/models/converted/RajagopalModel/Step3_MuscleForceOpt/glmax2_r.pkl'
with open(file_path2, "rb") as input_file2: