Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

icevision_PadIfNeeded

PadIfNeeded


Description

Pad side of the image / max if side is less than desired number.

Usage

icevision_PadIfNeeded(
  min_height = 1024,
  min_width = 1024,
  pad_height_divisor = NULL,
  pad_width_divisor = NULL,
  border_mode = 4,
  value = NULL,
  mask_value = NULL,
  always_apply = FALSE,
  p = 1
)

Arguments

min_height

min_height

min_width

min_width

pad_height_divisor

pad_height_divisor

pad_width_divisor

pad_width_divisor

border_mode

border_mode

value

value

mask_value

mask_value

always_apply

always_apply

p

p

Targets

image, mask, bbox, keypoints

Image types

uint8, float32


fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.