View source: R/icevision_utils.R
show_preds | R Documentation |
Show_preds
show_preds( predictions, 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 )
predictions |
provide list of raw predictions |
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.