Replies: 4 comments
-
Rephrasing the question: What do these prediction values that are not between 0 and 1 mean? Why are object values low (negative) and background high (positive)? How to get values between 0 and 1 directly, without me having to normalize? |
Beta Was this translation helpful? Give feedback.
-
Hi @pauljhin, thanks for your interest here. Hope it can help you, thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi @pauljhin, thanks for your interest here. Hope it can help you, thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi @KumoLiu Thank you very much! Could you help me with another question. My code already loads the data into a numpy array and the spacing into a list. How can I inform the current spacing from my matrix for the Spacingd transformation make correct re-spacing? UPDATE: How can I use Spacingd with just the pixel array and spacing information? Best regards |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm following spleen's tutorial for my problem.
I would like to get the probability of each pixel after prediction (between 0 and 1).
I removed AsDiscreted but for each exam I get different values like for example between -10 and 12, -13 and 14 etc.
Another thing I noticed is that my segmented object takes on low (negative - black) values and background (positive - white).
See the transforms part of the prediction:
Beta Was this translation helpful? Give feedback.
All reactions