Auto3DSeg: CT modality; converting to Cormack units #7454
Unanswered
pwrightkcl
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Can someone comment on this please? Should I set the modality to MR if I rescale my CTs as described? Does Augo3DSeg already include a transform like this for CTs so it won't have any effect or, worse, will conflict? Thank you! |
Beta Was this translation helpful? Give feedback.
2 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.
-
My general question is what setting the Auto3DSeg modality to CT does.
My specific question is about converting my CT images to Cormack units as described here and implemented here. I am considering doing this to make the model more sensitive to the range of values where the lesion I want to segment usually occurs. My concern is that this may conflict with whatever transforms Auto3DSeg uses for CT modality. In short, converting Hounsfield to Cormack units sets the minimum voxel value to zero and expands the dynamic range of a middle range of values (e.g. -100 to +100 HU).
Please advise whether transforming the images before using Auto3DSeg will cause a problem. If applicable, perhaps there is a solution that involves incorporating the Hounsfield to Cormack transformation in the set of MONAI transforms.
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions