Replies: 1 comment 2 replies
-
Hi, @qwang0225, thanks for your interest here. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have preprocessed the dataset to contain a dictionary of "image", "label" where the size is standardized to be 1 * 51251264, I tried to use
RandCropByPosNegLabeld
to createROI
of 12812864, but keep getting an error. Does someone know what's causing the error? Thanks.`
ValueError: The size of the proposed random crop ROI is larger than the image size, got ROI size (128, 128, 64) and label image size (512, 512, 2) respectively.
Beta Was this translation helpful? Give feedback.
All reactions