#314 · Primary category: Computer Vision

vrn

3d computer-vision computervision deeplearning face reconstruction torch7

: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