encord_rle_to_coco_rle
coco_rle_to_encord_rle
ranges_to_rle_counts
ranges- Sorted list of (start, end) tuples representing inclusive ranges. Ranges must be non-overlapping and sorted by start.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Meet Merlin - the agentic intelligence layer for Encord, available wherever you work. Learn more →.
def encord_rle_to_coco_rle(encord_rle_string: str, *, height: int,
width: int) -> str
def coco_rle_to_encord_rle(coco_rle_string: str, *, height: int,
width: int) -> str
def ranges_to_rle_counts(ranges: Sequence[Tuple[int, int]]) -> List[int]
ranges - Sorted list of (start, end) tuples representing inclusive ranges.
Ranges must be non-overlapping and sorted by start.Was this page helpful?
