browse_images function

View images uploaded to a Custom Vision project

View images uploaded to a Custom Vision project

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

  • Maintainer: Hong Ooi
  • License: MIT + file LICENSE
  • Last published: 2020-10-17