View source: R/icevision_dataset.R
icevision_Dataset | R Documentation |
Container for a list of records and transforms.
icevision_Dataset(records, tfm = NULL)
records |
A list of records. |
tfm |
Transforms to be applied to each item. |
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.
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.