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
biubug6 avatar

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

0
View on GitHub↗
1,106 stars·274 forks·Python·MIT·23 views

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 history

Star history chart for biubug6/face-detector-1mb-with-landmarkStar history chart for biubug6/face-detector-1mb-with-landmark

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.

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

Frequently asked questions

What does biubug6/face-detector-1mb-with-landmark do?

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.

What are the main features of biubug6/face-detector-1mb-with-landmark?

The main features of biubug6/face-detector-1mb-with-landmark are: 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.

Which projects share features with biubug6/face-detector-1mb-with-landmark?

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

Projects sharing features with Face Detector 1MB With Landmark

These projects share indexed features with Face Detector 1MB With Landmark. 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
  • linzaer/ultra-light-fast-generic-face-detector-1mbLinzaer avatar

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

    7,536View on GitHub↗

    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
    View on GitHub↗7,536
  • xlite-dev/lite.ai.toolkitxlite-dev avatar

    xlite-dev/lite.ai.toolkit

    4,413View on 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++
    View on GitHub↗4,413
  • kpzhang93/mtcnn_face_detection_alignmentkpzhang93 avatar

    kpzhang93/MTCNN_face_detection_alignment

    2,863View on GitHub↗

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

Curated searches featuring Face Detector 1MB With Landmark

Hand-picked collections where Face Detector 1MB With Landmark appears.
  • Face detection library