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

Input Images that are fed into the model during prediction aren't normalized? #22

Closed
jchen42703 opened this issue Jul 11, 2019 · 4 comments
Assignees
Labels
bug Something isn't working urgent This needs to be worked on...

Comments

@jchen42703
Copy link
Owner

The model sees z-score standardized images during training, but not during evaluation. I think this should be fixed.

@jchen42703 jchen42703 added the bug Something isn't working label Jul 11, 2019
@jchen42703 jchen42703 self-assigned this Jul 12, 2019
@jchen42703
Copy link
Owner Author

Wait. I think I made an incorrect assumption...The models aren't even trained with z-score standardized data?? This should be added to the preprocessing pipeline.

@jchen42703 jchen42703 added the urgent This needs to be worked on... label Jul 13, 2019
@jchen42703
Copy link
Owner Author

Let's retrain:

  • kitsnnunet2dcrop_preprocessed_sparse_cnnfold1epoch80.h5
  • kitsnnunet2dcrop_preprocessed_cnnfold1epoch15.h5 (sigmoid) while we're at it

@jchen42703
Copy link
Owner Author

jchen42703 commented Jul 13, 2019

Estimated Dataset-wide means:

  • averaging the stats per_image:
    • 201 samples
    • Average mean: -29.2021338643; average std: 82.1537525668
  • averaging the stats slice-wise and per_image combined:
    • 27673 samples
    • Average mean: -29.0928161528; average std: 82.1416007618

@jchen42703
Copy link
Owner Author

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working urgent This needs to be worked on...
Projects
None yet
Development

No branches or pull requests

1 participant