DRAW_FACE_KEY_POINT
Configs | Descriptions |
imageToNDArrayConfig | Class to transform image to array. Refer to available configuration from IMAGE_TO_NDARRAY. |
resizeH | Height value to resize |
resizeW | Width value to resize |
drawFaceBox | To draw bounding box around face. If set to |
faceBoxColor | Specifies the color of bounding box around face. The color can be a hex or HTML string like |
pointColor | Specifies the color of face key points. The color can be a hex or HTML string like |
pointSize | Size of face key points. Default value is 1. |
scale | Scaling enum, which can be |
landmarkArray | Field name, which contain array of key points from previous step. |
image | An optional field, specifying the name of the image to be drawn on. |
outputName | Name of the key of face key points from this step. Default is set to |
Last updated