All Projects → kiselev1189 → Insightface Just Works

kiselev1189 / Insightface Just Works

Insightface face detection and recognition model that just works out of the box.

Programming Languages

python3
1442 projects

Projects that are alternatives of or similar to Insightface Just Works

Arcface Multiplex Recognition
适用于复杂场景的人脸识别身份认证系统
Stars: ✭ 200 (+57.48%)
Mutual labels:  face-detection, face-recognition, mxnet
Facerecognition
This is an implematation project of face detection and recognition. The face detection using MTCNN algorithm, and recognition using LightenenCNN algorithm.
Stars: ✭ 137 (+7.87%)
Mutual labels:  face-detection, face-recognition, mxnet
Insightface
State-of-the-art 2D and 3D Face Analysis Project
Stars: ✭ 10,886 (+8471.65%)
Mutual labels:  face-detection, face-recognition, mxnet
Getting Things Done With Pytorch
Jupyter Notebook tutorials on solving real-world problems with Machine Learning & Deep Learning using PyTorch. Topics: Face detection with Detectron 2, Time Series anomaly detection with LSTM Autoencoders, Object Detection with YOLO v5, Build your first Neural Network, Time Series forecasting for Coronavirus daily cases, Sentiment Analysis with BERT.
Stars: ✭ 738 (+481.1%)
Mutual labels:  jupyter-notebook, face-detection, face-recognition
Sphereface
Implementation for <SphereFace: Deep Hypersphere Embedding for Face Recognition> in CVPR'17.
Stars: ✭ 1,483 (+1067.72%)
Mutual labels:  jupyter-notebook, face-detection, face-recognition
Deep Face Recognition
One-shot Learning and deep face recognition notebooks and workshop materials
Stars: ✭ 147 (+15.75%)
Mutual labels:  jupyter-notebook, face-detection, face-recognition
Face Classification
Face model to classify gender and race. Trained on LFWA+ Dataset.
Stars: ✭ 104 (-18.11%)
Mutual labels:  jupyter-notebook, face-detection, face-recognition
Ownphotos
Self hosted alternative to Google Photos
Stars: ✭ 2,587 (+1937.01%)
Mutual labels:  jupyter-notebook, face-detection, face-recognition
iqiyi-vid-challenge
Code for IQIYI-VID(IQIYI Video Person Identification) Challenge Implemented in Python and MXNet
Stars: ✭ 45 (-64.57%)
Mutual labels:  mxnet, face-recognition, face-detection
Deepcamera
Open source face recognition on Raspberry Pi. SharpAI is open source stack for machine learning engineering with private deployment and AutoML for edge computing. DeepCamera is application of SharpAI designed for connecting computer vision model to surveillance camera. Developers can run same code on Raspberry Pi/Android/PC/AWS to boost your AI production development.
Stars: ✭ 757 (+496.06%)
Mutual labels:  face-detection, face-recognition, mxnet
Ai Reading Materials
Some of the ML and DL related reading materials, research papers that I've read
Stars: ✭ 79 (-37.8%)
Mutual labels:  face-detection, face-recognition
Face Recognition Cpp
Real Time Face Recognition Detector. Over 30FPS on CPU!
Stars: ✭ 68 (-46.46%)
Mutual labels:  face-detection, face-recognition
Face Api
JavaScript module for face detection and face recognition Using Tensorflow/JS
Stars: ✭ 67 (-47.24%)
Mutual labels:  face-detection, face-recognition
Polyaxon Examples
Code for polyaxon tutorials and examples
Stars: ✭ 57 (-55.12%)
Mutual labels:  jupyter-notebook, mxnet
Hellovision
Vision framework example for my article. https://medium.com/compileswift/swift-world-whats-new-in-ios-11-vision-456ba4156bad
Stars: ✭ 93 (-26.77%)
Mutual labels:  face-detection, face-recognition
Pyseeta
python api for SeetaFaceEngine(https://github.com/seetaface/SeetaFaceEngine.git)
Stars: ✭ 93 (-26.77%)
Mutual labels:  face-detection, face-recognition
Mxnet Finetuner
An all-in-one Deep Learning toolkit for image classification to fine-tuning pretrained models using MXNet.
Stars: ✭ 100 (-21.26%)
Mutual labels:  jupyter-notebook, mxnet
Ko en neural machine translation
Korean English NMT(Neural Machine Translation) with Gluon
Stars: ✭ 55 (-56.69%)
Mutual labels:  jupyter-notebook, mxnet
Awslambdaface
Perform deep neural network based face detection and recognition in the cloud (via AWS lambda) with zero model configuration or tuning.
Stars: ✭ 98 (-22.83%)
Mutual labels:  face-detection, face-recognition
Awesome Face Detection
Compare with various detectors - s3fd, dlib, ocv, ocv-dnn, mtcnn-pytorch, face_recognition
Stars: ✭ 106 (-16.54%)
Mutual labels:  face-detection, face-recognition

Insightface face detection and recognition model that just works out of the box.

This is a minimalistic inference-focused repack of Insightface.

For examples please refer to InsightfaceExample.ipynb.

What it does

Provides you whith a one-liner to set up SoTA face detection and recognition model for inference.

Supported features

Fixes and improvements over orignal version

  • Everything that is not required for inference is removed
  • Model instantiation is a single-line call
  • Original version crashed with unintelligible segmentation fault if output of the face detector was wrong or empty. This version throws exception or returns None.
  • Jupyter Notebook example

TODO:

Simplify and refactor original code parts for readability and simplicity.

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