Replies: 1 comment
-
Hi @alegiuppy, it will return a list for each data, please try: hope it helps, 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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to load my validation set. Initially, I was using
CenterSpatialCropd
in my set of transformations and everything worked well. Then, I tried to substitute this transform withRandCropByPosNegLabeld
, since it fits my work better, but now, instead of having a list of dictionaries when I define the dataset, I have a list of lists.Below is the code for the definition of the transforms:
And here the error
Beta Was this translation helpful? Give feedback.
All reactions