You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed in your code you use ImageNet mean-std normalization, which is for images in the 0-1 range.
Therefore, do you use min-max normalization to put Hounsfield Unit input images (original CT values) into the 0-1 range? Did you do that per volume? I haven't found details about that in the paper.
I want to make sure I am reproducing your work correctly, since the network performance can be affected greatly by wrong normalization.
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
I have noticed in your code you use ImageNet mean-std normalization, which is for images in the 0-1 range.
Therefore, do you use min-max normalization to put Hounsfield Unit input images (original CT values) into the 0-1 range? Did you do that per volume? I haven't found details about that in the paper.
I want to make sure I am reproducing your work correctly, since the network performance can be affected greatly by wrong normalization.
Thank you
The text was updated successfully, but these errors were encountered: