Randomly Drop Channels in the input Image.

icevision_ChannelDropout(
  channel_drop_range = list(1, 1),
  fill_value = 0,
  always_apply = FALSE,
  p = 0.5
)

Arguments

channel_drop_range

channel_drop_range

fill_value

fill_value

always_apply

always_apply

p

p

Targets

image

Image types

uint8, uint16, unit32, float32