Using Android, what are the open-source option for face recognition.
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.
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.
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.
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.
Here are some links that I found on face recognition libraries.
Image Identification links:
You can try Microsoft's Face API. It can detect and identify people. learn more about face API here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With