DocumentationRecipesReferenceGraphQLChangelog
Log In

YOLO formats

🚧

  • YOLO v4 format only works with Image or Video asset type projects that contain bounding box annotations. Exporting other annotation types to YOLOv4 will fail.
  • YOLO v5 to v8 format only works with Image asset type projects that contain bounding box annotations. Exporting other annotation types to YOLOv5 to v8 will fail.
  • From the SDK, dedicated options are available for each version. Refer to Kili SDK documentation.
  • If you want to export labels created using polygons and semantic object detection, you must use the Kili SDK.

File named classes.txt (YOLOv4) or data.yaml (YOLOv5 to v8) contains IDs and names of all labeling classes used in a job.

The images folder contains all the images (or a list of links to images) from the dataset being exported.

The labels folder contains a list of text files:

  • Each text file contains the list of annotations for the specific image.
  • Each annotation is a line in the text file; it contains the annotation class ID and the coordinates of the bounding box.