How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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
A minimalistic framework for real-time object detection (with a pre-trained face detector)
The main features of nenadmarkus/pico are: Face Detection.
Projects with overlapping indexed features 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,…