deepness.processing.models.preprocessing_utils.normalize_values_to_01¶
- normalize_values_to_01(tiles_batched: array) array¶
Normalize the values of the input image to the model to the range [0, 1]
- Parameters:
tiles_batched – Batch of tiles
- Returns:
Batch of tiles with values in the range [0, 1], in float32