Fix MONAILabel-related bugs in dtype conversion and inverse of Spacing#6315
Merged
wyli merged 5 commits intoProject-MONAI:auto-updatefrom Apr 11, 2023
Merged
Fix MONAILabel-related bugs in dtype conversion and inverse of Spacing#6315wyli merged 5 commits intoProject-MONAI:auto-updatefrom
wyli merged 5 commits intoProject-MONAI:auto-updatefrom
Conversation
I, Liam Chalcroft <[email protected]>, hereby add my Signed-off-by to this commit: 77c41a8 I, Liam Chalcroft <[email protected]>, hereby add my Signed-off-by to this commit: 7dd6146 I, Liam Chalcroft <[email protected]>, hereby add my Signed-off-by to this commit: f06d0e5 Signed-off-by: Liam Chalcroft <[email protected]>
wyli
approved these changes
Apr 11, 2023
Contributor
wyli
left a comment
There was a problem hiding this comment.
thanks, looks good to me, I'll add the unit tests before merging into dev
wyli
added a commit
that referenced
this pull request
Apr 11, 2023
Signed-off-by: Wenqi Li <[email protected]>
wyli
added a commit
that referenced
this pull request
Apr 11, 2023
Signed-off-by: monai-bot <[email protected]> (closing #6318 closing #6319 auto3dseg) (closing #6314 closing #6315 dtype conversion) (closing #6326 closing #6329 metatensor clone) (including a workaround for #6311) --------- Signed-off-by: monai-bot <[email protected]> Signed-off-by: Mingxin Zheng <[email protected]> Signed-off-by: Liam Chalcroft <[email protected]> Signed-off-by: Wenqi Li <[email protected]> Signed-off-by: KumoLiu <[email protected]> Co-authored-by: Mingxin Zheng <[email protected]> Co-authored-by: Liam Chalcroft <[email protected]> Co-authored-by: Wenqi Li <[email protected]> Co-authored-by: YunLiu <[email protected]> Co-authored-by: Wenqi Li <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes issues relating to dtype and src_affine in inverse of spatial transforms. Issue found to occur when inverse for a given function is required many times, e.g. for iterative updates in interactive segmentation. Related issue #6314