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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
seetaface avatar

seetaface/SeetaFaceEngine

0
View on GitHub↗
4,638 estrellas·1,755 forks·C++·7 vistas

SeetaFaceEngine

SeetaFaceEngine es un motor de reconocimiento facial en C++ diseñado para detectar, alinear e identificar rostros humanos. Funciona como una biblioteca nativa que realiza análisis facial sin depender de bibliotecas de software externas de terceros.

El sistema utiliza un framework de red neuronal convolucional para la extracción de características faciales y la coincidencia de identidades, representando identidades como embeddings de vectores de características numéricas. Emplea un esquema de cascada con estructura de embudo para la localización facial en tiempo real y redes de auto-codificador apiladas para normalizar la orientación facial mediante la alineación de puntos de referencia.

El kit de herramientas integra estas capacidades en un pipeline modular que secuencia la detección, alineación e identificación en un flujo de trabajo completo de reconocimiento facial.

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.

Historial de estrellas

Gráfico del historial de estrellas de seetaface/seetafaceengineGráfico del historial de estrellas de seetaface/seetafaceengine

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a SeetaFaceEngine

Proyectos open-source similares, clasificados según cuántas características comparten con SeetaFaceEngine.
  • serengil/deepfaceAvatar de serengil

    serengil/deepface

    22,226Ver en 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
    Ver en GitHub↗22,226
  • ageitgey/face_recognitionAvatar de ageitgey

    ageitgey/face_recognition

    56,504Ver en 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
    Ver en GitHub↗56,504
  • xlite-dev/lite.ai.toolkitAvatar de xlite-dev

    xlite-dev/lite.ai.toolkit

    4,413Ver en 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++
    Ver en GitHub↗4,413
  • cmusatyalab/openfaceAvatar de cmusatyalab

    cmusatyalab/openface

    15,398Ver en 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
    Ver en GitHub↗15,398
Ver las 30 alternativas a SeetaFaceEngine→

Preguntas frecuentes

¿Qué hace seetaface/seetafaceengine?

SeetaFaceEngine es un motor de reconocimiento facial en C++ diseñado para detectar, alinear e identificar rostros humanos. Funciona como una biblioteca nativa que realiza análisis facial sin depender de bibliotecas de software externas de terceros.

¿Cuáles son las características principales de seetaface/seetafaceengine?

Las características principales de seetaface/seetafaceengine son: Facial Recognition, Cascaded Face Detectors, Face Detection, Convolutional Neural Networks, Alignment Auto-Encoders, Face Recognition Libraries, Facial Landmark Analysis, Facial Embeddings.

¿Qué alternativas de código abierto existen para seetaface/seetafaceengine?

Las alternativas de código abierto para seetaface/seetafaceengine incluyen: 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…