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 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.

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

list_images


[Package AzureVision version 1.0.2 Index]