Skip to content
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

4855 5860 update the pending transform utilities #5916

Merged
merged 19 commits into from
Feb 1, 2023

Conversation

wyli
Copy link
Contributor

@wyli wyli commented Jan 30, 2023

one of the sub-PRs from #5860

also fixes #5509, by reviewing the metetensor copying in loadimage

Description

This PR mainly to enhance the apply_transforms, resample, push_transform APIs
to get prepared for lazy resampling.

Types of changes

  • 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.

wyli added 7 commits January 30, 2023 15:54
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
wyli added 2 commits January 30, 2023 22:28
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
@wyli wyli marked this pull request as ready for review January 30, 2023 22:45
wyli added 2 commits January 31, 2023 00:09
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
@Nic-Ma Nic-Ma requested a review from KumoLiu January 31, 2023 03:18
monai/data/meta_obj.py Outdated Show resolved Hide resolved
monai/transforms/inverse.py Outdated Show resolved Hide resolved
monai/transforms/lazy/functional.py Show resolved Hide resolved
wyli added 2 commits January 31, 2023 10:27
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
@wyli
Copy link
Contributor Author

wyli commented Jan 31, 2023

/build

wyli added 3 commits January 31, 2023 12:05
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
@wyli wyli requested a review from Nic-Ma January 31, 2023 15:19
monai/utils/misc.py Outdated Show resolved Hide resolved
wyli added 2 commits February 1, 2023 06:18
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
@wyli
Copy link
Contributor Author

wyli commented Feb 1, 2023

/black
/build

@wyli
Copy link
Contributor Author

wyli commented Feb 1, 2023

/build

@wyli wyli enabled auto-merge (squash) February 1, 2023 09:48
@wyli wyli merged commit b592164 into Project-MONAI:dev Feb 1, 2023
@wyli wyli deleted the minor-fixes branch February 1, 2023 10:22
@wyli wyli mentioned this pull request Feb 1, 2023
33 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LoadImageD and MetaTensor
4 participants