Description Usage Arguments Details See Also
View source: R/customvision_imgs.R
View images uploaded to a Custom Vision project
1 2 | browse_images(project, img_ids, which = c("resized", "original",
"thumbnail"), max_images = 20, iteration = NULL)
|
project |
A Custom Vision project. |
img_ids |
The IDs of the images to view. You can use |
which |
Which image to view: the resized version used for training (the default), the original uploaded image, or the thumbnail. |
max_images |
The maximum number of images to display. |
iteration |
The iteration ID (roughly, which model generation to use). Defaults to the latest iteration. |
Images in a Custom Vision project are stored in Azure Storage. This function gets the URLs for the uploaded images and displays them in your browser.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.