#330 · Primary category: Computer Vision
3DDFA
The PyTorch improved version of TPAMI 2017 paper: Face Alignment in Full Pose Range: A 3D Total Solution.
Project last updated:05/14/22
GitHub Stars
3.7K
Forks
642
Contributors
10
License
MIT
Why we included this project
This is the PyTorch reimplementation of a TPAMI 2017 method for face alignment across the full pose range, and it does more than locate landmarks. Given a single photo it predicts dense 3D face vertices and 68 landmarks, and it can render the reconstructed mesh so you can see what the model thinks the face looks like. The code is compact enough to read through, which matters if you want to understand how a 3DMM-based fitting pipeline is put together instead of treating it as a black box. It is a reasonable starting point for AR filters, avatar generation, or head-pose estimation work, though the repo has not seen active updates since 2022, so you will likely need to adapt it to a current PyTorch version.
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)