image-annotation-labels

This field is part of the schema "Annotations of images": A schema to establish a format for annotations within images (photos and videos) of different shape and by different annotators

schemahttps://marine-imaging.com/fair/schemas/annotation-v2.0.0.json

descriptionAll the labels used in the image-annotations. Specified by an id (e.g. AphiaID), a human-readable name and an optional description.

typearray

items{'type': 'object', 'required': ['id', 'name'], 'properties': {'id': {'description': 'A unique identifier to a semantic label', 'type': 'string'}, 'name': {'description': 'A human-readable name for the semantic label', 'type': 'string'}, 'info': {'description': 'A description on what this semantic label represents', 'type': 'string'}}}