All Projects → TuXiaokang → Pyseeta

TuXiaokang / Pyseeta

Licence: mit
python api for SeetaFaceEngine(https://github.com/seetaface/SeetaFaceEngine.git)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pyseeta

Facepapercollection
A collection of face related papers
Stars: ✭ 241 (+159.14%)
Mutual labels:  face-detection, face-recognition, face-alignment
Deep Face Recognition
One-shot Learning and deep face recognition notebooks and workshop materials
Stars: ✭ 147 (+58.06%)
Mutual labels:  face-detection, face-recognition, face-alignment
retinaface
RetinaFace: Deep Face Detection Library for Python
Stars: ✭ 242 (+160.22%)
Mutual labels:  face-recognition, face-detection, face-alignment
Face.evolve.pytorch
🔥🔥High-Performance Face Recognition Library on PaddlePaddle & PyTorch🔥🔥
Stars: ✭ 2,719 (+2823.66%)
Mutual labels:  face-detection, face-recognition, face-alignment
Insightface
State-of-the-art 2D and 3D Face Analysis Project
Stars: ✭ 10,886 (+11605.38%)
Mutual labels:  face-detection, face-recognition, face-alignment
Awesome Face recognition
papers about Face Detection; Face Alignment; Face Recognition && Face Identification && Face Verification && Face Representation; Face Reconstruction; Face Tracking; Face Super-Resolution && Face Deblurring; Face Generation && Face Synthesis; Face Transfer; Face Anti-Spoofing; Face Retrieval;
Stars: ✭ 3,220 (+3362.37%)
Mutual labels:  face-detection, face-recognition, face-alignment
iqiyi-vid-challenge
Code for IQIYI-VID(IQIYI Video Person Identification) Challenge Implemented in Python and MXNet
Stars: ✭ 45 (-51.61%)
Mutual labels:  face-recognition, face-detection, face-alignment
Awesome Face
😎 face releated algorithm, dataset and paper
Stars: ✭ 739 (+694.62%)
Mutual labels:  face-detection, face-recognition
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 (+693.55%)
Mutual labels:  face-detection, face-recognition
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 (+713.98%)
Mutual labels:  face-detection, face-recognition
Compreface
Free and open-source face recognition system from Exadel
Stars: ✭ 947 (+918.28%)
Mutual labels:  face-detection, face-recognition
Facerecognitiondotnet
The world's simplest facial recognition api for .NET on Windows, MacOS and Linux
Stars: ✭ 672 (+622.58%)
Mutual labels:  face-detection, face-recognition
Mobileface
A face recognition solution on mobile device.
Stars: ✭ 669 (+619.35%)
Mutual labels:  face-detection, face-recognition
Human Detection And Tracking
Human-detection-and-Tracking
Stars: ✭ 753 (+709.68%)
Mutual labels:  face-detection, face-recognition
Face Alignment
🔥 2D and 3D Face alignment library build using pytorch
Stars: ✭ 5,417 (+5724.73%)
Mutual labels:  face-alignment, face-detection
Object face detection webcam react
Face/Mood detection using face-api.js
Stars: ✭ 29 (-68.82%)
Mutual labels:  face-detection, face-recognition
Php Opencv
PHP extensions for OpenCV
Stars: ✭ 524 (+463.44%)
Mutual labels:  face-detection, face-recognition
Helloface
An awesome face technology repository.
Stars: ✭ 905 (+873.12%)
Mutual labels:  face-detection, face-recognition
Facekit
Implementations of PCN (an accurate real-time rotation-invariant face detector) and other face-related algorithms
Stars: ✭ 1,028 (+1005.38%)
Mutual labels:  face-detection, face-alignment
Face Api
JavaScript module for face detection and face recognition Using Tensorflow/JS
Stars: ✭ 67 (-27.96%)
Mutual labels:  face-detection, face-recognition

pyseeta: python api for SeetaFaceEngine

Build Status license

for detection

for alignment

for identification

Installation

  1. Download pyseeta
git clone https://github.com/TuXiaokang/pyseeta.git
  1. Download SeetaFaceEngine
git submodule update --init --recursive
  1. Build SeetaFaceEngine dynamic library.

on unix

cd SeetaFaceEngine/
mkdir Release; cd Release
cmake ..
make  

on windows

cd SeetaFaceEngine/
mkdir Release; cd Release
cmake -G "Visual Studio 14 2015 Win64" ..
cmake --build . --config Release
  1. installation
python setup.py install
  1. run examples
python examples/{test_opencv.py or test_pillow.py}

Uninstallation

pip uninstall pyseeta

Update Log

v0.4.0

  1. pretrained model is separate from submodule (SeetaFaceEngine) now, which makes clone opreration easier.
  2. pretrained model could be automatic downloaded.

v0.3.0

  1. support pillow image
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].