Skip to content

Add support to ignore some args to chain array transforms #3645

@Nic-Ma

Description

@Nic-Ma

Is your feature request related to a problem? Please describe.
Yiheng and I are preparing the transform topic for the MONAI webinar, found that @Spenhouet already added support to unpack args for array transforms: #2437. Actually, we can enhance it a little bit further to support ignore some args to chain more array transforms, for example:

Compose([
    Spacing(),
    Orientation(),
    RandRotate(),
    ToTensor(),
    ...
])

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions