DDS-LOGO

COCO-Seg Format

COCO-Seg format is an annotation sub-format defined by the COCO dataset for semantic segmentation and instance segmentation tasks. It stores segmentation mask information of images based on JSON files, and describes the contour of objects using RLE encoding or polygon coordinates, which is one of the mainstream annotation formats for segmentation tasks.