Affine matrix error #5175
Leeyeonju1
started this conversation in
General
Replies: 1 comment
-
Hi @Leeyeonju1, from your description, it seems you need to load several 2d images but you just load them from one key 'image'? Maybe you need to load and concat them like this:
Hope it can help you! If you still face problems, feel free to ask me! |
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've got an error like above image. This is 3D data segmentation task and I'm trying to load several 2d images and concat them together as 1 multi-channels image, so it is expected to be 3D image. Could someone recommend the solutions?
Below is my code.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions