Discover and explore top open-source AI tools and projects—updated daily.
Anime face detector using mmdet and mmpose
Top 65.4% on SourcePulse
This repository provides an anime face detector and landmark predictor for near-frontal anime faces, built upon the MMDetection and MMPose frameworks. It's designed for researchers and developers working with anime-style imagery who need to locate faces and key facial features.
How It Works
The detector leverages MMDetection for object detection and MMPose for landmark prediction. It utilizes pre-trained models from these frameworks, specifically adapted for anime aesthetics. The approach allows for efficient and accurate detection of anime faces and the subsequent prediction of 28 landmark points on each detected face.
Quick Start & Requirements
pip install anime-face-detector
openmim
, mmcv-full
, mmdet
, mmpose
.pip install gradio
, git clone https://github.com/hysts/anime-face-detector
, cd anime-face-detector
, python demo_gradio.py
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
2 years ago
Inactive