show_samples {fastai} | R Documentation |
Show_samples
Description
Show_samples
Usage
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
)
Arguments
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 |
Value
None
[Package fastai version 2.2.2 Index]