#236 · Primary category: Computer Vision
anime-face-detector
Anime Face Detector using mmdet and mmpose
Project last updated:07/05/26
GitHub Stars
533
Forks
43
Contributors
2
License
MIT
Why we included this project
Anime and illustrated content follows its own visual rules, and face detectors trained on photos often miss it. This package targets that gap: it detects near-frontal anime faces and returns 28 facial landmark points in one call. The detectors (Faster R-CNN and YOLOv3) and the landmark model (HRNetV2) were trained with mmdetection and mmpose, but since v0.1.0 the package runs them in plain PyTorch, so you get the pretrained weights without the OpenMMLab runtime dependency. A pip install and a few lines of Python are enough to get bounding boxes and landmarks, and the bundled Colab notebook makes it easy to check results quickly. It is a narrow, single-purpose tool rather than a general vision framework, which suits teams building anime-specific pipelines like face swapping or dataset preprocessing.
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)