supervision-js
    Preparing search index...

    Interface KeypointStyle

    interface KeypointStyle {
        resolve(
            detection: Detection,
            context: AnnotationStyleContext,
        ): KeypointDrawInstruction | undefined;
    }

    Implemented by

    Index