View source: R/icevision_utils.R
show_samples | R Documentation |
Show_samples
show_samples(
dls,
idx,
class_map = NULL,
denormalize_fn = denormalize_imagenet(),
display_label = TRUE,
display_bbox = TRUE,
display_mask = TRUE,
ncols = 1,
figsize = NULL,
show = FALSE,
dpi = 100
)
dls |
dataloader |
idx |
image indices |
class_map |
class_map |
denormalize_fn |
denormalize_fn |
display_label |
display_label |
display_bbox |
display_bbox |
display_mask |
display_mask |
ncols |
ncols |
figsize |
figsize |
show |
show |
dpi |
dots per inch |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.