View source: R/icevision_albumentations.R
icevision_ToFloat | R Documentation |
Divide pixel values by 'max_value' to get a float32 output array where all values lie in the range [0, 1.0].
icevision_ToFloat(max_value = NULL, always_apply = FALSE, p = 1)
max_value |
max_value |
always_apply |
always_apply |
p |
p |
If 'max_value' is NULL the transform will try to infer the maximum value by inspecting the data type of the input image. See Also: :class:'~albumentations.augmentations.transforms.FromFloat'
None
:class:'~albumentations.augmentations.transforms.FromFloat'
image
any type
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.