Image statuses

Image status

StatusDefinition
Not started The Annotator hasn't started working on the image.
In progress An Annotator is working on the image.
Quality check A QA is reviewing the image.
Returned The image is returned to the Annotator for further review.
Completed The Project Admin or Annotator approved the image.
Skipped The image is complete, but it doesn't contain annotations.

Set image status

To set the annotation status of a list of images:

sa.set_images_annotation_statuses(
    project = "Project Name",
    image_names = ["image1.png", "image2.png"],
    annotation_status = "Returned")