All Projects → cmusatyalab → Openface

cmusatyalab / Openface

Licence: apache-2.0
Face recognition with deep neural networks.

Programming Languages

lua
6591 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects
shell
77523 projects
Dockerfile
14818 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Openface

facenet-pytorch-glint360k
A PyTorch implementation of the 'FaceNet' paper for training a facial recognition model with Triplet Loss using the glint360k dataset. A pre-trained model using Triplet Loss is available for download.
Stars: ✭ 186 (-98.69%)
Mutual labels:  face-recognition, facenet
Real-time-Face-recognition
即時人臉辨識(使用OpenCV與FaceNet)
Stars: ✭ 37 (-99.74%)
Mutual labels:  face-recognition, facenet
FaceRecog
Realtime Facial recognition system using Siamese neural network
Stars: ✭ 47 (-99.67%)
Mutual labels:  face-recognition, facenet
Facial-Recognition-Using-FaceNet-Siamese-One-Shot-Learning
Implementation of Facial Recognition System Using Facenet based on One Shot Learning Using Siamese Networks
Stars: ✭ 104 (-99.27%)
Mutual labels:  face-recognition, facenet
clockon-clockoff-face-recognition
Face Recognize application. Using FaceNet and CoreML
Stars: ✭ 21 (-99.85%)
Mutual labels:  face-recognition, facenet
FaceNet-IOT
IOT implementation for FaceNet project by David Sandberg https://github.com/davidsandberg/facenet
Stars: ✭ 18 (-99.87%)
Mutual labels:  face-recognition, facenet
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 (-99.79%)
Mutual labels:  face-recognition, facenet
DeepFaceRecognition
Face Recognition with Transfer Learning
Stars: ✭ 16 (-99.89%)
Mutual labels:  face-recognition, facenet
facenet-darknet-inference
Face recognition using facenet
Stars: ✭ 29 (-99.8%)
Mutual labels:  face-recognition, facenet
AIML-Human-Attributes-Detection-with-Facial-Feature-Extraction
This is a Human Attributes Detection program with facial features extraction. It detects facial coordinates using FaceNet model and uses MXNet facial attribute extraction model for extracting 40 types of facial attributes. This solution also detects Emotion, Age and Gender along with facial attributes.
Stars: ✭ 48 (-99.66%)
Mutual labels:  face-recognition, facenet
FaceNet-based-Attendance-System
Deep Learning based Web Application for marking attendance of students by recognizing the student's faces from the surveillance video footage of classroom.
Stars: ✭ 25 (-99.82%)
Mutual labels:  face-recognition, facenet
awesome-face-recognition
this repo include paper review, code in face recognition
Stars: ✭ 16 (-99.89%)
Mutual labels:  face-recognition, facenet
compreface-javascript-sdk
JavaScript SDK for CompreFace - free and open-source face recognition system from Exadel
Stars: ✭ 19 (-99.87%)
Mutual labels:  face-recognition, facenet
Facenet
Face recognition using Tensorflow
Stars: ✭ 12,189 (-14.46%)
Mutual labels:  face-recognition, facenet
Viewfacecore
C# 超简单的人脸识别库。
Stars: ✭ 193 (-98.65%)
Mutual labels:  face-recognition
Mobilefacenet pytorch
MobileFaceNets: Efficient CNNs for Accurate Real-Time Face Verification on Mobile Devices
Stars: ✭ 209 (-98.53%)
Mutual labels:  face-recognition
Face Nn
游戏捏脸,基于神经风格迁移框架生成逼真人脸
Stars: ✭ 192 (-98.65%)
Mutual labels:  face-recognition
Facerecognition
Webcam face recognition using tensorflow and opencv
Stars: ✭ 192 (-98.65%)
Mutual labels:  face-recognition
Ownphotos
Self hosted alternative to Google Photos
Stars: ✭ 2,587 (-81.84%)
Mutual labels:  face-recognition
Face.evolve.pytorch
🔥🔥High-Performance Face Recognition Library on PaddlePaddle & PyTorch🔥🔥
Stars: ✭ 2,719 (-80.92%)
Mutual labels:  face-recognition

OpenFace • Build Status Release License Gitter

Free and open source face recognition with deep neural networks.



This research was supported by the National Science Foundation (NSF) under grant number CNS-1518865. Additional support was provided by the Intel Corporation, Google, Vodafone, NVIDIA, and the Conklin Kistler family fund. Any opinions, findings, conclusions or recommendations expressed in this material are those of the authors and should not be attributed to their employers or funding sources.

What's in this repository?

Citations

Please cite OpenFace in your publications if it helps your research. The following is a BibTeX and plaintext reference for our OpenFace tech report.

@techreport{amos2016openface,
  title={OpenFace: A general-purpose face recognition
    library with mobile applications},
  author={Amos, Brandon and Bartosz Ludwiczuk and Satyanarayanan, Mahadev},
  year={2016},
  institution={CMU-CS-16-118, CMU School of Computer Science},
}

B. Amos, B. Ludwiczuk, M. Satyanarayanan,
"Openface: A general-purpose face recognition library with mobile applications,"
CMU-CS-16-118, CMU School of Computer Science, Tech. Rep., 2016.

Licensing

Unless otherwise stated, the source code and trained Torch and Python model files are copyright Carnegie Mellon University and licensed under the Apache 2.0 License. Portions from the following third party sources have been modified and are included in this repository. These portions are noted in the source files and are copyright their respective authors with the licenses listed.

Project Modified License
Atcold/torch-TripletEmbedding No MIT
facebook/fbnn Yes BSD
dlib-models (68 face landmark detector) No CC0
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].