Segmentation RLE format is an image segmentation annotation format based on Run-Length Encoding (RLE). It stores segmentation masks by recording the length of consecutive pixels with the same value, which can greatly compress the size of annotation files and is the standard storage format for instance segmentation tasks in the COCO dataset.





