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

RandomResizedCrop

RandomResizedCrop


Description

Picks a random scaled crop of an image and resize it to 'size'

Usage

RandomResizedCrop(
  size,
  min_scale = 0.08,
  ratio = list(0.75, 1.33333333333333),
  resamples = list(2, 0),
  val_xtra = 0.14
)

Arguments

size

size

min_scale

minimum scale

ratio

ratio

resamples

resamples

val_xtra

validation xtra

Value

None


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.