Replies: 1 comment
-
Hi @jmlipman, typically, once all non-random transforms have been applied and the data has been cropped to the patches, we perform data augmentation. And if you used 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.
-
Hi,
Does MONAI apply data augmentation per image or per patch? I would say that when dealing with small images (say, 300x300x300), it probably makes sense to apply DA for each image. However, when dealing with a few very-large images (say, 3000x3000x300), it probably makes more sense to apply DA per patch as you will read each image only a few times. In case DA is applied per image, do you think it would be easy to modify MONAI to do it patch-wise?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions