awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
seetaface avatar

seetaface/SeetaFaceEngine

0
View on GitHub↗
4,638 星标·1,755 分支·C++·7 次浏览

SeetaFaceEngine

SeetaFaceEngine 是一个 C++ 人脸识别引擎,旨在检测、对齐和识别人脸。它作为一个原生库,在不依赖外部第三方软件库的情况下执行面部分析。

该系统利用卷积神经网络框架进行面部特征提取和身份匹配,将身份表示为数值特征向量嵌入。它采用漏斗式级联方案进行实时人脸定位,并使用堆叠自动编码器网络通过地标对齐来归一化面部朝向。

该工具包将这些功能集成到一个模块化流水线中,将检测、对齐和识别序列化为一个完整的人脸识别工作流。

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.

Star 历史

seetaface/seetafaceengine 的 Star 历史图表seetaface/seetafaceengine 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

SeetaFaceEngine 的开源替代方案

相似的开源项目,按与 SeetaFaceEngine 的功能重合度排序。
  • serengil/deepfaceserengil 的头像

    serengil/deepface

    22,226在 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
    在 GitHub 上查看↗22,226
  • ageitgey/face_recognitionageitgey 的头像

    ageitgey/face_recognition

    56,504在 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
    在 GitHub 上查看↗56,504
  • xlite-dev/lite.ai.toolkitxlite-dev 的头像

    xlite-dev/lite.ai.toolkit

    4,413在 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++
    在 GitHub 上查看↗4,413
  • cmusatyalab/openfacecmusatyalab 的头像

    cmusatyalab/openface

    15,398在 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
    在 GitHub 上查看↗15,398
查看 SeetaFaceEngine 的所有 30 个替代方案→

常见问题解答

seetaface/seetafaceengine 是做什么的?

SeetaFaceEngine 是一个 C++ 人脸识别引擎,旨在检测、对齐和识别人脸。它作为一个原生库,在不依赖外部第三方软件库的情况下执行面部分析。

seetaface/seetafaceengine 的主要功能有哪些?

seetaface/seetafaceengine 的主要功能包括:Facial Recognition, Cascaded Face Detectors, Face Detection, Convolutional Neural Networks, Alignment Auto-Encoders, Face Recognition Libraries, Facial Landmark Analysis, Facial Embeddings。

seetaface/seetafaceengine 有哪些开源替代品?

seetaface/seetafaceengine 的开源替代品包括: 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…