View images uploaded to a Custom Vision project
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 list_images
to get the image IDs for this project.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.
list_images