Convert to YOLO

YOLO format is a popular, text-based format for different computer vision tasks, such as object detection, segmentation, and pose estimation.

For more information on how to import YOLO format data into Supervisely, see the Import from YOLO guide.

Converting data using Supervisely Ecosystem Apps

Converting data using Supervisely Python SDK

Easily convert your data in one line of code using the Supervisely Python SDK.

This converter allows you to convert a project or dataset to YOLO format for detection, segmentation, and pose estimation tasks.

Project and dataset conversion works similarly and will convert all data in the same structure to YOLO format.

It supports the following geometry types:

  • detection: sly.Rectangle, sly.Bitmap, sly.Polygon, sly.GraphNodes, sly.Polyline, sly.AlphaMask

  • segmentation: sly.Polygon, sly.Bitmap, sly.AlphaMask

  • pose estimation: sly.GraphNodes

  • Convert a project to YOLO format:

  • Convert a specific dataset to YOLO format:

Last updated