All Projects → AshutoshDongare → FaceNet-IOT

AshutoshDongare / FaceNet-IOT

Licence: other
IOT implementation for FaceNet project by David Sandberg https://github.com/davidsandberg/facenet

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to FaceNet-IOT

Nearest-Celebrity-Face
Tensorflow Implementation of FaceNet: A Unified Embedding for Face Recognition and Clustering to find the celebrity whose face matches the closest to yours.
Stars: ✭ 30 (+66.67%)
Mutual labels:  face, face-recognition, facenet
Mobileface
A face recognition solution on mobile device.
Stars: ✭ 669 (+3616.67%)
Mutual labels:  face, face-recognition
Facecropper
✂️ Crop faces, inside of your image, with iOS 11 Vision api.
Stars: ✭ 479 (+2561.11%)
Mutual labels:  face, face-recognition
Human Detection And Tracking
Human-detection-and-Tracking
Stars: ✭ 753 (+4083.33%)
Mutual labels:  face, face-recognition
Facenet-Caffe
facenet recognition and retrieve by using hnswlib and flask, convert tensorflow model to caffe
Stars: ✭ 30 (+66.67%)
Mutual labels:  face, facenet
Imagedetect
✂️ Detect and crop faces, barcodes and texts in image with iOS 11 Vision api.
Stars: ✭ 286 (+1488.89%)
Mutual labels:  face, face-recognition
DeepFaceRecognition
Face Recognition with Transfer Learning
Stars: ✭ 16 (-11.11%)
Mutual labels:  face-recognition, facenet
Look4Face
Demo of Face Recognition web service
Stars: ✭ 23 (+27.78%)
Mutual labels:  face, face-recognition
Face Recognition.js
Simple Node.js package for robust face detection and face recognition. JavaScript and TypeScript API.
Stars: ✭ 1,768 (+9722.22%)
Mutual labels:  face, face-recognition
Lookatme
VideoView that plays video only when 👀 are open and 👦 is detected with various other features
Stars: ✭ 161 (+794.44%)
Mutual labels:  face, face-recognition
Dockerface
Face detection using deep learning.
Stars: ✭ 173 (+861.11%)
Mutual labels:  face, face-recognition
Music player with Emotions recognition
This program can recognize your mood by detecting your face and play song according your mood
Stars: ✭ 79 (+338.89%)
Mutual labels:  face, face-recognition
PyVGGFace
VGG-Face CNN descriptor in PyTorch.
Stars: ✭ 21 (+16.67%)
Mutual labels:  face, face-recognition
Face Pose Net
Estimate 3D face pose (6DoF) or 11 parameters of 3x4 projection matrix by a Convolutional Neural Network
Stars: ✭ 464 (+2477.78%)
Mutual labels:  face, face-recognition
Multi-Face-Comparison
This repo is meant for backend API for face comparision and computer vision. It is built on python flask framework
Stars: ✭ 20 (+11.11%)
Mutual labels:  face, face-recognition
Awesome Face
😎 face releated algorithm, dataset and paper
Stars: ✭ 739 (+4005.56%)
Mutual labels:  face, face-recognition
Pychubby
Automated face warping tool.
Stars: ✭ 240 (+1233.33%)
Mutual labels:  face, face-recognition
face-recognition
얼굴 인식에 대한 기술 동향 및 관련 모델 자료
Stars: ✭ 38 (+111.11%)
Mutual labels:  face, face-recognition
face
[deprecated] 👽 Face Recognition package for Laravel
Stars: ✭ 37 (+105.56%)
Mutual labels:  face, face-recognition
Maad Face
A face database with a large number of high-quality attribute annotations
Stars: ✭ 112 (+522.22%)
Mutual labels:  face, face-recognition

FaceNet-IOT

IOT implementation for FaceNet project by David Sandberg https://github.com/davidsandberg/facenet

This code takes base FaceNet solution and builds IOT for continuous face recognition by looping through below steps

  1. Take a snap
  2. Identify and align faces using MTCNN
  3. Invoke Facenet to recognize face
  4. Print result of recognized faces
  5. Start over

It takes less than 0.5 seconds for each frame to process and recognize faces on a high end personal laptop which is expected performance for surveillance or identity and access control type of solutions

Add IOT-FaceReco.py python file to /src/align

You may want to first go through https://github.com/davidsandberg/facenet in detail to set up trained model to identify your custom set of faces and use this sample to run IOT on that.

Please email me if you need more details / help knowing IOT with Facenet

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].