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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Linzaer avatar

Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB

0
View on GitHub↗
7,536 stars·1,546 forks·Python·MIT·8 vues

Ultra Light Fast Generic Face Detector 1MB

Ce projet fournit une suite de modèles de détection de visages légers conçus pour une inférence à haute vitesse sur des appareils d'edge computing. Il se concentre sur une architecture de réseau de neurones compacte qui permet la détection de visages humains dans des environnements caractérisés par des ressources de calcul limitées et des contraintes d'alimentation.

Le système propose des détecteurs de visages quantifiés disponibles dans plusieurs formats pour assurer la compatibilité avec diverses architectures matérielles. Il inclut des utilitaires pour l'exportation et la quantification de modèles, permettant aux poids entraînés d'être convertis en formats standardisés pour un déploiement agnostique au matériel.

Le projet couvre des workflows pour l'entraînement de modèles personnalisés et le traitement de jeux de données d'images afin d'ajuster les profils de précision et de vitesse. Il prend en charge les tâches de vision par ordinateur en temps réel grâce à l'utilisation d'arithmétique entière uniquement et d'un runtime d'inférence basé sur C pour minimiser la surcharge sur le matériel embarqué.

Features

  • Edge Face Detection - Provides a specialized face detection model optimized for low-memory and low-compute edge environments.
  • Edge Object Detection - Enables face identification on low-power hardware with strictly limited compute and memory resources.
  • Face Detection - Implements a lightweight neural network for high-speed human face detection on edge devices.
  • Quantized Face Detectors - Provides face detectors available in multiple quantized formats to ensure compatibility across diverse hardware.
  • Lightweight Architectures - Employs a simplified convolutional neural network structure to minimize computational requirements for face detection.
  • Edge AI Model Deployment - Provides a low-memory computer vision model designed for constrained compute and power environments.
  • C-Based Engines - Implements an inference engine in C for maximum performance and minimal overhead on embedded hardware.
  • Weight Quantization - Compresses model weights into lower-precision formats to reduce memory footprint and increase inference speed.
  • Integer-Only Inference - Uses integer-only arithmetic to accelerate processing on hardware lacking dedicated floating-point units.
  • Real-Time Object Detection - Processes image streams for fast face detection to enable immediate reactions in live applications.
  • Detection Model Training - Supports training and refining lightweight face detection models on custom image datasets.
  • Quantized Model Deployments - Converts deep learning models into smaller, quantized formats for improved edge hardware compatibility.
  • Hardware-Agnostic Deployment - Decouples model logic from specific hardware targets to enable deployment across diverse edge computing environments.
  • Customizable Detection Models - Offers a model that can be retrained on specific image datasets to balance speed and accuracy.
  • Quantized Model Exporters - Provides utilities for converting trained models into standardized, quantized formats for disk storage and loading.
  • Multi-Format Exporters - Includes toolkits to convert trained weights into multiple standardized formats for cross-platform deployment.
  • Vision par ordinateur - Lightweight face detection optimized for edge computing devices.

Historique des stars

Graphique de l'historique des stars pour linzaer/ultra-light-fast-generic-face-detector-1mbGraphique de l'historique des stars pour linzaer/ultra-light-fast-generic-face-detector-1mb

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

Questions fréquentes

Que fait linzaer/ultra-light-fast-generic-face-detector-1mb ?

Ce projet fournit une suite de modèles de détection de visages légers conçus pour une inférence à haute vitesse sur des appareils d'edge computing. Il se concentre sur une architecture de réseau de neurones compacte qui permet la détection de visages humains dans des environnements caractérisés par des ressources de calcul limitées et des contraintes d'alimentation.

Quelles sont les fonctionnalités principales de linzaer/ultra-light-fast-generic-face-detector-1mb ?

Les fonctionnalités principales de linzaer/ultra-light-fast-generic-face-detector-1mb sont : Edge Face Detection, Edge Object Detection, Face Detection, Quantized Face Detectors, Lightweight Architectures, Edge AI Model Deployment, C-Based Engines, Weight Quantization.

Quelles sont les alternatives open-source à linzaer/ultra-light-fast-generic-face-detector-1mb ?

Les alternatives open-source à linzaer/ultra-light-fast-generic-face-detector-1mb incluent : paddlepaddle/paddledetection — PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of… thu-mig/yolov10 — YOLOv10 is a PyTorch computer vision library and real-time vision framework designed for locating and identifying… openbmb/minicpm — MiniCPM is a collection of small language models designed for local, on-device deployment in resource-constrained… biubug6/face-detector-1mb-with-landmark — This project provides a compact neural network architecture designed for human face detection and facial landmark… alexeyab/darknet — Darknet is a high-performance C-based inference engine and computer vision library designed for real-time object… wongkinyiu/yolov9 — YOLOv9 is a real-time computer vision framework and deep learning model designed for image classification, object…

Alternatives open source à Ultra Light Fast Generic Face Detector 1MB

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Ultra Light Fast Generic Face Detector 1MB.
  • paddlepaddle/paddledetectionAvatar de PaddlePaddle

    PaddlePaddle/PaddleDetection

    14,243Voir sur GitHub↗

    PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of computer vision models. It provides a comprehensive library of modular neural network architectures and pipelines that support object detection, instance segmentation, and multi-object tracking tasks. The project distinguishes itself through a configuration-driven approach that decouples model components like backbones and heads, allowing for the flexible assembly of custom vision workflows. It incorporates advanced techniques such as anchor-free detection logic, joint detecti

    Pythonblazefacedeepsortdetr
    Voir sur GitHub↗14,243
  • thu-mig/yolov10Avatar de THU-MIG

    THU-MIG/yolov10

    11,316Voir sur GitHub↗

    YOLOv10 is a PyTorch computer vision library and real-time vision framework designed for locating and identifying multiple objects in images and video streams. It functions as an end-to-end object detector that optimizes for high-speed deployment and detection precision. The project is distinguished by an NMS-free detection architecture that predicts a single bounding box per object, eliminating the need for non-maximum suppression post-processing to reduce inference latency. It further optimizes for edge hardware through scalable weights and a quantization-friendly structure that facilitates

    Python
    Voir sur GitHub↗11,316
  • openbmb/minicpmAvatar de OpenBMB

    OpenBMB/MiniCPM

    9,464Voir sur GitHub↗

    MiniCPM is a collection of small language models designed for local, on-device deployment in resource-constrained environments. The project focuses on running dense Transformer models on consumer hardware, including GPUs, CPUs, and Apple Silicon, without requiring custom code forks. The project distinguishes itself through heavy optimization for edge hardware, utilizing quantized weight compression in GGUF and MLX formats to reduce memory overhead. It implements advanced inference techniques such as speculative sampling and radix-tree prefix caching to accelerate generation speed and throughp

    Jupyter Notebook
    Voir sur GitHub↗9,464
  • biubug6/face-detector-1mb-with-landmarkAvatar de biubug6

    biubug6/Face-Detector-1MB-with-landmark

    1,106Voir sur GitHub↗

    This project provides a compact neural network architecture designed for human face detection and facial landmark localization. It functions as a specialized computer vision tool that identifies faces and extracts five specific facial key points within a single inference pass, making it suitable for integration into resource-constrained environments. The system utilizes a lightweight convolutional backbone and an anchor-based detection mechanism to maintain a small memory footprint while performing real-time processing. By employing a multi-task learning head, the model simultaneously predict

    Python
    Voir sur GitHub↗1,106
Voir les 30 alternatives à Ultra Light Fast Generic Face Detector 1MB→