Using different window level(intensity range) as multichannel input to UNET architecture. #7526
ArpanGyawali
started this conversation in
General
Replies: 2 comments 7 replies
-
Hi @ArpanGyawali, You can use MONAI/monai/transforms/utility/dictionary.py Line 927 in 95f69de Hope it helps, thanks. |
Beta Was this translation helpful? Give feedback.
6 replies
-
Hey, @KumoLiu
But i got this error
What is wrong. How does lambdad transform take original keys "key" and get 3 new keys out of it by applying the ScaleIntensityRanged transform? Can you help me out through it. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
My task: Skull Stripping/ Brain Extraction from head CTA.
What i have already done:
ScaleIntensityRanged(keys="image", a_min=-100, a_max=500, b_min=0.0, b_max=1.0, clip=True)
the prediction result from my model are good but still not satisfactory
My concern:
My thoughts:
In the network: use in-channel: 3
Can i have some intuition and help on this. Thanks on advance.
Beta Was this translation helpful? Give feedback.
All reactions