All Projects → adamydwang → tf-insightface

adamydwang / tf-insightface

Licence: other
Face feature extract, based on insightface & facenet, implemented in tensorflow c api

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to tf-insightface

FaceRecog
Realtime Facial recognition system using Siamese neural network
Stars: ✭ 47 (+176.47%)
Mutual labels:  facenet
facenet mtcnn tensorflow inference engine
This is a modified and simplified inference engine of davidsandberg's facenet
Stars: ✭ 41 (+141.18%)
Mutual labels:  facenet
awesome-face-recognition
this repo include paper review, code in face recognition
Stars: ✭ 16 (-5.88%)
Mutual labels:  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 (+511.76%)
Mutual labels:  facenet
Real-time-Face-recognition
即時人臉辨識(使用OpenCV與FaceNet)
Stars: ✭ 37 (+117.65%)
Mutual labels:  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 (+182.35%)
Mutual labels:  facenet
FaceNet-IOT
IOT implementation for FaceNet project by David Sandberg https://github.com/davidsandberg/facenet
Stars: ✭ 18 (+5.88%)
Mutual labels:  facenet
Openface
Face recognition with deep neural networks.
Stars: ✭ 14,249 (+83717.65%)
Mutual labels:  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 (+47.06%)
Mutual labels:  facenet
compreface-javascript-sdk
JavaScript SDK for CompreFace - free and open-source face recognition system from Exadel
Stars: ✭ 19 (+11.76%)
Mutual labels:  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 (+76.47%)
Mutual labels:  facenet
Face
I have published my face related codes in this repository
Stars: ✭ 53 (+211.76%)
Mutual labels:  facenet
facenet-darknet-inference
Face recognition using facenet
Stars: ✭ 29 (+70.59%)
Mutual labels:  facenet
Face-Recognition-FaceNet
A python script label faces in group photos using Facenet. 🎉
Stars: ✭ 21 (+23.53%)
Mutual labels:  facenet
Facenet-Caffe
facenet recognition and retrieve by using hnswlib and flask, convert tensorflow model to caffe
Stars: ✭ 30 (+76.47%)
Mutual labels:  facenet
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 (+994.12%)
Mutual labels:  facenet
Git-Loss-For-Deep-Face-Recognition
This repository contains code for my paper "Git Loss for Deep Face Recognition".
Stars: ✭ 36 (+111.76%)
Mutual labels:  facenet
DeepFaceRecognition
Face Recognition with Transfer Learning
Stars: ✭ 16 (-5.88%)
Mutual labels:  facenet
Facenet
Face recognition using Tensorflow
Stars: ✭ 12,189 (+71600%)
Mutual labels:  facenet
clockon-clockoff-face-recognition
Face Recognize application. Using FaceNet and CoreML
Stars: ✭ 21 (+23.53%)
Mutual labels:  facenet

Introduction

Feature

  • v1
    • in support of insightface model
  • v2
    • in support of insightface & facenet model
    • add face alignment with higher accuracy, mtcnn output can be linked to tf-insightface directory.

How to build it

  • cd thirdparty
  • wget https://github.com/opencv/opencv/archive/2.4.13.5.zip
  • bash opencv.sh
  • cd ..
  • mkdir build
  • cd build
  • cmake ..
  • make

How to run it

  • put tf model in models directory
  • ./bin/demo

Performance

Compared with python verison tf-insightface consuming 118ms, c++ version tf-insightface consumes 87ms, 30ms less on my 8 core cpu machine.

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