Transforms and augmentation class Arg(s): normalized_image_range : list[float] intensity range after normalizing images random_crop_to_shape : list[int] if given [h, w] output shape after random crop, if [h1, w1, h2, w2] then
(self,
normalized_image_range=[0, 255],
random_crop_to_shape=[-1, -1],
random_flip_type=['none'],
random_remove_points=[0.70, 0.70],
random_brightness=[-1],
random_contrast=[-1],
random_saturation=[-1])
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected