icevision_RandomCrop {fastai}R Documentation

RandomCrop

Description

Crop a random part of the input.

Usage

icevision_RandomCrop(height, width, always_apply = FALSE, p = 1)

Arguments

height

height

width

width

always_apply

always_apply

p

p

Value

None

Targets

image, mask, bboxes, keypoints

Image types

uint8, float32


[Package fastai version 2.2.2 Index]