Replies: 1 comment
-
Hi @yeeseng , Thanks for your interest here. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm confused on how to perform identical augmentation on the image/mask pair.
For example, I have an augmentation routine that I can apply to a 3D volume. However, I'm unsure how I can apply the same augmentation to the accompanying mask for training a segmentation model.
I saw a few examples in the tutorial that added "keys" as one of the argument into each transform like keys=['image', 'mask']. That didn't seem to work with the above transformations. And after that, I'm not sure how to apply the transformations?
Any help is appreciated.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions