Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intensity normalization #464

Closed
wftubby opened this issue Jan 14, 2021 · 6 comments
Closed

Intensity normalization #464

wftubby opened this issue Jan 14, 2021 · 6 comments

Comments

@wftubby
Copy link

wftubby commented Jan 14, 2021

According to your latest paper: I have some question?

  1. We compute following properties for each patient/case and use properties per patient to normalize data. We use ground truth mask to compute foreground pixels for all classes to compute mean, std, percentile_99_5 and percentile_00_5.Would you tell me these 'data(mean, std, percentile_99_5 and percentile_00_5)' was computed before 'crop' or after 'crop'?
  2. if the type of data is PET image? How to normalize data?
@FabianIsensee
Copy link
Member

After crop, but this should make no difference.

PET image will be handled like any other non-CT image: each sample is normalized with its own mean and std

@wftubby
Copy link
Author

wftubby commented Jan 14, 2021

thanks for your reply,
and the mean and std were computed based on the intensities of the whole images or belonging to any of the foreground classes?
about patch size , one patch size in one patient case or multi-patch size in one patient case?

@FabianIsensee
Copy link
Member

The details are in the paper ;-)

only CT uses foreground classes. Other modalities use the whole image

@wftubby
Copy link
Author

wftubby commented Jan 14, 2021

thank you

@wftubby
Copy link
Author

wftubby commented Jan 17, 2021

PET image will be handled like any other non-CT image: each sample is normalized with its own mean and std which computed from their foreground or the whole images?

@FabianIsensee
Copy link
Member

how would it use the mask on test cases? That is impossible... there is no mask for those

So it's just using the entire image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants