* feat: add resize() method and benchmark stage * perf: optimise resize() — vectorised coords, L3 direct RLE * refactor: split _rle_resize and extract _resize_crop * test: expand resize() tests for scaling and edge cases * refactor: switch resize helpers to F-order (column-major) RLE * fix: merge True/True RLE junctions in _rle_join_cols * perf: vectorize _rle_scale_col RLE re-encoding * test: add density-dispatch and parallel-path resize tests * refactor: harden resize() threading and RLE invariants * fix: accurate resize timing and exact nearest-neighbour parity * type: add explicit numpy typing to ndarray declarations --------- Co-authored-by: Claude Code <noreply@anthropic.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| tools | ||
| utils | ||
| __init__.py | ||
| test_compact_mask.py | ||
| test_compact_mask_integration.py | ||
| test_compact_mask_iou.py | ||
| test_core.py | ||
| test_csv.py | ||
| test_from_adapters.py | ||
| test_from_sam.py | ||
| test_inference_slicer_compact.py | ||
| test_json.py | ||
| test_line_counter.py | ||
| test_polygon_zone_annotator.py | ||
| test_polygonzone.py | ||
| test_vlm.py | ||