All Projects → bytefish → Facerecognition_guide

bytefish / Facerecognition_guide

This is a guide to face recognition with Python, GNU Octave/MATLAB and OpenCV2 C++. Eigenfaces and Fisherfaces are explained in detail and implemented.

Programming Languages

python
139335 projects - #7 most used programming language
matlab
3953 projects

Projects that are alternatives of or similar to Facerecognition guide

Facerec
Implements face recognition algorithms for MATLAB/GNU Octave and Python.
Stars: ✭ 921 (+389.89%)
Mutual labels:  face-recognition, octave
Matlab Octave
This repository contains algorithms written in MATLAB/Octave. Developing algorithms in the MATLAB environment empowers you to explore and refine ideas, and enables you test and verify your algorithm.
Stars: ✭ 180 (-4.26%)
Mutual labels:  octave
Maskedface Net
MaskedFace-Net is a dataset of human faces with a correctly and incorrectly worn mask based on the dataset Flickr-Faces-HQ (FFHQ).
Stars: ✭ 152 (-19.15%)
Mutual labels:  face-recognition
Ownphotos Frontend
Stars: ✭ 171 (-9.04%)
Mutual labels:  face-recognition
Lookatme
VideoView that plays video only when 👀 are open and 👦 is detected with various other features
Stars: ✭ 161 (-14.36%)
Mutual labels:  face-recognition
Dockerface
Face detection using deep learning.
Stars: ✭ 173 (-7.98%)
Mutual labels:  face-recognition
Deep Face Recognition
One-shot Learning and deep face recognition notebooks and workshop materials
Stars: ✭ 147 (-21.81%)
Mutual labels:  face-recognition
Hms Ml Demo
HMS ML Demo provides an example of integrating Huawei ML Kit service into applications. This example demonstrates how to integrate services provided by ML Kit, such as face detection, text recognition, image segmentation, asr, and tts.
Stars: ✭ 187 (-0.53%)
Mutual labels:  face-recognition
Movie rating prediction
Predict movie's IMDB rating
Stars: ✭ 177 (-5.85%)
Mutual labels:  face-recognition
Facepause
Look Away to Pause Youtube - Experimental Chrome Extension
Stars: ✭ 171 (-9.04%)
Mutual labels:  face-recognition
Face Api.js
JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js
Stars: ✭ 13,258 (+6952.13%)
Mutual labels:  face-recognition
Facenet Pytorch
Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models
Stars: ✭ 2,564 (+1263.83%)
Mutual labels:  face-recognition
Attendance Using Face
Face-recognition using Siamese network
Stars: ✭ 174 (-7.45%)
Mutual labels:  face-recognition
Facenet
Face recognition using Tensorflow
Stars: ✭ 12,189 (+6383.51%)
Mutual labels:  face-recognition
Instabotai
Instagram AI bot with face detection. It works without instagram api, need only login and password.
Stars: ✭ 181 (-3.72%)
Mutual labels:  face-recognition
Sphereface Plus
SphereFace+ Implementation for <Learning towards Minimum Hyperspherical Energy> in NIPS'18.
Stars: ✭ 151 (-19.68%)
Mutual labels:  face-recognition
Masktheface
Convert face dataset to masked dataset
Stars: ✭ 167 (-11.17%)
Mutual labels:  face-recognition
Human
Human: 3D Face Detection, Body Pose, Hand & Finger Tracking, Iris Tracking and Age & Gender Prediction
Stars: ✭ 172 (-8.51%)
Mutual labels:  face-recognition
Mobile Id
Deep Face Model Compression
Stars: ✭ 187 (-0.53%)
Mutual labels:  face-recognition
Opencv Course
Learn OpenCV in 4 Hours - Code used in my Python and OpenCV course on freeCodeCamp.
Stars: ✭ 185 (-1.6%)
Mutual labels:  face-recognition

bytefish/facerecognition_guide

description

This is my guide to face recognition with OpenCV2 C++ and GNU Octave/MATLAB. If you research on face recognition, you'll soon notice there's a gigantic number of publications, but source code is very sparse. So this guide is here to change that. Two algorithms are explained and implemented with GNU Octave/MATLAB and OpenCV2 C++ namely Eigenfaces and Fisherfaces.

build the project

To build the Python version of this document simply run make python, to build the Octave version of this document run make octave.

further reading

If you are looking for a complete Python or GNU Octave/MATLAB implementation of various algorithms, please use github.com/bytefish/facerec instead.

More (maybe) here: http://www.bytefish.de.

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