RandomZoom on non-zero areas #4787
Unanswered
maxencewynen
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Hi @maxencewynen, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @KumoLiu, |
Beta Was this translation helpful? Give feedback.
3 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!
I am developing an object detection network in the MONAI framework and liking it a lot so far.
I would like to use a random zoom augmentation (Random Crop + Keep original size by interpolating the result) but make sure the cropped ROI includes at least one of the objects the network is supposed to detect.
Is there an easy way to do this? I could not find any argument in the Zoom transforms, and the Crop transforms do not seem to integrate the keeping the original size and interpolation options either.
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions