Formats
COCO Run-Length Encoding (RLE)

COCO Run-Length Encoding (RLE)

A version of the COCO JSON format with segmentation masks encoded with run-length encoding.
Formats

COCO Run-Length Encoding (RLE)

Below, we show how to convert data to and from

COCO Run-Length Encoding (RLE)

. We also list popular models that use the

COCO Run-Length Encoding (RLE)

data format. Our conversion tools are free to use.

CONVERT To
CONVERT From
EXAMPLE

Convert Data to COCO Run-Length Encoding (RLE)

Use Roboflow to convert
COCO Run-Length Encoding (RLE)
to the following formats.

Roboflow is a trusted solution for converting and managing your data. Today, over 250,000 datasets are managed on Roboflow, comprised of 100 million labeled and annotated images.

With Roboflow, you get a solution with:

Free data conversion

SOC II Type 2 Compliant

Trusted by 250,000+ developers

Convert Data from COCO Run-Length Encoding (RLE)

Use Roboflow to convert the following formats to
COCO Run-Length Encoding (RLE)
format.

Roboflow is a trusted solution for converting and managing your data. Today, over 250,000 datasets are managed on Roboflow, comprised of 100 million labeled and annotated images.

With Roboflow, you get:

Free data conversion

SOC II Type 1 Compliant

Trusted by 250,000+ developers

Cogniac
YOLOv8 PyTorch TXT
Unity Perception JSON
LabelBox Video JSON
IBM Cloud Annotations JSON
SuperAnnotate JSON
LabelMe JSON
Multiclass Classification CSV
Kaggle Wheat CSV
Google Cloud AutoML Vision CSV
OIDv4 TXT
RetinaNet Keras CSV
Tensorflow Object Detection CSV
Sagemaker GroundTruth Manifest
Udacity TXT
VoTT JSON
VoTT CSV
YOLO Darknet TXT
OpenImages CSV
YOLO Keras TXT
Marmot XML
Pascal VOC XML
Supervisely JSON
LabelBox JSON
Scale AI JSON
COCO JSON
CreateML JSON
YOLOv10 PyTorch TXT
PaliGemma JSONL
YOLOv11 PyTorch TXT
OpenAI GPT-4o Object Detection JSONL
Roboflow is a trusted solution for converting and managing your data. Today, over 100,000 datasets are managed on Roboflow, comprised of 100 million labeled and annotated images.

Once your data is in Roboflow, just add the link from your dataset and you're ready to go. We even include the code to export to common inference formats like TFLite, ONNX, and CoreML.

Below are pre-configured models that use the
COCO Run-Length Encoding (RLE)
data format
.

What computer vision models use COCO Run-Length Encoding (RLE)?

The

No items found.

models all use the

COCO Run-Length Encoding (RLE)

data format.

We don't currently have models that use this annotation format.
To see our entire list of computer vision models, check out the Roboflow Model Library.


{
    "info": {
        "description": "Exported from Darwin",
        "url": "n/a",
        "version": "n/a",
        "year": 2022,
        "contributor": "n/a",
        "date_created": "2022/07/03"
    },
    "licenses": [
        {
            "url": "n/a",
            "id": 0,
            "name": "placeholder license"
        }
    ],
    "images": [
        {
            "license": 0,
            "file_name": "2020-02-09--20-26-30(GMT-0700)--18s.mkv-0005.png1920x1080.png",
            "coco_url": "n/a",
            "height": 1080,
            "width": 1920,
            "date_captured": "",
            "flickr_url": "n/a",
            "darwin_url": "https://darwin.v7labs.com/api/images/437470172/original",
            "darwin_workview_url": "https://darwin.v7labs.com/workview?dataset=484903&image=86",
            "id": 290,
            "tag_ids": []
        }
    ],
    "annotations": [
        {
            "id": 8944,
            "image_id": 290,
            "category_id": 8,
            "segmentation": [
                [
                    1550.78,
                    748.65,
                    1548.38,
                    770.21,
                    1638.96,
                    779.7,
                    1640.35,
                    757.28,
                    1640.83,
                    726.62,
                    1557.96,
                    718.72
                ]
            ],
            "area": 4641.607800000347,
            "bbox": [
                1548.38,
                718.72,
                92.44999999999982,
                60.98000000000002
            ],
            "iscrowd": 0,
            "extra": {}
        },
     ]
 }