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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
biubug6 avatar

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

0
View on GitHub↗
1,106 Stars·274 Forks·Python·MIT·6 Aufrufe

Face Detector 1MB With Landmark

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 predicts bounding box coordinates and landmark positions, ensuring efficient spatial analysis.

The project supports custom training workflows, allowing users to adapt network parameters and evaluate performance on specific datasets. To facilitate deployment, the models can be exported into a standardized format, enabling cross-platform compatibility and optimized execution on edge hardware through quantization-aware inference strategies.

Features

  • Edge Face Detection - Provides a compact model for identifying human faces and extracting key facial landmarks on edge devices.
  • Anchor Box Detections - Implements an anchor-based mechanism to classify faces and regress spatial coordinates efficiently.
  • Face Detection - Identifies the presence and location of faces using a lightweight neural network optimized for speed.
  • Facial Landmark Detection - Extracts five specific facial key points to facilitate precise alignment and analysis.
  • Multi-Task Learning Models - Employs a multi-task learning head to simultaneously predict bounding boxes and facial landmarks in one pass.
  • Edge AI Model Deployment - Optimizes and deploys models to run efficiently on resource-constrained mobile and embedded hardware.
  • Detection Model Optimizers - Allows users to adjust network parameters and hyperparameters to refine detection models for specific use cases.
  • Custom Vision Training - Supports training and refining detection models on custom datasets for specific environmental requirements.
  • Training and Evaluation Pipelines - Provides workflows for training custom detection models and assessing their accuracy using standard evaluation datasets.
  • Lightweight Vision Backbones - Utilizes a compact convolutional backbone to minimize parameters while maintaining real-time processing speeds.

Star-Verlauf

Star-Verlauf für biubug6/face-detector-1mb-with-landmarkStar-Verlauf für biubug6/face-detector-1mb-with-landmark

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Kuratierte Suchen mit Face Detector 1MB With Landmark

Handverlesene Sammlungen, in denen Face Detector 1MB With Landmark vorkommt.
  • Face detection library

Open-Source-Alternativen zu Face Detector 1MB With Landmark

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Face Detector 1MB With Landmark.
  • paddlepaddle/paddledetectionAvatar von PaddlePaddle

    PaddlePaddle/PaddleDetection

    14,243Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗14,243
  • linzaer/ultra-light-fast-generic-face-detector-1mbAvatar von Linzaer

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

    7,536Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗7,536
  • xlite-dev/lite.ai.toolkitAvatar von xlite-dev

    xlite-dev/lite.ai.toolkit

    4,413Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗4,413
  • kpzhang93/mtcnn_face_detection_alignmentAvatar von kpzhang93

    kpzhang93/MTCNN_face_detection_alignment

    2,863Auf GitHub ansehen↗

    This library provides a deep learning framework for identifying human faces and extracting facial landmarks within digital images. It utilizes a multi-task convolutional neural network architecture to simultaneously perform face classification, bounding box regression, and landmark localization. The system processes images through three sequential stages of neural networks, incorporating image pyramid resizing to detect faces of varying scales. To ensure accuracy, it employs bounding box regression to refine coordinate predictions and non-maximum suppression to filter out redundant overlappin

    MATLAB
    Auf GitHub ansehen↗2,863
Alle 30 Alternativen zu Face Detector 1MB With Landmark anzeigen→

Häufig gestellte Fragen

Was macht biubug6/face-detector-1mb-with-landmark?

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.

Was sind die Hauptfunktionen von biubug6/face-detector-1mb-with-landmark?

Die Hauptfunktionen von biubug6/face-detector-1mb-with-landmark sind: Edge Face Detection, Anchor Box Detections, Face Detection, Facial Landmark Detection, Multi-Task Learning Models, Edge AI Model Deployment, Detection Model Optimizers, Custom Vision Training.

Welche Open-Source-Alternativen gibt es zu biubug6/face-detector-1mb-with-landmark?

Open-Source-Alternativen zu biubug6/face-detector-1mb-with-landmark sind unter anderem: paddlepaddle/paddledetection — PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of… linzaer/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… xlite-dev/lite.ai.toolkit — lite.ai.toolkit is a C++ computer vision toolkit designed for edge AI deployment. It enables the execution of… kpzhang93/mtcnn_face_detection_alignment — This library provides a deep learning framework for identifying human faces and extracting facial landmarks within… thu-mig/yolov10 — YOLOv10 is a PyTorch computer vision library and real-time vision framework designed for locating and identifying… tingsongyu/pytorch-tutorial-2nd — This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It…