* feat(keypoints): add RF-DETR keypoint conversion bridge * feat: add RF-DETR keypoint uncertainty visualization * refactor(keypoints): remove deprecated RF-DETR keypoint conversion logic * refactor: improve internal handling of keypoint data and detection utilities * fix(keypoints): handle non-finite confidence values and empty keypoint arrays * docs(keypoint): add VertexEllipseAnnotator to annotators docs * docs(keypoints): add Example block to KeyPoints.from_rfdetr docstring * docs(keypoints): document source_shape HW ordering in from_rfdetr * feat(keypoints): validate precision_cholesky shape in from_rfdetr * refine(keypoints): add warning log for silent precision matrix failures * fix(keypoints): fix mypy type errors in VertexEllipseAnnotator * test(keypoints): add confidence_threshold filter test for VertexEllipseAnnotator * test(keypoints): add max_axis_length cap and constructor validator tests * docs(keypoints): document max_axis_length=None risk in VertexEllipseAnnotator * docs(keypoints): add Raises section to VertexEllipseAnnotator.annotate docstring * docs(keypoints): document confidence scale convention in from_rfdetr * docs(keypoints): note from_rfdetr input convention in KeyPoints class docstring * fix(types): improve type hinting for internal and keypoints modules * fix(keypoints): handle None class_id in from_rfdetr conversion --------- Co-authored-by: Codex <codex@openai.com> Co-authored-by: Claude Code <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| annotators.md | ||
| core.md | ||