-
Notifications
You must be signed in to change notification settings - Fork 3
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
implement inverse transformation into input space #11
Conversation
possible solution to #8 |
This is great - thanks for contributing! It looks like you used a code formatting tool introducing more changes than the intent of the commit. Would it be possible to separate these two changes (inverse transformation and code formatting) into two separate commits? I should then be able to review the changes and merge the PR. |
- separate transformation functionality from code formatting
- for consistent and self-explanatory naming in NOEL-MNI/deepFCD#11
- maintain consistent naming scheme with the upstream NOEL-MNI/deepMask@d4c460a
- use forward or inverse transform
- write transforms to disk - refactor requirements
- write transformed uncertainty image
Reviewed the code, made the necessary changes, and tested the pipeline to ensure it runs as intended |
automatically creates predictions transformed back to input t1 and flair space
simple solution that works with the "Affine" choice for registration.