All Projects → Fei-Wang → insightface

Fei-Wang / insightface

Licence: MIT license
implementation of insightface by using Tensorflow

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to insightface

FaceRecognitionCpp
Large input size REAL-TIME Face Detector on Cpp. It can also support face verification using MobileFaceNet+Arcface with real-time inference. 480P Over 30FPS on CPU
Stars: ✭ 40 (-58.76%)
Mutual labels:  arcface, insightface, retinaface
InsightFace-REST
InsightFace REST API for easy deployment of face recognition services with TensorRT in Docker.
Stars: ✭ 308 (+217.53%)
Mutual labels:  arcface, insightface, retinaface
Face-Recognition-Raspberry-Pi-64-bits
Recognize 2000+ faces on your Raspberry Pi 4 with database auto-fill and anti-spoofing
Stars: ✭ 48 (-50.52%)
Mutual labels:  arcface, retinaface
Insightface
State-of-the-art 2D and 3D Face Analysis Project
Stars: ✭ 10,886 (+11122.68%)
Mutual labels:  arcface, retinaface
retinaface
RetinaFace: Deep Face Detection Library for Python
Stars: ✭ 242 (+149.48%)
Mutual labels:  insightface, retinaface
Face-Recognition-Jetson-Nano
Recognize 2000+ faces on your Jetson Nano with database auto-fill and anti-spoofing
Stars: ✭ 63 (-35.05%)
Mutual labels:  arcface, retinaface
Tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
Stars: ✭ 3,456 (+3462.89%)
Mutual labels:  arcface, retinaface
arcface retinaface mxnet2onnx
arcface and retinaface model convert mxnet to onnx.
Stars: ✭ 53 (-45.36%)
Mutual labels:  arcface, retinaface
compreface-javascript-sdk
JavaScript SDK for CompreFace - free and open-source face recognition system from Exadel
Stars: ✭ 19 (-80.41%)
Mutual labels:  insightface
AESRC2020
a deep accent recognition network
Stars: ✭ 35 (-63.92%)
Mutual labels:  arcface
faceanalysis
Pipeline for face detection and matching
Stars: ✭ 21 (-78.35%)
Mutual labels:  insightface
VoiceprintRecognition-Pytorch
本项目使用了EcapaTdnn模型实现的声纹识别
Stars: ✭ 140 (+44.33%)
Mutual labels:  arcface
lite.ai.toolkit
🛠 A lite C++ toolkit of awesome AI models with ONNXRuntime, NCNN, MNN and TNN. YOLOX, YOLOP, MODNet, YOLOR, NanoDet, YOLOX, SCRFD, YOLOX . MNN, NCNN, TNN, ONNXRuntime, CPU/GPU.
Stars: ✭ 1,354 (+1295.88%)
Mutual labels:  retinaface
insight-face-paddle
End-to-end face detection and recognition system using PaddlePaddle.
Stars: ✭ 52 (-46.39%)
Mutual labels:  insightface
Deepstream Project
This is a highly separated deployment project based on Deepstream , including the full range of Yolo and continuously expanding deployment projects such as Ocr.
Stars: ✭ 120 (+23.71%)
Mutual labels:  arcface
awesome-face-recognition
this repo include paper review, code in face recognition
Stars: ✭ 16 (-83.51%)
Mutual labels:  arcface
InsightFace
复现 ArcFace 论文
Stars: ✭ 22 (-77.32%)
Mutual labels:  arcface
android mtcnn insightface face recognize
detect face with mtcnn and embedder with insightface
Stars: ✭ 64 (-34.02%)
Mutual labels:  insightface
ArcfaceDemo Python 2.2
ArcSoft Face SDK Demo
Stars: ✭ 20 (-79.38%)
Mutual labels:  arcface
PLSC
Paddle Large Scale Classification Tools,supports ArcFace, CosFace, PartialFC, Data Parallel + Model Parallel. Model includes ResNet, ViT, DeiT, FaceViT.
Stars: ✭ 113 (+16.49%)
Mutual labels:  arcface

Insightface-tf

Intro

  • This repositories is a reimplementation of Insightface(github)
  • Training code is included, you can use your own data to train models
  • We are trying to use new features and Hight Level APIs in TesnsorFlow, such as Keras, Eager Execution, tf.data and so on. The code can even run successful under TF2.0 with a little changes
  • The recognition(github-recognition) with tf-1.14 has been reimplemented and the RetinaFace-tf will be upload soon

TODO List

  • recognition
    • Backbones
      • ResNet_v1 [done]
    • Losses
      • Arcface loss [done]
      • Cosface loss [done]
      • Sphereface loss [done]
      • Triplet loss [done]
      • Center loss [done]
    • Training code [done]
    • Evaluate [done]
    • Freeze to pb model [todo]
  • RetinaFace [todo]

Running Environment

  • TensorFlow1.14
  • python 3.7
  • numpy, pyyaml, matplotlib (Anaconda 3 recommended)
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].