Graph Convolution
Learn how to use graph convolution in neural networks for 3D meshes.
We'll cover the following
Overview
While we have many options for data representations in 3D, it would often be ideal to work with meshes directly. Much of the 3D art world depends on 3D meshes, so AI techniques that can manipulate them directly will be simpler and more efficient. By treating 3D meshes as graph data, we can use some of the concepts from graph neural networks on 3D data.
Graph convolution
Graph convolution is a concept drawn from graph theory. For a graph consisting of nodes
Get hands-on with 1200+ tech skills courses.