Skip to content

multi sample cropping transforms to inherit MultiSampleTrait #6002

@wyli

Description

@wyli

Is your feature request related to a problem? Please describe.
transforms should specify whether multiple samples will be returned with

class MultiSampleTrait:
"""
An interface to indicate that the transform has the capability to return multiple samples
given an input, such as when performing random crops of a sample. This interface can be
extended from by people adapting transforms to the MONAI framework as well as by implementors
of MONAI transforms.

this is useful for #5711

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions