AI-102 · Question #48
Drag and Drop Question You are developing a call to the Face API. The call must find similar faces from an existing list named employeefaces. The employeefaces list contains 60,000 images. How…
The correct answers are 'largeFaceListId' and 'matchFace'. A largeFaceListId is required because the employeefaces list contains 60,000 images - the LargeFaceList supports up to 1,000,000 faces, whereas a regular FaceList only supports up to 1,000 faces. The 'matchFace' mode is…
Question
Exhibit
Options
- Box 1largeFaceListId
- Box 2matchFace
Explanation
The correct answers are 'largeFaceListId' and 'matchFace'. A largeFaceListId is required because the employeefaces list contains 60,000 images - the LargeFaceList supports up to 1,000,000 faces, whereas a regular FaceList only supports up to 1,000 faces. The 'matchFace' mode is used when finding similar faces from a pre-existing list, as opposed to 'matchPerson' which applies stricter same-person thresholds.
Topics
Community Discussion
No community discussion yet for this question.
