Replies: 1 comment
-
Hi @SnoopyXI, you can write your own reader inherit from MONAI/monai/data/image_reader.py Line 57 in 25f1901 MONAI/monai/transforms/io/array.py Line 217 in 25f1901 |
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.
-
Describe the bug
My images are 30000x10000, which are so large that can't load by Pillow, but opencv can load images. So I wanna know how to use cv2 as reader in LoadImage function. Or is there any better solution?
Error:
PIL.Image.DecompressionBombError: Image size (606563352 pixels) exceeds limit of 178956970 pixels, could be decompression bomb DOS attack.
Beta Was this translation helpful? Give feedback.
All reactions