Class DrawFaceKeyPointsStep

  • All Implemented Interfaces:
    ai.konduit.serving.pipeline.api.step.PipelineStep, ai.konduit.serving.pipeline.api.TextConfig, java.io.Serializable

    public class DrawFaceKeyPointsStep
    extends java.lang.Object
    implements ai.konduit.serving.pipeline.api.step.PipelineStep
    A step for drawing face keypoints. Assumes the key point array is an NDArray with shape [numExamples][2*numPoints], where each entry alternates x and y coordinates, in 0 to 1 scale. Other formats may be added in the future.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface ai.konduit.serving.pipeline.api.step.PipelineStep

        name
      • Methods inherited from interface ai.konduit.serving.pipeline.api.TextConfig

        toJson, toYaml
    • Field Detail

      • DEFAULT_BOX_COLOR

        public static final java.lang.String DEFAULT_BOX_COLOR
        See Also:
        Constant Field Values
      • DEFAULT_POINT_COLOR

        public static final java.lang.String DEFAULT_POINT_COLOR
        See Also:
        Constant Field Values
      • DEFAULT_OUTPUT_NAME

        public static final java.lang.String DEFAULT_OUTPUT_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • DrawFaceKeyPointsStep

        public DrawFaceKeyPointsStep()