* Fix KeyPoints 2D boolean mask filtering (keypoints[keypoints.confidence > 0.5]) * Fix ruff E501 and mypy type annotation in KeyPoints 2D mask branch * Add match= to pytest.raises to fix ruff PT011 * Add shape validation for 2D boolean mask in KeyPoints.__getitem__ * Add edge-case tests for KeyPoints 2D boolean mask filtering * refactor: extract 2D bool mask handling into _get_by_2d_bool_mask private method * Document 2D mask uniform-count requirement; add canonical single-object test --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Borda <6035284+Borda@users.noreply.github.com> Co-authored-by: Claude Code <noreply@anthropic.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| annotators | ||
| assets | ||
| classification | ||
| dataset | ||
| detection | ||
| draw | ||
| geometry | ||
| key_points | ||
| metrics | ||
| tracker | ||
| utils | ||
| __init__.py | ||
| conftest.py | ||
| helpers.py | ||