Converting data
Converting data into different formats is essential operation in data preparation. We have specific applications designed for data conversion, simplifying these processes. Additionally, you can use the Supervisely Python SDK to convert data to other formats. Discover the tools for efficiently converting data to different formats in the following sections:
Convert to COCO
Convert data to COCO detection, keypoints, and captions formats.
Convert to YOLO
Converting data to YOLO format for detection, segmentation, and pose estimation tasks.
Convert to Pascal VOC
Convert data to Pascal VOC format.
Last updated