All Projects → amadeuzou → Vrn Pytorch

amadeuzou / Vrn Pytorch

PyTorch Code for "Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression"

Projects that are alternatives of or similar to Vrn Pytorch

Nlp Tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
Stars: ✭ 9,895 (+13093.33%)
Mutual labels:  jupyter-notebook
Practicalsessions2019
Materials for the practical sessions at EEML2019
Stars: ✭ 75 (+0%)
Mutual labels:  jupyter-notebook
Tf Eager Examples
A set of simple examples ported from PyTorch for Tensorflow Eager Execution
Stars: ✭ 75 (+0%)
Mutual labels:  jupyter-notebook
Pytorch Book
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
Stars: ✭ 9,546 (+12628%)
Mutual labels:  jupyter-notebook
Piaic islamabad batch3
Stars: ✭ 75 (+0%)
Mutual labels:  jupyter-notebook
Urbanregionfunctionclassification
第五届百度西安交大大数据竞赛 城市区域功能分类 Baseline
Stars: ✭ 75 (+0%)
Mutual labels:  jupyter-notebook
Pygslib
GSLIB fortran code wrapped into python
Stars: ✭ 74 (-1.33%)
Mutual labels:  jupyter-notebook
Toxic
Toxic Comment Classification Challenge, 12th place solution https://www.kaggle.com/c/jigsaw-toxic-comment-classification-challenge
Stars: ✭ 75 (+0%)
Mutual labels:  jupyter-notebook
Computer vision project
计算机视觉项目实战
Stars: ✭ 75 (+0%)
Mutual labels:  jupyter-notebook
Preprocessing For Deep Learning
This is the notebook associated with the blog post:
Stars: ✭ 75 (+0%)
Mutual labels:  jupyter-notebook
Covid 19
Data analysis and visualizations of daily COVID cases report
Stars: ✭ 75 (+0%)
Mutual labels:  jupyter-notebook
Deetctionupperbound
Code for calculating the upper bound AP in object detection
Stars: ✭ 74 (-1.33%)
Mutual labels:  jupyter-notebook
Ml Webinar
Machine Learning with sklearn tutorials (for Pearson)
Stars: ✭ 75 (+0%)
Mutual labels:  jupyter-notebook
Mml Book.github.io
Companion webpage to the book "Mathematics For Machine Learning"
Stars: ✭ 9,488 (+12550.67%)
Mutual labels:  jupyter-notebook
Swae
Implementation of the Sliced Wasserstein Autoencoders
Stars: ✭ 75 (+0%)
Mutual labels:  jupyter-notebook
Mit Deep Learning
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
Stars: ✭ 8,912 (+11782.67%)
Mutual labels:  jupyter-notebook
Weibosentiment
基于各种机器学习和深度学习的中文微博情感分析
Stars: ✭ 75 (+0%)
Mutual labels:  jupyter-notebook
Gan tutorial
Tensorflow example of a conv GAN on MNIST.
Stars: ✭ 75 (+0%)
Mutual labels:  jupyter-notebook
Toxic Comment Classification
Code and write-up for the Kaggle Toxic Comment Classification Challenge
Stars: ✭ 75 (+0%)
Mutual labels:  jupyter-notebook
Trajectron
Code accompanying "The Trajectron: Probabilistic Multi-Agent Trajectory Modeling with Dynamic Spatiotemporal Graphs" by Boris Ivanovic and Marco Pavone.
Stars: ✭ 75 (+0%)
Mutual labels:  jupyter-notebook

Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric Regression

Aaron S. Jackson, Adrian Bulat, Vasileios Argyriou and Georgios Tzimiropoulos

Try out the code without running it! Check out our online demo here.

[[http://aaronsplace.co.uk/papers/jackson2017recon/preview.png]]

Please visit our project webpage for a link to the paper and an example video run on 300VW. This code is licenses under the MIT License, as described in the LICENSE file.

This is an unguided version of the Volumetric Regression Network (VRN) for 3D face reconstruction from a single image. This method approaches the problem of reconstruction as a segmentation problem, producing a 3D volume, spatially aligned with the input image. A mesh can then be obtained by taking the isosurface of this volume.

Several example images are included in the examples folder. Most of these are AFLW images taken from 3DDFA.

If you are running the code to calculate error for a potential publication, please use the MATLAB version, as this is what was used to compute the error for the paper.

Software Requirements

  • pytorch (>=0.2 recommended)
  • Python 3.5+ or Python 2.7 (it may work with other versions too)
  • Linux or macOS (windows may work once pytorch gets supported)

Getting Started

Download model

URL[链接]: [https://pan.baidu.com/s/1bqQSxQZ](https://pan.baidu.com/s/1bqQSxQZ) PWD[密码]: mqs9

Running with Python


python demo.py

Acknowledgements

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].