This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Normalization of PET for head and neck tumor segmentation problem #731
David Kovacs Petersen (davidkvcs)
started this conversation in
General
Replies: 0 comments
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.
Hello.
I see that HeadAndNeckBase uses norm_method=PhotometricNormalizationMethod.CtWindow.
Which normalization do you recommend I use for a PET channel and how do I set this?
I imagine it is something like adding:
norm_method=[PhotometricNormalizationMethod.CtWindow,PhotometricNormalizationMethod.SimpleNorm ]?to my HNC_tumor_dgk_HeadAndNeckBase class? (See below.)
You can see some more details about my problem and HNC_tumor_dgk_HeadAndNeckBase class below.
I am implemting InnerEye for tumor segmentation of head and neck cancer patients on PET-CT images.
The training data, which we cannot upload to Azure or other cloud services, consists of 835 annotated PET-CT cases.
I am implementing multiple major openly and freely available methods for my problem, and comparing the performance of these. Inner-Eye is one of them.
I have read your documentation and I have defined a new class for my problem:
And correspondingly my dataset.csv looks like this:
AB#6003
All reactions