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
Detailed Error Reports for Scaling and IK
- Adam Galloy
- Posts: 14
- Joined: Fri May 12, 2017 11:09 am
- Christopher Dembia
- Posts: 506
- Joined: Fri Oct 12, 2012 4:09 pm
Re: Detailed Error Reports for Scaling and IK
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.
In 4.0, Andrew Lapre added the ability to print a file with marker errors.
- Adam Galloy
- Posts: 14
- Joined: Fri May 12, 2017 11:09 am
Re: Detailed Error Reports for Scaling and IK
Thanks! That should do.
Adam Galloy
Adam Galloy
Re: Detailed Error Reports for Scaling and IK
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?
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?
- Karen Fitzgerald
- Posts: 24
- Joined: Mon Sep 08, 2014 6:03 am
Re: Detailed Error Reports for Scaling and IK
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!
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
try
Code: Select all
<report_errors> 1 </report_errors >
- Karen Fitzgerald
- Posts: 24
- Joined: Mon Sep 08, 2014 6:03 am
Re: Detailed Error Reports for Scaling and IK
Unfortunately that doesn't work either....
Thanks for the reply.
Thanks for the reply.