Skip to content

gg-z/face_rendering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

41b5ea9 · Aug 18, 2019

History

17 Commits
Aug 16, 2019
Aug 18, 2019
Aug 18, 2019
Aug 18, 2019
Aug 16, 2019
Aug 18, 2019

Repository files navigation

This project is the result visualizer(facial render) of the paper:

Photo-Realistic Facial Details Synthesis from Single Image(ICCV 2019 Oral)

Paper could be downloaded here.

Run executable

./exe/hmrenderer.exe  /root/to/obj /root/to/norm /root/to/shader

For example:

./exe/hmrenderer.exe ./assets/face.obj ./assets/nrm.png ./src/shaders

build

If you want to build the source code, you can follow the following introduction. All dependents and libs are included.

Project structure

├──  assets                         - assets data
│
├──  thirds                         - dependent libs
│
├──  build                      
│
├──  src                            - header files
│    └── includes                   - main
│    └── renderer_hm                - cpp/cc files
│    └── shaders                    - shders folder
│    └── CMakeLists.txt             - cmake list
│    └── depvars.h                  -  
│ 
├──  exe                            - windows executable file
│ 
├──  imgs                           - screenshots of this software 
│ 
├──  README.md  
│ 
├──  .gitignore                     

Cmake build this project

cd to the root of this project
mkdir build
cd build
cmake -A X64 -D CMAKE_PREFIX_PATH=../thirds ../src

Some screenshots

demo_0 demo_1