View source: R/icevision_albumentations.R
icevision_Normalize | R Documentation |
Divide pixel values by 255 = 2**8 - 1, subtract mean per channel and divide by std per channel.
icevision_Normalize(
mean = list(0.485, 0.456, 0.406),
std = list(0.229, 0.224, 0.225),
max_pixel_value = 255,
always_apply = FALSE,
p = 1
)
mean |
mean |
std |
std |
max_pixel_value |
max_pixel_value |
always_apply |
always_apply |
p |
p |
None
image
uint8, float32
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.