DreamSeeker2 / Nonlinear_Face_3DMM

Source code for "Nonlinear 3D Face Morphable Model"

Home Page:http://cvlab.cse.msu.edu/project-nonlinear-3dmm.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nonlinear 3D Face Morphable Model

[Project page] [CVPR'18 Paper]

Teaser

Library requirements

  • Tensorflow

Compile the rendering layer - CUDA code

$ # Compile
$ cd TF_newop/
$ ./compile_op_v2_sz224.sh
$ # Run an example
$ python rendering_example.py

Currently the code is working but not optimal (i.e see line 139 of TF_newop/cuda_op_kernel_v2_sz224.cu.cc) also the image size is hard-coded. Any contribution is welcome!

Citation

If you find this work useful, please cite our papers with the following bibtex:

@inproceedings{ tran2018nonlinear, 
  author = { Luan Tran and Xiaoming Liu },
  title = { Nonlinear 3D Face Morphable Model },
  booktitle = { IEEE Computer Vision and Pattern Recognition (CVPR) },
  address = { Salt Lake City, UT },
  month = { June },
  year = { 2018 },
}

Contacts

If you have any questions, feel free to drop an email to tranluan@msu.edu.

About

Source code for "Nonlinear 3D Face Morphable Model"

http://cvlab.cse.msu.edu/project-nonlinear-3dmm.html

License:Apache License 2.0


Languages

Language:Python 86.6%Language:C++ 11.7%Language:Shell 1.7%