Implement a Substance like Normal Map Generator with a Convolutional Network

In this article, you’ll learn how to train a convolutional neural network to generate normal maps from color images. Convolutional neural networks are great at dealing with images, as well as other types of structured data. If you want to understand how they work, please read this other article first. …