-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
Description
As a pre-processing step, i do zero mean intensity normalization over all three RGB channels, with the same mean and standard deviation for all patches:
ADP_MEAN = [0.81233799, 0.64032477, 0.81902153]
ADP_STD = [0.18129702, 0.25731668, 0.16800649]
[...]
transforms.Normalize(ADP_MEAN, ADP_STD)
I understand this is not supported in FAST-Pathology pre processing; would it be possible to add this functionality?