How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Faceai is a computer vision toolkit designed for facial analysis, identity recognition, and image processing. It provides integrated engines for detecting human faces in static images and live video streams, matching facial encodings against identity databases, and mapping facial landmarks to understand geometric structure and alignment. The project enables real-time augmented reality applications, such as applying virtual makeup and digital accessories by scaling assets to detected facial coordinates. It also includes a suite for digital image restoration capable of removing noise, erasing w
This code is distributed under the BSD 2-Clause license.
faceBoxes: a cpu real-time face detector with hight accuracy
InsightFace is a comprehensive deep learning framework designed for face recognition, biometric identity verification, and feature extraction. It provides a specialized engine for one-to-one verification and one-to-many identification tasks, utilizing convolutional neural networks to transform raw image pixels into high-dimensional vector embeddings. The project includes a complete toolkit for detecting, aligning, and processing facial data to ensure consistent identity discrimination. Beyond core recognition, the platform distinguishes itself through an extensive model management and optimiz
This repository includes the training and evaluating codes for SFA face detector, implemented in pycaffe. The SFA codes is an extension of the SSH repository. Our method is trained on the training set of the WIDER FACE dataset. If it is useful, please light up a star for this repository.
The main features of shiluo1990/sfa are: Face Detection.
Open-source alternatives to shiluo1990/sfa include: vipstone/faceai — Faceai is a computer vision toolkit designed for facial analysis, identity recognition, and image processing. It… jack-cv/pcn — This code is distributed under the BSD 2-Clause license. lxg2015/faceboxes — faceBoxes: a cpu real-time face detector with hight accuracy. maharshi95/hyperface — A TensorFlow implementation of the following paper by Rajeev Ranjan, Vishal M. Patel and Rama Chellappa published in… mahyarnajibi/ssh — This repository includes the code for training and evaluating the SSH face detector introduced in our ICCV 2017 paper. deepinsight/insightface — InsightFace is a comprehensive deep learning framework designed for face recognition, biometric identity verification,…