-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
Andrew Jensen edited this page Aug 17, 2022
·
3 revisions
- Load the calibration file (
.txt). These are in the form of the original JointTrack calibration files. - Load fluoroscopic images (
.tif). Select every image for which you are trying to perform kinematic analysis. - Load 3D implant models (
.stl). These should correspond to each of the models in the image you are analyzing.
- Along the top bar, select "SEGMENT"->"SEGMENT FEMORAL IMPLANT" (name will change in the future). This opens up a dialogue box that asks for a path to a trained neural network (
.pt). These files are loaded in during installation and are located inJointTrackMachineLearning/bin/networks. - The program will appear frozen until the network has run each of the images through the forward pass. It shouldn't be frozen, just give it some time to run through all the images.
- To open the optimizer settings, click "SETTINGS"->"OPTIMIZER SETTINGS". This gives you the choice to select the cost function that will be used and the parameter values for evaluating that cost. See Best Practices for specific implementation details.
- To run the optimizer, use any of the buttons along the left hand side of the screen (Optimize, Optimizer All, Optimize Each, Optimize From). See Optimizer Details for how each of these buttons operates.