* docs: add API design principles to contribution guidelines * feat: store keypoints on detections * test: add "keypoints" to internal test cases * docs: document keypoints field semantics and add docstring + dtype guard * refactor: deduplicate keypoints shape check and add K-mismatch guard * docs: clarify Detections.keypoints vs sv.KeyPoints decision rule and add KeyPoints filter example * feat(key_points): add KeyPoints.from_detections() cross-container adapter * test: extend keypoints test coverage — dtype guard, __eq__, dynamic field sets * test: expand keypoints test coverage (M7/M8) * fix: correct validate_xy expected_shape and dimensionality message * fix: add ndim guard in KeyPoints.from_detections * test: add unit tests for KeyPoints.from_detections adapter * refactor: fix class_id cast and import formatting in key_points --------- Co-authored-by: Codex <codex@openai.com> Co-authored-by: Claude Code <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| annotators | ||
| assets | ||
| classification | ||
| dataset | ||
| detection | ||
| draw | ||
| geometry | ||
| key_points | ||
| metrics | ||
| tracker | ||
| utils | ||
| __init__.py | ||
| conftest.py | ||
| helpers.py | ||