-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hierarchical approach to 3d registration (Regression hunting) #121
Conversation
Also migrates away from SlicerElastix and uses ITKElastix directly
Testing each of the commits going back from 4c5b380 to 512452e (inclusive) using the data and steps outlined in #119, I'm getting the same bad results as I do on my installed version of Slicer 5.6.2 and AutoscoperM version 7d1de4d (2024-09-11), which look like this: When I tried to test 77e189c and 77254f3, I had issues with the I can't seem to search and install new extensions in my Slicer exe that I built from source, and it doesn't seem to know about the extensions I have installed using my installed version of Slicer. I tried clicking the "Install from file..." button in the extensions manager and install this zip, but got the error:
So I also tried copying the installed files of the SlicerElastix extension from where my installed version of Slicer stores them, and I put them into my SlicerAutoscoperM build tree next to
So that didn't really work, I still need a way to install |
With @jcfr's help, I got SlicerElastix building from source to work with the testing of 77e189c. I must be misusing the feature or providing some unexpected data, because on this commit, I'm getting results that look like: As in the released version and in the other commits I tested, the radius doesn't seem to be tracked despite being the root node of the selected hierarchy. |
Closing, this is superseded by the following:
For context, this pull request was originally created to provide a reference to prior version (before rebase and final integration) to tentatively identify a working version and help identify where the registration was "broken". |
Caution
This pull request was created to provide a reference to a prior version (before rebase and final integration) to tentatively identify a working version and help identify where the registration was "broken".
It should NOT be integrated.
Related pull requests & issues: