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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Linzaer avatar

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

0
View on GitHub↗

Ultra Light Fast Generic Face Detector 1MB

This project provides a suite of lightweight face detection models designed for high-speed inference on edge computing devices. It centers on a compact neural network architecture that enables human face detection within environments characterized by limited compute resources and power constraints.

The system features quantized face detectors available in multiple formats to ensure compatibility across diverse hardware architectures. It includes utilities for model export and quantization, allowing trained weights to be converted into standardized formats for hardware-agnostic deployment.

The project covers workflows for custom model training and the processing of image datasets to adjust precision and speed profiles. It supports real-time computer vision tasks through the use of integer-only arithmetic and a C-based inference runtime to minimize overhead on embedded hardware.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

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.
  • Computer Vision - Lightweight face detection optimized for edge computing devices.
7,536 stars·1,546 forks·Python·MIT·17 views

Star history

Star history chart for linzaer/ultra-light-fast-generic-face-detector-1mbStar history chart for linzaer/ultra-light-fast-generic-face-detector-1mb

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

Frequently asked questions

What does linzaer/ultra-light-fast-generic-face-detector-1mb do?

This project provides a suite of lightweight face detection models designed for high-speed inference on edge computing devices. It centers on a compact neural network architecture that enables human face detection within environments characterized by limited compute resources and power constraints.

What are the main features of linzaer/ultra-light-fast-generic-face-detector-1mb?

The main features of linzaer/ultra-light-fast-generic-face-detector-1mb are: Edge Face Detection, Edge Object Detection, Face Detection, Quantized Face Detectors, Lightweight Architectures, Edge AI Model Deployment, C-Based Engines, Weight Quantization.

Which projects share features with linzaer/ultra-light-fast-generic-face-detector-1mb?

Projects with overlapping indexed features include: 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…

Projects sharing features with Ultra Light Fast Generic Face Detector 1MB

These projects share indexed features with Ultra Light Fast Generic Face Detector 1MB. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • paddlepaddle/paddledetectionPaddlePaddle avatar

    PaddlePaddle/PaddleDetection

    14,243View on 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
    View on GitHub↗14,243
  • thu-mig/yolov10THU-MIG avatar

    THU-MIG/yolov10

    11,316View on 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
    View on GitHub↗11,316
  • openbmb/minicpmOpenBMB avatar

    OpenBMB/MiniCPM

    9,464View on 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
    View on GitHub↗9,464
  • biubug6/face-detector-1mb-with-landmarkbiubug6 avatar

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

    1,106View on 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
    View on GitHub↗1,106
Compare all 30 related projects→