Alternatives to face.com API

后端 未结 10 1314
萌比男神i
萌比男神i 2021-01-30 11:32

Sadly, the face.com API is being shut down due acquisition by Facebook.

Are there any decent alternatives out there?

I\'m looking to check for a given i

相关标签:
10条回答
  • 2021-01-30 11:56

    http://www.identitykit.it is a RESTful web service that offers face detection and face recognition functions. You can try a web demo in order to test their API at http://www.identitykit.it/index.php/demo/login

    0 讨论(0)
  • 2021-01-30 11:58

    Sad news indeed. If you have a good reason and already have an account, they may extend you until October, 2012: http://developers.face.com/extension-request/

    For everyone else, here's a list of potential alternatives I've compiled:

    1. OpenCV: http://opencv.willowgarage.com/ (C/C++ but at least its opensource, standalone and downloadable)
    2. Viewdle (Objective-C)... bought/axed by Google, instead see: Face Recognition on the iPhone
    3. Betaface API: http://www.betafaceapi.com/ (C#/.net or API)
    4. Rekognition: http://rekognition.com/ (API)
    5. Lambda Labs: http://lambdal.com/ (API; still in Private BETA)
    6. BiometryCloud: http://www.biometrycloud.com/ (API; as already mentioned Private BETA)
    7. Sky Biometry: http://www.skybiometry.com/

    The following are similar but more on the Augmented Reality (AR) library side for detecting objects or movement with a webcam only, but with some extending could likely be trained to detect faces in snapshots or uploaded images as well:

    1. FaceAPI - Track Faces from a Webcam: http://faceapi.com
    2. SURF library - Image Recognition & Feature Extraction for Adobe Flash Platform: http://code.google.com/p/in-spirit/wiki/ASSURF
    3. Content Based Image Recognition - a stab in PHP: http://web.archive.org/web/20120309034643/http://www.searchlores.org/finn_cbir_1.htm
    4. A Not-so-slow JavaScript Face Detector: http://liuliu.me/ccv/js/nss/
    5. Face Detection in JavaScript via HTML5 Canvas: https://github.com/neave/face-detection

    If anyone knows others, please feel free to add here to make this list as comprehensive as possible.

    UPDATE (2013-08-20): Found this article the other day and thought I should add it here, though not sure how many projects listed there are still active: http://blog.mashape.com/post/53379410412/list-of-40-face-detection-recognition-apis

    0 讨论(0)
  • 2021-01-30 12:00

    SkyBiometry.com has a drop-in replacement. The API is available for free usage.

    0 讨论(0)
  • 2021-01-30 12:00

    Please have a look at the videos we have at www.biometrycloud.com. I'm one of the founders and we've been working hard over the past year to provide a RESTFULL API that does facial recognition. First we focus on face recognition and verification. Now we are opening a private beta version of our API and will continue developing other features such as gender, age group, etc. if there's enough interest.

    0 讨论(0)
  • 2021-01-30 12:02

    Another option for some face.com developers, although it may not provide exactly what you're looking for, Noam (in terms of demographics), is BioID's face recognition API.

    Since BioID's technology was developed for authentication the API doesn't support all the features of face.com (age, gender, glasses, multiple face points, etc.), but can do things face.com couldn't (such as better recognition, image quality checks, fraud detection, and naturally authentication).

    You can find a more detailed explanation of the differences at https://www.bioid.com/solutions/solutions-by-application/bioid-for-facedotcom.html

    0 讨论(0)
  • 2021-01-30 12:08

    api.animetrics.com provides a pretty nice free face detection and facial recognition api. Their detectors don't provide demographics but they do include 20 or so feature points on the face, in addition to pitch, yaw, and roll. They will also generate a 3D "setpose" or mugshot image of an off-centered/rotated face.

    0 讨论(0)
提交回复
热议问题