-
| Hi, I have some volumes that are too big to be processed without being downscale so I would like to know what are the different ways to do it with Monai. |
Beta Was this translation helpful? Give feedback.
Answered by Nic-Ma Apr 16, 2021
Replies: 1 comment 1 reply
-
| Hi @JumpLK , I think maybe you can take a look at the PersistentDataset: Line 95 in 9f4da6a Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by JumpLK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Hi @JumpLK ,
I think maybe you can take a look at the PersistentDataset:
MONAI/monai/data/dataset.py
Line 95 in 9f4da6a
Thanks.