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


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.

Annotating it in A.Lab.

The label of the above image are as follows:
Applying the generated labels we get following results.

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):

The above conversion will give us YOLO format string.
Last updated