Replies: 2 comments 1 reply
-
Hi @agaldran, MONAI/monai/transforms/intensity/array.py Line 894 in 6c9e49e MONAI/monai/transforms/intensity/array.py Line 907 in 6c9e49e MONAI/monai/transforms/intensity/array.py Line 885 in 6c9e49e Hope it helps, thanks. |
Beta Was this translation helpful? Give feedback.
-
Hey thanks for the quick answer. So it seems that with Does the normalization expect a list with as many items as channels? Would it work if I use a list of len 1 for both the mean and the std? Thanks! tr_transforms = transformsCompose([ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
So, I dont think I understand correctly this transform. If I use in my code:
then it works nicely, but when I try to pass it a mean and a std with which I would like my data to by normalized (I am assuming im = (im-mean)/std, then it crashes:
so, what should i pass to this transform instead?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions