Ansire / sketch2normal

Implementation of "Interactive Sketch-Based Normal Map Generation with Deep Neural Networks"
86 stars 18 forks source link

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

Acknowledgement

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