#466 · Primary category: Computer Vision
4dface
Real-time 3D face tracking and reconstruction from 2D video
Project last updated:12/10/18
GitHub Stars
809
Forks
240
Contributors
1
License
Apache-2.0
Why we included this project
This is a compact reference implementation of 3D Morphable Model fitting, showing the whole chain from 2D video frames to a tracked 3D face mesh. It wires landmark detection, a morphable face model, and an optimisation routine into one demo app that runs on a webcam or a video file, and it can export the fitted mesh as an OBJ. The code is modern C++ built on OpenCV, Eigen, and Boost, so it reads cleanly as a study of how the pieces fit together rather than a black box. Keep in mind it is a research demo from 2015/2016 running at roughly 5 fps, and the author points to the actively maintained eos library for current work. For anyone evaluating 3D face reconstruction approaches, this repo is a useful historical and educational baseline.
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)