-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Geometric transform implementations #7955
base: dev
Are you sure you want to change the base?
Commits on Apr 12, 2024
-
Add
kind
property inMetaTensor
(Project-MONAI#7488)Part of Project-MONAI#7486 ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. --------- Signed-off-by: YunLiu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00436d0 - Browse repository at this point
Copy the full SHA 00436d0View commit details
Commits on Jul 11, 2024
-
Adding apply_to_geometry function
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2ab07e - Browse repository at this point
Copy the full SHA b2ab07eView commit details -
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c7ec30 - Browse repository at this point
Copy the full SHA 7c7ec30View commit details -
Adding missing import for apply_to_geometry
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8077759 - Browse repository at this point
Copy the full SHA 8077759View commit details -
Adding KindKeys to __all__ in monai.utils.enums.py
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7edb44e - Browse repository at this point
Copy the full SHA 7edb44eView commit details -
Adding tests for apply_to_geometry
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61cb5c3 - Browse repository at this point
Copy the full SHA 61cb5c3View commit details -
Adding apply_to_geometry to __all__ in lazy/functional.py
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e83ec8 - Browse repository at this point
Copy the full SHA 1e83ec8View commit details -
Adding flip functionality for geometric_tensors
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e503d6a - Browse repository at this point
Copy the full SHA e503d6aView commit details -
Adding KindKeys to utils/__init__
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f345fc9 - Browse repository at this point
Copy the full SHA f345fc9View commit details -
Adding | None to meta_info for apply_to_geometry
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for edc4bb7 - Browse repository at this point
Copy the full SHA edc4bb7View commit details -
Adding resize functionality for geometric tensors
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8baae9 - Browse repository at this point
Copy the full SHA b8baae9View commit details -
Adding rotate functionality for geometric tensors
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e59b4a9 - Browse repository at this point
Copy the full SHA e59b4a9View commit details -
Fixing line endings for monai/transforms/io/functional.py
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0b768e - Browse repository at this point
Copy the full SHA a0b768eView commit details
Commits on Jul 19, 2024
-
Fixed rotate to that output_shape is returned. Made resize consistent…
… with rotate Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e6ae70 - Browse repository at this point
Copy the full SHA 4e6ae70View commit details -
Work towards geometry tests for rotate
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f763c8f - Browse repository at this point
Copy the full SHA f763c8fView commit details -
Fixed KindKey types for flip functionality
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc8e0b8 - Browse repository at this point
Copy the full SHA fc8e0b8View commit details
Commits on Jul 26, 2024
-
Fix to handle 2d data being multiplied by a 3d transform from the met…
…atensor api Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0857ac7 - Browse repository at this point
Copy the full SHA 0857ac7View commit details -
Bug fixes to make all related unit tests pass
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa83926 - Browse repository at this point
Copy the full SHA aa83926View commit details -
Removed ndims (not ndim) from MetaTensor
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55edf77 - Browse repository at this point
Copy the full SHA 55edf77View commit details -
Adding tests for rotate / flip
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7928f32 - Browse repository at this point
Copy the full SHA 7928f32View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 1a216e9 - Browse repository at this point
Copy the full SHA 1a216e9View commit details
Commits on Aug 2, 2024
-
load_geometry functionality and tests
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7004598 - Browse repository at this point
Copy the full SHA 7004598View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51d8d28 - Browse repository at this point
Copy the full SHA 51d8d28View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 62f506b - Browse repository at this point
Copy the full SHA 62f506bView commit details -
Adding spatial_dims_from_tensorlike function to handle point tensors
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4740533 - Browse repository at this point
Copy the full SHA 4740533View commit details -
Zoom modified to use spatial_dims_from_tensorlike
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ff1d73 - Browse repository at this point
Copy the full SHA 2ff1d73View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2d351f - Browse repository at this point
Copy the full SHA c2d351fView commit details -
Added and tested point zoom functionality
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 645e0c6 - Browse repository at this point
Copy the full SHA 645e0c6View commit details -
Adding traced_no_op function for use in transforms that no-op geometr…
…y data (like Spacing) Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2e2426 - Browse repository at this point
Copy the full SHA f2e2426View commit details -
Adding geometry support to Spacing transform
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4898b88 - Browse repository at this point
Copy the full SHA 4898b88View commit details -
Adding save_geometry function plus test
Signed-off-by: Ben Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2cda79a - Browse repository at this point
Copy the full SHA 2cda79aView commit details