Rand3DElasticDict #1483
Unanswered
lyuxiaobai
asked this question in
Q&A
Replies: 3 comments
-
train_transforms = Compose([ AddChanneld(keys={'image','label'}),
]) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @lyuxiaobai , Thanks for your interest in MONAI. 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
-
For segmentation tasks, are there any suggestions for the values of sigma and magnitude_range of Rand3DElasticDict? If I pass the image and real annotations into this method at the same time, how should the mode be written? I want to use bilinear for images and nearest for real labeling, but I don’t know how to achieve this
Beta Was this translation helpful? Give feedback.
All reactions