Assign/Unassign images

Assign image

To assign an image:

  1. Select one or multiple images.
  2. Click Assign on the floating bar.
  3. In the pop-up, select the Annotator(s) and QA(s) you want to assign.
  4. Click Assign.

📘

When it says Multiple Assignments under the Annotator and QA fields, it means that there are multiple contributors assigned to the different images(s) you selected.

🚧

You can assign images only to Annotators and QAs.

❗️

When you change the role of an Annotator or a QA, all the images assigned to them will be unassigned.

SDK function

To assign images to a project contributor:

sa.assign_images(
    project = "Project Name",
    image_names = ["image1.png", "image2.png"],
    user = "[email protected]")

📘

The assignment role, QA or Annotator, will be automatically generated based on the contributor’s role in the project.

Unassign image

To unassign an image:

  1. Select one or multiple images.
  2. Click Assign from the hover menu.
  3. In the pop-up, click the X button next to the names of Annotators and QAs you want to unassign.
  4. Click Assign.

To remove all the assignments:

  1. Select one or multiple images.
  2. Click Assign on the floating bar.
  3. Click Remove Assignments.