Error List
Error messages
Error
Description
FACE_TOO_CLOSE
A distance between face and camera is too small for preprocessing issues
FACE_CLOSE_TO_BORDER
Face is too close to one or more borders. May reduce the accuracy of spoofing detection because edges of face may not be seen
FACE_CROPPED
Face is cropped. May reduce the accuracy of spoofing detection because edges of face may not be seen
FACE_IS_OCCLUDED
There is occlusion on the face or it is difficult to see face, which degrades the quality of liveness
FACE_NOT_FOUND
Face detector can't find face on image
TOO_MANY_FACES
Face detector found more than one face on image
FACE_TOO_SMALL
Facial area is not big enough for analysis. Either interpupillary distance(80px) or face size(224 px) is below the configured value.
FACE_ANGLE_TOO_LARGE
Facial out-of-plane rotation angle is extremely large
FAILED_TO_PREDICT_LANDMARKS
Landmarks prediction error
UNKNOWN
Unhandled exception in the code
Last updated