Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open source face recognition for Android [closed]

Using Android, what are the open-source option for face recognition.

like image 233
Roshan Wijesena Avatar asked Jul 26 '11 05:07

Roshan Wijesena


People also ask

Which company face recognition system has been shut down?

Facebook recently announced that it would shut down its facial recognition technology, which automatically identifies users in photos and videos, citing growing societal concerns about the use of such technology.

Is facial recognition open-source?

InsightFace is another open-source Python library that uses one of the most recent and accurate face recognition methods for face detection (RetinaFace) and face recognition (SubCenter-ArcFace). The accuracy of this solution is very high – 99.86% on the LFW dataset.

Which method is used to detect the face in Android?

To detect faces in an image, create an InputImage object from either a Bitmap , media. Image , ByteBuffer , byte array, or a file on the device. Then, pass the InputImage object to the FaceDetector 's process method. For face detection, you should use an image with dimensions of at least 480x360 pixels.

What can be used instead of facial recognition?

A Better Alternative Instead of scanning faces, Liberty's technology scans and creates active real-time 3D images. It uses artificial intelligence to learn to distinguish between harmless items, like keys, and actual threats, like guns.


2 Answers

Here are some links that I found on face recognition libraries.

  • Android's FaceDetector.Face
    • Tutorial: Implementing Face Detection in Android
  • OpenCV Facerecog

Image Identification links:

  • Moodstocks
  • Ltutech
like image 166
A. Abiri Avatar answered Sep 23 '22 06:09

A. Abiri


You can try Microsoft's Face API. It can detect and identify people. learn more about face API here.

like image 40
VivekRajendran Avatar answered Sep 23 '22 06:09

VivekRajendran