Skip to content

Implementation of "Interactive Sketch-Based Normal Map Generation with Deep Neural Networks"

Notifications You must be signed in to change notification settings

Ansire/sketch2normal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sketch2normal

This is the implementation of the paper Interactive Sketch-Based Normal Map Generation with Deep Neural Networks

Setup

We run the program on a Linux desktop using python.

Usage

  • Train the model:
pyhton main.py --phase train --dataset_name <dataset>
  • Test:
python main.py --phase test --dataset_name <dataset>
  • Visualize the training process:
cd logs
tensorboard --logdir=./
  • Data: Training and testing data can be downloaded here. After extracting the compressed file, put the folder (datasets) in the project directory (the same directory where the main file locates in).

Acknowledgement

This code is based on the implementation of pix2pix from pix2pix-tensorflow. Thanks for the great work!

About

Implementation of "Interactive Sketch-Based Normal Map Generation with Deep Neural Networks"

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages