#314 · Primary category: Computer Vision
vrn
:man: Code for "Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression"
Project last updated:07/26/22
GitHub Stars
4.5K
Forks
741
Contributors
5
License
MIT
Why we included this project
vrn is the reference implementation of the Volumetric Regression Network, which turns a single 2D photo of a face into a full 3D mesh. Rather than predicting landmarks or a sparse point set, the network frames reconstruction as a segmentation problem: it regresses a dense 3D volume aligned with the input image, then extracts the mesh as an isosurface. That makes it a natural baseline for researchers and students working on face reconstruction, 3D morphable models, or dense alignment, and the included MATLAB and Python paths let you run the pipeline without deep framework knowledge. The catch is the Torch7 and CUDA-era dependencies, so treat it as a research reference and starting point rather than something to drop into production. A Docker image and online demo help you see the method work before touching the code.
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)