browse_images {AzureVision} | R Documentation |
View images uploaded to a Custom Vision project
Description
View images uploaded to a Custom Vision project
Usage
browse_images(project, img_ids, which = c("resized", "original",
"thumbnail"), max_images = 20, iteration = NULL)
Arguments
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. |
Details
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.
See Also
[Package AzureVision version 1.0.2 Index]