awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
seetaface avatar

seetaface/SeetaFaceEngine

0
View on GitHub↗
4,638 stars·1,755 forks·C++·7 vues

SeetaFaceEngine

SeetaFaceEngine est un moteur de reconnaissance faciale C++ conçu pour détecter, aligner et identifier les visages humains. Il fonctionne comme une bibliothèque native qui effectue une analyse faciale sans dépendre de bibliothèques logicielles tierces externes.

Le système utilise un framework de réseau de neurones convolutifs pour l'extraction de caractéristiques faciales et la correspondance d'identité, représentant les identités sous forme d'embeddings de vecteurs de caractéristiques numériques. Il emploie un schéma en cascade en forme d'entonnoir pour la localisation faciale en temps réel et des réseaux d'auto-encodeurs empilés pour normaliser l'orientation faciale via l'alignement de points de repère.

La boîte à outils intègre ces capacités dans un pipeline modulaire qui séquence la détection, l'alignement et l'identification dans un flux de travail complet de reconnaissance faciale.

Features

  • Facial Recognition - Identifies and verifies individuals by matching detected faces against a known set.
  • Cascaded Face Detectors - Utilizes a funnel-structured cascade schema for efficient real-time face localization.
  • Face Detection - Provides real-time face detection capabilities to locate multiple faces within images.
  • Convolutional Neural Networks - Uses deep convolutional neural networks for extracting facial feature vectors and performing identity matching.
  • Alignment Auto-Encoders - Employs stacked auto-encoder networks to normalize facial orientation through landmark alignment.
  • Face Recognition Libraries - Provides a native C++ library for the complete face detection, alignment, and recognition process.
  • Facial Landmark Analysis - Analyzes facial landmarks to normalize face orientation and position.
  • Facial Embeddings - Represents facial identities as fixed-length numerical feature vectors for efficient similarity comparisons.
  • Native C++ Implementations - Implements core mathematical computations in native C++ to ensure high execution speed without external dependencies.
  • Facial Analysis Pipelines - Integrates detection, alignment, and identification into a modular, sequenced workflow.
  • Face Detection - Engine for detection, alignment, and identification.

Historique des stars

Graphique de l'historique des stars pour seetaface/seetafaceengineGraphique de l'historique des stars pour seetaface/seetafaceengine

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à SeetaFaceEngine

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec SeetaFaceEngine.
  • serengil/deepfaceAvatar de serengil

    serengil/deepface

    22,226Voir sur GitHub↗

    Deepface is a comprehensive deep learning library for facial recognition and demographic analysis. It provides a modular pipeline that handles the entire lifecycle of facial processing, including detection, geometric alignment, and the transformation of facial images into high-dimensional numerical vector embeddings for identity verification and similarity comparison. The library distinguishes itself through a model ensemble approach, which combines predictions from multiple pre-trained neural networks to improve classification accuracy and reduce bias. It also integrates advanced security fe

    Pythonage-predictionarcfacedeep-learning
    Voir sur GitHub↗22,226
  • ageitgey/face_recognitionAvatar de ageitgey

    ageitgey/face_recognition

    56,504Voir sur GitHub↗

    This is a Python facial recognition library designed to detect, encode, and identify human faces in images and video. It functions as a biometric identification tool that converts facial features into numerical encodings to compare and match identities. The library provides a computer vision command line interface for batch processing face detection and recognition tasks across image directories. It also supports a GPU accelerated vision API that utilizes CUDA and NVIDIA hardware to increase the speed of facial analysis and identification. Its capabilities cover human face detection and faci

    Pythonface-detectionface-recognitionmachine-learning
    Voir sur GitHub↗56,504
  • xlite-dev/lite.ai.toolkitAvatar de xlite-dev

    xlite-dev/lite.ai.toolkit

    4,413Voir sur GitHub↗

    lite.ai.toolkit is a C++ computer vision toolkit designed for edge AI deployment. It enables the execution of pre-trained models for object detection, image classification, and segmentation on resource-constrained devices. The project features a multi-backend inference engine that supports the ONNX model runtime, allowing AI models to run across different hardware targets. It includes a GPU-accelerated pipeline specifically for NVIDIA hardware to reduce latency and increase processing speed. The toolkit covers a broad range of facial analysis capabilities, including emotion detection, gender

    C++
    Voir sur GitHub↗4,413
  • cmusatyalab/openfaceAvatar de cmusatyalab

    cmusatyalab/openface

    15,398Voir sur GitHub↗

    Openface is a deep learning toolkit designed for facial recognition and identity verification. It provides a comprehensive pipeline for detecting faces, aligning landmarks, and transforming facial images into compact numerical vectors. By utilizing these embeddings, the system enables identity classification and similarity comparison through geometric distance calculations. The project distinguishes itself by integrating research-oriented diagnostic tools alongside its core recognition capabilities. It includes utilities for visualizing high-dimensional feature clusters, inspecting internal c

    Luadeep-learningface-recognitionfacenet
    Voir sur GitHub↗15,398
Voir les 30 alternatives à SeetaFaceEngine→

Questions fréquentes

Que fait seetaface/seetafaceengine ?

SeetaFaceEngine est un moteur de reconnaissance faciale C++ conçu pour détecter, aligner et identifier les visages humains. Il fonctionne comme une bibliothèque native qui effectue une analyse faciale sans dépendre de bibliothèques logicielles tierces externes.

Quelles sont les fonctionnalités principales de seetaface/seetafaceengine ?

Les fonctionnalités principales de seetaface/seetafaceengine sont : Facial Recognition, Cascaded Face Detectors, Face Detection, Convolutional Neural Networks, Alignment Auto-Encoders, Face Recognition Libraries, Facial Landmark Analysis, Facial Embeddings.

Quelles sont les alternatives open-source à seetaface/seetafaceengine ?

Les alternatives open-source à seetaface/seetafaceengine incluent : serengil/deepface — Deepface is a comprehensive deep learning library for facial recognition and demographic analysis. It provides a… ageitgey/face_recognition — This is a Python facial recognition library designed to detect, encode, and identify human faces in images and video.… xlite-dev/lite.ai.toolkit — lite.ai.toolkit is a C++ computer vision toolkit designed for edge AI deployment. It enables the execution of… cmusatyalab/openface — Openface is a deep learning toolkit designed for facial recognition and identity verification. It provides a… itcoders/human-detection-and-tracking — This project is a computer vision framework designed for the detection, identification, and tracking of human subjects… injetlee/python — This project is a scripting framework designed for task automation and computer vision processing. It functions as an…