#475 · Primary category: Computer Vision
MobileFace
A face recognition solution on mobile device.
Project last updated:06/29/20
GitHub Stars
752
Forks
205
Contributors
1
License
MIT
Why we included this project
MobileFace is a compact face-recognition toolkit aimed at phones and embedded cameras, and it covers more of the pipeline than most repos of its size. Alongside identification embeddings you get detection, landmark localization, pose, alignment, attribute estimation, and tracking, all with CPU inference times in the low milliseconds, so it works without a GPU. The repo ships runnable MXNet/GluonCV and DLib examples for each stage plus an all-in-one script, which makes it easy to see how the pieces fit before you wire up your own stack. LFW benchmark scripts and t-SNE/confusion-matrix visualization tools are included for sanity-checking whether the embeddings actually separate identities. One caveat: this is a research-oriented reference, not a maintained production SDK, so treat it as a starting point for model selection and pipeline design.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)