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.
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.
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…
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
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
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
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