FaceAnalyze

When to use the FaceAnalyze Activity

Use this activity when you want to get face attributes by passing its face_token which you can get from the Face Detection Activity. Face Analyze allows you to process up to five face_token at a time.

Figure 1

1

Drag a FaceAnalyze activity from the FacePlusPlus package and drop it into the FPP Scope. Specify face tokens as list of string. The number of face_token must not be larger than 5. Fill appropriate details in all fields in the property window. Refer Figure 4. Output field supports only string variable type, while Result field supports only Boolean variable type. Create variables accordingly. Execute to get face attributes.

Figure 2

2

Return Values

Figure 3

2

Technical Reference

Figure 4

3

Note: Image requirements are similar to the ones given in Face Detection.

About face_token

Face Detection can detect all the faces within the image. Each detected face gets its face_token, which can be used in follow-up analysis and operations.

If you want to use the detected face for follow-up operations, we recommend you add its corresponding face_token into FaceSet. A face_token expires within 72 hours if it is not added into any FaceSet. 

Every time you operate face detection upon one image, the face within the image will get a different face_token.

1.0.0