Creates a `Dataset` from a list of images.

icevision_Dataset_from_images(images, tfm = NULL, ...)

Arguments

images

`Sequence` of images in memory (numpy arrays).

tfm

Transforms to be applied to each item.

...

additional arguments

Value

None