Skip to content

Change Invertd transform to be in-place operation #2221

@Nic-Ma

Description

@Nic-Ma

Is your feature request related to a problem? Please describe.
Currently, all the MONAI transforms are in place operation except the newly added Invertd transform.
Usually, if want to keep the previous value, users will add CopyItemsd transform first.
So I would suggest to remove the postfix arg of Invertd transform to make it as in-place operation and align with other transforms.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions