Detailed Error Reports for Scaling and IK

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Adam Galloy
Posts: 14
Joined: Fri May 12, 2017 11:09 am

Detailed Error Reports for Scaling and IK

Post by Adam Galloy » Thu Jun 29, 2017 6:18 am

Hello,
Is there any way to get more detailed error reports for the scaling and Inverse Kinematics tools? The message console returns the total squared error, the RMS error, and the max error, but is there any way to get the errors for other individual markers? I have looked at the User's Guide documentation for IK and Scaling and found nothing there.

Thanks for the help,
Adam Galloy

User avatar
Christopher Dembia
Posts: 506
Joined: Fri Oct 12, 2012 4:09 pm

Re: Detailed Error Reports for Scaling and IK

Post by Christopher Dembia » Thu Jun 29, 2017 10:40 am

In the setup file, you can specify that you want to print model marker locations over time. From this, you can compute marker errors over time on your own in MATLAB, etc.

In 4.0, Andrew Lapre added the ability to print a file with marker errors.

User avatar
Adam Galloy
Posts: 14
Joined: Fri May 12, 2017 11:09 am

Re: Detailed Error Reports for Scaling and IK

Post by Adam Galloy » Thu Jun 29, 2017 11:59 am

Thanks! That should do.

Adam Galloy

User avatar
Eric Rapp
Posts: 10
Joined: Fri Aug 31, 2018 2:58 pm

Re: Detailed Error Reports for Scaling and IK

Post by Eric Rapp » Fri Jan 25, 2019 10:14 am

Hi,

Knowing the marker RMS for each marker in scaling would be very helpful. What tag ( <???> ) would I use in the scaling setup file and where would it be placed?

User avatar
Karen Fitzgerald
Posts: 24
Joined: Mon Sep 08, 2014 6:03 am

Re: Detailed Error Reports for Scaling and IK

Post by Karen Fitzgerald » Sat Feb 02, 2019 4:54 am

Hi,

Any joy figuring this out?

I tried <report_marker_locations>true</report_marker_locations> in my scaling_setup.xml file, in different locations but can't seem to get it to work (OpenSim 3.3)

Thanks!

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: Detailed Error Reports for Scaling and IK

Post by jimmy d » Fri Feb 08, 2019 12:00 pm

try

Code: Select all

 <report_errors> 1 </report_errors > 

User avatar
Karen Fitzgerald
Posts: 24
Joined: Mon Sep 08, 2014 6:03 am

Re: Detailed Error Reports for Scaling and IK

Post by Karen Fitzgerald » Fri Apr 05, 2019 1:01 pm

Unfortunately that doesn't work either....

Thanks for the reply.

POST REPLY