| Enumerator |
|---|
| FACE_TOO_CLOSE | A distance between face and image border 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_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
|
| FACE_ANGLE_TOO_LARGE | Facial out-of-plane rotation angle is extremely large
|
| FAILED_TO_READ_IMAGE | File decoding error
|
| FAILED_TO_WRITE_IMAGE | File encoding error
|
| FAILED_TO_READ_MODEL | Model deserializing error
|
| FAILED_TO_BUILD_INTERPRETER | tflite::Interpreter building error
|
| FAILED_TO_INVOKE_INTERPRETER | tflite::Interpreter invoking error
|
| FAILED_TO_ALLOCATE | Memory allocation error
|
| INVALID_CONFIG | Config deserializing error
|
| NO_SUCH_OBJECT_IN_BUILD | Engine or backend is not supported by the build
|
| FAILED_TO_PREPROCESS_IMAGE_WHILE_PREDICT | Liveness prediction error
|
| FAILED_TO_PREPROCESS_IMAGE_WHILE_DETECT | Face detection error
|
| FAILED_TO_PREDICT_LANDMARKS | Landmarks prediction error
|
| INVALID_FUSE_MODE | Invalid fuse mode provided
|
| NULLPTR | Nullptr provided
|
| LICENSE_ERROR | Some error occurred during license checking
|
| INVALID_META | Invalid facesdk::Meta value
|
| UNKNOWN | Unhandled exception in the code
|
| OK | No errors
|