Mugshot

This attribute allows you to add an image to the answer choices for selection in the attribute window

In the input fields "Title (en)", "Title (ru)", and "Title (ua)", fill in the titles according to the respective languages.

Only fill in Title (ru) and Title (ua) if you want to get a human readable localized class name.

To read more about attribute interpolation and available options go to the Attribute interpolation section.

For ID export, enter the name you would like to use while exporting.

You need to configure URL to add images as options to choose in the attribute. The process is similar to setting Image URL settings for External storages.

The image URL consists of three parts. The first part is https://[instance_name].keylabs.ai:8200

It is unique for every project and links the platform and the storage. It contains the storage name (s3 or gcp), and direction for image annotation for a particular project:

and the the part that leads to the folder where the images are stored:

Next part of the link is variable {id} .

Platform will replace this variable with the file name (ID for export)

There are also four checkboxes:

  1. Show in editor - if ticked, the attribute will be displayed in the editor.

  2. Show title in editor - if ticked, the title will be displayed in the editor.

  3. Read only - if selected, the attribute cannot be used to select answer options.

  4. Private - if selected, this will make the attribute private without exporting it in json.

Dependencies are requirements for a particular value to appear based on certain conditions. For instance, selecting a specific value for attribute_1 may result in the appearance of another selection for attribute_2, which will depend solely on the condition that this specific value of attribute_1 was chosen.

The appearance of this value is based on either all or any of the conditions being met.

In the "Selection variants" section, attribute variants are filled in.

Last updated