Assign/Unassign images

Assign image

To assign an image:

  1. Select an image or multiple images.
  2. Click Assign.
  3. Choose an Annotator and/or a QA.
  4. Click Assign.

When the assignment is successful, you’ll see this message: “All set! Your changes have been saved successfully.”

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 an image or multiple images.
  2. If you have only one Annotator and/or QA assigned to the image(s), click the X button corresponding to their name(s). If there are multiple contributors assigned to the image(s), click the X button corresponding to Multiple Assignments.
  3. Click Assign.

When the unassignment is successful, you’ll see this message: “All set! Your changes have been saved successfully.”

To remove all the assignments:

  1. Select an image or multiple images.
  2. Click Remove Assignments.

When all the assignments are removed, you’ll see this message: “All set! Your changes have been saved successfully.”