๐Ÿ’พOutputs

One can download the annotated image into various formats. Following are the examples of annotated image of an orange.

Annotated Image
Masked of Annotated Image

The configuration can be downloaded using built in configuration or using YOLO format.

YOLO Format

YOLO format is also supported by A.Lab. Below is an example of annotated ripe and unripe tomatoes. In this example, 0 represents ripe tomatoes and 1 represents unripe ones.

Tomatoes Image

Annotating it in A.Lab.

Annotating Tomatoes

The label of the above image are as follows:

Applying the generated labels we get following results.

Annotated Tomatoes using Label values

Normalization process of YOLO annotations

Example Conversion

To convert non-normalized bounding box coordinates (xmax, ymax, xmin, ymin) to YOLO format (xcenter, ycenter, width, height):

YOLO Annotation Normalization (Credit: Leandro de Oliveira)

The above conversion will give us YOLO format string.

Last updated