All Projects → pillarpond → Face Recognizer Android

pillarpond / Face Recognizer Android

Licence: apache-2.0
Reatime Face Recognizer on Android

Projects that are alternatives of or similar to Face Recognizer Android

Ros people object detection tensorflow
An extensive ROS toolbox for object detection & tracking and face/action recognition with 2D and 3D support which makes your Robot understand the environment
Stars: ✭ 202 (-16.18%)
Mutual labels:  face-recognition
Ownphotos
Self hosted alternative to Google Photos
Stars: ✭ 2,587 (+973.44%)
Mutual labels:  face-recognition
Get Me A Date
😍 Help me get a 💘 date tonight 🌛
Stars: ✭ 228 (-5.39%)
Mutual labels:  face-recognition
Esp32 Cam Webserver
Expanded version of the Espressif ESP webcam
Stars: ✭ 200 (-17.01%)
Mutual labels:  face-recognition
Face recognition py
基于OpenCV的视频人脸识别
Stars: ✭ 215 (-10.79%)
Mutual labels:  face-recognition
Insightface Tensorflow
Tensoflow implementation of InsightFace (ArcFace: Additive Angular Margin Loss for Deep Face Recognition).
Stars: ✭ 228 (-5.39%)
Mutual labels:  face-recognition
Marvel
Marvel - Face Recognition With Android & OpenCV
Stars: ✭ 199 (-17.43%)
Mutual labels:  face-recognition
Pychubby
Automated face warping tool.
Stars: ✭ 240 (-0.41%)
Mutual labels:  face-recognition
Maskinsightface
基于人脸关键区域提取的人脸识别(LFW:99.82%+ CFP_FP:98.50%+ AgeDB30:98.25%+)
Stars: ✭ 221 (-8.3%)
Mutual labels:  face-recognition
Facerecognize For Mobile Phone
适用于移动端的人脸识别模型,计算量与mobilefacenet相同,但megaface上提升了2%+
Stars: ✭ 229 (-4.98%)
Mutual labels:  face-recognition
Face.evolve.pytorch
🔥🔥High-Performance Face Recognition Library on PaddlePaddle & PyTorch🔥🔥
Stars: ✭ 2,719 (+1028.22%)
Mutual labels:  face-recognition
Howdy
🛡️ Windows Hello™ style facial authentication for Linux
Stars: ✭ 3,237 (+1243.15%)
Mutual labels:  face-recognition
C Ms Celeb
A clean version (wash list) of MS-Celeb-1M face dataset, containing 6,464,018 face images of 94,682 celebrities
Stars: ✭ 227 (-5.81%)
Mutual labels:  face-recognition
Facerecognition
Implement face recognition using PCA, LDA and LPP
Stars: ✭ 206 (-14.52%)
Mutual labels:  face-recognition
Facerecognition
Nextcloud app that implement a basic facial recognition system.
Stars: ✭ 226 (-6.22%)
Mutual labels:  face-recognition
Arcface Multiplex Recognition
适用于复杂场景的人脸识别身份认证系统
Stars: ✭ 200 (-17.01%)
Mutual labels:  face-recognition
Faceimagequality
Code and information for face image quality assessment with SER-FIQ
Stars: ✭ 223 (-7.47%)
Mutual labels:  face-recognition
Facepapercollection
A collection of face related papers
Stars: ✭ 241 (+0%)
Mutual labels:  face-recognition
Angular Penalty Softmax Losses Pytorch
Angular penalty loss functions in Pytorch (ArcFace, SphereFace, Additive Margin, CosFace)
Stars: ✭ 236 (-2.07%)
Mutual labels:  face-recognition
Openface
Face recognition with deep neural networks.
Stars: ✭ 14,249 (+5812.45%)
Mutual labels:  face-recognition

Realtime Face Recognizer

Build Status

This sample demonstrates realtime face recognition on Android. The project is based on the FaceNet.

Inspiration

The project is heavily inspired by

Screenshots

The code can recognize 5 famous people's faces.(Source)
demo1

Also, you can add new person using photos.
demo2

Pre-trained model

from davidsandberg's facenet

Model name LFW accuracy Training dataset Architecture
20180402-114759 0.9965 VGGFace2 Inception ResNet v1

from MediaPipe

License

Apache License 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].