LFW
-
Format specification available here
-
Supported annotations: tags, points.
-
Supported attributes:
negative_pairs
(should be defined for labels astext
): list of image names with mismatched persons.positive_pairs
(should be defined for labels astext
): list of image names with matched persons.
Import LFW annotation
The uploaded annotations file should be a zip file with the following structure:
Full information about the content of annotation files is available here
Export LFW annotation
Downloaded file: a zip archive of the following structure:
Example: create task with images and upload LFW annotations into it
This is one of the possible ways to create a task and add LFW annotations for it.
- On the task creation page:
- Add labels that correspond to the names of the persons.
- For each label define
text
attributes with namespositive_pairs
andnegative_pairs
- Add images using zip archive from local repository:
- On the annotation page: Upload annotation -> LFW 1.0 -> choose archive with structure that described in the import section.