* consolidate RLE primitives * remove wrapper fns, inline converters in CompactMask * correct _delta_encode doctest example input * add coverage for multi-byte base48, negative deltas, oversized RLE * docs: fix RLE decoder example * coerce mask_2d to bool before view(uint8) in _mask_to_rle_counts --------- Co-authored-by: Claude Code <noreply@anthropic.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Codex <codex@openai.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_boxes.py | ||
| test_converters.py | ||
| test_internal.py | ||
| test_iou_and_nms.py | ||
| test_masks.py | ||
| test_polygons.py | ||
| test_vlms.py | ||