Page 1 of 1

Detailed Error Reports for Scaling and IK

Posted: Thu Jun 29, 2017 6:18 am
by dmglly
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

Re: Detailed Error Reports for Scaling and IK

Posted: Thu Jun 29, 2017 10:40 am
by chrisdembia
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.

Re: Detailed Error Reports for Scaling and IK

Posted: Thu Jun 29, 2017 11:59 am
by dmglly
Thanks! That should do.

Adam Galloy

Re: Detailed Error Reports for Scaling and IK

Posted: Fri Jan 25, 2019 10:14 am
by erapp96
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?

Re: Detailed Error Reports for Scaling and IK

Posted: Sat Feb 02, 2019 4:54 am
by kfitzge1
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!

Re: Detailed Error Reports for Scaling and IK

Posted: Fri Feb 08, 2019 12:00 pm
by jimmy
try

Code: Select all

 <report_errors> 1 </report_errors > 

Re: Detailed Error Reports for Scaling and IK

Posted: Fri Apr 05, 2019 1:01 pm
by kfitzge1
Unfortunately that doesn't work either....

Thanks for the reply.