Thanks for your suggestion!
I understand your point about scaling and normalization, but we are managing microscopy images (very different from standard images). Then, pixel ranges can vary widely across different imaging conditions and depth (between 2 planes over all those available by image, you can have not always the same ranges).
In raw TIF files, the pixel values can be quite high (e.g., [0 - 5000]), and normally the algorithms would output data in the value range [0 - 255].
The outputs doesn’t always need to be in the [0-255] scale (=8-bit).
From the beginning of the challenge, all images are in 16-bit ([0-65,535]).
Scaling both output and ground-truth to [0-1]
I know it's quite late to propose another evaluation metric but I'd recommend scaling both output and ground-truth data to the [0-1] range after the percentile_normalization for better evaluation. What do you think?
I think it’s important to maintain the percentile normalization approach as it is. We will not make any change 10 hours from the end of the Evaluation Phase.
Best