Fovea icon indicating copy to clipboard operation
Fovea copied to clipboard

Face++ Support

Open 28mm opened this issue 7 years ago • 0 comments

Face++ (https://www.faceplusplus.com) offers the following APIs:

  1. Face Detection
    1. landmarks
    2. attributes (age, gender, ethnicity, disposition)
    3. face token (for use with search and comparison APIs
  2. Face Comparison.
    1. Compare 2 image files
    2. Compare 2 base64 encoded images
    3. Compare 2 face tokens
  3. Face Search.
    1. Build a face set with face tokens
    2. From a picture of face token, find the most similar face in a face set.

28mm avatar Apr 01 '17 16:04 28mm