Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

About

face rendering

Resources

Stars

25 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages