Skip to content

Commit

Permalink
update introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansire committed Apr 19, 2018
1 parent ad0446e commit 7cca059
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# sketch2normal

This is the implementation of the paper "Interactive Sketch-Based Normal Map Generation with Deep Neural Networks".
This is the implementation of the paper [Interactive Sketch-Based Normal Map Generation with Deep Neural Networks](http://sweb.cityu.edu.hk/hongbofu/doc/sketch2normal_i3D2018.pdf)

<img src="./teaser.png" width="600px"/>

## Setup

We run the program on a Linux desktop using python.

## Usage

- Train the model:
'''bash
pyhton main.py --phase train --dataset_name <dataset>
'''

- Test:
'''bash
python main.py --phase test --dataset_name <dataset>
'''

- Visulize the training process:
'''bash
cd logs
tensorboard --logdir=./
'''

- Data: TBA

## Acknowledgement
This code is based on the implementation of pix2pix from [pix2pix-tensorflow](https://github.com/yenchenlin/pix2pix-tensorflow). Thanks for the great work!
Binary file added teaser.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7cca059

Please sign in to comment.