Skip to content

dongdu3/sketch2normal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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>
  • Visulize the training process:
cd logs
tensorboard --logdir=./
  • Data: TBA

Acknowledgement

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%