All Projects → IvLabs → Face-Unlock

IvLabs / Face-Unlock

Licence: MIT License
No description or website provided.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Face-Unlock

retinaface
RetinaFace: Deep Face Detection Library for Python
Stars: ✭ 242 (+1323.53%)
Mutual labels:  face-recognition
clockon-clockoff-face-recognition
Face Recognize application. Using FaceNet and CoreML
Stars: ✭ 21 (+23.53%)
Mutual labels:  face-recognition
FaceRecognition
Face Recognition in real-world images [ICASSP 2017]
Stars: ✭ 36 (+111.76%)
Mutual labels:  face-recognition
iqiyi-vid-challenge
Code for IQIYI-VID(IQIYI Video Person Identification) Challenge Implemented in Python and MXNet
Stars: ✭ 45 (+164.71%)
Mutual labels:  face-recognition
PyRecognizer
"A neural network to rule them all, a neural network to find them, a neural network to bring them all and verify if is you !!" (Face recognition tool)
Stars: ✭ 28 (+64.71%)
Mutual labels:  face-recognition
face-recognition
A GPU-accelerated real-time face recognition system based on classical machine learning algorithms
Stars: ✭ 24 (+41.18%)
Mutual labels:  face-recognition
Face-Liveness-Detection-SDK-Android
Robust, Realtime, On-Device Face Liveness Detection (Face Anti Spoofing) Android
Stars: ✭ 70 (+311.76%)
Mutual labels:  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 (+364.71%)
Mutual labels:  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 (+17.65%)
Mutual labels:  face-recognition
easy-real-time-face-recognition-python
No description or website provided.
Stars: ✭ 30 (+76.47%)
Mutual labels:  face-recognition
esp32-custom-vision
A simple face recognition using ESP32 Microcontroller with camera, and leveraging cloud-based inference powered by Azure Custom Vision.
Stars: ✭ 43 (+152.94%)
Mutual labels:  face-recognition
RealTimeFaceRecognitionExample
This asset is an example project of face recognition in real time using “OpenCV for Unity”.
Stars: ✭ 18 (+5.88%)
Mutual labels:  face-recognition
PyVGGFace
VGG-Face CNN descriptor in PyTorch.
Stars: ✭ 21 (+23.53%)
Mutual labels:  face-recognition
face-attendence
Face Attendance (AWS rekognition)
Stars: ✭ 39 (+129.41%)
Mutual labels:  face-recognition
ArcfaceDemo Python 2.2
ArcSoft Face SDK Demo
Stars: ✭ 20 (+17.65%)
Mutual labels:  face-recognition
FaceRecognition With FaceNet Android
Face Recognition using the FaceNet model and MLKit on Android.
Stars: ✭ 113 (+564.71%)
Mutual labels:  face-recognition
microsoft-he4rt
A 2 day challenge to develop any project using Microsoft Graph and Azure
Stars: ✭ 15 (-11.76%)
Mutual labels:  face-recognition
face unlock
We can lock and unlock our Ubuntu system using face recognition(currently only on Ubuntu).
Stars: ✭ 48 (+182.35%)
Mutual labels:  face-recognition
ofFaceRecognition
simple example face recognition with deep metric learning to dlib
Stars: ✭ 20 (+17.65%)
Mutual labels:  face-recognition
Recogcis
Face detection & recognition AR app using the mlmodel to recognize company employees.
Stars: ✭ 28 (+64.71%)
Mutual labels:  face-recognition

Face-Unlock

This is Face-Unlock repository of IvLabs and contains the implementation of Triplet Network and FaceNet with ResNet as the backbone architechture implemented from scratch to perform one-shot and zero-shot learning on different datasets.

ivpreds

Our work is categorized as following:

  • Triplet Network

    • Triplet Loss on MNIST
    • CNN on AT&T Dataset
    • ResNet on AT&T Dataset
  • FaceNet

    • AT&T Dataset
    • LFW Dataset
    • Glint360k Dataset
  • Real-Time Face Recognition

    • Hosting Web based implementation
    • Integrating with Rasberry Pi

Datasets

  • The AT&T face dataset

    There are 10 different images of each of 40 distinct subjects.

    Dataset Statistics

    1. Color: Grey-scale
    2. Sample Size: 92x112
    3. #Samples: 400
  • Labeled Faces in the Wild

    Labeled Faces in the Wild is a public benchmark for face verification, also known as pair matching.

    Dataset Statistics

    1. 13233 images
    2. 5749 people
    3. 1680 people with two or more images

ResNet

A part of this project was also to understand and implement Residual Networks from scratch which can be found in model.py

References

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