Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
apchenstu authored Aug 18, 2019
1 parent e4917e0 commit 97b5fee
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
This project is the face render of Photo-Realistic Facial Details Synthesis from Single Image(ICCV 2019 Oral)
### Dependency library
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](https://arxiv.org/abs/1903.10873).

## Run executable
```cpp
```
./exe/hmrenderer.exe /root/to/obj /root/to/norm /root/to/shader
```

example: ./
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 introduce. All dependents and libs are included.
If you want to build the source code, you can follow the following introduction. All dependents and libs are included.

### Project structure
```
Expand All @@ -35,7 +37,7 @@ If you want to build the source code, you can follow the following introduce. Al
├── .gitignore
```

### Cmake build Visual Studio 2017 Project
### Cmake build this project
```cpp
cd to the root of this project
mkdir build
Expand All @@ -44,10 +46,9 @@ cmake -A X64 -D CMAKE_PREFIX_PATH=../thirds ../src
```



### Some screenshots

<div align="left">
<img src="https://github.com/gg-z/face_rendering/blob/master/imgs/left.png" width = "430" height = "430" alt="demo_0" align=center />
<img src="https://github.com/gg-z/face_rendering/blob/master/imgs/right.png" width = "430" height = "430" alt="demo_1" align=center />
</div>
</div>

0 comments on commit 97b5fee

Please sign in to comment.