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. …

How to solve binary compatibility problems with Python Machine Learning Frameworks and 3D software like Maya

Many Machine Learning libraries support a Python interface. Many DCC applications support Python. But you will often find that these DCC applications and software libraries don’t have binary compatibility. Here is how to solve this problem in Maya for Windows.