face-identification
Here are 38 public repositories matching this topic...
A collection of face related papers
-
Updated
Feb 11, 2019
Sample projects for Computer Vision with Raspberry Pi and Movidius Neural Compute Stick
-
Updated
Jul 23, 2020 - Python
Face identification with cnn+triplet-loss written by Keras.
-
Updated
Mar 28, 2018 - Jupyter Notebook
얼굴 인식에 대한 기술 동향 및 관련 모델 자료
-
Updated
May 7, 2019
FRI (Face Recognition and Identification)
-
Updated
Aug 7, 2019 - Python
Open DRUWA - Open Deep Realtime User Welcoming Assistant
-
Updated
Nov 2, 2019 - HTML
Proiect licenta
-
Updated
Sep 25, 2020 - Python
Detect, recognize and verify faces using hybrid features: “deep” features from VGG-net + HoG + LBP. Hybrid Features help increase recognition significantly
-
Updated
Jul 10, 2018 - HTML
BWS HTML5 Unified User Interface
-
Updated
Sep 2, 2020 - JavaScript
The purpose of this Android app is to use Kairos's SDK for Android in order to implement facial recognition. Features of this app include: registering users with an image and name and identifying users when given an image.
-
Updated
Jul 28, 2019 - Java
Identify unknown persons that are not registered and stores their images with current date and time.
-
Updated
Mar 27, 2018 - Python
-
Updated
Dec 6, 2019
-
Updated
May 7, 2019 - Python
中科院软件所XLab的机器人UI交互模块
-
Updated
Sep 29, 2017 - Java
Deep face identification in Keras
-
Updated
Nov 2, 2019 - Python
It is an Face Identification based automatic attendance management system which will be useful taking attendance during online lecture.
-
Updated
Nov 18, 2017 - Python
-
Updated
May 2, 2019 - Python
Application for finding the most similar person to you among known celebrities, politicians etc.
-
Updated
Sep 25, 2020 - Python
Face recognition keras model based on yolov3.
-
Updated
Feb 10, 2020 - Jupyter Notebook
In this thesis, we study two problems based on clustering algorithms. In the first problem, we study the role of visual attributes using an agglomerative clustering algorithm to whittle down the search area where the number of classes is high to improve the performance of clustering. We observe that as we add more attributes, the clustering performance increases overall. In the second problem, we study the role of clustering in aggregating templates in a 1:N open set protocol using multi-shot video as a probe. We observe that by increasing the number of clusters, the performance increases with respect to the baseline and reaches a peak, after which increasing the number of clusters causes the performance to degrade. Experiments are conducted using recently introduced unconstrained IARPA Janus IJB-A, CS2, and CS3 face recognition datasets.
-
Updated
May 3, 2017 - MATLAB
Real time face Identification using opencv on python (Opencv kullanarak Python da gerçek zamanlı yüz tanıma (kimlik tespiti ) uygulaması)
-
Updated
Feb 4, 2020 - Python
Step 1 : Register your Face : A. Take a video of few seconds of your face. B. Create samples of images from Video to train Convolutional Neural Network. C. Train the model with those images (class = 'YES') and some images that is not your face (class = 'NO') D. Convert the model output (.h5) into .mlmodel E. import it into your Xcode for Production. Step 2 : Next Time while log in A. Take image from Camera B. Give the image to CNN for calssification. C. If it's you then "Successful Log in" D. Other-wise show some pop-up like "It's not you"
-
Updated
Sep 3, 2017 - Python
Facial Keypoint Detection and Real-time Filtering
-
Updated
Jul 2, 2018 - Jupyter Notebook
Face recognition, tackling three different "old-school" Computer Vision techniques - as part of the Biometrics System Concepts course @ KU Leuven
-
Updated
Mar 21, 2020 - Jupyter Notebook
Face recognition and identification using Haar cascades classifier and VGG-Face model
-
Updated
Aug 31, 2020 - Python
gui implementation
-
Updated
Sep 23, 2020 - Python
An End to End Real Time Face Identification and attendance system using CNN
-
Updated
Jul 8, 2020 - Python
Face identification algorithms focus on the identifiction of frontal human faces. It is analogous to image detection in which the image of a person is matched bit by bit. Image matches with the image stores in database. Any facial feature changes in the database will invalidate the matching process. It's mostly use for the security.
-
Updated
Oct 7, 2020 - Python
Machine Learning model which uses kNN Algorithm & Computer Vision to recognise different faces
-
Updated
Aug 17, 2019 - Python
Improve this page
Add a description, image, and links to the face-identification topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the face-identification topic, visit your repo's landing page and select "manage topics."


Hi
when I do classification with the pretrained vggface2 model, how do I match a probability to a name? do you have a list of labels for the trained model?
Thanks