icevision_Resize: Resize

View source: R/icevision_albumentations.R

icevision_ResizeR Documentation

Resize

Description

Resize the input to the given height and width.

Usage

icevision_Resize(height, width, interpolation = 1, always_apply = FALSE, p = 1)

Arguments

height

height

width

width

interpolation

interpolation

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.