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.
  • When you assign items to a contributor, they will see those items within the project after refreshing the page, as long as the item’s status is available to their role.
  • You can assign any item to a contributor regardless of item status or the user’s role. However, the role must have access to the current status of the item in order for the task to be visible for them. E.g. QAs can’t see items with the Not Started status, but Annotators can. Once the item status is set to Quality Check, the QA will be able to see it if it’s already been assigned.

🚧

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, use the following function: sa.assign_items()

sa.assign_items(
    project = "Project Name",
    items = ["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.