#272 · Primary category: Computer Vision
3DDFA_V2
The official PyTorch implementation of Towards Fast, Accurate and Stable 3D Dense Face Alignment, ECCV 2020.
Project last updated:02/02/24
GitHub Stars
3.1K
Forks
555
Contributors
3
License
MIT
Why we included this project
This project turns a single photo into a full 3D face model, estimating head pose and dense landmarks in one pass. It regresses 3DMM parameters through a lightweight MobileNet backbone and reconstructs over 30,000 points per face, with output options ranging from depth maps and PNCC to UV texture or .ply/.obj meshes. The repo includes ready-to-run demos for stills, video, and webcam, and the onnxruntime path brings CPU inference down to roughly 1-2ms per face, which is what makes real-time tracking and embedded use feasible. Teams building face filters, avatars, or AR effects can adapt the pipeline quickly using the pretrained weights and Colab tutorial. It is a research codebase rather than a maintained service, so expect to handle the Cython build step and some rough edges yourself.
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)