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

icevision_Dataset

Dataset


Description

Container for a list of records and transforms.

Usage

icevision_Dataset(records, tfm = NULL)

Arguments

records

A list of records.

tfm

Transforms to be applied to each item.

Details

Steps each time an item is requested (normally via directly indexing the 'Dataset'): Grab a record from the internal list of records. Prepare the record (open the image, open the mask, add metadata). Apply transforms to the record.

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.