I was playing with torch-em and I had some issues regarding the shape of the images.
I noticed that the number of dimensions is fixed to 3 when using the ImageStackDataset.
Is this intentional? When I changed to the length of the shape my script worked.
Thanks in advance,
I was playing with torch-em and I had some issues regarding the shape of the images.
I noticed that the number of dimensions is fixed to 3 when using the ImageStackDataset.
elf/elf/io/image_stack_wrapper.py
Line 99 in 301482b
Is this intentional? When I changed to the length of the shape my script worked.
Thanks in advance,