FaceSearch
When to use the FaceSearch Activity
Use this activity to find one or more most similar faces from Faceset, against a new face.
Figure 1
Drag a FaceSearch activity from the FacePlusPlus package and drop it into the FPP Scope. Fill appropriate details in all fields in the property window. Refer Figure 4. Execute to get the details of the searched face.
Figure 2
Return Values
Figure 3
Technical Reference
Figure 4
Parameter 1
The choices in Parameter 1 are as follows:
Figure 5
Image Requirements
Format: JPG (JPEG), PNG
Size: between 48*48 and 4096*4096 (pixels)
File size: no larger than 2MB
Minimal size of face: the bounding box of a detected face is a square. The minimal side length of a square should be no less than 150 pixels.
Note: You can upload image file or use face_token for face searching. For image upload, the biggest face by the size of bounding box within the image will be used. For face_token, you shall get it by using Detect API.