Is your feature request related to a problem? Please describe.
A feedback request from MONAI dataset talk: Currently, the ImageDataset can load image, seg and label but only has transform args for image and seg:
https://github.com/Project-MONAI/MONAI/blob/dev/monai/data/image_dataset.py#L79
Would be nice to also add label_transform arg to convert loaded labels.
Is your feature request related to a problem? Please describe.
A feedback request from MONAI dataset talk: Currently, the
ImageDatasetcan loadimage,segandlabelbut only has transform args forimageandseg:https://github.com/Project-MONAI/MONAI/blob/dev/monai/data/image_dataset.py#L79
Would be nice to also add
label_transformarg to convert loaded labels.