-
Hi, I want to check that I'm understanding it correctly that for operations after that one, I will now have several cropped samples which are treated independently for following downstream transformations? Eg:
Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @jnc13 , Thanks for your experiments with MONAI. Thanks. |
Beta Was this translation helpful? Give feedback.
Hi @jnc13 ,
Thanks for your experiments with MONAI.
Yes, you are right, samples are treated independently for following downstream transformations:
https://github.com/Project-MONAI/MONAI/blob/master/monai/transforms/utils.py#L372
Thanks.