faceBoxes: a cpu real-time face detector with hight accuracy
The main features of lxg2015/faceboxes are: Face Detection.
Open-source alternatives to lxg2015/faceboxes 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. 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. nenadmarkus/pico — A minimalistic framework for real-time object detection (with a pre-trained face detector). deepinsight/insightface — InsightFace is a comprehensive deep learning framework designed for face recognition, biometric identity verification,…
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.
A TensorFlow implementation of the following paper by Rajeev Ranjan, Vishal M. Patel and Rama Chellappa published in TPAMI: HyperFace: A Deep Multi-task Learning Framework for Face Detection, Landmark Localization, Pose Estimation, and Gender Recognition
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