BrownBiomechanics / SlicerAutoscoperM

This 3D Slicer extension enables users to perform image registration.
https://autoscoperm.slicer.org
MIT License
0 stars 4 forks source link

Tracking evaluation module #33

Closed NicerNewerCar closed 1 year ago

NicerNewerCar commented 1 year ago

TODO:

NicerNewerCar commented 1 year ago

@amymmorton You are good to start testing this branch.

An updated tutorial on how to use the module can be found here.

Note: Only the Wrist and Ankle datasets have been updated. Still waiting on the knee.

amymmorton commented 1 year ago

inner failed to compile 2x.. trying from fresh clone .. will update

amymmorton commented 1 year ago

Still unable to successfully innerError build inner

NicerNewerCar commented 1 year ago

@amymmorton If you could upload the build log (from the output tab of visual studio) that would be much appreciated.

amymmorton commented 1 year ago

great, after refreshing the branch we built

Instructions don't really make sense.. how do we load tra files for each rigid body?

trackEval_modelSeqerrNum

NicerNewerCar commented 1 year ago

I was trying to make things simpler, but you should export all of the ridge bodies into one tra file.

amymmorton commented 1 year ago

got it.. trackEvalSucess

NicerNewerCar commented 1 year ago

@amymmorton Added the option to view the relative coordinates. All you need to do is select the model which you want to use as the reference. Then you can move the timeline scrubber to see the table get updated automatically.

jcfr commented 1 year ago

Topic has been re-based along with integrating the following changes:

jcfr commented 1 year ago

Considering that I am able to load the .tra file exported selecting All and compare it against the relevant "ground truth" data set, I am moving forward with the integration.

Additional improvements will be integrated in follow-up pull request.