icevision_RandomCrop: RandomCrop

View source: R/icevision_albumentations.R

icevision_RandomCropR 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


fastai documentation built on June 22, 2024, 11:15 a.m.