supervision-js
    Preparing search index...

    Interface RegionRendererKeypointAnchorRegion

    Resolves one point-sized region from semantic keypoints.

    A numeric anchor addresses one keypoint index. "head" resolves the visible COCO face keypoints (indices 0 through 4) and falls back to the top of the detection bounds when those points are unavailable.

    interface RegionRendererKeypointAnchorRegion {
        kind: "keypoint-anchor";
        anchor: number | "head";
    }
    Index
    kind: "keypoint-anchor"
    anchor: number | "head"