API
Step by Step on How to Use Face Occlusion Service
Parameters
{
"images": ["base64"],
}{
"additional_params": {
"face_detection": {
"threshold": 0.9
},
"face_occlusion": {
"threshold": 0.6
},
"face_iqa": {
"threshold": 0.435
}
},
"images": ["base64"],
}Response
1. Success (Face Accepted for Enrollment)
2. Unsuccessful (Face not Detected or Multiple Face Detected)
3. Unsuccessfull (Face Occluded)
4. Unsuccessful (Face Quality not Match)
Error
Last updated
Was this helpful?