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

icevision_RandomSizedBBoxSafeCrop

RandomSizedBBoxSafeCrop


Description

Crop a random part of the input and rescale it to some size without loss of bboxes.

Crop a random part of the input and rescale it to some size without loss of bboxes.

Usage

icevision_RandomSizedBBoxSafeCrop(
  height,
  width,
  erosion_rate = 0,
  interpolation = 1,
  always_apply = FALSE,
  p = 1
)

icevision_RandomSizedBBoxSafeCrop(
  height,
  width,
  erosion_rate = 0,
  interpolation = 1,
  always_apply = FALSE,
  p = 1
)

Arguments

height

height

width

width

erosion_rate

erosion_rate

interpolation

interpolation

always_apply

always_apply

p

p

Value

None

None

Targets

image, mask, bboxes

image, mask, bboxes

Image types

uint8, float32

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.