Images
Introduction
How to debug this tutorial

Import libraries
Init API client
Get variables from environment
Create new project and dataset
Upload images from local directory to Supervisely
Upload single image.

Upload list of images.

Upload images as NumPy matrix
Single image
Upload list of images
Get information about images
Single image
Get all images from dataset.
Download images to local directory
Single image
Download list of images to local directory

Download images as RGB NumPy matrix
Single image
Download list of images as RGB NumPy matrix
Get and update image metadata
Get image metadata from server
Update image metadata
Get metadata in Image labeling toolbox

Remove images from Supervisely
Remove one image.
Remove list of images.
Custom image sorting for Image Labeling Toolbox
Upload list of images with added custom sorting parameter
Upload whole images project in Supervisely format with added custom sorting parameter
Add custom sorting parameter to meta object
1. Add parameter to meta dict and update meta on server
2. Set directly on server
3. Set directly on server in bulk
Last updated