Mask Detection¶
- SDK.detect_mask(self: tfsdk.SDK, tf_image: tfsdk.TFImage, face_box_and_landmarks: tfsdk.FaceBoxAndLandmarks) → Tuple[tfsdk.ERRORCODE, tfsdk.MASKLABEL]¶
Detect if there is a mask on the face in the given image.
- Parameters
tf_image – the input
tfsdk.TFImage, returned bytfsdk.SDK.preprocess_image().face_box_and_landmarks –
tfsdk.FaceBoxAndLandmarksreturned bytfsdk.SDK.detect_faces()ortfsdk.SDK.detect_largest_face().
- Returns
The
ERRORCODEand thetfsdk.MASKLABEL.
- class tfsdk.MASKLABEL¶
Members:
MASK : There is a mask on the face.
NO_MASK : There is no mask on the face.