Images
Download image
To download an image:
sa.download_image(
project = "Project Name",
image_name = "image_name.png",
local_dir_path = '.')
Download image with annotations
To download an image with its annotations:
sa.download_image(
project = "Project Name",
image_name = "image_name.png",
local_dir_path = '.',
include_annotations = True,
include_overlay = True)
Updated 12 months ago